summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
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
2014-03-10btrfs: Added btrfs_workqueue_struct implemented ordered execution based on ke...Qu Wenruo2-0/+164
2014-03-10btrfs: Cleanup the unused struct async_sched.Qu Wenruo1-7/+0
2014-03-10Btrfs: skip search tree for REG filesLiu Bo1-4/+15
2014-03-10Btrfs: fix preallocate vs double nocow writeMiao Xie2-8/+17
2014-03-10Btrfs: fix wrong lock range and write size in check_can_nocow()Miao Xie1-2/+3
2014-03-10btrfs: send: simplify allocation code in fs_path_ensure_bufDavid Sterba1-18/+12
2014-03-10btrfs: send: fix old buffer length in fs_path_ensure_bufDavid Sterba1-3/+3
2014-03-10Btrfs: more efficient btrfs_drop_extent_cacheFilipe Manana3-14/+45