index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-01
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
10
-71
/
+152
2011-01-31
NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().
Anton Altaparmakov
1
-4
/
+7
2011-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
15
-704
/
+371
2011-01-28
xfs: xfs_bmap_add_extent_delay_real should init br_startblock
bpm@sgi.com
1
-8
/
+25
2011-01-28
xfs: fix dquot shaker deadlock
Dave Chinner
1
-25
/
+21
2011-01-28
xfs: handle CIl transaction commit failures correctly
Dave Chinner
3
-12
/
+3
2011-01-28
xfs: limit extsize to size of AGs and/or MAXEXTLEN
Dave Chinner
1
-2
/
+18
2011-01-28
xfs: prevent extsize alignment from exceeding maximum extent size
Dave Chinner
1
-0
/
+10
2011-01-28
xfs: limit extent length for allocation to AG size
Dave Chinner
2
-8
/
+26
2011-01-28
xfs: speculative delayed allocation uses rounddown_power_of_2 badly
Dave Chinner
1
-1
/
+6
2011-01-28
xfs: fix efi item leak on forced shutdown
Dave Chinner
3
-13
/
+38
2011-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
5
-14
/
+54
2011-01-27
cifs: More crypto cleanup (try #2)
Shirish Pargaonkar
9
-286
/
+97
2011-01-27
xfs: fix log ticket leak on forced shutdown.
Dave Chinner
1
-2
/
+5
2011-01-26
console: rename acquire/release_console_sem() to console_lock/unlock()
Torben Hohn
1
-2
/
+2
2011-01-26
squashfs: fix use of uninitialised variable in zlib & xz decompressors
Phillip Lougher
3
-12
/
+8
2011-01-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
1
-1
/
+2
2011-01-25
CIFS: Add strictcache mount option
Pavel Shilovsky
2
-0
/
+10
2011-01-25
CIFS: Implement cifs_strict_writev (try #4)
Pavel Shilovsky
4
-6
/
+217
2011-01-25
[CIFS] Replace cifs md5 hashing functions with kernel crypto APIs
Steve French
6
-416
/
+51
2011-01-25
ceph: avoid picking MDS that is not active
Sage Weil
1
-3
/
+7
2011-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
3
-3
/
+43
2011-01-24
Make CIFS mount work in a container.
Rob Landley
2
-2
/
+43
2011-01-24
CIFS: Remove pointless variable assignment in cifs_dfs_do_automount()
Jesper Juhl
1
-1
/
+0
2011-01-22
fs: fix new dcache.c kernel-doc warnings
Randy Dunlap
1
-1
/
+3
2011-01-22
nilfs2: fix crash after one superblock became unavailable
Ryusuke Konishi
1
-1
/
+2
2011-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
14
-240
/
+405
2011-01-21
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
6
-80
/
+51
2011-01-21
cifs: fix up CIFSSMBEcho for unaligned access
Jeff Layton
1
-3
/
+3
2011-01-21
Merge branch 'for-next'
Steve French
14
-237
/
+402
2011-01-20
Merge branch 'akpm'
Linus Torvalds
4
-8
/
+12
2011-01-20
fs/direct-io.c: don't try to allocate more than BIO_MAX_PAGES in a bio
David Dillow
1
-3
/
+7
2011-01-20
kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
David Rientjes
3
-5
/
+5
2011-01-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...
Linus Torvalds
13
-381
/
+455
2011-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
Linus Torvalds
3
-51
/
+23
2011-01-20
Fix broken "pipe: use event aware wakeups" optimization
Linus Torvalds
1
-5
/
+5
2011-01-20
cifs: fix unaligned accesses in cifsConvertToUCS
Jeff Layton
2
-71
/
+76
2011-01-20
cifs: clean up unaligned accesses in cifs_unicode.c
Jeff Layton
1
-23
/
+28
2011-01-20
cifs: fix unaligned access in check2ndT2 and coalesce_t2
Jeff Layton
1
-19
/
+14
2011-01-20
cifs: clean up unaligned accesses in validate_t2
Jeff Layton
1
-21
/
+23
2011-01-20
cifs: use get/put_unaligned functions to access ByteCount
Jeff Layton
6
-32
/
+65
2011-01-20
cifs: move time field in cifsInodeInfo
Jeff Layton
1
-5
/
+5
2011-01-20
cifs: TCP_Server_Info diet
Jeff Layton
2
-19
/
+9
2011-01-20
CIFS: Implement cifs_strict_readv (try #4)
Pavel Shilovsky
3
-40
/
+84
2011-01-20
CIFS: Implement cifs_file_strict_mmap (try #2)
Pavel Shilovsky
3
-2
/
+18
2011-01-20
CIFS: Implement cifs_strict_fsync
Pavel Shilovsky
4
-12
/
+78
2011-01-20
CIFS: Make cifsFileInfo_put work with strict cache mode
Pavel Shilovsky
2
-0
/
+9
2011-01-20
cifs: mangle existing header for SMB_COM_NT_CANCEL
Jeff Layton
1
-25
/
+38
2011-01-20
cifs: remove code for setting timeouts on requests
Jeff Layton
6
-50
/
+17
2011-01-20
[CIFS] cifs: reconnect unresponsive servers
Steve French
3
-5
/
+25
[next]