summaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
3 daysbtrfs: always do the basic checks for btrfs_qgroup_inherit structureQu Wenruo
11 daysbtrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana
2024-05-15btrfs: qgroup: fix qgroup id collision across mountsBoris Burkov
2024-05-15btrfs: qgroup: update rescan message levels and error codesDavid Sterba
2024-05-07btrfs: qgroup: fix initialization of auto inherit arrayDan Carpenter
2024-05-07btrfs: rename return variables in btrfs_qgroup_rescan_worker()Anand Jain
2024-05-07btrfs: drop variable err in quick_update_accounting()Anand Jain
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
2024-05-07btrfs: qgroup: delete unnecessary check in btrfs_qgroup_check_inherit()Dan Carpenter
2024-05-02btrfs: qgroup: do not check qgroup inherit if qgroup is disabledQu Wenruo
2024-04-25btrfs: take the cleaner_mutex earlier in qgroup disableJosef Bacik
2024-04-02btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov
2024-03-05btrfs: qgroup: allow quick inherit if snapshot is created and added to the sa...Qu Wenruo
2024-03-05btrfs: qgroup: validate btrfs_qgroup_inherit parameterQu Wenruo
2024-03-05btrfs: qgroup: always free reserved space for extent recordsQu Wenruo
2024-03-04btrfs: handle transaction commit errors in flush_reservations()David Sterba
2024-03-04btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...David Sterba
2024-03-04btrfs: change BUG_ONs to assertions in btrfs_qgroup_trace_subtree()David Sterba
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