summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2011-11-15hfs: add sanity check for file name lengthDan Carpenter-0/+2
2011-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-145/+262
2011-11-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds-17/+23
2011-11-11btrfs: rename the option to nospace_cacheDavid Sterba-2/+2
2011-11-11Btrfs: handle bio_add_page failure gracefully in scrubArne Jansen-35/+29
2011-11-10Btrfs: fix deadlock caused by the race between relocationMiao Xie-2/+2
2011-11-10Btrfs: only map pages if we know we need them when reading the space cacheJosef Bacik-7/+10
2011-11-10Btrfs: fix orphan backref nodesMiao Xie-0/+2
2011-11-10Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}Miao Xie-16/+12
2011-11-10Btrfs: fix unreleased path in btrfs_orphan_cleanup()Miao Xie-0/+3
2011-11-10Btrfs: fix no reserved space for writing out inode cacheMiao Xie-4/+24
2011-11-10Btrfs: fix nocow when deleting the itemMiao Xie-1/+4
2011-11-10Merge branch 'mount-fixes' of git://github.com/idryomov/btrfs-unstable into i...Chris Mason-46/+43
2011-11-10Btrfs: tweak the delayed inode reservations againChris Mason-26/+47
2011-11-09Revert "proc: fix races against execve() of /proc/PID/fd**"Linus Torvalds-103/+43
2011-11-09Btrfs: rework error handling in btrfs_mount()Ilya Dryomov-21/+21
2011-11-09Btrfs: close devices on all error paths in open_ctree()Ilya Dryomov-4/+3
2011-11-09Btrfs: avoid null dereference and leaks when bailing from open_ctree()Ilya Dryomov-20/+15
2011-11-09Btrfs: fix subvol_name leak on error in btrfs_mount()Ilya Dryomov-1/+3
2011-11-09Btrfs: fix memory leak in btrfs_parse_early_options()Ilya Dryomov-0/+1
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik-9/+83
2011-11-08Btrfs: fix oops on NULL trans handle in btrfs_truncateChris Mason-7/+9
2011-11-08xfs: fix force shutdown handling in xfs_end_ioChristoph Hellwig-1/+1
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig-12/+12
2011-11-08xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino-4/+10
2011-11-07VFS: we need to set LOOKUP_JUMPED on mountpoint crossingAl Viro-1/+15
2011-11-07btrfs: fix double-free 'tree_root' in 'btrfs_mount()'slyich@gmail.com-3/+5
2011-11-07vfs: d_invalidate() should leave mountpoints aloneAl Viro-2/+4
2011-11-07Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-55/+50
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds-47/+225
2011-11-07Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds-2/+23
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1603/+5423
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+20
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-34/+65
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-27/+113
2011-11-06Btrfs: check for a null fs root when writing to the backup root logChris Mason-3/+10
2011-11-06Btrfs: fix race during transaction joinsChris Mason-5/+8
2011-11-06Btrfs: fix a potential btrfs_bio leak on scrub fixupsIlya Dryomov-0/+1
2011-11-06Btrfs: rename btrfs_bio multi -> bbio for consistencyIlya Dryomov-15/+15
2011-11-06Btrfs: stop leaking btrfs_bios on readaheadIlya Dryomov-0/+2
2011-11-06Btrfs: stop the readahead threads on failed mountChris Mason-0/+1
2011-11-06Btrfs: fix extent_buffer leak in the metadata IO error handlingChris Mason-0/+1
2011-11-06Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason-16/+15
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason-280/+1930
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason-70/+1130
2011-11-06Btrfs: fix delayed insertion reservationJosef Bacik-8/+49
2011-11-06Btrfs: ClearPageError during writepage and clean_tree_blockChris Mason-1/+10
2011-11-06Btrfs: be smarter about committing the transaction in reserve_metadata_bytesJosef Bacik-19/+67
2011-11-06Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik-7/+13
2011-11-06Btrfs: add a log of past tree rootsChris Mason-24/+369