summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: rescan for qgroupsJan Schmidt2013-05-061-14/+304
* Btrfs: split btrfs_qgroup_account_ref into four functionsJan Schmidt2013-05-061-105/+148
* Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt2013-05-061-5/+8
* Btrfs: add all ioctl checks before user change for quota operationsWang Shilong2013-05-061-5/+41
* Btrfs: fix missing check about ulist_add() in qgroup.cWang Shilong2013-05-061-18/+44
* Btrfs: fix confusing edquot happening caseWang Shilong2013-05-061-2/+2
* Btrfs: fix a warning when updating qgroup limitWang Shilong2013-05-061-5/+5
* Btrfs: fix missing check in the btrfs_qgroup_inherit()Wang Shilong2013-05-061-0/+15
* Btrfs: fix missing check before creating a qgroup relationWang Shilong2013-05-061-0/+8
* Btrfs: remove some unnecessary spin_lock usagesWang Shilong2013-05-061-21/+6
* Btrfs: introduce a mutex lock for btrfs quota operationsWang Shilong2013-05-061-25/+57
* Btrfs: creating the subvolume qgroup automatically when enabling quotaWang Shilong2013-05-061-0/+55
* Btrfs: fix a warning when disabling quotaWang Shilong2013-05-061-2/+0
* Btrfs: fix double free in the btrfs_qgroup_account_ref()Wang Shilong2013-03-281-2/+1
* Btrfs: return as soon as possible when edquot happensWang Shilong2013-03-141-4/+6
* Btrfs: remove reduplicate check about root in the function btrfs_clean_quota_...Wang Shilong2013-03-011-3/+0
* Btrfs: return ENOMEM rather than use BUG_ON when btrfs_alloc_path failsWang Shilong2013-03-011-3/+9
* Btrfs: fix missing deleted items in btrfs_clean_quota_treeWang Shilong2013-03-011-13/+21
* Btrfs: fix missing check before disabling quotaWang Shilong2013-02-201-0/+4
* Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger2013-02-201-1/+1
* Btrfs: prevent qgroup destroy when there are still relationsArne Jansen2013-01-211-1/+12
* Btrfs: ignore orphan qgroup relationsArne Jansen2013-01-211-0/+7
* Btrfs: fix memory leak in btrfs_quota_enable()Tsutomu Itoh2012-10-251-4/+13
* Btrfs: check return value of ulist_alloc() properlyTsutomu Itoh2012-10-011-0/+8
* Btrfs: fix gcc warnings for 32bit compilesJan Schmidt2012-10-011-16/+16
* Btrfs: make aux field of ulist 64 bitAlexander Block2012-10-011-10/+10
* Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()"Chris Mason2012-09-141-6/+2
* Btrfs: checking for NULL instead of IS_ERRDan Carpenter2012-08-281-1/+3
* Btrfs: fix some error codes in btrfs_qgroup_inherit()Dan Carpenter2012-08-281-2/+6
* Btrfs: qgroup implementation and prototypesArne Jansen2012-07-121-0/+1571