index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: 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
*
btrfs: make btrfs_qgroup_reserve_data take btrfs_inode
Nikolay Borisov
2020-07-27
1
-5
/
+5
*
btrfs: make btrfs_qgroup_release_data take btrfs_inode
Nikolay Borisov
2020-07-27
1
-2
/
+2
*
btrfs: make btrfs_qgroup_free_data take btrfs_inode
Nikolay Borisov
2020-07-27
1
-2
/
+2
*
btrfs: make __btrfs_qgroup_release_data take btrfs_inode
Nikolay Borisov
2020-07-27
1
-12
/
+10
*
btrfs: make qgroup_free_reserved_data take btrfs_inode
Nikolay Borisov
2020-07-27
1
-5
/
+6
*
btrfs: qgroup: catch reserved space leaks at unmount time
Qu Wenruo
2020-07-27
1
-0
/
+43
*
btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...
Qu Wenruo
2020-05-25
1
-0
/
+14
*
btrfs: move the root freeing stuff into btrfs_put_root
Josef Bacik
2020-03-23
1
-6
/
+1
*
btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_running
Qu Wenruo
2020-03-23
1
-6
/
+0
*
btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...
Qu Wenruo
2020-03-23
1
-2
/
+9
*
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
2020-03-23
1
-2
/
+2
*
btrfs: use btrfs_put_fs_root to free roots always
Josef Bacik
2020-03-23
1
-2
/
+2
*
btrfs: destroy qgroup extent records on transaction abort
Jeff Mahoney
2020-02-19
1
-0
/
+13
*
btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabled
Marcos Paulo de Souza
2020-01-20
1
-5
/
+5
*
btrfs: qgroup: remove one-time use variables for quota_root checks
Marcos Paulo de Souza
2020-01-20
1
-24
/
+10
*
btrfs: fix memory leak in qgroup accounting
Johannes Thumshirn
2020-01-08
1
-1
/
+5
*
btrfs: Fix error messages in qgroup_rescan_init
Nikolay Borisov
2019-12-13
1
-2
/
+2
*
btrfs: rename btrfs_block_group_cache
David Sterba
2019-11-18
1
-1
/
+1
*
btrfs: opencode extent_buffer_get
David Sterba
2019-11-18
1
-3
/
+3
*
btrfs: get rid of unique workqueue helper functions
Omar Sandoval
2019-11-18
1
-1
/
+0
*
btrfs: get rid of unnecessary memset() of work item
Omar Sandoval
2019-11-18
1
-2
/
+0
*
btrfs: tracepoints: Fix wrong parameter order for qgroup events
Qu Wenruo
2019-10-17
1
-2
/
+2
*
btrfs: qgroup: Fix reserved data space leak if we have multiple reserve calls
Qu Wenruo
2019-09-27
1
-0
/
+3
*
btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data space
Qu Wenruo
2019-09-27
1
-1
/
+1
*
Btrfs: fix race setting up and completing qgroup rescan workers
Filipe Manana
2019-09-24
1
-14
/
+19
*
btrfs: qgroup: Try our best to delete qgroup relations
Qu Wenruo
2019-09-09
1
-17
/
+29
*
btrfs: move basic block_group definitions to their own header
Josef Bacik
2019-09-09
1
-1
/
+1
*
btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()
Qu Wenruo
2019-07-02
1
-2
/
+22
*
btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref...
Qu Wenruo
2019-05-28
1
-1
/
+7
*
btrfs: get fs_info from trans in btrfs_create_tree
David Sterba
2019-04-29
1
-2
/
+1
*
btrfs: get fs_info from eb in clean_tree_block
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks
Nikolay Borisov
2019-03-19
1
-2
/
+2
*
btrfs: move ulist allocation out of transaction in quota enable
David Sterba
2019-02-27
1
-7
/
+6
*
btrfs: qgroup: Make qgroup async transaction commit more aggressive
Qu Wenruo
2019-02-25
1
-14
/
+14
*
btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...
Qu Wenruo
2019-02-25
1
-4
/
+15
*
btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/release
Qu Wenruo
2019-02-25
1
-2
/
+0
*
btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers
David Sterba
2019-02-25
1
-3
/
+3
*
btrfs: qgroup: Cleanup old subtree swap code
Qu Wenruo
2019-02-25
1
-94
/
+0
*
btrfs: qgroup: Use delayed subtree rescan for balance
Qu Wenruo
2019-02-25
1
-0
/
+88
*
btrfs: qgroup: Introduce per-root swapped blocks infrastructure
Qu Wenruo
2019-02-25
1
-0
/
+150
*
btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swap
Qu Wenruo
2019-02-25
1
-21
/
+56
*
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
1
-7
/
+7
*
Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creation
Filipe Manana
2018-12-17
1
-4
/
+10
*
btrfs: Remove unnecessary tree locking code in qgroup_rescan_leaf
Nikolay Borisov
2018-12-17
1
-6
/
+1
[next]