index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2020-12-08
btrfs: pass root owner to read_tree_block
Josef Bacik
1
-1
/
+1
2020-12-08
btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtree
Josef Bacik
1
-12
/
+3
2020-12-08
btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocks
Josef Bacik
1
-10
/
+1
2020-12-08
btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swap
Josef Bacik
1
-12
/
+1
2020-12-08
btrfs: locking: rip out path->leave_spinning
Josef Bacik
1
-2
/
+0
2020-12-08
btrfs: locking: remove all the blocking helpers
Josef Bacik
1
-6
/
+3
2020-11-23
btrfs: fix lockdep splat when enabling and disabling qgroups
Filipe Manana
1
-8
/
+49
2020-11-23
btrfs: do nofs allocations when adding and removing qgroup relations
Filipe Manana
1
-0
/
+9
2020-11-23
btrfs: fix lockdep splat when reading qgroup config on mount
Filipe Manana
1
-1
/
+1
2020-11-14
btrfs: qgroup: don't commit transaction when we already hold the handle
Qu Wenruo
1
-1
/
+19
2020-11-05
btrfs: clean up NULL checks in qgroup_unreserve_range()
Dan Carpenter
1
-8
/
+4
2020-10-26
btrfs: drop the path before adding qgroup items when enabling qgroups
Josef Bacik
1
-0
/
+18
2020-10-07
btrfs: delete duplicated words + other fixes in comments
Randy Dunlap
1
-1
/
+1
2020-07-27
btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...
Qu Wenruo
1
-41
/
+2
2020-07-27
btrfs: qgroup: try to flush qgroup space when we get -EDQUOT
Qu Wenruo
1
-8
/
+92
2020-07-27
btrfs: qgroup: allow to unreserve range without releasing other ranges
Qu Wenruo
1
-15
/
+77
2020-07-27
btrfs: qgroup: export qgroups in sysfs
Qu Wenruo
1
-9
/
+35
2020-07-27
btrfs: use __u16 for the return value of btrfs_qgroup_level()
Qu Wenruo
1
-1
/
+1
2020-07-27
btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode
Nikolay Borisov
1
-7
/
+7
2020-07-27
btrfs: make btrfs_qgroup_reserve_data take btrfs_inode
Nikolay Borisov
1
-5
/
+5
2020-07-27
btrfs: make btrfs_qgroup_release_data take btrfs_inode
Nikolay Borisov
1
-2
/
+2
2020-07-27
btrfs: make btrfs_qgroup_free_data take btrfs_inode
Nikolay Borisov
1
-2
/
+2
2020-07-27
btrfs: make __btrfs_qgroup_release_data take btrfs_inode
Nikolay Borisov
1
-12
/
+10
2020-07-27
btrfs: make qgroup_free_reserved_data take btrfs_inode
Nikolay Borisov
1
-5
/
+6
2020-07-27
btrfs: qgroup: catch reserved space leaks at unmount time
Qu Wenruo
1
-0
/
+43
2020-05-25
btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...
Qu Wenruo
1
-0
/
+14
2020-03-23
btrfs: move the root freeing stuff into btrfs_put_root
Josef Bacik
1
-6
/
+1
2020-03-23
btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_running
Qu Wenruo
1
-6
/
+0
2020-03-23
btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...
Qu Wenruo
1
-2
/
+9
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
1
-2
/
+2
2020-03-23
btrfs: use btrfs_put_fs_root to free roots always
Josef Bacik
1
-2
/
+2
2020-02-19
btrfs: destroy qgroup extent records on transaction abort
Jeff Mahoney
1
-0
/
+13
2020-01-20
btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabled
Marcos Paulo de Souza
1
-5
/
+5
2020-01-20
btrfs: qgroup: remove one-time use variables for quota_root checks
Marcos Paulo de Souza
1
-24
/
+10
2020-01-08
btrfs: fix memory leak in qgroup accounting
Johannes Thumshirn
1
-1
/
+5
2019-12-13
btrfs: Fix error messages in qgroup_rescan_init
Nikolay Borisov
1
-2
/
+2
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
1
-1
/
+1
2019-11-18
btrfs: opencode extent_buffer_get
David Sterba
1
-3
/
+3
2019-11-18
btrfs: get rid of unique workqueue helper functions
Omar Sandoval
1
-1
/
+0
2019-11-18
btrfs: get rid of unnecessary memset() of work item
Omar Sandoval
1
-2
/
+0
2019-10-17
btrfs: tracepoints: Fix wrong parameter order for qgroup events
Qu Wenruo
1
-2
/
+2
2019-09-27
btrfs: qgroup: Fix reserved data space leak if we have multiple reserve calls
Qu Wenruo
1
-0
/
+3
2019-09-27
btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data space
Qu Wenruo
1
-1
/
+1
2019-09-24
Btrfs: fix race setting up and completing qgroup rescan workers
Filipe Manana
1
-14
/
+19
2019-09-09
btrfs: qgroup: Try our best to delete qgroup relations
Qu Wenruo
1
-17
/
+29
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
1
-1
/
+1
2019-07-02
btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()
Qu Wenruo
1
-2
/
+22
2019-05-28
btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref...
Qu Wenruo
1
-1
/
+7
2019-04-29
btrfs: get fs_info from trans in btrfs_create_tree
David Sterba
1
-2
/
+1
2019-04-29
btrfs: get fs_info from eb in clean_tree_block
David Sterba
1
-1
/
+1
[next]