summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Btrfs: send, build path string only once in send_holeFilipe Manana1-3/+3
2014-04-07btrfs: filter invalid arg for btrfs resizeGui Hecheng1-2/+3
2014-04-07Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana1-1/+3
2014-04-07Btrfs: kmalloc() doesn't return an ERR_PTRDan Carpenter1-3/+2
2014-04-07Btrfs: fix snapshot vs nocow writtingWang Shilong1-2/+21
2014-04-07btrfs: Change the expanding write sequence to fix snapshot related bug.Qu Wenruo1-1/+4
2014-04-07btrfs: make device scan less noisyDavid Sterba1-11/+24
2014-04-07btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney1-3/+7
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik3-16/+39
2014-04-06Btrfs: remove transaction from sendJosef Bacik9-187/+77
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik6-3/+27
2014-04-06Btrfs: check for an extent_op on the locked refJosef Bacik1-1/+2
2014-04-06Btrfs: do not reset last_snapshot after relocationJosef Bacik1-21/+0
2014-03-21Btrfs: fix a crash of clone with inline extents's splitLiu Bo2-7/+18
2014-03-21btrfs: fix uninit variable warningChris Mason1-1/+1
2014-03-21Btrfs: take into account total references when doing backref lookupJosef Bacik1-11/+18
2014-03-21Btrfs: part 2, fix incremental send's decision to delay a dir move/renameFilipe Manana1-5/+66
2014-03-21Btrfs: fix incremental send's decision to delay a dir move/renameFilipe Manana1-3/+3
2014-03-20Btrfs: remove unnecessary inode generation lookup in sendFilipe Manana1-7/+2
2014-03-20Btrfs: fix race when updating existing ref headFilipe Manana1-1/+1
2014-03-20btrfs: Add trace for btrfs_workqueue alloc/destroyQu Wenruo2-3/+6
2014-03-20Btrfs: less fs tree lock contention when using autodefragFilipe Manana1-2/+10
2014-03-20Btrfs: return EPERM when deleting a default subvolumeGuangyu Sun1-1/+3
2014-03-20Btrfs: add missing kfree in btrfs_destroy_workqueueFilipe Manana1-0/+1
2014-03-20Btrfs: cache extent states in defrag code pathFilipe Manana1-4/+9
2014-03-20Btrfs: 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