aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Btrfs: fix sleeping inside atomic context in qgroup rescan workerFilipe Manana1-1/+0
2015-11-05Btrfs: fix race waiting for qgroup rescan workerFilipe Manana1-2/+1
2015-11-05btrfs: qgroup: exit the rescan worker during umountJustin Maggard1-3/+6
2015-10-26btrfs: qgroup: Fix a rebase bug which will cause qgroup double freeQu Wenruo1-4/+0
2015-10-26btrfs: qgroup: Don't copy extent buffer to do qgroup rescanQu Wenruo1-10/+16
2015-10-21btrfs: qgroup: Check if qgroup reserved space leakedQu Wenruo1-0/+32
2015-10-21btrfs: qgroup: Add new trace point for qgroup data reserveQu Wenruo1-2/+9
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo1-7/+11
2015-10-21btrfs: qgroup: Introduce new functions to reserve/free metadataQu Wenruo1-0/+40
2015-10-21btrfs: delayed_ref: release and free qgroup reserved at proper timingQu Wenruo1-3/+2
2015-10-21btrfs: qgroup: Introduce functions to release/free qgroup reserve dataQu Wenruo1-0/+60
2015-10-21btrfs: qgroup: Introduce btrfs_qgroup_reserve_data functionQu Wenruo1-0/+49
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-08-07Btrfs: Spelling s/consitent/consistent/Geert Uytterhoeven1-1/+1
2015-08-06btrfs: qgroup: Fix a regression in qgroup reserved space.Qu Wenruo1-0/+5
2015-06-30btrfs: qgroup: allow user to clear the limitation on qgroupYang Dongsheng1-8/+41
2015-06-10btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo1-0/+8
2015-06-10btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo1-862/+2
2015-06-10btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.Qu Wenruo1-1/+1
2015-06-10btrfs: qgroup: Switch rescan to new mechanism.Qu Wenruo1-36/+7
2015-06-10btrfs: qgroup: Add new qgroup calculation functionQu Wenruo1-0/+116
2015-06-10btrfs: qgroup: Add new function to record old_roots.Qu Wenruo1-0/+27
2015-06-10btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo1-0/+31
2015-06-10btrfs: qgroup: Add function qgroup_update_counters().Qu Wenruo1-0/+120
2015-06-10btrfs: qgroup: Add function qgroup_update_refcnt().Qu Wenruo1-0/+58
2015-06-10btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read.Qu Wenruo1-41/+54
2015-06-02btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()Christian Engelmayer1-4/+4
2015-04-13btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags when assigning/deleting a qgroup relations.Qu Wenruo1-57/+126
2015-04-13btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota.Dongsheng Yang1-0/+1
2015-04-13btrfs: Update btrfs qgroup status item when rescan is done.Qu Wenruo1-1/+24
2015-04-13btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value.Qu Wenruo1-3/+3
2015-04-13btrfs: Check qgroup level in kernel qgroup assign.Qu Wenruo1-0/+4
2015-04-13btrfs: qgroup: allow to remove qgroup which has parent but no child.Dongsheng Yang1-5/+25
2015-04-13btrfs: qgroup: return EINVAL if level of parent is not higher than child's.Dongsheng Yang1-0/+5
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang1-66/+4
2015-04-13Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Dongsheng Yang1-4/+64
2015-04-13Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().Dongsheng Yang1-1/+1
2015-04-13btrfs: qgroup: fix limit args override whole limit structDongsheng Yang1-5/+10
2015-04-13btrfs: qgroup: update limit info in function btrfs_run_qgroups().Dongsheng Yang1-0/+4
2015-04-13btrfs: qgroup: consolidate the parameter of fucntion update_qgroup_limit_item().Dongsheng Yang1-27/+24
2015-04-13btrfs: qgroup: update qgroup in memory at the same time when we update it in btree.Dongsheng Yang1-11/+17
2015-04-13btrfs: qgroup: inherit limit info from srcgroup in creating snapshot.Dongsheng Yang1-0/+8
2015-03-26Btrfs: change the insertion criteria for the qgroup operations rbtreeFilipe Manana1-4/+4
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-1/+1
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-3/+3
2015-03-13Btrfs: fix comp_oper to get right orderLiu Bo1-1/+1
2015-03-03btrfs: use explicit initializer for seq_elemDavid Sterba1-3/+3
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler1-1/+1
2015-01-21btrfs: qgroup: move WARN_ON() to the correct location.Yang Dongsheng1-2/+1
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba1-6/+4