summaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: move the tree mod log code into its own fileFilipe Manana2021-04-061-4/+5
* btrfs: don't opencode extent_changeset_freeNikolay Borisov2021-04-061-2/+1
* btrfs: simplify commit logic in try_flush_qgroupNikolay Borisov2021-04-061-28/+7
* btrfs: fix sleep while in non-sleep context during qgroup removalFilipe Manana2021-03-181-2/+10
* btrfs: export and rename qgroup_reserve_metaNikolay Borisov2021-03-021-4/+4
* btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2020-12-181-3/+10
* btrfs: qgroup: don't try to wait flushing if we're already holding a transactionQu Wenruo2020-12-181-10/+20
* btrfs: pass root owner to read_tree_blockJosef Bacik2020-12-081-1/+1
* btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtreeJosef Bacik2020-12-081-12/+3
* btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocksJosef Bacik2020-12-081-10/+1
* btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swapJosef Bacik2020-12-081-12/+1
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-2/+0
* btrfs: locking: remove all the blocking helpersJosef Bacik2020-12-081-6/+3
* btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana2020-11-231-8/+49
* btrfs: do nofs allocations when adding and removing qgroup relationsFilipe Manana2020-11-231-0/+9
* btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana2020-11-231-1/+1
* btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo2020-11-131-1/+19
* btrfs: clean up NULL checks in qgroup_unreserve_range()Dan Carpenter2020-11-051-8/+4
* btrfs: drop the path before adding qgroup items when enabling qgroupsJosef Bacik2020-10-261-0/+18
* btrfs: delete duplicated words + other fixes in commentsRandy Dunlap2020-10-071-1/+1
* btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo2020-07-271-41/+2
* btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo2020-07-271-8/+92
* btrfs: qgroup: allow to unreserve range without releasing other rangesQu Wenruo2020-07-271-15/+77
* btrfs: qgroup: export qgroups in sysfsQu Wenruo2020-07-271-9/+35
* btrfs: use __u16 for the return value of btrfs_qgroup_level()Qu Wenruo2020-07-271-1/+1
* btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeNikolay Borisov2020-07-271-7/+7
* btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov2020-07-271-5/+5
* btrfs: make btrfs_qgroup_release_data take btrfs_inodeNikolay Borisov2020-07-271-2/+2
* btrfs: make btrfs_qgroup_free_data take btrfs_inodeNikolay Borisov2020-07-271-2/+2
* btrfs: make __btrfs_qgroup_release_data take btrfs_inodeNikolay Borisov2020-07-271-12/+10
* btrfs: make qgroup_free_reserved_data take btrfs_inodeNikolay Borisov2020-07-271-5/+6
* btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo2020-07-271-0/+43
* btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo2020-05-251-0/+14
* 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