aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik1-1/+1
2020-12-08btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtreeJosef Bacik1-12/+3
2020-12-08btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocksJosef Bacik1-10/+1
2020-12-08btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swapJosef Bacik1-12/+1
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-2/+0
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik1-6/+3
2020-11-23btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana1-8/+49
2020-11-23btrfs: do nofs allocations when adding and removing qgroup relationsFilipe Manana1-0/+9
2020-11-23btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana1-1/+1
2020-11-13btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo1-1/+19
2020-11-05btrfs: clean up NULL checks in qgroup_unreserve_range()Dan Carpenter1-8/+4
2020-10-26btrfs: drop the path before adding qgroup items when enabling qgroupsJosef Bacik1-0/+18
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap1-1/+1
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-EDQUOTQu Wenruo1-41/+2
2020-07-27btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo1-8/+92
2020-07-27btrfs: qgroup: allow to unreserve range without releasing other rangesQu Wenruo1-15/+77
2020-07-27btrfs: qgroup: export qgroups in sysfsQu Wenruo1-9/+35
2020-07-27btrfs: use __u16 for the return value of btrfs_qgroup_level()Qu Wenruo1-1/+1
2020-07-27btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeNikolay Borisov1-7/+7
2020-07-27btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov1-5/+5
2020-07-27btrfs: make btrfs_qgroup_release_data take btrfs_inodeNikolay Borisov1-2/+2
2020-07-27btrfs: make btrfs_qgroup_free_data take btrfs_inodeNikolay Borisov1-2/+2
2020-07-27btrfs: make __btrfs_qgroup_release_data take btrfs_inodeNikolay Borisov1-12/+10
2020-07-27btrfs: make qgroup_free_reserved_data take btrfs_inodeNikolay Borisov1-5/+6
2020-07-27btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo1-0/+43
2020-05-25btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new qgroupQu Wenruo1-0/+14
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik1-6/+1
2020-03-23btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_runningQu Wenruo1-6/+0
2020-03-23btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at least queuedQu Wenruo1-2/+9
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-2/+2
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik1-2/+2
2020-02-19btrfs: destroy qgroup extent records on transaction abortJeff Mahoney1-0/+13
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