summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4
* 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/+24
* 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-261-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-211-2/+1
* btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba2014-10-021-6/+4
* 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/+2
* 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-091-0/+1
* Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik2014-06-091-0/+23
* Btrfs: rework qgroup accountingJosef Bacik2014-06-091-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
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-13/+15
* btrfs: fix unused variables in qgroup.cValentina Giusti2014-01-281-9/+2
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-6/+4
* Btrfs: remove reduplicate check when disabling quotaWang Shilong2013-09-011-5/+0
* Btrfs: move btrfs_free_qgroup_config() out of spin_lock and fix commentsWang Shilong2013-09-011-3/+6
* Btrfs: fix oops when writing dirty qgroups to diskWang Shilong2013-09-011-28/+13
* Btrfs: set qgroup_ulist to be null after calling ulist_free()Wang Shilong2013-09-011-0/+6
* Btrfs: fix qgroup rescan resume on mountJan Schmidt2013-06-141-69/+121
* Btrfs: avoid double free of fs_info->qgroup_ulistJan Schmidt2013-06-141-2/+6
* Btrfs: fix memory patcher through fs_info->qgroup_ulistJan Schmidt2013-06-141-1/+1
* Btrfs: add ioctl to wait for qgroup rescan completionJan Schmidt2013-06-141-0/+21
* Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulistWang Shilong2013-06-141-34/+36
* Btrfs: automatic rescan after "quota enable" commandJan Schmidt2013-05-061-0/+11
OpenPOWER on IntegriCloud