index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
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: 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
*
btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCAN
Qu Wenruo
2022-09-26
1
-17
/
+26
*
btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansion
Qu Wenruo
2022-09-26
1
-2
/
+4
*
btrfs: fix race between quota enable and quota rescan ioctl
Filipe Manana
2022-09-26
1
-0
/
+15
*
btrfs: avoid blocking on space revervation when doing nowait dio writes
Filipe Manana
2022-05-16
1
-2
/
+3
*
btrfs: remove trivial wrapper btrfs_read_buffer()
Filipe Manana
2022-05-16
1
-1
/
+1
*
btrfs: qgroup: remove outdated TODO comments
Sidong Yang
2022-03-14
1
-12
/
+0
*
btrfs: qgroup: remove duplicated check in adding qgroup relations
Sidong Yang
2022-03-14
1
-9
/
+32
*
btrfs: disable qgroups in extent tree v2
Josef Bacik
2022-03-14
1
-0
/
+6
*
btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...
Nikolay Borisov
2022-03-14
1
-7
/
+6
*
btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
Sidong Yang
2022-03-02
1
-1
/
+8
*
btrfs: fix deadlock between quota disable and qgroup rescan worker
Shin'ichiro Kawasaki
2022-01-31
1
-2
/
+19
*
btrfs: stop accessing ->extent_root directly
Josef Bacik
2022-01-03
1
-1
/
+4
*
btrfs: fix deadlock between quota enable and other quota operations
Filipe Manana
2022-01-03
1
-0
/
+19
*
btrfs: fix invalid delayed ref after subvolume creation failure
Filipe Manana
2021-12-15
1
-1
/
+2
*
btrfs: remove ignore_offset argument from btrfs_find_all_roots()
Filipe Manana
2021-08-23
1
-4
/
+4
*
btrfs: fix lock inversion problem when doing qgroup extent tracing
Filipe Manana
2021-07-22
1
-8
/
+30
*
btrfs: send: fix crash when memory allocations trigger reclaim
Filipe Manana
2021-06-22
1
-7
/
+1
*
btrfs: fix typos in comments
David Sterba
2021-06-22
1
-1
/
+1
*
btrfs: fix deadlock when cloning inline extents and using qgroups
Filipe Manana
2021-04-28
1
-1
/
+1
*
btrfs: do not consider send context as valid when trying to flush qgroups
Filipe Manana
2021-04-28
1
-5
/
+9
*
btrfs: move the tree mod log code into its own file
Filipe Manana
2021-04-19
1
-4
/
+5
*
btrfs: don't opencode extent_changeset_free
Nikolay Borisov
2021-04-19
1
-2
/
+1
*
btrfs: simplify commit logic in try_flush_qgroup
Nikolay Borisov
2021-04-19
1
-28
/
+7
*
btrfs: fix sleep while in non-sleep context during qgroup removal
Filipe Manana
2021-03-18
1
-2
/
+10
*
btrfs: export and rename qgroup_reserve_meta
Nikolay Borisov
2021-03-02
1
-4
/
+4
*
btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan
Filipe Manana
2020-12-18
1
-3
/
+10
*
btrfs: qgroup: don't try to wait flushing if we're already holding a transaction
Qu Wenruo
2020-12-18
1
-10
/
+20
*
btrfs: pass root owner to read_tree_block
Josef Bacik
2020-12-08
1
-1
/
+1
*
btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtree
Josef Bacik
2020-12-08
1
-12
/
+3
*
btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocks
Josef Bacik
2020-12-08
1
-10
/
+1
*
btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swap
Josef Bacik
2020-12-08
1
-12
/
+1
*
btrfs: locking: rip out path->leave_spinning
Josef Bacik
2020-12-08
1
-2
/
+0
*
btrfs: locking: remove all the blocking helpers
Josef Bacik
2020-12-08
1
-6
/
+3
*
btrfs: fix lockdep splat when enabling and disabling qgroups
Filipe Manana
2020-11-23
1
-8
/
+49
*
btrfs: do nofs allocations when adding and removing qgroup relations
Filipe Manana
2020-11-23
1
-0
/
+9
*
btrfs: fix lockdep splat when reading qgroup config on mount
Filipe Manana
2020-11-23
1
-1
/
+1
*
btrfs: qgroup: don't commit transaction when we already hold the handle
Qu Wenruo
2020-11-13
1
-1
/
+19
*
btrfs: clean up NULL checks in qgroup_unreserve_range()
Dan Carpenter
2020-11-05
1
-8
/
+4
*
btrfs: drop the path before adding qgroup items when enabling qgroups
Josef Bacik
2020-10-26
1
-0
/
+18
*
btrfs: delete duplicated words + other fixes in comments
Randy Dunlap
2020-10-07
1
-1
/
+1
*
btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...
Qu Wenruo
2020-07-27
1
-41
/
+2
*
btrfs: qgroup: try to flush qgroup space when we get -EDQUOT
Qu Wenruo
2020-07-27
1
-8
/
+92
*
btrfs: qgroup: allow to unreserve range without releasing other ranges
Qu Wenruo
2020-07-27
1
-15
/
+77
*
btrfs: qgroup: export qgroups in sysfs
Qu Wenruo
2020-07-27
1
-9
/
+35
*
btrfs: use __u16 for the return value of btrfs_qgroup_level()
Qu Wenruo
2020-07-27
1
-1
/
+1
*
btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode
Nikolay Borisov
2020-07-27
1
-7
/
+7
[next]