aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Gravatar Qu Wenruo 1-41/+2
2020-07-27btrfs: qgroup: try to flush qgroup space when we get -EDQUOTGravatar Qu Wenruo 1-8/+92
2020-07-27btrfs: qgroup: allow to unreserve range without releasing other rangesGravatar Qu Wenruo 1-15/+77
2020-07-27btrfs: qgroup: export qgroups in sysfsGravatar Qu Wenruo 1-9/+35
2020-07-27btrfs: use __u16 for the return value of btrfs_qgroup_level()Gravatar Qu Wenruo 1-1/+1
2020-07-27btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeGravatar Nikolay Borisov 1-7/+7
2020-07-27btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeGravatar Nikolay Borisov 1-5/+5
2020-07-27btrfs: make btrfs_qgroup_release_data take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2020-07-27btrfs: make btrfs_qgroup_free_data take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2020-07-27btrfs: make __btrfs_qgroup_release_data take btrfs_inodeGravatar Nikolay Borisov 1-12/+10
2020-07-27btrfs: make qgroup_free_reserved_data take btrfs_inodeGravatar Nikolay Borisov 1-5/+6
2020-07-27btrfs: qgroup: catch reserved space leaks at unmount timeGravatar Qu Wenruo 1-0/+43
2020-05-25btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Gravatar Qu Wenruo 1-0/+14
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootGravatar Josef Bacik 1-6/+1
2020-03-23btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_runningGravatar Qu Wenruo 1-6/+0
2020-03-23btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Gravatar Qu Wenruo 1-2/+9
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-2/+2
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysGravatar Josef Bacik 1-2/+2
2020-02-19btrfs: destroy qgroup extent records on transaction abortGravatar Jeff Mahoney 1-0/+13
2020-01-20btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabledGravatar Marcos Paulo de Souza 1-5/+5
2020-01-20btrfs: qgroup: remove one-time use variables for quota_root checksGravatar Marcos Paulo de Souza 1-24/+10
2020-01-08btrfs: fix memory leak in qgroup accountingGravatar Johannes Thumshirn 1-1/+5
2019-12-13btrfs: Fix error messages in qgroup_rescan_initGravatar Nikolay Borisov 1-2/+2
2019-11-18btrfs: rename btrfs_block_group_cacheGravatar David Sterba 1-1/+1
2019-11-18btrfs: opencode extent_buffer_getGravatar David Sterba 1-3/+3
2019-11-18btrfs: get rid of unique workqueue helper functionsGravatar Omar Sandoval 1-1/+0
2019-11-18btrfs: get rid of unnecessary memset() of work itemGravatar Omar Sandoval 1-2/+0
2019-10-17btrfs: tracepoints: Fix wrong parameter order for qgroup eventsGravatar Qu Wenruo 1-2/+2
2019-09-27btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsGravatar Qu Wenruo 1-0/+3
2019-09-27btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceGravatar Qu Wenruo 1-1/+1
2019-09-24Btrfs: fix race setting up and completing qgroup rescan workersGravatar Filipe Manana 1-14/+19
2019-09-09btrfs: qgroup: Try our best to delete qgroup relationsGravatar Qu Wenruo 1-17/+29
2019-09-09btrfs: move basic block_group definitions to their own headerGravatar Josef Bacik 1-1/+1
2019-07-02btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Gravatar Qu Wenruo 1-2/+22
2019-05-28btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref...Gravatar Qu Wenruo 1-1/+7
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeGravatar David Sterba 1-2/+1
2019-04-29btrfs: get fs_info from eb in clean_tree_blockGravatar David Sterba 1-1/+1
2019-03-19btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksGravatar Nikolay Borisov 1-2/+2
2019-02-27btrfs: move ulist allocation out of transaction in quota enableGravatar David Sterba 1-7/+6
2019-02-25btrfs: qgroup: Make qgroup async transaction commit more aggressiveGravatar Qu Wenruo 1-14/+14
2019-02-25btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Gravatar Qu Wenruo 1-4/+15
2019-02-25btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/releaseGravatar Qu Wenruo 1-2/+0
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersGravatar David Sterba 1-3/+3
2019-02-25btrfs: qgroup: Cleanup old subtree swap codeGravatar Qu Wenruo 1-94/+0
2019-02-25btrfs: qgroup: Use delayed subtree rescan for balanceGravatar Qu Wenruo 1-0/+88
2019-02-25btrfs: qgroup: Introduce per-root swapped blocks infrastructureGravatar Qu Wenruo 1-0/+150
2019-02-25btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swapGravatar Qu Wenruo 1-21/+56
2018-12-17btrfs: Fix typos in comments and stringsGravatar Andrea Gelmini 1-7/+7
2018-12-17Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationGravatar Filipe Manana 1-4/+10
2018-12-17btrfs: Remove unnecessary tree locking code in qgroup_rescan_leafGravatar Nikolay Borisov 1-6/+1