index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-02-23
btrfs: forbid deleting live subvol qgroup
Boris Burkov
1
-0
/
+14
2024-01-01
btrfs: free qgroup pertrans reserve on transaction abort
Boris Burkov
1
-2
/
+3
2024-01-01
btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()
Qu Wenruo
1
-22
/
+10
2024-01-01
btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()
Qu Wenruo
1
-32
/
+29
2023-12-20
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
1
-10
/
+15
2023-11-28
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
1
-7
/
+7
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
2022-09-26
btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCAN
Qu Wenruo
1
-17
/
+26
2022-09-26
btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansion
Qu Wenruo
1
-2
/
+4
2022-09-26
btrfs: fix race between quota enable and quota rescan ioctl
Filipe Manana
1
-0
/
+15
2022-05-16
btrfs: avoid blocking on space revervation when doing nowait dio writes
Filipe Manana
1
-2
/
+3
2022-05-16
btrfs: remove trivial wrapper btrfs_read_buffer()
Filipe Manana
1
-1
/
+1
2022-03-14
btrfs: qgroup: remove outdated TODO comments
Sidong Yang
1
-12
/
+0
2022-03-14
btrfs: qgroup: remove duplicated check in adding qgroup relations
Sidong Yang
1
-9
/
+32
2022-03-14
btrfs: disable qgroups in extent tree v2
Josef Bacik
1
-0
/
+6
2022-03-14
btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...
Nikolay Borisov
1
-7
/
+6
2022-03-02
btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
Sidong Yang
1
-1
/
+8
2022-01-31
btrfs: fix deadlock between quota disable and qgroup rescan worker
Shin'ichiro Kawasaki
1
-2
/
+19
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
1
-1
/
+4
2022-01-03
btrfs: fix deadlock between quota enable and other quota operations
Filipe Manana
1
-0
/
+19
2021-12-15
btrfs: fix invalid delayed ref after subvolume creation failure
Filipe Manana
1
-1
/
+2
2021-08-23
btrfs: remove ignore_offset argument from btrfs_find_all_roots()
Filipe Manana
1
-4
/
+4
2021-07-22
btrfs: fix lock inversion problem when doing qgroup extent tracing
Filipe Manana
1
-8
/
+30
2021-06-22
btrfs: send: fix crash when memory allocations trigger reclaim
Filipe Manana
1
-7
/
+1
2021-06-22
btrfs: fix typos in comments
David Sterba
1
-1
/
+1
2021-04-28
btrfs: fix deadlock when cloning inline extents and using qgroups
Filipe Manana
1
-1
/
+1
2021-04-28
btrfs: do not consider send context as valid when trying to flush qgroups
Filipe Manana
1
-5
/
+9
2021-04-19
btrfs: move the tree mod log code into its own file
Filipe Manana
1
-4
/
+5
[next]