summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie
2014-03-10Btrfs: reclaim delalloc metadata more aggressivelyMiao Xie
2014-03-10Btrfs: remove unnecessary lock in may_commit_transaction()Miao Xie
2014-03-10Btrfs: remove the unnecessary flush when preparing the pagesMiao Xie
2014-03-10Btrfs: just do dirty page flush for the inode with compression before direct IOMiao Xie
2014-03-10Btrfs: wake up the tasks that wait for the io earlierMiao Xie
2014-03-10Btrfs: fix early enospc due to the race of the two ordered extent waitMiao Xie
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie
2014-03-10btrfs: Add ftrace for btrfs_workqueueQu Wenruo
2014-03-10btrfs: Cleanup the btrfs_workqueue related function typeQu Wenruo
2014-03-10Btrfs: add readahead for send_writeLiu Bo
2014-03-10Btrfs: share the same code for __record_{new,deleted}_refLiu Bo
2014-03-10Btrfs: avoid unnecessary utimes update in incremental sendFilipe Manana
2014-03-10Btrfs: make defrag not fragment files when using prealloc extentsFilipe Manana
2014-03-10Btrfs: correctly flush data on defrag when compression is enabledFilipe Manana
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo
2014-03-10btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->rmw_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo
2014-03-10btrfs: Replace fs_info->workers with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Add threshold workqueue based on kernel workqueueQu Wenruo
2014-03-10btrfs: Add high priority workqueue support for btrfs_workqueue_structQu Wenruo
2014-03-10btrfs: Added btrfs_workqueue_struct implemented ordered execution based on ke...Qu Wenruo
2014-03-10btrfs: Cleanup the unused struct async_sched.Qu Wenruo
2014-03-10Btrfs: skip search tree for REG filesLiu Bo
2014-03-10Btrfs: fix preallocate vs double nocow writeMiao Xie
2014-03-10Btrfs: fix wrong lock range and write size in check_can_nocow()Miao Xie
2014-03-10btrfs: send: simplify allocation code in fs_path_ensure_bufDavid Sterba
2014-03-10btrfs: send: fix old buffer length in fs_path_ensure_bufDavid Sterba
2014-03-10Btrfs: more efficient btrfs_drop_extent_cacheFilipe Manana
2014-03-10Btrfs: more efficient split extent state insertionFilipe Manana
2014-03-10Btrfs: remove unneeded field / smaller extent_map structureFilipe Manana
2014-03-10Btrfs: skip locking when searching commit rootWang Shilong
2014-03-10Btrfs: wake up @scrub_pause_wait as much as we canWang Shilong
2014-03-10Btrfs: cancel scrub on transaction abortionWang Shilong
2014-03-10Btrfs: device_replace: fix deadlock for nocow caseWang Shilong
2014-03-10Btrfs: fix a possible deadlock between scrub and transaction committingWang Shilong
2014-03-10btrfs: Use PTR_ERR_OR_ZEROSachin Kamat
2014-03-10Btrfs: fix send issuing outdated paths for utimes, chown and chmodFilipe Manana
2014-03-10Btrfs: correctly determine if blocks are shared in btrfs_compare_treesFilipe Manana
2014-03-10Btrfs: fix send attempting to rmdir non-empty directoriesFilipe Manana