summaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)AuthorFilesLines
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_...Wang 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
2012-10-25Btrfs: fix memory leak in btrfs_quota_enable()Tsutomu Itoh1-4/+13
2012-10-01Btrfs: check return value of ulist_alloc() properlyTsutomu Itoh1-0/+8
2012-10-01Btrfs: fix gcc warnings for 32bit compilesJan Schmidt1-16/+16
2012-10-01Btrfs: make aux field of ulist 64 bitAlexander Block1-10/+10
2012-09-14Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()"Chris Mason1-6/+2
2012-08-28Btrfs: checking for NULL instead of IS_ERRDan Carpenter1-1/+3
2012-08-28Btrfs: fix some error codes in btrfs_qgroup_inherit()Dan Carpenter1-2/+6
2012-07-12Btrfs: qgroup implementation and prototypesArne Jansen1-0/+1571