summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: qgroup: Fix a regression in qgroup reserved space.Qu Wenruo2015-08-061-0/+5
* btrfs: qgroup: allow user to clear the limitation on qgroupYang Dongsheng2015-06-301-8/+41
* btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo2015-06-101-0/+8
* btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo2015-06-101-862/+2Star
* btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.Qu Wenruo2015-06-101-1/+1
* btrfs: qgroup: Switch rescan to new mechanism.Qu Wenruo2015-06-101-36/+7Star
* btrfs: qgroup: Add new qgroup calculation functionQu Wenruo2015-06-101-0/+116
* btrfs: qgroup: Add new function to record old_roots.Qu Wenruo2015-06-101-0/+27
* btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo2015-06-101-0/+31
* btrfs: qgroup: Add function qgroup_update_counters().Qu Wenruo2015-06-101-0/+120
* btrfs: qgroup: Add function qgroup_update_refcnt().Qu Wenruo2015-06-101-0/+58
* btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read.Qu Wenruo2015-06-101-41/+54
* btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()Christian Engelmayer2015-06-031-4/+4
* btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags...Qu Wenruo2015-04-131-57/+126
* btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota.Dongsheng Yang2015-04-131-0/+1
* btrfs: Update btrfs qgroup status item when rescan is done.Qu Wenruo2015-04-131-1/+24
* btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value.Qu Wenruo2015-04-131-3/+3
* btrfs: Check qgroup level in kernel qgroup assign.Qu Wenruo2015-04-131-0/+4
* btrfs: qgroup: allow to remove qgroup which has parent but no child.Dongsheng Yang2015-04-131-5/+25
* btrfs: qgroup: return EINVAL if level of parent is not higher than child's.Dongsheng Yang2015-04-131-0/+5
* btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang2015-04-131-66/+4Star
* Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Dongsheng Yang2015-04-131-4/+64
* Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().Dongsheng Yang2015-04-131-1/+1
* btrfs: qgroup: fix limit args override whole limit structDongsheng Yang2015-04-131-5/+10
* btrfs: qgroup: update limit info in function btrfs_run_qgroups().Dongsheng Yang2015-04-131-0/+4
* btrfs: qgroup: consolidate the parameter of fucntion update_qgroup_limit_item().Dongsheng Yang2015-04-131-27/+24Star
* btrfs: qgroup: update qgroup in memory at the same time when we update it in ...Dongsheng Yang2015-04-131-11/+17
* btrfs: qgroup: inherit limit info from srcgroup in creating snapshot.Dongsheng Yang2015-04-131-0/+8
* Btrfs: change the insertion criteria for the qgroup operations rbtreeFilipe Manana2015-03-271-4/+4
* Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-1/+1
|\
| * Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler2015-02-161-1/+1
* | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-251-3/+3
|\ \
| * | btrfs: use explicit initializer for seq_elemDavid Sterba2015-03-031-3/+3
| |/
* / Btrfs: fix comp_oper to get right orderLiu Bo2015-03-131-1/+1
|/
* btrfs: qgroup: move WARN_ON() to the correct location.Yang Dongsheng2015-01-221-2/+1Star
* btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba2014-10-021-6/+4Star
* btrfs: don't go readonly on existing qgroup itemsMark Fasheh2014-09-171-2/+8
* btrfs: add trace for qgroup accountingMark Fasheh2014-09-171-0/+4
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-171-4/+2Star
* Btrfs: fix task hang under heavy compressed writeLiu Bo2014-08-241-0/+1
* btrfs: fix leak in qgroup_subtree_accounting() error pathEric Sandeen2014-08-211-1/+1
* btrfs: correctly handle return from ulist_addMark Fasheh2014-08-151-4/+9
* btrfs: qgroup: account shared subtrees during snapshot deleteMark Fasheh2014-08-151-0/+164
* btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen2014-06-131-1/+3
* Btrfs: free tmp ulist for qgroup rescanJosef Bacik2014-06-101-0/+1
* Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik2014-06-101-0/+23
* Btrfs: rework qgroup accountingJosef Bacik2014-06-101-243/+672
* btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo2014-03-101-1/+1
* btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-8/+9
* Btrfs: fix qgroup rescan to work with skinny metadataJosef Bacik2014-01-281-5/+13