index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
qgroup.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-15
btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN
David Sterba
1
-3
/
+3
2025-05-15
btrfs: tracepoints: add btrfs prefix to names where it's missing
Filipe Manana
1
-10
/
+9
2025-05-15
btrfs: rename remaining exported functions from extent-io-tree.h
Filipe Manana
1
-12
/
+14
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
1
-2
/
+2
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
1
-1
/
+1
2025-01-23
btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop
Filipe Manana
1
-5
/
+1
2025-01-23
btrfs: do not output error message if a qgroup has been already cleaned up
Qu Wenruo
1
-1
/
+4
2025-01-13
btrfs: qgroup: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-18
/
+0
2025-01-13
btrfs: improve the warning and error message for btrfs_remove_qgroup()
Qu Wenruo
1
-5
/
+16
2024-12-23
btrfs: fix transaction atomicity bug when enabling simple quotas
Julian Sun
1
-2
/
+1
2024-11-11
btrfs: remove redundant initializations for struct btrfs_tree_parent_check
Filipe Manana
1
-1
/
+0
2024-11-11
btrfs: drop unused transaction parameter from btrfs_qgroup_add_swapped_blocks()
David Sterba
1
-2
/
+1
2024-11-11
btrfs: qgroup: drop unused parameter fs_info from __del_qgroup_rb()
David Sterba
1
-4
/
+3
2024-11-11
btrfs: qgroup: run delayed iputs after ordered extent completion
Filipe Manana
1
-2
/
+9
2024-11-11
btrfs: remove unused btrfs_free_squota_rsv()
Dr. David Alan Gilbert
1
-11
/
+0
2024-11-11
btrfs: correct typos in multiple comments across various files
Shen Lichuan
1
-1
/
+1
2024-11-11
btrfs: remove pointless initialization at btrfs_qgroup_trace_extent()
Filipe Manana
1
-1
/
+0
2024-11-11
btrfs: always use delayed_refs local variable at btrfs_qgroup_trace_extent()
Filipe Manana
1
-3
/
+2
2024-11-11
btrfs: remove unnecessary delayed refs locking at btrfs_qgroup_trace_extent()
Filipe Manana
1
-3
/
+0
2024-11-11
btrfs: store fs_info in a local variable at btrfs_qgroup_trace_extent_post()
Filipe Manana
1
-8
/
+9
2024-11-11
btrfs: qgroups: remove bytenr field from struct btrfs_qgroup_extent_record
Filipe Manana
1
-14
/
+17
2024-10-22
btrfs: qgroup: set a more sane default value for subtree drop threshold
Qu Wenruo
1
-1
/
+1
2024-10-11
btrfs: use sector numbers as keys for the dirty extents xarray
Filipe Manana
1
-5
/
+16
2024-09-10
btrfs: qgroup: use xarray to track dirty extents in transaction
Junchao Sun
1
-34
/
+32
2024-09-02
btrfs: qgroup: don't use extent changeset when not needed
Fedor Pchelkin
1
-2
/
+1
2024-08-25
btrfs: run delayed iputs when flushing delalloc
Josef Bacik
1
-0
/
+2
2024-07-11
btrfs: qgroup: preallocate memory before adding a relation
David Sterba
1
-17
/
+8
2024-07-11
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
1
-2
/
+4
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
1
-11
/
+11
2024-07-11
btrfs: add and use helper to commit the current transaction
Filipe Manana
1
-28
/
+5
2024-07-11
btrfs: qgroup: avoid start/commit empty transaction when flushing reservations
Filipe Manana
1
-5
/
+7
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
1
-2
/
+2
2024-07-11
btrfs: automatically remove the subvolume qgroup
Qu Wenruo
1
-0
/
+35
2024-07-11
btrfs: slightly loosen the requirement for qgroup removal
Qu Wenruo
1
-7
/
+80
2024-07-11
btrfs: use for-local variables that shadow function variables
David Sterba
1
-6
/
+5
2024-07-02
btrfs: always do the basic checks for btrfs_qgroup_inherit structure
Qu Wenruo
1
-2
/
+8
2024-06-25
btrfs: qgroup: fix quota root leak after quota disable failure
Filipe Manana
1
-2
/
+2
2024-05-15
btrfs: qgroup: fix qgroup id collision across mounts
Boris Burkov
1
-0
/
+20
2024-05-15
btrfs: qgroup: update rescan message levels and error codes
David Sterba
1
-7
/
+5
2024-05-07
btrfs: qgroup: fix initialization of auto inherit array
Dan Carpenter
1
-1
/
+1
2024-05-07
btrfs: rename return variables in btrfs_qgroup_rescan_worker()
Anand Jain
1
-19
/
+19
2024-05-07
btrfs: drop variable err in quick_update_accounting()
Anand Jain
1
-6
/
+3
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-14
/
+13
2024-05-07
btrfs: qgroup: delete unnecessary check in btrfs_qgroup_check_inherit()
Dan Carpenter
1
-3
/
+0
2024-05-02
btrfs: qgroup: do not check qgroup inherit if qgroup is disabled
Qu Wenruo
1
-0
/
+2
2024-04-25
btrfs: take the cleaner_mutex earlier in qgroup disable
Josef Bacik
1
-13
/
+8
2024-04-02
btrfs: qgroup: correctly model root qgroup rsv in convert
Boris Burkov
1
-0
/
+2
2024-03-05
btrfs: qgroup: allow quick inherit if snapshot is created and added to the same parent
Qu Wenruo
1
-7
/
+72
2024-03-05
btrfs: qgroup: validate btrfs_qgroup_inherit parameter
Qu Wenruo
1
-0
/
+51
2024-03-05
btrfs: qgroup: always free reserved space for extent records
Qu Wenruo
1
-5
/
+5
[next]