summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-10Btrfs: more efficient split extent state insertionFilipe Manana1-5/+8
2014-03-10Btrfs: remove unneeded field / smaller extent_map structureFilipe Manana3-13/+12
2014-03-10Btrfs: skip locking when searching commit rootWang Shilong1-1/+3
2014-03-10Btrfs: wake up @scrub_pause_wait as much as we canWang Shilong1-0/+10
2014-03-10Btrfs: cancel scrub on transaction abortionWang Shilong1-0/+1
2014-03-10Btrfs: device_replace: fix deadlock for nocow caseWang Shilong1-2/+15
2014-03-10Btrfs: fix a possible deadlock between scrub and transaction committingWang Shilong1-11/+11
2014-03-10btrfs: Use PTR_ERR_OR_ZEROSachin Kamat1-1/+2
2014-03-10Btrfs: fix send issuing outdated paths for utimes, chown and chmodFilipe Manana1-19/+12
2014-03-10Btrfs: correctly determine if blocks are shared in btrfs_compare_treesFilipe Manana1-1/+10
2014-03-10Btrfs: fix send attempting to rmdir non-empty directoriesFilipe Manana1-26/+221
2014-03-10Btrfs: send, don't send rmdir for same target multiple timesFilipe Manana1-1/+4
2014-03-10Btrfs: incremental send, fix invalid path after dir renameFilipe Manana1-7/+34
2014-03-10Btrfs: don't insert useless holes when punching beyond the inode's sizeFilipe Manana1-11/+17
2014-03-10Btrfs: cleanup delayed-ref.c:find_ref_head()Filipe Manana1-18/+6
2014-03-10Btrfs: remove unnecessary ref heads rb tree searchFilipe Manana1-4/+3
2014-03-10btrfs: wake up transaction thread upon remountJustin Maggard1-0/+1
2014-03-10Btrfs: stop joining the log transaction if sync log failsMiao Xie1-2/+14
2014-03-10Btrfs: just wait or commit our own log sub-transactionMiao Xie4-23/+47
2014-03-10Btrfs: fix skipped error handle when log sync failedMiao Xie5-31/+111
2014-03-10Btrfs: use signed integer instead of unsigned long integer for log transidMiao Xie3-11/+11
2014-03-10Btrfs: remove unnecessary memory barrier in btrfs_sync_log()Miao Xie1-3/+0
2014-03-10Btrfs: don't start the log transaction if the log tree init failsMiao Xie1-12/+14
2014-03-10Btrfs: fix the skipped transaction commit during the file syncMiao Xie1-10/+16
2014-03-10Btrfs: use ACCESS_ONCE to prevent the optimize accesses to ->last_trans_log_f...Miao Xie1-7/+10
2014-03-10Btrfs: avoid warning bomb of btrfs_invalidate_inodesLiu Bo1-1/+2