summaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
12 daysMerge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-17btrfs: check for NULL root after calls to btrfs_extent_root()Filipe Manana
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-26btrfs: fix referenced/exclusive check in squota_check_parent_usage()Boris Burkov
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana
2026-02-03btrfs: remove pointless out labels from qgroup.cFilipe Manana
2026-02-03btrfs: qgroup: return correct error when deleting qgroup relation itemFilipe Manana
2026-02-03btrfs: merge setting ret and return retDavid Sterba
2026-02-03btrfs: relax squota parent qgroup deletion ruleBoris Burkov
2026-02-03btrfs: check squota parent usage on membership changeBoris Burkov
2025-12-16btrfs: qgroup: update all parent qgroups when doing quick inheritQu Wenruo
2025-12-16btrfs: fix qgroup_snapshot_quick_inherit() squota bugBoris Burkov
2025-12-09Revert "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