index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
qgroup.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-19
btrfs: destroy qgroup extent records on transaction abort
Jeff Mahoney
1
-0
/
+1
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
1
-1
/
+1
2019-02-25
btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...
Qu Wenruo
1
-9
/
+11
2019-02-25
btrfs: qgroup: Cleanup old subtree swap code
Qu Wenruo
1
-6
/
+0
2019-02-25
btrfs: qgroup: Use delayed subtree rescan for balance
Qu Wenruo
1
-0
/
+2
2019-02-25
btrfs: qgroup: Introduce per-root swapped blocks infrastructure
Qu Wenruo
1
-0
/
+92
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
1
-2
/
+2
2018-12-17
btrfs: drop extra enum initialization where using defaults
David Sterba
1
-1
/
+1
2018-10-15
btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
Qu Wenruo
1
-0
/
+2
2018-10-15
btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo...
Qu Wenruo
1
-0
/
+1
2018-10-15
btrfs: qgroup: Use generation-aware subtree swap to mark dirty extents
Qu Wenruo
1
-0
/
+5
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inherit
Lu Fengqi
1
-3
/
+2
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroups
Lu Fengqi
1
-2
/
+1
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extent
Lu Fengqi
1
-5
/
+3
2018-08-06
btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree
Lu Fengqi
1
-1
/
+0
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_items
Lu Fengqi
1
-1
/
+0
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extent
Lu Fengqi
1
-3
/
+2
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_limit_qgroup
Lu Fengqi
1
-2
/
+1
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_remove_qgroup
Lu Fengqi
1
-2
/
+1
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroup
Lu Fengqi
1
-2
/
+1
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_del_qgroup_relation
Lu Fengqi
1
-2
/
+2
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relation
Lu Fengqi
1
-2
/
+2
2018-08-06
btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disable
Nikolay Borisov
1
-4
/
+2
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- headers
David Sterba
1
-17
/
+5
2018-03-31
btrfs: qgroup: Introduce function to convert META_PREALLOC into META_PERTRANS
Qu Wenruo
1
-0
/
+8
2018-03-31
btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans
Qu Wenruo
1
-5
/
+64
2018-03-31
btrfs: qgroup: Cleanup the remaining old reservation counters
Qu Wenruo
1
-1
/
+0
2018-03-31
btrfs: qgroup: Skeleton to support separate qgroup reservation type
Qu Wenruo
1
-2
/
+25
2018-03-31
btrfs: Drop fs_info parameter from btrfs_qgroup_account_extents
Nikolay Borisov
1
-2
/
+1
2017-06-29
btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...
Qu Wenruo
1
-1
/
+2
2017-06-29
btrfs: qgroup: Introduce extent changeset for qgroup reserve functions
Qu Wenruo
1
-1
/
+2
2017-06-29
btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents function
Qu Wenruo
1
-2
/
+1
2017-04-18
btrfs: qgroup: Re-arrange tracepoint timing to co-operate with reserved space...
Qu Wenruo
1
-5
/
+1
2017-04-18
btrfs: qgroup: Add trace point for qgroup reserved space
Qu Wenruo
1
-0
/
+44
2017-04-18
btrfs: remove unused qgroup members from btrfs_trans_handle
David Sterba
1
-1
/
+0
2017-02-17
btrfs: qgroup: Move half of the qgroup accounting time out of commit trans
Qu Wenruo
1
-3
/
+30
2017-02-14
btrfs: allow unlink to exceed subvolume quota
Jeff Mahoney
1
-1
/
+2
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-1
/
+1
2016-11-30
btrfs: Export and move leaf/subtree qgroup helpers to qgroup.c
Qu Wenruo
1
-0
/
+23
2016-11-30
btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps
Qu Wenruo
1
-6
/
+7
2016-11-30
btrfs: qgroup: Add comments explaining how btrfs qgroup works
Qu Wenruo
1
-0
/
+28
2016-08-25
btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()
Qu Wenruo
1
-4
/
+29
2016-08-25
btrfs: waiting on qgroup rescan should not always be interruptible
Jeff Mahoney
1
-1
/
+2
2016-07-26
btrfs: prefix fsid to all trace events
Jeff Mahoney
1
-4
/
+5
2015-10-21
btrfs: qgroup: Check if qgroup reserved space leaked
Qu Wenruo
1
-0
/
+1
2015-10-21
btrfs: qgroup: Add new trace point for qgroup data reserve
Qu Wenruo
1
-0
/
+8
2015-10-21
btrfs: qgroup: Cleanup old inaccurate facilities
Qu Wenruo
1
-8
/
+0
2015-10-21
btrfs: qgroup: Introduce new functions to reserve/free metadata
Qu Wenruo
1
-0
/
+4
2015-10-21
btrfs: delayed_ref: release and free qgroup reserved at proper timing
Qu Wenruo
1
-1
/
+17
2015-10-21
btrfs: qgroup: Introduce functions to release/free qgroup reserve data
Qu Wenruo
1
-0
/
+2
[next]