summaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
2024-11-11btrfs: remove redundant initializations for struct btrfs_tree_parent_checkFilipe Manana
2024-11-11btrfs: drop unused transaction parameter from btrfs_qgroup_add_swapped_blocks()David Sterba
2024-11-11btrfs: qgroup: drop unused parameter fs_info from __del_qgroup_rb()David Sterba
2024-11-11btrfs: qgroup: run delayed iputs after ordered extent completionFilipe Manana
2024-11-11btrfs: remove unused btrfs_free_squota_rsv()Dr. David Alan Gilbert
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan
2024-11-11btrfs: remove pointless initialization at btrfs_qgroup_trace_extent()Filipe Manana
2024-11-11btrfs: always use delayed_refs local variable at btrfs_qgroup_trace_extent()Filipe Manana
2024-11-11btrfs: remove unnecessary delayed refs locking at btrfs_qgroup_trace_extent()Filipe Manana
2024-11-11btrfs: store fs_info in a local variable at btrfs_qgroup_trace_extent_post()Filipe Manana
2024-11-11btrfs: qgroups: remove bytenr field from struct btrfs_qgroup_extent_recordFilipe Manana
2024-10-22btrfs: qgroup: set a more sane default value for subtree drop thresholdQu Wenruo
2024-10-11btrfs: use sector numbers as keys for the dirty extents xarrayFilipe Manana
2024-09-10btrfs: qgroup: use xarray to track dirty extents in transactionJunchao Sun
2024-09-02btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin
2024-08-25btrfs: run delayed iputs when flushing delallocJosef Bacik
2024-07-11btrfs: qgroup: preallocate memory before adding a relationDavid Sterba
2024-07-11btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-07-11btrfs: add and use helper to commit the current transactionFilipe Manana
2024-07-11btrfs: qgroup: avoid start/commit empty transaction when flushing reservationsFilipe Manana
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba
2024-07-11btrfs: automatically remove the subvolume qgroupQu Wenruo
2024-07-11btrfs: slightly loosen the requirement for qgroup removalQu Wenruo
2024-07-11btrfs: use for-local variables that shadow function variablesDavid Sterba
2024-07-02btrfs: always do the basic checks for btrfs_qgroup_inherit structureQu Wenruo
2024-06-25btrfs: 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