index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
qgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-31
btrfs: forbid deleting live subvol qgroup
Boris Burkov
1
-0
/
+14
2023-12-16
btrfs: fix typos found by codespell
David Sterba
1
-1
/
+1
2023-12-07
btrfs: ensure releasing squota reserve on head refs
Boris Burkov
1
-3
/
+11
2023-12-07
btrfs: free qgroup pertrans reserve on transaction abort
Boris Burkov
1
-2
/
+3
2023-12-07
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
1
-10
/
+15
2023-11-09
btrfs: fix qgroup record leaks when using simple quotas
Filipe Manana
1
-1
/
+1
2023-11-09
btrfs: fix race between accounting qgroup extents and removing a qgroup
Filipe Manana
1
-1
/
+7
2023-10-12
btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroups
Boris Burkov
1
-8
/
+7
2023-10-12
btrfs: qgroup: check generation when recording simple quota delta
Boris Burkov
1
-6
/
+22
2023-10-12
btrfs: qgroup: simple quota auto hierarchy for nested subvolumes
Boris Burkov
1
-3
/
+54
2023-10-12
btrfs: add helper for recording simple quota deltas
Boris Burkov
1
-0
/
+46
2023-10-12
btrfs: create qgroup earlier in snapshot creation
Boris Burkov
1
-0
/
+3
2023-10-12
btrfs: qgroup: flush reservations during quota disable
Boris Burkov
1
-3
/
+44
2023-10-12
btrfs: qgroup: add new quota mode for simple quotas
Boris Burkov
1
-30
/
+80
2023-10-12
btrfs: qgroup: introduce quota mode
Boris Burkov
1
-0
/
+7
2023-10-12
btrfs: merge ordered work callbacks in btrfs_work into one
David Sterba
1
-1
/
+1
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
1
-7
/
+7
2023-10-12
btrfs: move functions comments from qgroup.h to qgroup.c
David Sterba
1
-0
/
+71
2023-10-12
btrfs: qgroup: remove unused helpers for ulist aux data
Jiapeng Chong
1
-10
/
+0
2023-10-12
btrfs: qgroup: prealloc btrfs_qgroup_list for __add_relation_rb()
Qu Wenruo
1
-19
/
+59
2023-10-12
btrfs: qgroup: pre-allocate btrfs_qgroup to reduce GFP_ATOMIC usage
Qu Wenruo
1
-26
/
+61
2023-10-12
btrfs: qgroup: use qgroup_iterator_nested to in qgroup_update_refcnt()
Qu Wenruo
1
-42
/
+35
2023-10-12
btrfs: qgroup: use qgroup_iterator to replace tmp ulist in qgroup_update_refc...
Qu Wenruo
1
-28
/
+11
2023-10-12
btrfs: qgroup: use qgroup_iterator in __qgroup_excl_accounting()
Qu Wenruo
1
-64
/
+17
2023-10-12
btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()
Qu Wenruo
1
-22
/
+10
2023-10-12
btrfs: qgroup: use qgroup_iterator in btrfs_qgroup_free_refroot()
Qu Wenruo
1
-22
/
+7
2023-10-12
btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()
Qu Wenruo
1
-32
/
+29
2023-08-21
btrfs: avoid start and commit empty transaction when flushing qgroups
Filipe Manana
1
-1
/
+3
2023-08-21
btrfs: avoid start and commit empty transaction when starting qgroup rescan
Filipe Manana
1
-7
/
+8
2023-07-18
btrfs: fix warning when putting transaction with qgroups enabled after abort
Filipe Manana
1
-0
/
+1
2023-06-19
btrfs: fix race between quota disable and relocation
Filipe Manana
1
-3
/
+15
2023-06-19
btrfs: fix race when deleting quota root from the dirty cow roots list
Filipe Manana
1
-0
/
+2
2023-03-28
btrfs: fix race between quota disable and quota assign ioctls
Filipe Manana
1
-1
/
+10
2023-02-15
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
1
-1
/
+1
2023-02-15
btrfs: add trans argument to btrfs_clean_tree_block
Josef Bacik
1
-1
/
+1
2023-01-16
btrfs: fix race between quota rescan and disable leading to NULL pointer deref
Filipe Manana
1
-8
/
+17
2023-01-11
btrfs: qgroup: do not warn on record without old_roots populated
Qu Wenruo
1
-2
/
+12
2022-12-15
btrfs: restore BTRFS_SEQ_LAST when looking up qgroup backref lookup
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move struct btrfs_tree_parent_check out of disk-io.h
Christoph Hellwig
1
-0
/
+1
2022-12-05
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
1
-4
/
+14
2022-12-05
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
1
-14
/
+24
2022-12-05
btrfs: move root tree prototypes to their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extent
David Sterba
1
-10
/
+7
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-11-21
btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()
ChenXiaoSong
1
-8
/
+1
2022-09-26
btrfs: qgroup: fix a typo in a comment
Christophe JAILLET
1
-1
/
+1
2022-09-26
btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...
Qu Wenruo
1
-0
/
+19
2022-09-26
btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accou...
Qu Wenruo
1
-4
/
+11
[next]