summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik2020-03-231-6/+1
* btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_runningQu Wenruo2020-03-231-6/+0
* btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Qu Wenruo2020-03-231-2/+9
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-2/+2
* btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik2020-03-231-2/+2
* btrfs: destroy qgroup extent records on transaction abortJeff Mahoney2020-02-191-0/+13
* btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabledMarcos Paulo de Souza2020-01-201-5/+5
* btrfs: qgroup: remove one-time use variables for quota_root checksMarcos Paulo de Souza2020-01-201-24/+10
* btrfs: fix memory leak in qgroup accountingJohannes Thumshirn2020-01-081-1/+5
* btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov2019-12-131-2/+2
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-1/+1
* btrfs: opencode extent_buffer_getDavid Sterba2019-11-181-3/+3
* btrfs: get rid of unique workqueue helper functionsOmar Sandoval2019-11-181-1/+0
* btrfs: get rid of unnecessary memset() of work itemOmar Sandoval2019-11-181-2/+0
* btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo2019-10-171-2/+2
* btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo2019-09-271-0/+3
* btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo2019-09-271-1/+1
* Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-09-241-14/+19
* btrfs: qgroup: Try our best to delete qgroup relationsQu Wenruo2019-09-091-17/+29
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-1/+1
* btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Qu Wenruo2019-07-021-2/+22
* btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref...Qu Wenruo2019-05-281-1/+7
* btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba2019-04-291-2/+1
* btrfs: get fs_info from eb in clean_tree_blockDavid Sterba2019-04-291-1/+1
* btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksNikolay Borisov2019-03-191-2/+2
* btrfs: move ulist allocation out of transaction in quota enableDavid Sterba2019-02-271-7/+6
* btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo2019-02-251-14/+14
* btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Qu Wenruo2019-02-251-4/+15
* btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/releaseQu Wenruo2019-02-251-2/+0
* btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba2019-02-251-3/+3
* btrfs: qgroup: Cleanup old subtree swap codeQu Wenruo2019-02-251-94/+0
* btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo2019-02-251-0/+88
* btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo2019-02-251-0/+150
* btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swapQu Wenruo2019-02-251-21/+56
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-7/+7
* Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana2018-12-171-4/+10
* btrfs: Remove unnecessary tree locking code in qgroup_rescan_leafNikolay Borisov2018-12-171-6/+1
* Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana2018-11-221-1/+2
* btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branchLu Fengqi2018-10-151-6/+7
* btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu Wenruo2018-10-151-0/+4
* btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo...Qu Wenruo2018-10-151-6/+15
* btrfs: qgroup: Use generation-aware subtree swap to mark dirty extentsQu Wenruo2018-10-151-0/+104
* btrfs: qgroup: Introduce function to find all new tree blocks of reloc treeQu Wenruo2018-10-151-0/+135
* btrfs: qgroup: Introduce function to trace two swaped extentsQu Wenruo2018-10-151-0/+162
* btrfs: qgroup: Introduce trace event to analyse the number of dirty extents a...Qu Wenruo2018-10-151-0/+4
* btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo2018-10-151-0/+1
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-11/+12
* btrfs: use after free in btrfs_quota_enableDan Carpenter2018-08-231-3/+2
* btrfs: Remove fs_info from btrfs_del_rootLu Fengqi2018-08-061-1/+1
* btrfs: qgroup: Drop fs_info parameter from qgroup_rescan_leafLu Fengqi2018-08-061-4/+4