summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: forbid deleting live subvol qgroupBoris Burkov2024-01-311-0/+14
* btrfs: fix typos found by codespellDavid Sterba2023-12-151-1/+1
* btrfs: ensure releasing squota reserve on head refsBoris Burkov2023-12-061-3/+11
* btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov2023-12-061-2/+3
* btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov2023-12-061-10/+15
* btrfs: fix qgroup record leaks when using simple quotasFilipe Manana2023-11-091-1/+1
* btrfs: fix race between accounting qgroup extents and removing a qgroupFilipe Manana2023-11-091-1/+7
* btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroupsBoris Burkov2023-10-121-8/+7
* btrfs: qgroup: check generation when recording simple quota deltaBoris Burkov2023-10-121-6/+22
* btrfs: qgroup: simple quota auto hierarchy for nested subvolumesBoris Burkov2023-10-121-3/+54
* btrfs: add helper for recording simple quota deltasBoris Burkov2023-10-121-0/+46
* btrfs: create qgroup earlier in snapshot creationBoris Burkov2023-10-121-0/+3
* btrfs: qgroup: flush reservations during quota disableBoris Burkov2023-10-121-3/+44
* btrfs: qgroup: add new quota mode for simple quotasBoris Burkov2023-10-121-30/+80
* btrfs: qgroup: introduce quota modeBoris Burkov2023-10-121-0/+7
* btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba2023-10-121-1/+1
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-7/+7
* btrfs: move functions comments from qgroup.h to qgroup.cDavid Sterba2023-10-121-0/+71
* btrfs: qgroup: remove unused helpers for ulist aux dataJiapeng Chong2023-10-121-10/+0
* btrfs: qgroup: prealloc btrfs_qgroup_list for __add_relation_rb()Qu Wenruo2023-10-121-19/+59
* btrfs: qgroup: pre-allocate btrfs_qgroup to reduce GFP_ATOMIC usageQu Wenruo2023-10-121-26/+61
* btrfs: qgroup: use qgroup_iterator_nested to in qgroup_update_refcnt()Qu Wenruo2023-10-121-42/+35
* btrfs: qgroup: use qgroup_iterator to replace tmp ulist in qgroup_update_refc...Qu Wenruo2023-10-121-28/+11
* btrfs: qgroup: use qgroup_iterator in __qgroup_excl_accounting()Qu Wenruo2023-10-121-64/+17
* btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()Qu Wenruo2023-10-121-22/+10
* btrfs: qgroup: use qgroup_iterator in btrfs_qgroup_free_refroot()Qu Wenruo2023-10-121-22/+7
* btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()Qu Wenruo2023-10-121-32/+29
* btrfs: avoid start and commit empty transaction when flushing qgroupsFilipe Manana2023-08-211-1/+3
* btrfs: avoid start and commit empty transaction when starting qgroup rescanFilipe Manana2023-08-211-7/+8
* btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana2023-07-181-0/+1
* btrfs: fix race between quota disable and relocationFilipe Manana2023-06-191-3/+15
* btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana2023-06-191-0/+2
* 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