summaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
13 daysbtrfs: remove btrfs_clear_extent_bits()Filipe Manana
13 daysbtrfs: qgroup: fix qgroup create ioctl returning success after quotas disabledFilipe Manana
13 daysbtrfs: qgroup: set quota enabled bit if quota disable fails flushing reservat...Filipe Manana
13 daysbtrfs: qgroup: remove no longer used fs_info->qgroup_ulistFilipe Manana
13 daysbtrfs: qgroup: fix race between quota disable and quota rescan ioctlFilipe Manana
13 daysbtrfs: qgroup: avoid memory allocation if qgroups are not enabledFilipe Manana
13 daysbtrfs: qgroup: remove pointless error check for add_qgroup_rb() callFilipe Manana
13 daysbtrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana
13 daysbtrfs: add extra warning when qgroup is marked inconsistentQu Wenruo
13 daysbtrfs: use refcount_t type for the extent buffer reference counterFilipe Manana
13 daysbtrfs: use rb_find_add() in btrfs_qgroup_add_swapped_blocks()Yangtao Li
13 daysbtrfs: use rb_find() in btrfs_qgroup_trace_subtree_after_cow()Yangtao Li
13 daysbtrfs: use rb_find_add() in add_qgroup_rb()Yangtao Li
13 daysbtrfs: 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
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