summaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana2023-03-281-1/+10
* btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik2023-02-151-1/+1
* btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik2023-02-151-1/+1
* btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana2023-01-161-8/+17
* btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo2023-01-111-2/+12
* btrfs: restore BTRFS_SEQ_LAST when looking up qgroup backref lookupJosef Bacik2022-12-151-0/+1
* btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig2022-12-051-0/+1
* btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo2022-12-051-4/+14
* btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana2022-12-051-14/+24
* btrfs: move root tree prototypes to their own headerJosef Bacik2022-12-051-0/+1
* btrfs: move extent-tree helpers into their own header fileJosef Bacik2022-12-051-0/+1
* btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extentDavid Sterba2022-12-051-10/+7
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong2022-11-211-8/+1
* btrfs: qgroup: fix a typo in a commentChristophe JAILLET2022-09-261-1/+1
* btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Qu Wenruo2022-09-261-0/+19
* btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accou...Qu Wenruo2022-09-261-4/+11
* btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCANQu Wenruo2022-09-261-17/+26
* btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansionQu Wenruo2022-09-261-2/+4
* btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana2022-09-261-0/+15
* btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana2022-05-161-2/+3
* btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana2022-05-161-1/+1
* btrfs: qgroup: remove outdated TODO commentsSidong Yang2022-03-141-12/+0
* btrfs: qgroup: remove duplicated check in adding qgroup relationsSidong Yang2022-03-141-9/+32
* btrfs: disable qgroups in extent tree v2Josef Bacik2022-03-141-0/+6
* btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov2022-03-141-7/+6
* btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang2022-03-021-1/+8
* btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki2022-01-311-2/+19
* btrfs: stop accessing ->extent_root directlyJosef Bacik2022-01-031-1/+4
* btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana2022-01-031-0/+19
* btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana2021-12-151-1/+2
* btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana2021-08-231-4/+4
* btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana2021-07-221-8/+30
* btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana2021-06-221-7/+1
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana2021-04-281-1/+1
* btrfs: do not consider send context as valid when trying to flush qgroupsFilipe Manana2021-04-281-5/+9
* btrfs: move the tree mod log code into its own fileFilipe Manana2021-04-191-4/+5
* btrfs: don't opencode extent_changeset_freeNikolay Borisov2021-04-191-2/+1
* btrfs: simplify commit logic in try_flush_qgroupNikolay Borisov2021-04-191-28/+7
* btrfs: fix sleep while in non-sleep context during qgroup removalFilipe Manana2021-03-181-2/+10
* btrfs: export and rename qgroup_reserve_metaNikolay Borisov2021-03-021-4/+4
* btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2020-12-181-3/+10
* btrfs: qgroup: don't try to wait flushing if we're already holding a transactionQu Wenruo2020-12-181-10/+20
* btrfs: pass root owner to read_tree_blockJosef Bacik2020-12-081-1/+1
* btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtreeJosef Bacik2020-12-081-12/+3
* btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocksJosef Bacik2020-12-081-10/+1
* btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swapJosef Bacik2020-12-081-12/+1
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-2/+0