aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba1-6/+4
2014-09-17btrfs: don't go readonly on existing qgroup itemsMark Fasheh1-2/+8
2014-09-17btrfs: add trace for qgroup accountingMark Fasheh1-0/+4
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-4/+2
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-0/+1
2014-08-21btrfs: fix leak in qgroup_subtree_accounting() error pathEric Sandeen1-1/+1
2014-08-15btrfs: correctly handle return from ulist_addMark Fasheh1-4/+9
2014-08-15btrfs: qgroup: account shared subtrees during snapshot deleteMark Fasheh1-0/+164
2014-06-13btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen1-1/+3
2014-06-09Btrfs: free tmp ulist for qgroup rescanJosef Bacik1-0/+1
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+23
2014-06-09Btrfs: rework qgroup accountingJosef Bacik1-243/+672
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.Qu Wenruo1-8/+9
2014-01-28Btrfs: fix qgroup rescan to work with skinny metadataJosef Bacik1-5/+13
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-13/+15
2014-01-28btrfs: fix unused variables in qgroup.cValentina Giusti1-9/+2
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-6/+4
2013-09-01Btrfs: remove reduplicate check when disabling quotaWang Shilong1-5/+0
2013-09-01Btrfs: move btrfs_free_qgroup_config() out of spin_lock and fix commentsWang Shilong1-3/+6
2013-09-01Btrfs: fix oops when writing dirty qgroups to diskWang Shilong1-28/+13
2013-09-01Btrfs: set qgroup_ulist to be null after calling ulist_free()Wang Shilong1-0/+6
2013-06-14Btrfs: fix qgroup rescan resume on mountJan Schmidt1-69/+121
2013-06-14Btrfs: avoid double free of fs_info->qgroup_ulistJan Schmidt1-2/+6
2013-06-14Btrfs: fix memory patcher through fs_info->qgroup_ulistJan Schmidt1-1/+1
2013-06-14Btrfs: add ioctl to wait for qgroup rescan completionJan Schmidt1-0/+21
2013-06-14Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulistWang Shilong1-34/+36
2013-05-06Btrfs: automatic rescan after "quota enable" commandJan Schmidt1-0/+11
2013-05-06Btrfs: rescan for qgroupsJan Schmidt1-14/+304
2013-05-06Btrfs: split btrfs_qgroup_account_ref into four functionsJan Schmidt1-105/+148
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt1-5/+8
2013-05-06Btrfs: add all ioctl checks before user change for quota operationsWang Shilong1-5/+41
2013-05-06Btrfs: fix missing check about ulist_add() in qgroup.cWang Shilong1-18/+44
2013-05-06Btrfs: fix confusing edquot happening caseWang Shilong1-2/+2
2013-05-06Btrfs: fix a warning when updating qgroup limitWang Shilong1-5/+5
2013-05-06Btrfs: fix missing check in the btrfs_qgroup_inherit()Wang Shilong1-0/+15
2013-05-06Btrfs: fix missing check before creating a qgroup relationWang Shilong1-0/+8
2013-05-06Btrfs: remove some unnecessary spin_lock usagesWang Shilong1-21/+6
2013-05-06Btrfs: introduce a mutex lock for btrfs quota operationsWang Shilong1-25/+57
2013-05-06Btrfs: creating the subvolume qgroup automatically when enabling quotaWang Shilong1-0/+55
2013-05-06Btrfs: fix a warning when disabling quotaWang Shilong1-2/+0
2013-03-28Btrfs: fix double free in the btrfs_qgroup_account_ref()Wang Shilong1-2/+1
2013-03-14Btrfs: return as soon as possible when edquot happensWang Shilong1-4/+6
2013-03-01Btrfs: remove reduplicate check about root in the function btrfs_clean_quota_treeWang Shilong1-3/+0
2013-03-01Btrfs: return ENOMEM rather than use BUG_ON when btrfs_alloc_path failsWang Shilong1-3/+9
2013-03-01Btrfs: fix missing deleted items in btrfs_clean_quota_treeWang Shilong1-13/+21
2013-02-20Btrfs: fix missing check before disabling quotaWang Shilong1-0/+4
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger1-1/+1
2013-01-21Btrfs: prevent qgroup destroy when there are still relationsArne Jansen1-1/+12
2013-01-21Btrfs: ignore orphan qgroup relationsArne Jansen1-0/+7