summaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana1-4/+7
2026-03-04btrfs: qgroup: return correct error when deleting qgroup relation itemFilipe Manana1-1/+3
2026-01-17btrfs: qgroup: update all parent qgroups when doing quick inheritQu Wenruo1-2/+16
2026-01-17btrfs: fix qgroup_snapshot_quick_inherit() squota bugBoris Burkov1-0/+3
2025-11-13btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relationShardul Bankar1-1/+3
2025-09-19btrfs: fix squota compressed stats leakBoris Burkov1-2/+4
2025-08-28btrfs: qgroup: fix race between quota disable and quota rescan ioctlFilipe Manana1-7/+24
2025-08-28btrfs: qgroup: drop unused parameter fs_info from __del_qgroup_rb()David Sterba1-4/+3
2025-08-20btrfs: fix iteration bug in __qgroup_excl_accounting()Boris Burkov1-2/+1
2025-08-20btrfs: qgroup: fix qgroup create ioctl returning success after quotas disabledFilipe Manana1-3/+0
2025-08-20btrfs: qgroup: set quota enabled bit if quota disable fails flushing reservat...Filipe Manana1-2/+5
2025-03-22btrfs: avoid starting new transaction when cleaning qgroup during subvolume dropFilipe Manana1-5/+1
2025-02-17btrfs: do not output error message if a qgroup has been already cleaned upQu Wenruo1-1/+4
2025-02-08btrfs: improve the warning and error message for btrfs_remove_qgroup()Qu Wenruo1-5/+16
2025-01-02btrfs: fix transaction atomicity bug when enabling simple quotasJulian Sun1-2/+1
2024-10-22btrfs: qgroup: set a more sane default value for subtree drop thresholdQu Wenruo1-1/+1
2024-10-11btrfs: use sector numbers as keys for the dirty extents xarrayFilipe Manana1-5/+16
2024-09-10btrfs: qgroup: use xarray to track dirty extents in transactionJunchao Sun1-34/+32
2024-09-02btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin1-2/+1
2024-08-25btrfs: run delayed iputs when flushing delallocJosef Bacik1-0/+2
2024-07-11btrfs: qgroup: preallocate memory before adding a relationDavid Sterba1-17/+8
2024-07-11btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana1-2/+4
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba1-11/+11
2024-07-11btrfs: add and use helper to commit the current transactionFilipe Manana1-28/+5
2024-07-11btrfs: qgroup: avoid start/commit empty transaction when flushing reservationsFilipe Manana1-5/+7
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba1-2/+2
2024-07-11btrfs: automatically remove the subvolume qgroupQu Wenruo1-0/+35
2024-07-11btrfs: slightly loosen the requirement for qgroup removalQu Wenruo1-7/+80
2024-07-11btrfs: use for-local variables that shadow function variablesDavid Sterba1-6/+5
2024-07-02btrfs: always do the basic checks for btrfs_qgroup_inherit structureQu Wenruo1-2/+8
2024-06-25btrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana1-2/+2
2024-05-15btrfs: qgroup: fix qgroup id collision across mountsBoris Burkov1-0/+20
2024-05-15btrfs: qgroup: update rescan message levels and error codesDavid Sterba1-7/+5
2024-05-07btrfs: qgroup: fix initialization of auto inherit arrayDan Carpenter1-1/+1
2024-05-07btrfs: rename return variables in btrfs_qgroup_rescan_worker()Anand Jain1-19/+19
2024-05-07btrfs: drop variable err in quick_update_accounting()Anand Jain1-6/+3
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik1-14/+13
2024-05-07btrfs: qgroup: delete unnecessary check in btrfs_qgroup_check_inherit()Dan Carpenter1-3/+0
2024-05-02btrfs: qgroup: do not check qgroup inherit if qgroup is disabledQu Wenruo1-0/+2
2024-04-25btrfs: take the cleaner_mutex earlier in qgroup disableJosef Bacik1-13/+8
2024-04-02btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov1-0/+2
2024-03-05btrfs: qgroup: allow quick inherit if snapshot is created and added to the sa...Qu Wenruo1-7/+72
2024-03-05btrfs: qgroup: validate btrfs_qgroup_inherit parameterQu Wenruo1-0/+51
2024-03-05btrfs: qgroup: always free reserved space for extent recordsQu Wenruo1-5/+5
2024-03-04btrfs: handle transaction commit errors in flush_reservations()David Sterba1-1/+1
2024-03-04btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...David Sterba1-2/+0
2024-03-04btrfs: change BUG_ONs to assertions in btrfs_qgroup_trace_subtree()David Sterba1-2/+2
2024-01-31btrfs: forbid deleting live subvol qgroupBoris Burkov1-0/+14
2023-12-16btrfs: fix typos found by codespellDavid Sterba1-1/+1
2023-12-07btrfs: ensure releasing squota reserve on head refsBoris Burkov1-3/+11