summaryrefslogtreecommitdiff
path: root/fs/btrfs/delayed-ref.c
Commit message (Expand)AuthorAge
* btrfs: Fix race condition between delayed refs and blockgroup removalNikolay Borisov2018-04-20
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-12
* btrfs: use lockdep_assert_held for spinlocksDavid Sterba2018-03-31
* btrfs: add more __cold annotationsDavid Sterba2018-03-26
* btrfs: Ignore errors from btrfs_qgroup_trace_extent_postNikolay Borisov2018-02-02
* Btrfs: add __init macro to btrfs init functionsLiu Bo2018-01-22
* btrfs: track refs in a rb_tree instead of a listJosef Bacik2017-11-01
* btrfs: add a comp_refs() helperJosef Bacik2017-11-01
* btrfs: switch args for comp_*_refsJosef Bacik2017-11-01
* btrfs: remove type argument from comp_tree_refsJosef Bacik2017-10-30
* btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-30
* Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval2017-06-29
* btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova2017-04-18
* btrfs: qgroup: Move half of the qgroup accounting time out of commit transQu Wenruo2017-02-17
* Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo2017-02-14
* btrfs: drop unused extent_op arg from btrfs_add_delayed_data_refJeff Mahoney2017-02-14
* btrfs: improve delayed refs iterationsWang Xiaoguang2016-11-30
* btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo2016-11-30
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-26
* Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-26
* btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Qu Wenruo2016-08-25
* Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2016-08-05
|\
| * Btrfs: remove unused function btrfs_add_delayed_qgroup_reserve()Filipe Manana2016-08-03
* | btrfs: prefix fsid to all trace eventsJeff Mahoney2016-07-26
* | btrfs: Fix slab accounting flagsNikolay Borisov2016-07-26
|/
* btrfs: drop null testing before destroy functionsKinglong Mee2016-02-18
* btrfs: better packing of btrfs_delayed_extent_opDavid Sterba2016-01-07
* btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo2015-10-26
* Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-25
* Btrfs: fix regression when running delayed referencesFilipe Manana2015-10-25
* btrfs: delayed_ref: Add new function to record reserved space into delayed refQu Wenruo2015-10-21
* btrfs: delayed-ref: double free in btrfs_add_delayed_tree_ref()Dan Carpenter2015-06-24
* btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo2015-06-10
* btrfs: delayed-ref: Cleanup the unneeded functions.Qu Wenruo2015-06-10
* btrfs: delayed-ref: Use list to replace the ref_root in ref_head.Qu Wenruo2015-06-10
* Btrfs: account for crcs in delayed ref processingJosef Bacik2015-04-10
* Btrfs: rework qgroup accountingJosef Bacik2014-06-09
* Btrfs: fix race when updating existing ref headFilipe Manana2014-03-20
* Btrfs: cleanup delayed-ref.c:find_ref_head()Filipe Manana2014-03-10
* Btrfs: remove unnecessary ref heads rb tree searchFilipe Manana2014-03-10
* Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik2014-01-28
* Btrfs: skip merge part for delayed data refsLiu Bo2014-01-28
* Btrfs: introduce a head ref rbtreeLiu Bo2014-01-28
* Btrfs: get rid of sparse warningsStefan Behrens2013-09-01
* Btrfs/tracepoint: update delayed ref tracepointsLiu Bo2013-09-01
* Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt2013-05-06
* Btrfs: compare relevant parts of delayed tree refsJosef Bacik2013-05-06
* Btrfs: make delayed ref lock logic more readableMiao Xie2013-02-20
* Btrfs: use slabs for delayed reference allocationMiao Xie2013-02-20
* Btrfs: allow delayed refs to be mergedJosef Bacik2012-08-28