summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds34-1626/+2000
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-04mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-1/+1
2014-04-04fs/direct-io.c: remove some left over checksDan Carpenter1-1/+1
2014-03-22Btrfs: fix a crash of clone with inline extents's splitLiu Bo2-7/+18
2014-03-22btrfs: fix uninit variable warningChris Mason1-1/+1
2014-03-22Btrfs: take into account total references when doing backref lookupJosef Bacik1-11/+18
2014-03-22Btrfs: part 2, fix incremental send's decision to delay a dir move/renameFilipe Manana1-5/+66
2014-03-22Btrfs: fix incremental send's decision to delay a dir move/renameFilipe Manana1-3/+3
2014-03-21Btrfs: remove unnecessary inode generation lookup in sendFilipe Manana1-7/+2
2014-03-21Btrfs: fix race when updating existing ref headFilipe Manana1-1/+1
2014-03-21btrfs: Add trace for btrfs_workqueue alloc/destroyQu Wenruo2-3/+6
2014-03-21Btrfs: less fs tree lock contention when using autodefragFilipe Manana1-2/+10
2014-03-21Btrfs: return EPERM when deleting a default subvolumeGuangyu Sun1-1/+3
2014-03-21Btrfs: add missing kfree in btrfs_destroy_workqueueFilipe Manana1-0/+1
2014-03-21Btrfs: cache extent states in defrag code pathFilipe Manana1-4/+9
2014-03-21Btrfs: fix deadlock with nested trans handlesJosef Bacik1-10/+4
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie3-0/+8
2014-03-10Btrfs: split the global ordered extents mutexMiao Xie3-13/+7
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie7-24/+29
2014-03-10Btrfs: reclaim delalloc metadata more aggressivelyMiao Xie1-1/+1
2014-03-10Btrfs: remove unnecessary lock in may_commit_transaction()Miao Xie1-8/+1
2014-03-10Btrfs: remove the unnecessary flush when preparing the pagesMiao Xie1-8/+5
2014-03-10Btrfs: just do dirty page flush for the inode with compression before direct IOMiao Xie1-7/+7
2014-03-10Btrfs: wake up the tasks that wait for the io earlierMiao Xie1-4/+10
2014-03-10Btrfs: fix early enospc due to the race of the two ordered extent waitMiao Xie1-3/+14
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie5-10/+133
2014-03-10btrfs: Add ftrace for btrfs_workqueueQu Wenruo1-0/+7
2014-03-10btrfs: Cleanup the btrfs_workqueue related function typeQu Wenruo2-12/+14
2014-03-10Btrfs: add readahead for send_writeLiu Bo1-0/+9
2014-03-10Btrfs: share the same code for __record_{new,deleted}_refLiu Bo1-32/+17
2014-03-10Btrfs: avoid unnecessary utimes update in incremental sendFilipe Manana1-10/+11
2014-03-10Btrfs: make defrag not fragment files when using prealloc extentsFilipe Manana1-1/+2
2014-03-10Btrfs: correctly flush data on defrag when compression is enabledFilipe Manana1-1/+5
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo15-120/+116
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo5-825/+3
2014-03-10btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo3-48/+55
2014-03-10btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.Qu Wenruo3-15/+16
2014-03-10btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo4-13/+11
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo4-11/+10
2014-03-10btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo4-14/+11
2014-03-10btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo4-11/+11
2014-03-10btrfs: Replace fs_info->rmw_workers workqueue with btrfs_workqueue.Qu Wenruo3-28/+21
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo5-81/+68
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo5-19/+18
2014-03-10btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo5-16/+18
2014-03-10btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo4-20/+14
2014-03-10btrfs: Replace fs_info->workers with btrfs_workqueue.Qu Wenruo3-22/+23
2014-03-10btrfs: Add threshold workqueue based on kernel workqueueQu Wenruo2-9/+101
2014-03-10btrfs: Add high priority workqueue support for btrfs_workqueue_structQu Wenruo2-13/+83