summaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
13 daysRevert "btrfs: add ASSERTs on prealloc in qgroup functions"Qu Wenruo
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana
2025-11-24btrfs: add ASSERTs on prealloc in qgroup functionsMiquel Sabaté Solà
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà
2025-11-24btrfs: use the key format macros when printing keysFilipe Manana
2025-10-30btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relationShardul Bankar
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-22btrfs: convert several int parameters to boolDavid Sterba
2025-09-02btrfs: fix squota compressed stats leakBoris Burkov
2025-08-07btrfs: fix iteration bug in __qgroup_excl_accounting()Boris Burkov
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana
2025-07-22btrfs: qgroup: fix qgroup create ioctl returning success after quotas disabledFilipe Manana
2025-07-22btrfs: qgroup: set quota enabled bit if quota disable fails flushing reservat...Filipe Manana
2025-07-22btrfs: qgroup: remove no longer used fs_info->qgroup_ulistFilipe Manana
2025-07-22btrfs: qgroup: fix race between quota disable and quota rescan ioctlFilipe Manana
2025-07-21btrfs: qgroup: avoid memory allocation if qgroups are not enabledFilipe Manana
2025-07-21btrfs: qgroup: remove pointless error check for add_qgroup_rb() callFilipe Manana
2025-07-21btrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana
2025-07-21btrfs: add extra warning when qgroup is marked inconsistentQu Wenruo
2025-07-21btrfs: use refcount_t type for the extent buffer reference counterFilipe Manana
2025-07-21btrfs: use rb_find_add() in btrfs_qgroup_add_swapped_blocks()Yangtao Li
2025-07-21btrfs: use rb_find() in btrfs_qgroup_trace_subtree_after_cow()Yangtao Li
2025-07-21btrfs: use rb_find_add() in add_qgroup_rb()Yangtao Li
2025-07-21btrfs: use rb_find() in find_qgroup_rb()Yangtao Li
2025-05-15btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARNDavid Sterba
2025-05-15btrfs: tracepoints: add btrfs prefix to names where it's missingFilipe Manana
2025-05-15btrfs: rename remaining exported functions from extent-io-tree.hFilipe Manana
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba
2025-01-23btrfs: avoid starting new transaction when cleaning qgroup during subvolume dropFilipe Manana
2025-01-23btrfs: do not output error message if a qgroup has been already cleaned upQu Wenruo
2025-01-13btrfs: qgroup: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: improve the warning and error message for btrfs_remove_qgroup()Qu Wenruo
2024-12-23btrfs: fix transaction atomicity bug when enabling simple quotasJulian Sun
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