aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
2024-04-17btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov
2024-04-03btrfs: qgroup: always free reserved space for extent recordsQu Wenruo
2024-02-23btrfs: forbid deleting live subvol qgroupBoris Burkov
2024-01-10btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov
2023-08-03btrfs: fix race between quota disable and relocationFilipe Manana
2023-07-27btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana
2023-07-19btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana
2023-04-06btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana
2023-01-24btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana
2023-01-24btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo
2022-11-21btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong
2022-09-26btrfs: qgroup: fix a typo in a commentChristophe JAILLET
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Qu Wenruo
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accou...Qu Wenruo
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCANQu Wenruo
2022-09-26btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansionQu Wenruo
2022-09-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana
2022-03-14btrfs: qgroup: remove outdated TODO commentsSidong Yang
2022-03-14btrfs: qgroup: remove duplicated check in adding qgroup relationsSidong Yang
2022-03-14btrfs: disable qgroups in extent tree v2Josef Bacik
2022-03-14btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov
2022-03-02btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang
2022-01-31btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik
2022-01-03btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana
2021-04-28btrfs: do not consider send context as valid when trying to flush qgroupsFilipe Manana
2021-04-19btrfs: move the tree mod log code into its own fileFilipe Manana
2021-04-19btrfs: don't opencode extent_changeset_freeNikolay Borisov
2021-04-19btrfs: simplify commit logic in try_flush_qgroupNikolay Borisov
2021-03-18btrfs: fix sleep while in non-sleep context during qgroup removalFilipe Manana
2021-03-02btrfs: export and rename qgroup_reserve_metaNikolay Borisov
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana
2020-12-18btrfs: qgroup: don't try to wait flushing if we're already holding a transactionQu Wenruo
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik
2020-12-08btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtreeJosef Bacik
2020-12-08btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocksJosef Bacik
2020-12-08btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swapJosef Bacik
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik
2020-11-23btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana
2020-11-23btrfs: do nofs allocations when adding and removing qgroup relationsFilipe Manana
2020-11-23btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana