aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-15btrfs: restore BTRFS_SEQ_LAST when looking up qgroup backref lookupGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hGravatar Christoph Hellwig 1-0/+1
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureGravatar Qu Wenruo 1-4/+14
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsGravatar Filipe Manana 1-14/+24
2022-12-05btrfs: move root tree prototypes to their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extentGravatar David Sterba 1-10/+7
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-11-21btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()Gravatar ChenXiaoSong 1-8/+1
2022-09-26btrfs: qgroup: fix a typo in a commentGravatar Christophe JAILLET 1-1/+1
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Gravatar Qu Wenruo 1-0/+19
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accou...Gravatar Qu Wenruo 1-4/+11
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCANGravatar Qu Wenruo 1-17/+26
2022-09-26btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansionGravatar Qu Wenruo 1-2/+4
2022-09-26btrfs: fix race between quota enable and quota rescan ioctlGravatar Filipe Manana 1-0/+15
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesGravatar Filipe Manana 1-2/+3
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Gravatar Filipe Manana 1-1/+1
2022-03-14btrfs: qgroup: remove outdated TODO commentsGravatar Sidong Yang 1-12/+0
2022-03-14btrfs: qgroup: remove duplicated check in adding qgroup relationsGravatar Sidong Yang 1-9/+32
2022-03-14btrfs: disable qgroups in extent tree v2Gravatar Josef Bacik 1-0/+6
2022-03-14btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Gravatar Nikolay Borisov 1-7/+6
2022-03-02btrfs: qgroup: fix deadlock between rescan worker and remove qgroupGravatar Sidong Yang 1-1/+8
2022-01-31btrfs: fix deadlock between quota disable and qgroup rescan workerGravatar Shin'ichiro Kawasaki 1-2/+19
2022-01-03btrfs: stop accessing ->extent_root directlyGravatar Josef Bacik 1-1/+4
2022-01-03btrfs: fix deadlock between quota enable and other quota operationsGravatar Filipe Manana 1-0/+19
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureGravatar Filipe Manana 1-1/+2
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Gravatar Filipe Manana 1-4/+4
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingGravatar Filipe Manana 1-8/+30
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimGravatar Filipe Manana 1-7/+1
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsGravatar Filipe Manana 1-1/+1
2021-04-28btrfs: do not consider send context as valid when trying to flush qgroupsGravatar Filipe Manana 1-5/+9
2021-04-19btrfs: move the tree mod log code into its own fileGravatar Filipe Manana 1-4/+5
2021-04-19btrfs: don't opencode extent_changeset_freeGravatar Nikolay Borisov 1-2/+1
2021-04-19btrfs: simplify commit logic in try_flush_qgroupGravatar Nikolay Borisov 1-28/+7
2021-03-18btrfs: fix sleep while in non-sleep context during qgroup removalGravatar Filipe Manana 1-2/+10
2021-03-02btrfs: export and rename qgroup_reserve_metaGravatar Nikolay Borisov 1-4/+4
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanGravatar Filipe Manana 1-3/+10
2020-12-18btrfs: qgroup: don't try to wait flushing if we're already holding a transactionGravatar Qu Wenruo 1-10/+20
2020-12-08btrfs: pass root owner to read_tree_blockGravatar Josef Bacik 1-1/+1
2020-12-08btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtreeGravatar Josef Bacik 1-12/+3
2020-12-08btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocksGravatar Josef Bacik 1-10/+1
2020-12-08btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swapGravatar Josef Bacik 1-12/+1
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-2/+0
2020-12-08btrfs: locking: remove all the blocking helpersGravatar Josef Bacik 1-6/+3
2020-11-23btrfs: fix lockdep splat when enabling and disabling qgroupsGravatar Filipe Manana 1-8/+49
2020-11-23btrfs: do nofs allocations when adding and removing qgroup relationsGravatar Filipe Manana 1-0/+9
2020-11-23btrfs: fix lockdep splat when reading qgroup config on mountGravatar Filipe Manana 1-1/+1
2020-11-13btrfs: qgroup: don't commit transaction when we already hold the handleGravatar Qu Wenruo 1-1/+19