aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-20btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabledMarcos Paulo de Souza1-5/+5
2020-01-20btrfs: qgroup: remove one-time use variables for quota_root checksMarcos Paulo de Souza1-24/+10
2020-01-08btrfs: fix memory leak in qgroup accountingJohannes Thumshirn1-1/+5
2019-12-13btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov1-2/+2
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-1/+1
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba1-3/+3
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval1-1/+0
2019-11-18btrfs: get rid of unnecessary memset() of work itemOmar Sandoval1-2/+0
2019-10-17btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo1-2/+2
2019-09-27btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo1-0/+3
2019-09-27btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo1-1/+1
2019-09-24Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana1-14/+19
2019-09-09btrfs: qgroup: Try our best to delete qgroup relationsQu Wenruo1-17/+29
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-1/+1
2019-07-02btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Qu Wenruo1-2/+22
2019-05-28btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer dereferenceQu Wenruo1-1/+7
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba1-2/+1
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba1-1/+1
2019-03-19btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksNikolay Borisov1-2/+2
2019-02-27btrfs: move ulist allocation out of transaction in quota enableDavid Sterba1-7/+6
2019-02-25btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo1-14/+14
2019-02-25btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to btrfs_qgroup_extent_recordQu Wenruo1-4/+15
2019-02-25btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/releaseQu Wenruo1-2/+0
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba1-3/+3
2019-02-25btrfs: qgroup: Cleanup old subtree swap codeQu Wenruo1-94/+0
2019-02-25btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo1-0/+88
2019-02-25btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo1-0/+150
2019-02-25btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swapQu Wenruo1-21/+56
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-7/+7
2018-12-17Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana1-4/+10
2018-12-17btrfs: Remove unnecessary tree locking code in qgroup_rescan_leafNikolay Borisov1-6/+1
2018-11-22Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana1-1/+2
2018-10-15btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branchLu Fengqi1-6/+7
2018-10-15btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu Wenruo1-0/+4
2018-10-15btrfs: qgroup: Only trace data extents in leaves if we're relocating data block groupQu Wenruo1-6/+15
2018-10-15btrfs: qgroup: Use generation-aware subtree swap to mark dirty extentsQu Wenruo1-0/+104
2018-10-15btrfs: qgroup: Introduce function to find all new tree blocks of reloc treeQu Wenruo1-0/+135
2018-10-15btrfs: qgroup: Introduce function to trace two swaped extentsQu Wenruo1-0/+162
2018-10-15btrfs: qgroup: Introduce trace event to analyse the number of dirty extents accountedQu Wenruo1-0/+4
2018-10-15btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo1-0/+1
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro1-11/+12
2018-08-23btrfs: use after free in btrfs_quota_enableDan Carpenter1-3/+2
2018-08-06btrfs: Remove fs_info from btrfs_del_rootLu Fengqi1-1/+1
2018-08-06btrfs: qgroup: Drop fs_info parameter from qgroup_rescan_leafLu Fengqi1-4/+4
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inheritLu Fengqi1-3/+3
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroupsLu Fengqi1-2/+2
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extentLu Fengqi1-10/+10
2018-08-06btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtreeLu Fengqi1-2/+1
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_itemsLu Fengqi1-4/+4
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extentLu Fengqi1-9/+6