summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-ref.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: better packing of btrfs_delayed_extent_opDavid Sterba2016-01-071-4/+4
* btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo2015-10-261-1/+1
* Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-5/+2
* btrfs: delayed_ref: Add new function to record reserved space into delayed refQu Wenruo2015-10-211-0/+14
* btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo2015-06-101-0/+8
* btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo2015-06-101-0/+3
* btrfs: delayed-ref: Use list to replace the ref_root in ref_head.Qu Wenruo2015-06-101-1/+17
* Btrfs: account for crcs in delayed ref processingJosef Bacik2015-04-101-0/+10
* Btrfs: rework qgroup accountingJosef Bacik2014-06-091-21/+3
* Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik2014-01-281-16/+7
* Btrfs: introduce a head ref rbtreeLiu Bo2014-01-281-0/+5
* Btrfs: handle running extent ops with skinny metadataJosef Bacik2013-05-171-0/+1
* Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason2013-02-201-0/+9
|\
| * Btrfs: reduce CPU contention while waiting for delayed extent operationsChris Mason2013-02-011-0/+9
* | Btrfs: make delayed ref lock logic more readableMiao Xie2013-02-201-0/+6
* | Btrfs: use slabs for delayed reference allocationMiao Xie2013-02-201-1/+36
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+1
|\
| * btrfs: fix the commment for the action flags in delayed-ref.hWang Sheng-Hui2012-09-211-1/+1
* | Btrfs: allow delayed refs to be mergedJosef Bacik2012-08-281-0/+4
* | Btrfs: hooks for qgroup to record delayed refsJan Schmidt2012-07-121-0/+19
* | Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt2012-07-101-47/+2
|/
* Btrfs: use delayed ref sequence numbers for all fs-tree updatesJan Schmidt2012-05-301-19/+0
* Btrfs: move struct seq_list to ctree.hJan Schmidt2012-05-261-5/+0
* Btrfs: add waitqueue instead of doing busy waiting for more delayed refsJan Schmidt2012-01-041-0/+7
* Btrfs: add sequence numbers to delayed refsArne Jansen2012-01-041-0/+70
* Btrfs: always save ref_root in delayed refsArne Jansen2011-12-221-8/+4
* Btrfs: mark delayed refs as for cowArne Jansen2011-12-221-5/+10
* btrfs: remove all unused functionsDavid Sterba2011-05-061-1/+0
* btrfs: remove unused function prototypesDavid Sterba2011-05-041-5/+0
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-3/+0
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-32/+53
* Btrfs: make sure btrfs_update_delayed_ref doesn't increase ref_modChris Mason2009-03-251-0/+1
* Btrfs: process the delayed reference queue in clustersChris Mason2009-03-241-3/+14
* Btrfs: try to cleanup delayed refs while freeing extentsChris Mason2009-03-241-3/+2
* Btrfs: do extent allocation and reference count updates in the backgroundChris Mason2009-03-241-0/+182