aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
2016-08-25btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Qu Wenruo
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney
2016-08-25btrfs: properly track when rescan worker is runningJeff Mahoney
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney
2016-07-26btrfs: prefix fsid to all trace eventsJeff Mahoney
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-04-29btrfs: sink gfp parameter to set_record_extent_bitsDavid Sterba
2016-04-29btrfs: sink gfp parameter to clear_record_extent_bitsDavid Sterba
2016-04-04btrfs: Add qgroup tracingMark Fasheh
2016-04-04btrfs: handle non-fatal errors in btrfs_qgroup_inherit()Mark Fasheh
2015-11-25btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh
2015-11-25btrfs: qgroup: fix quota disable during rescanJustin Maggard
2015-11-05Btrfs: fix sleeping inside atomic context in qgroup rescan workerFilipe Manana
2015-11-05Btrfs: fix race waiting for qgroup rescan workerFilipe Manana
2015-11-05btrfs: qgroup: exit the rescan worker during umountJustin Maggard
2015-10-26btrfs: qgroup: Fix a rebase bug which will cause qgroup double freeQu Wenruo
2015-10-26btrfs: qgroup: Don't copy extent buffer to do qgroup rescanQu Wenruo
2015-10-21btrfs: qgroup: Check if qgroup reserved space leakedQu Wenruo
2015-10-21btrfs: qgroup: Add new trace point for qgroup data reserveQu Wenruo
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo
2015-10-21btrfs: qgroup: Introduce new functions to reserve/free metadataQu Wenruo
2015-10-21btrfs: delayed_ref: release and free qgroup reserved at proper timingQu Wenruo
2015-10-21btrfs: qgroup: Introduce functions to release/free qgroup reserve dataQu Wenruo
2015-10-21btrfs: qgroup: Introduce btrfs_qgroup_reserve_data functionQu Wenruo
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2015-08-07Btrfs: Spelling s/consitent/consistent/Geert Uytterhoeven
2015-08-06btrfs: qgroup: Fix a regression in qgroup reserved space.Qu Wenruo
2015-06-30btrfs: qgroup: allow user to clear the limitation on qgroupYang Dongsheng
2015-06-10btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo
2015-06-10btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo
2015-06-10btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.Qu Wenruo
2015-06-10btrfs: qgroup: Switch rescan to new mechanism.Qu Wenruo
2015-06-10btrfs: qgroup: Add new qgroup calculation functionQu Wenruo
2015-06-10btrfs: qgroup: Add new function to record old_roots.Qu Wenruo
2015-06-10btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo
2015-06-10btrfs: qgroup: Add function qgroup_update_counters().Qu Wenruo
2015-06-10btrfs: qgroup: Add function qgroup_update_refcnt().Qu Wenruo
2015-06-10btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read.Qu Wenruo
2015-06-02btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()Christian Engelmayer
2015-04-13btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags...Qu Wenruo
2015-04-13btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota.Dongsheng Yang
2015-04-13btrfs: Update btrfs qgroup status item when rescan is done.Qu Wenruo
2015-04-13btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value.Qu Wenruo
2015-04-13btrfs: Check qgroup level in kernel qgroup assign.Qu Wenruo
2015-04-13btrfs: qgroup: allow to remove qgroup which has parent but no child.Dongsheng Yang
2015-04-13btrfs: qgroup: return EINVAL if level of parent is not higher than child's.Dongsheng Yang
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang
2015-04-13Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Dongsheng Yang
2015-04-13Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().Dongsheng Yang