summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesizeYongqiang Yang2011-12-141-2/+5
| | * | | | | | ext4: avoid hangs in ext4_da_should_update_i_disksize()Andrea Arcangeli2011-12-141-1/+1
| | * | | | | | ext4: display the correct mount option in /proc/mounts for [no]init_itableTheodore Ts'o2011-12-131-9/+8
| | * | | | | | ext4: Fix crash due to getting bogus eh_depth value on big-endian systemsPaul Mackerras2011-12-121-1/+1
| | * | | | | | ext4: fix ext4_end_io_dio() racing against fsync()Theodore Ts'o2011-12-121-2/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-12-152-2/+7
| |\ \ \ \ \ \
| | * | | | | | fuse: llseek fix raceMiklos Szeredi2011-12-131-0/+4
| | * | | | | | fuse: fix llseek bugRoel Kluin2011-12-131-1/+1
| | * | | | | | fuse: fix fuse_retrieveMiklos Szeredi2011-12-131-1/+2
| | |/ / / / /
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-12-156-51/+45
| |\ \ \ \ \ \
| | * | | | | | fs/ncpfs: fix error paths and goto statements in ncp_fill_super()Djalal Harouni2011-12-141-4/+4
| | * | | | | | configfs: register_filesystem() called too earlyAl Viro2011-12-132-20/+18
| | * | | | | | fuse: register_filesystem() called too earlyAl Viro2011-12-131-12/+12
| | * | | | | | ubifs: too early register_filesystem()Al Viro2011-12-131-10/+8
| | * | | | | | procfs: fix a vfsmount longterm reference leakAl Viro2011-12-091-5/+3
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-12-1312-209/+216
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | ceph: add missing spin_unlock at ceph_mdsc_build_path()Yehuda Sadeh2011-12-131-0/+1
| | * | | | | | ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil2011-12-131-1/+2
| | * | | | | | ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-0711-207/+212
| | * | | | | | ceph: fix rasize reporting by ceph_show_optionsSage Weil2011-12-021-1/+1
| * | | | | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-12-131-0/+5
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | writeback: Fix issue on make htmldocsMarcos Paulo de Souza2011-11-291-0/+5
| * | | | | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-12-094-5/+39
| |\ \ \ \ \ \ \
| | * | | | | | | cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton2011-12-091-2/+8
| | * | | | | | | cifs: attempt to freeze while looping on a receive attemptJeff Layton2011-12-091-0/+2
| | * | | | | | | cifs: Fix sparse warning when calling cifs_strtoUCSSteve French2011-12-091-3/+3
| | * | | | | | | CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky2011-12-091-0/+26
| * | | | | | | | procfs: do not overflow get_{idle,iowait}_time for nohzMichal Hocko2011-12-091-2/+2
| * | | | | | | | fs/proc/meminfo.c: fix compilation errorClaudio Scordino2011-12-091-3/+4
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-12-083-60/+66
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Btrfs: drop spin lock when memory alloc failsLiu Bo2011-12-081-8/+16
| | * | | | | | Btrfs: check if the to-be-added device is writableLi Zefan2011-12-081-1/+1
| | * | | | | | Btrfs: try cluster but don't advance in search listAlexandre Oliva2011-12-081-43/+31
| | * | | | | | Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZEAlexandre Oliva2011-12-081-8/+18
| * | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-12-084-188/+200
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | xfs: fix the logspace waiting algorithmChristoph Hellwig2011-12-062-183/+177
| | * | | | | | xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig2011-12-061-4/+4
| | * | | | | | xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner2011-12-021-1/+19
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-12-073-39/+58
| |\ \ \ \ \ \ \
| | * | | | | | | fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-073-39/+58
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-075-25/+74
|\| | | | | | | |
| * | | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-12-025-25/+74
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | | |/ / / / / /
| | * | | | | | xfs: fix attr2 vs large data fork assertChristoph Hellwig2011-11-291-25/+39
| | * | | | | | xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig2011-11-293-0/+33
| | * | | | | | xfs: validate acl countChristoph Hellwig2011-11-291-0/+2
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-0270-822/+1589
|\| | | | | | |
| * | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-12-0131-536/+995
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | ocfs2: avoid unaligned access to dqc_bitmapAkinobu Mita2011-12-012-5/+52
| | * | | | | | ocfs2: Use filemap_write_and_wait() instead of write_inode_now()Jan Kara2011-11-171-1/+1
| | * | | | | | ocfs2: honor O_(D)SYNC flag in fallocateMark Fasheh2011-11-171-0/+3