aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
2024-01-31btrfs: forbid deleting live subvol qgroupBoris Burkov
2023-12-15btrfs: fix typos found by codespellDavid Sterba
2023-12-06btrfs: ensure releasing squota reserve on head refsBoris Burkov
2023-12-06btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov
2023-12-06btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov
2023-11-09btrfs: fix qgroup record leaks when using simple quotasFilipe Manana
2023-11-09btrfs: fix race between accounting qgroup extents and removing a qgroupFilipe Manana
2023-10-12btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroupsBoris Burkov
2023-10-12btrfs: qgroup: check generation when recording simple quota deltaBoris Burkov
2023-10-12btrfs: qgroup: simple quota auto hierarchy for nested subvolumesBoris Burkov
2023-10-12btrfs: add helper for recording simple quota deltasBoris Burkov
2023-10-12btrfs: create qgroup earlier in snapshot creationBoris Burkov
2023-10-12btrfs: qgroup: flush reservations during quota disableBoris Burkov
2023-10-12btrfs: qgroup: add new quota mode for simple quotasBoris Burkov
2023-10-12btrfs: qgroup: introduce quota modeBoris Burkov
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-12btrfs: move functions comments from qgroup.h to qgroup.cDavid Sterba
2023-10-12btrfs: qgroup: remove unused helpers for ulist aux dataJiapeng Chong
2023-10-12btrfs: qgroup: prealloc btrfs_qgroup_list for __add_relation_rb()Qu Wenruo
2023-10-12btrfs: qgroup: pre-allocate btrfs_qgroup to reduce GFP_ATOMIC usageQu Wenruo
2023-10-12btrfs: qgroup: use qgroup_iterator_nested to in qgroup_update_refcnt()Qu Wenruo
2023-10-12btrfs: qgroup: use qgroup_iterator to replace tmp ulist in qgroup_update_refc...Qu Wenruo
2023-10-12btrfs: qgroup: use qgroup_iterator in __qgroup_excl_accounting()Qu Wenruo
2023-10-12btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()Qu Wenruo
2023-10-12btrfs: qgroup: use qgroup_iterator in btrfs_qgroup_free_refroot()Qu Wenruo
2023-10-12btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()Qu Wenruo
2023-08-21btrfs: avoid start and commit empty transaction when flushing qgroupsFilipe Manana
2023-08-21btrfs: avoid start and commit empty transaction when starting qgroup rescanFilipe Manana
2023-07-18btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana
2023-06-19btrfs: fix race between quota disable and relocationFilipe Manana
2023-06-19btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana
2023-03-28btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik
2023-01-16btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana
2023-01-11btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo
2022-12-15btrfs: restore BTRFS_SEQ_LAST when looking up qgroup backref lookupJosef Bacik
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik
2022-12-05btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extentDavid Sterba
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-11-21btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong
2022-09-26btrfs: qgroup: fix a typo in a commentChristophe JAILLET
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Qu Wenruo
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accou...Qu Wenruo