aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds10-113/+233
2011-06-11Btrfs: use join_transaction in btrfs_evict_inode()Li Zefan1-1/+1
2011-06-10Btrfs - use %pU to print fsidIlya Dryomov1-6/+2
2011-06-10Btrfs: fix extent state leak on failed nodatasum readsJan Schmidt1-1/+1
2011-06-10Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into for-linusChris Mason2-32/+39
2011-06-10btrfs: fix unlocked access of delalloc_inodesDavid Sterba1-2/+1
2011-06-10Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()Li Zefan1-9/+14
2011-06-10btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one fewer cachelinerichard kennedy1-1/+1
2011-06-10Btrfs: clear current->journal_info on async transaction commitSage Weil1-1/+4
2011-06-10Btrfs: make sure to recheck for bitmaps in clustersChris Mason1-4/+5
2011-06-10btrfs: remove unneeded includes from scrub.cArne Jansen1-6/+0
2011-06-10btrfs: reinitialize scrub workersArne Jansen2-3/+5
2011-06-10btrfs: scrub: errors in tree enumerationArne Jansen1-23/+34
2011-06-10Btrfs: don't map extent buffer if path->skip_locking is setJosef Bacik1-3/+7
2011-06-09Btrfs: unlock the trans lock properlyJosef Bacik1-1/+1
2011-06-09Btrfs: don't map extent buffer if path->skip_locking is setJosef Bacik1-3/+7
2011-06-08Btrfs: fix duplicate checking logicJosef Bacik1-3/+3
2011-06-08Btrfs: fix the allocator loop logicJosef Bacik1-23/+25
2011-06-08Btrfs: fix bitmap regressionJosef Bacik1-19/+69
2011-06-08Btrfs: don't commit the transaction if we dont have enough pinned bytesJosef Bacik1-0/+7
2011-06-08Btrfs: noinline the cluster searching functionsJosef Bacik1-8/+10
2011-06-08Btrfs: cache bitmaps when searching for a clusterJosef Bacik1-5/+49
2011-06-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds19-468/+635
2011-06-04btrfs: fix uninitialized variable warningDavid Sterba1-1/+1
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba8-16/+20
2011-06-04Btrfs: add mount -o inode_cacheChris Mason4-1/+34
2011-06-04btrfs: scrub: add explicit pluggingArne Jansen1-3/+4
2011-06-04btrfs: use btrfs_ino to access inode numberDavid Sterba2-4/+5
2011-06-04Btrfs: don't save the inode cache if we are deleting this rootJosef Bacik1-0/+5
2011-06-04btrfs: false BUG_ON when degradedArne Jansen1-1/+1
2011-06-04Btrfs: don't save the inode cache in non-FS rootsliubo1-0/+6
2011-06-04Btrfs: make sure we don't overflow the free space cache crc pageChris Mason1-8/+19
2011-06-04Btrfs: fix uninit variable in the delayed inode codeChris Mason1-0/+1
2011-06-04btrfs: scrub: don't reuse bios and pagesArne Jansen1-49/+65
2011-06-03more conservative S_NOSEC handlingAl Viro1-1/+1
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-2/+2
2011-05-28Merge branch 'for-chris' ofChris Mason15-385/+474
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds48-4557/+6481
2011-05-27Btrfs: use the device_list_mutex during write_dev_supersChris Mason1-2/+2
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2-2/+2
2011-05-26Btrfs: setup free ino caching in a more asynchronous wayLi Zefan1-6/+22
2011-05-26btrfs scrub: don't coalesce pages that are logically discontiguousArne Jansen1-1/+2
2011-05-26Btrfs: return -ENOMEM in clear_extent_bitChris Mason1-1/+2
2011-05-26Btrfs: add mount -o auto_defragChris Mason8-135/+678
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmemLinus Torvalds2-0/+11
2011-05-26btrfs: add cleancache supportDan Magenheimer2-0/+11
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason16-145/+187
2011-05-23Btrfs: using rcu lock in the reader side of devices listXiao Guangrong4-36/+72
2011-05-23Btrfs: drop unnecessary device lockXiao Guangrong1-7/+6