aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-11-21freezer: implement and use kthread_freezable_should_stop()Gravatar Tejun Heo 1-3/+1
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyGravatar Tejun Heo 11-20/+15
2011-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-63/+42
2011-11-19Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-1/+2
2011-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+4
2011-11-16new helper: mount_subtree()Gravatar Al Viro 3-53/+40
2011-11-16switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsGravatar Al Viro 3-18/+11
2011-11-16btrfs: fix double mntput() in mount_subvol()Gravatar Al Viro 1-1/+0
2011-11-16bio: change some signed vars to unsignedGravatar Dan Carpenter 1-3/+4
2011-11-15xfs: use doalloc flag in xfs_qm_dqattach_one()Gravatar Mitsuo Hayasaka 1-1/+2
2011-11-15hfs: add sanity check for file name lengthGravatar Dan Carpenter 1-0/+2
2011-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 12-145/+262
2011-11-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 9-17/+23
2011-11-11btrfs: rename the option to nospace_cacheGravatar David Sterba 1-2/+2
2011-11-11Btrfs: handle bio_add_page failure gracefully in scrubGravatar Arne Jansen 1-35/+29
2011-11-10Btrfs: fix deadlock caused by the race between relocationGravatar Miao Xie 1-2/+2
2011-11-10Btrfs: only map pages if we know we need them when reading the space cacheGravatar Josef Bacik 1-7/+10
2011-11-10Btrfs: fix orphan backref nodesGravatar Miao Xie 1-0/+2
2011-11-10Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}Gravatar Miao Xie 1-16/+12
2011-11-10Btrfs: fix unreleased path in btrfs_orphan_cleanup()Gravatar Miao Xie 1-0/+3
2011-11-10Btrfs: fix no reserved space for writing out inode cacheGravatar Miao Xie 1-4/+24
2011-11-10Btrfs: fix nocow when deleting the itemGravatar Miao Xie 1-1/+4
2011-11-10Merge branch 'mount-fixes' of git://github.com/idryomov/btrfs-unstable into i...Gravatar Chris Mason 2-46/+43
2011-11-10Btrfs: tweak the delayed inode reservations againGravatar Chris Mason 2-26/+47
2011-11-09Revert "proc: fix races against execve() of /proc/PID/fd**"Gravatar Linus Torvalds 1-103/+43
2011-11-09Btrfs: rework error handling in btrfs_mount()Gravatar Ilya Dryomov 1-21/+21
2011-11-09Btrfs: close devices on all error paths in open_ctree()Gravatar Ilya Dryomov 1-4/+3
2011-11-09Btrfs: avoid null dereference and leaks when bailing from open_ctree()Gravatar Ilya Dryomov 1-20/+15
2011-11-09Btrfs: fix subvol_name leak on error in btrfs_mount()Gravatar Ilya Dryomov 1-1/+3
2011-11-09Btrfs: fix memory leak in btrfs_parse_early_options()Gravatar Ilya Dryomov 1-0/+1
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioGravatar Josef Bacik 4-9/+83
2011-11-08Btrfs: fix oops on NULL trans handle in btrfs_truncateGravatar Chris Mason 1-7/+9
2011-11-08xfs: fix force shutdown handling in xfs_end_ioGravatar Christoph Hellwig 1-1/+1
2011-11-08xfs: constify xfs_item_opsGravatar Christoph Hellwig 7-12/+12
2011-11-08xfs: Fix possible memory corruption in xfs_readlinkGravatar Carlos Maiolino 1-4/+10
2011-11-07VFS: we need to set LOOKUP_JUMPED on mountpoint crossingGravatar Al Viro 1-1/+15
2011-11-07btrfs: fix double-free 'tree_root' in 'btrfs_mount()'Gravatar slyich@gmail.com 1-3/+5
2011-11-07vfs: d_invalidate() should leave mountpoints aloneGravatar Al Viro 1-2/+4
2011-11-07Merge git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-55/+50
2011-11-07Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 8-47/+225
2011-11-07Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 4-2/+23
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 31-1603/+5423
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 20-0/+20
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 7-34/+65
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 6-27/+113
2011-11-06Btrfs: check for a null fs root when writing to the backup root logGravatar Chris Mason 1-3/+10
2011-11-06Btrfs: fix race during transaction joinsGravatar Chris Mason 1-5/+8
2011-11-06Btrfs: fix a potential btrfs_bio leak on scrub fixupsGravatar Ilya Dryomov 1-0/+1
2011-11-06Btrfs: rename btrfs_bio multi -> bbio for consistencyGravatar Ilya Dryomov 1-15/+15
2011-11-06Btrfs: stop leaking btrfs_bios on readaheadGravatar Ilya Dryomov 1-0/+2