aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-38/+78
2011-07-27Btrfs: make a lockdep class for each rootChris Mason1-33/+70
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason1-5/+2
2011-07-27Btrfs: use a worker thread to do cachingJosef Bacik1-0/+6
2011-07-20btrfs: kill magical embedded struct superblockAl Viro1-11/+4
2011-06-17btrfs: fix uninitialized return valueDavid Sterba1-3/+3
2011-06-17btrfs: Remove unused sysfs codeMaarten Lankhorst1-1/+0
2011-06-17Btrfs: fix relocation racesChris Mason1-0/+1
2011-06-13Btrfs: check the return value from set_anon_superChris Mason1-1/+3
2011-06-10Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into for-linusChris Mason1-2/+0
2011-06-10btrfs: fix unlocked access of delalloc_inodesDavid Sterba1-2/+1
2011-06-10btrfs: reinitialize scrub workersArne Jansen1-2/+0
2011-05-28Merge branch 'for-chris' ofChris Mason1-18/+18
2011-05-27Btrfs: use the device_list_mutex during write_dev_supersChris Mason1-2/+2
2011-05-26Btrfs: add mount -o auto_defragChris Mason1-0/+12
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-6/+7
2011-05-23Btrfs: using rcu lock in the reader side of devices listXiao Guangrong1-7/+7
2011-05-23Btrfs: fix the race between reading and updating devicesXiao Guangrong1-0/+2
2011-05-23BTRFS: Remove unused node_lockAndi Kleen1-1/+0
2011-05-23Btrfs: kill trans_mutexJosef Bacik1-15/+15
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik1-3/+3
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason1-0/+12
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-87/+21
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason1-5/+45
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-5/+45
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbersChris Mason1-0/+19
2011-05-12btrfs: use printk_ratelimited instead of printk_ratelimitDavid Sterba1-15/+6
2011-05-12btrfs: scrubArne Jansen1-0/+12
2011-05-06btrfs: remove old unused commented out codeDavid Sterba1-29/+0
2011-05-06btrfs: remove all unused functionsDavid Sterba1-27/+0
2011-05-02btrfs: drop gfp parameter from alloc_extent_bufferDavid Sterba1-3/+3
2011-05-02btrfs: drop gfp parameter from find_extent_bufferDavid Sterba1-2/+2
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba1-1/+1
2011-05-02btrfs: drop unused parameter from extent_map_tree_initDavid Sterba1-2/+1
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba1-5/+4
2011-05-02btrfs: fix dereference before checkDavid Sterba1-2/+3
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba1-1/+1
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+1
2011-04-25btrfs: add missing spin_unlock to a rare exit pathDavid Sterba1-0/+1
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan1-0/+1
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan1-0/+18
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1
2011-04-11Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik1-1/+1
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+3
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesLi Zefan1-1/+3
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-7/+125
2011-03-28btrfs: fix possible deadlock by clearing __GFP_FS flagMiao Xie1-0/+2
2011-03-28Btrfs: fix OOPS of empty filesystem after balanceliubo1-0/+6
2011-03-28Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang1-1/+4
2011-03-28Btrfs: Per file/directory controls for COW and compressionLiu Bo1-0/+6