aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-23Btrfs: fix the race between remove dev and alloc chunkXiao Guangrong1-0/+6
2011-05-23Btrfs: fix the race between reading and updating devicesXiao Guangrong2-0/+9
2011-05-23Btrfs: fix bh leak on __btrfs_open_devices pathXiao Guangrong1-0/+1
2011-05-23Btrfs: fix unsafe usage of merge_stateXiao Guangrong1-8/+14
2011-05-23Btrfs: allocate extent state and check the result properlyXiao Guangrong1-8/+26
2011-05-23fs/btrfs: Add missing btrfs_free_pathJulia Lawall2-1/+4
2011-05-23Btrfs: check return value of btrfs_inc_extent_ref()Tsutomu Itoh1-0/+1
2011-05-23Btrfs: return error to caller if read_one_inode() failsTsutomu Itoh1-6/+18
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_itemTsutomu Itoh7-17/+2
2011-05-23Btrfs: return error code to caller when btrfs_del_item failsTsutomu Itoh4-11/+19
2011-05-23Btrfs: return error code to caller when btrfs_previous_item failsTsutomu Itoh1-2/+3
2011-05-23btrfs: fix typo 'testeing' -> 'testing'Sergei Trofimovich1-2/+2
2011-05-23btrfs: typo: 'btrfS' -> 'btrfs'Sergei Trofimovich1-1/+1
2011-05-23btrfs: don't spin in shrink_delalloc if there is nothing to freeSergei Trofimovich1-0/+4
2011-05-23btrfs: Delete unused version.sh script.Jamey Sharp1-43/+0
2011-05-23btrfs: Ensure the tree search ioctl returns the right number of recordsHugo Mills1-3/+1
2011-05-23BTRFS: Remove unused node_lockAndi Kleen2-4/+0
2011-05-23Btrfs: leave spinning on lookup and map the leafJosef Bacik1-0/+12
2011-05-23Btrfs: check for duplicate entries in the free space cacheJosef Bacik1-3/+24
2011-05-23Btrfs: don't try to allocate from a block group that doesn't have enough spaceJosef Bacik1-0/+8
2011-05-23Btrfs: don't always do readaheadJosef Bacik4-5/+20
2011-05-23Btrfs: try not to sleep as much when doing slow cachingJosef Bacik1-8/+11