index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2015-10-22
btrfs: qgroup: Check if qgroup reserved space leaked
Qu Wenruo
1
-0
/
+32
2015-10-22
btrfs: qgroup: Add new trace point for qgroup data reserve
Qu Wenruo
1
-2
/
+9
2015-10-22
btrfs: qgroup: Cleanup old inaccurate facilities
Qu Wenruo
1
-7
/
+11
2015-10-22
btrfs: qgroup: Introduce new functions to reserve/free metadata
Qu Wenruo
1
-0
/
+40
2015-10-22
btrfs: delayed_ref: release and free qgroup reserved at proper timing
Qu Wenruo
1
-3
/
+2
2015-10-22
btrfs: qgroup: Introduce functions to release/free qgroup reserve data
Qu Wenruo
1
-0
/
+60
2015-10-22
btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function
Qu Wenruo
1
-0
/
+49
2015-09-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2015-08-07
Btrfs: Spelling s/consitent/consistent/
Geert Uytterhoeven
1
-1
/
+1
2015-08-07
btrfs: qgroup: Fix a regression in qgroup reserved space.
Qu Wenruo
1
-0
/
+5
2015-06-30
btrfs: qgroup: allow user to clear the limitation on qgroup
Yang Dongsheng
1
-8
/
+41
2015-06-10
btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.
Qu Wenruo
1
-0
/
+8
2015-06-10
btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.
Qu Wenruo
1
-862
/
+2
2015-06-10
btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.
Qu Wenruo
1
-1
/
+1
2015-06-10
btrfs: qgroup: Switch rescan to new mechanism.
Qu Wenruo
1
-36
/
+7
2015-06-10
btrfs: qgroup: Add new qgroup calculation function
Qu Wenruo
1
-0
/
+116
2015-06-10
btrfs: qgroup: Add new function to record old_roots.
Qu Wenruo
1
-0
/
+27
2015-06-10
btrfs: qgroup: Record possible quota-related extent for qgroup.
Qu Wenruo
1
-0
/
+31
2015-06-10
btrfs: qgroup: Add function qgroup_update_counters().
Qu Wenruo
1
-0
/
+120
2015-06-10
btrfs: qgroup: Add function qgroup_update_refcnt().
Qu Wenruo
1
-0
/
+58
2015-06-10
btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read.
Qu Wenruo
1
-41
/
+54
2015-06-03
btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()
Christian Engelmayer
1
-4
/
+4
2015-04-13
btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags...
Qu Wenruo
1
-57
/
+126
2015-04-13
btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota.
Dongsheng Yang
1
-0
/
+1
2015-04-13
btrfs: Update btrfs qgroup status item when rescan is done.
Qu Wenruo
1
-1
/
+24
2015-04-13
btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value.
Qu Wenruo
1
-3
/
+3
2015-04-13
btrfs: Check qgroup level in kernel qgroup assign.
Qu Wenruo
1
-0
/
+4
2015-04-13
btrfs: qgroup: allow to remove qgroup which has parent but no child.
Dongsheng Yang
1
-5
/
+25
2015-04-13
btrfs: qgroup: return EINVAL if level of parent is not higher than child's.
Dongsheng Yang
1
-0
/
+5
2015-04-13
btrfs: qgroup: do a reservation in a higher level.
Dongsheng Yang
1
-66
/
+4
2015-04-13
Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.
Dongsheng Yang
1
-4
/
+64
2015-04-13
Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().
Dongsheng Yang
1
-1
/
+1
2015-04-13
btrfs: qgroup: fix limit args override whole limit struct
Dongsheng Yang
1
-5
/
+10
2015-04-13
btrfs: qgroup: update limit info in function btrfs_run_qgroups().
Dongsheng Yang
1
-0
/
+4
2015-04-13
btrfs: qgroup: consolidate the parameter of fucntion update_qgroup_limit_item().
Dongsheng Yang
1
-27
/
+24
2015-04-13
btrfs: qgroup: update qgroup in memory at the same time when we update it in ...
Dongsheng Yang
1
-11
/
+17
2015-04-13
btrfs: qgroup: inherit limit info from srcgroup in creating snapshot.
Dongsheng Yang
1
-0
/
+8
2015-03-27
Btrfs: change the insertion criteria for the qgroup operations rbtree
Filipe Manana
1
-4
/
+4
2015-03-25
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...
Chris Mason
1
-1
/
+1
2015-03-25
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
1
-3
/
+3
2015-03-13
Btrfs: fix comp_oper to get right order
Liu Bo
1
-1
/
+1
2015-03-03
btrfs: use explicit initializer for seq_elem
David Sterba
1
-3
/
+3
2015-02-16
Btrfs: disk-io: replace root args iff only fs_info used
Daniel Dressler
1
-1
/
+1
2015-01-22
btrfs: qgroup: move WARN_ON() to the correct location.
Yang Dongsheng
1
-2
/
+1
2014-10-02
btrfs: move checks for DUMMY_ROOT into a helper
David Sterba
1
-6
/
+4
2014-09-18
btrfs: don't go readonly on existing qgroup items
Mark Fasheh
1
-2
/
+8
2014-09-18
btrfs: add trace for qgroup accounting
Mark Fasheh
1
-0
/
+4
2014-09-18
btrfs: use nodesize everywhere, kill leafsize
David Sterba
1
-4
/
+2
2014-08-24
Btrfs: fix task hang under heavy compressed write
Liu Bo
1
-0
/
+1
2014-08-21
btrfs: fix leak in qgroup_subtree_accounting() error path
Eric Sandeen
1
-1
/
+1
[next]