summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-07-27Btrfs: make a lockdep class for each rootChris Mason
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason
2011-07-27Btrfs: use a worker thread to do cachingJosef Bacik
2011-07-20btrfs: kill magical embedded struct superblockAl Viro
2011-06-17btrfs: fix uninitialized return valueDavid Sterba
2011-06-17btrfs: Remove unused sysfs codeMaarten Lankhorst
2011-06-17Btrfs: fix relocation racesChris Mason
2011-06-13Btrfs: check the return value from set_anon_superChris Mason
2011-06-10Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason
2011-06-10btrfs: fix unlocked access of delalloc_inodesDavid Sterba
2011-06-10btrfs: reinitialize scrub workersArne Jansen
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-27Btrfs: use the device_list_mutex during write_dev_supersChris Mason
2011-05-26Btrfs: add mount -o auto_defragChris Mason
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23Btrfs: using rcu lock in the reader side of devices listXiao Guangrong
2011-05-23Btrfs: fix the race between reading and updating devicesXiao Guangrong
2011-05-23BTRFS: Remove unused node_lockAndi Kleen
2011-05-23Btrfs: kill trans_mutexJosef Bacik
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason
2011-05-12btrfs: use printk_ratelimited instead of printk_ratelimitDavid Sterba
2011-05-12btrfs: scrubArne Jansen
2011-05-06btrfs: remove old unused commented out codeDavid Sterba
2011-05-06btrfs: remove all unused functionsDavid Sterba
2011-05-02btrfs: drop gfp parameter from alloc_extent_bufferDavid Sterba
2011-05-02btrfs: drop gfp parameter from find_extent_bufferDavid Sterba
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba
2011-05-02btrfs: drop unused parameter from extent_map_tree_initDavid Sterba
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba
2011-05-02btrfs: fix dereference before checkDavid Sterba
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-25btrfs: add missing spin_unlock to a rare exit pathDavid Sterba
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-11Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesLi Zefan
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-03-28btrfs: fix possible deadlock by clearing __GFP_FS flagMiao Xie
2011-03-28Btrfs: fix OOPS of empty filesystem after balanceliubo
2011-03-28Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang
2011-03-28Btrfs: Per file/directory controls for COW and compressionLiu Bo