index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
qgroup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: forbid deleting live subvol qgroup
Boris Burkov
2024-01-31
1
-0
/
+14
*
btrfs: fix typos found by codespell
David Sterba
2023-12-15
1
-1
/
+1
*
btrfs: ensure releasing squota reserve on head refs
Boris Burkov
2023-12-06
1
-3
/
+11
*
btrfs: free qgroup pertrans reserve on transaction abort
Boris Burkov
2023-12-06
1
-2
/
+3
*
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
2023-12-06
1
-10
/
+15
*
btrfs: fix qgroup record leaks when using simple quotas
Filipe Manana
2023-11-09
1
-1
/
+1
*
btrfs: fix race between accounting qgroup extents and removing a qgroup
Filipe Manana
2023-11-09
1
-1
/
+7
*
btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroups
Boris Burkov
2023-10-12
1
-8
/
+7
*
btrfs: qgroup: check generation when recording simple quota delta
Boris Burkov
2023-10-12
1
-6
/
+22
*
btrfs: qgroup: simple quota auto hierarchy for nested subvolumes
Boris Burkov
2023-10-12
1
-3
/
+54
*
btrfs: add helper for recording simple quota deltas
Boris Burkov
2023-10-12
1
-0
/
+46
*
btrfs: create qgroup earlier in snapshot creation
Boris Burkov
2023-10-12
1
-0
/
+3
*
btrfs: qgroup: flush reservations during quota disable
Boris Burkov
2023-10-12
1
-3
/
+44
*
btrfs: qgroup: add new quota mode for simple quotas
Boris Burkov
2023-10-12
1
-30
/
+80
*
btrfs: qgroup: introduce quota mode
Boris Burkov
2023-10-12
1
-0
/
+7
*
btrfs: merge ordered work callbacks in btrfs_work into one
David Sterba
2023-10-12
1
-1
/
+1
*
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2023-10-12
1
-7
/
+7
*
btrfs: move functions comments from qgroup.h to qgroup.c
David Sterba
2023-10-12
1
-0
/
+71
*
btrfs: qgroup: remove unused helpers for ulist aux data
Jiapeng Chong
2023-10-12
1
-10
/
+0
*
btrfs: qgroup: prealloc btrfs_qgroup_list for __add_relation_rb()
Qu Wenruo
2023-10-12
1
-19
/
+59
*
btrfs: qgroup: pre-allocate btrfs_qgroup to reduce GFP_ATOMIC usage
Qu Wenruo
2023-10-12
1
-26
/
+61
*
btrfs: qgroup: use qgroup_iterator_nested to in qgroup_update_refcnt()
Qu Wenruo
2023-10-12
1
-42
/
+35
*
btrfs: qgroup: use qgroup_iterator to replace tmp ulist in qgroup_update_refc...
Qu Wenruo
2023-10-12
1
-28
/
+11
*
btrfs: qgroup: use qgroup_iterator in __qgroup_excl_accounting()
Qu Wenruo
2023-10-12
1
-64
/
+17
*
btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()
Qu Wenruo
2023-10-12
1
-22
/
+10
*
btrfs: qgroup: use qgroup_iterator in btrfs_qgroup_free_refroot()
Qu Wenruo
2023-10-12
1
-22
/
+7
*
btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()
Qu Wenruo
2023-10-12
1
-32
/
+29
*
btrfs: avoid start and commit empty transaction when flushing qgroups
Filipe Manana
2023-08-21
1
-1
/
+3
*
btrfs: avoid start and commit empty transaction when starting qgroup rescan
Filipe Manana
2023-08-21
1
-7
/
+8
*
btrfs: fix warning when putting transaction with qgroups enabled after abort
Filipe Manana
2023-07-18
1
-0
/
+1
*
btrfs: fix race between quota disable and relocation
Filipe Manana
2023-06-19
1
-3
/
+15
*
btrfs: fix race when deleting quota root from the dirty cow roots list
Filipe Manana
2023-06-19
1
-0
/
+2
*
btrfs: fix race between quota disable and quota assign ioctls
Filipe Manana
2023-03-28
1
-1
/
+10
*
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
2023-02-15
1
-1
/
+1
*
btrfs: add trans argument to btrfs_clean_tree_block
Josef Bacik
2023-02-15
1
-1
/
+1
*
btrfs: fix race between quota rescan and disable leading to NULL pointer deref
Filipe Manana
2023-01-16
1
-8
/
+17
*
btrfs: qgroup: do not warn on record without old_roots populated
Qu Wenruo
2023-01-11
1
-2
/
+12
*
btrfs: restore BTRFS_SEQ_LAST when looking up qgroup backref lookup
Josef Bacik
2022-12-15
1
-0
/
+1
*
btrfs: move struct btrfs_tree_parent_check out of disk-io.h
Christoph Hellwig
2022-12-05
1
-0
/
+1
*
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
2022-12-05
1
-4
/
+14
*
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
2022-12-05
1
-14
/
+24
*
btrfs: move root tree prototypes to their own header
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extent
David Sterba
2022-12-05
1
-10
/
+7
*
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()
ChenXiaoSong
2022-11-21
1
-8
/
+1
*
btrfs: qgroup: fix a typo in a comment
Christophe JAILLET
2022-09-26
1
-1
/
+1
*
btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...
Qu Wenruo
2022-09-26
1
-0
/
+19
*
btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accou...
Qu Wenruo
2022-09-26
1
-4
/
+11
[next]