summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-ref.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval2017-06-291-8/+21
* btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova2017-04-181-4/+4
* btrfs: qgroup: Move half of the qgroup accounting time out of commit transQu Wenruo2017-02-171-4/+16
* Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo2017-02-141-4/+1
* btrfs: drop unused extent_op arg from btrfs_add_delayed_data_refJeff Mahoney2017-02-141-4/+2
* btrfs: improve delayed refs iterationsWang Xiaoguang2016-11-301-0/+18
* btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo2016-11-301-1/+1
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-4/+5
* Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-2/+4
* btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Qu Wenruo2016-08-251-5/+2
* Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2016-08-051-27/+0
|\
| * Btrfs: remove unused function btrfs_add_delayed_qgroup_reserve()Filipe Manana2016-08-031-27/+0
* | btrfs: prefix fsid to all trace eventsJeff Mahoney2016-07-261-4/+5
* | btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-4/+4
|/
* btrfs: drop null testing before destroy functionsKinglong Mee2016-02-181-8/+4
* btrfs: better packing of btrfs_delayed_extent_opDavid Sterba2016-01-071-2/+2
* btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo2015-10-261-5/+17
* Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-20/+8
* Btrfs: fix regression when running delayed referencesFilipe Manana2015-10-251-0/+113
* btrfs: delayed_ref: Add new function to record reserved space into delayed refQu Wenruo2015-10-211-0/+29
* btrfs: delayed-ref: double free in btrfs_add_delayed_tree_ref()Dan Carpenter2015-06-241-9/+11
* btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo2015-06-101-7/+43
* btrfs: delayed-ref: Cleanup the unneeded functions.Qu Wenruo2015-06-101-174/+0
* btrfs: delayed-ref: Use list to replace the ref_root in ref_head.Qu Wenruo2015-06-101-74/+82
* Btrfs: account for crcs in delayed ref processingJosef Bacik2015-04-101-2/+20
* Btrfs: rework qgroup accountingJosef Bacik2014-06-091-16/+23
* Btrfs: fix race when updating existing ref headFilipe Manana2014-03-201-1/+1
* Btrfs: cleanup delayed-ref.c:find_ref_head()Filipe Manana2014-03-101-18/+6
* Btrfs: remove unnecessary ref heads rb tree searchFilipe Manana2014-03-101-4/+3
* Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik2014-01-281-115/+108
* Btrfs: skip merge part for delayed data refsLiu Bo2014-01-281-0/+7
* Btrfs: introduce a head ref rbtreeLiu Bo2014-01-281-52/+74
* Btrfs: get rid of sparse warningsStefan Behrens2013-09-011-1/+1
* Btrfs/tracepoint: update delayed ref tracepointsLiu Bo2013-09-011-3/+3
* Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt2013-05-061-2/+4
* Btrfs: compare relevant parts of delayed tree refsJosef Bacik2013-05-061-10/+14
* Btrfs: make delayed ref lock logic more readableMiao Xie2013-02-201-0/+8
* Btrfs: use slabs for delayed reference allocationMiao Xie2013-02-201-11/+63
* Btrfs: allow delayed refs to be mergedJosef Bacik2012-08-281-27/+128
* Btrfs: fix deadlock in wait_for_more_refsArne Jansen2012-08-281-8/+0
* Btrfs: hooks for qgroup to record delayed refsJan Schmidt2012-07-121-6/+10
* Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt2012-07-101-20/+24
* Btrfs: use delayed ref sequence numbers for all fs-tree updatesJan Schmidt2012-05-301-4/+6
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-19/+8
* btrfs: Fix kfree of member instead of structureJeff Mahoney2012-03-221-3/+3
* Btrfs: add waitqueue instead of doing busy waiting for more delayed refsJan Schmidt2012-01-041-0/+8
* Btrfs: put back delayed refs that are too newArne Jansen2012-01-041-18/+25
* Btrfs: add sequence numbers to delayed refsArne Jansen2012-01-041-0/+34
* Btrfs: always save ref_root in delayed refsArne Jansen2011-12-221-10/+8
* Btrfs: mark delayed refs as for cowArne Jansen2011-12-221-19/+31
OpenPOWER on IntegriCloud