index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
qgroup.c
Age
Commit message (
Expand
)
Author
13 days
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
13 days
btrfs: qgroup: fix qgroup create ioctl returning success after quotas disabled
Filipe Manana
13 days
btrfs: qgroup: set quota enabled bit if quota disable fails flushing reservat...
Filipe Manana
13 days
btrfs: qgroup: remove no longer used fs_info->qgroup_ulist
Filipe Manana
13 days
btrfs: qgroup: fix race between quota disable and quota rescan ioctl
Filipe Manana
13 days
btrfs: qgroup: avoid memory allocation if qgroups are not enabled
Filipe Manana
13 days
btrfs: qgroup: remove pointless error check for add_qgroup_rb() call
Filipe Manana
13 days
btrfs: add btrfs prefix to is_fstree() and make it return bool
Filipe Manana
13 days
btrfs: add extra warning when qgroup is marked inconsistent
Qu Wenruo
13 days
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
13 days
btrfs: use rb_find_add() in btrfs_qgroup_add_swapped_blocks()
Yangtao Li
13 days
btrfs: use rb_find() in btrfs_qgroup_trace_subtree_after_cow()
Yangtao Li
13 days
btrfs: use rb_find_add() in add_qgroup_rb()
Yangtao Li
13 days
btrfs: use rb_find() in find_qgroup_rb()
Yangtao Li
2025-05-15
btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN
David Sterba
2025-05-15
btrfs: tracepoints: add btrfs prefix to names where it's missing
Filipe Manana
2025-05-15
btrfs: rename remaining exported functions from extent-io-tree.h
Filipe Manana
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
2025-01-23
btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop
Filipe Manana
2025-01-23
btrfs: do not output error message if a qgroup has been already cleaned up
Qu Wenruo
2025-01-13
btrfs: qgroup: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: improve the warning and error message for btrfs_remove_qgroup()
Qu Wenruo
2024-12-23
btrfs: fix transaction atomicity bug when enabling simple quotas
Julian Sun
2024-11-11
btrfs: remove redundant initializations for struct btrfs_tree_parent_check
Filipe Manana
2024-11-11
btrfs: drop unused transaction parameter from btrfs_qgroup_add_swapped_blocks()
David Sterba
2024-11-11
btrfs: qgroup: drop unused parameter fs_info from __del_qgroup_rb()
David Sterba
2024-11-11
btrfs: qgroup: run delayed iputs after ordered extent completion
Filipe Manana
2024-11-11
btrfs: remove unused btrfs_free_squota_rsv()
Dr. David Alan Gilbert
2024-11-11
btrfs: correct typos in multiple comments across various files
Shen Lichuan
2024-11-11
btrfs: remove pointless initialization at btrfs_qgroup_trace_extent()
Filipe Manana
2024-11-11
btrfs: always use delayed_refs local variable at btrfs_qgroup_trace_extent()
Filipe Manana
2024-11-11
btrfs: remove unnecessary delayed refs locking at btrfs_qgroup_trace_extent()
Filipe Manana
2024-11-11
btrfs: store fs_info in a local variable at btrfs_qgroup_trace_extent_post()
Filipe Manana
2024-11-11
btrfs: qgroups: remove bytenr field from struct btrfs_qgroup_extent_record
Filipe Manana
2024-10-22
btrfs: qgroup: set a more sane default value for subtree drop threshold
Qu Wenruo
2024-10-11
btrfs: use sector numbers as keys for the dirty extents xarray
Filipe Manana
2024-09-10
btrfs: qgroup: use xarray to track dirty extents in transaction
Junchao Sun
2024-09-02
btrfs: qgroup: don't use extent changeset when not needed
Fedor Pchelkin
2024-08-25
btrfs: run delayed iputs when flushing delalloc
Josef Bacik
2024-07-11
btrfs: qgroup: preallocate memory before adding a relation
David Sterba
2024-07-11
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
btrfs: add and use helper to commit the current transaction
Filipe Manana
2024-07-11
btrfs: qgroup: avoid start/commit empty transaction when flushing reservations
Filipe Manana
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
2024-07-11
btrfs: automatically remove the subvolume qgroup
Qu Wenruo
2024-07-11
btrfs: slightly loosen the requirement for qgroup removal
Qu Wenruo
2024-07-11
btrfs: use for-local variables that shadow function variables
David Sterba
2024-07-02
btrfs: always do the basic checks for btrfs_qgroup_inherit structure
Qu Wenruo
[next]