aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
2024-02-23btrfs: forbid deleting live subvol qgroupBoris 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-23btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana
2023-04-05btrfs: 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
2022-12-08btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong
2022-12-08btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov
2022-10-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana
2022-07-12btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana
2022-03-08btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang
2022-02-08btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki
2022-01-27btrfs: fix deadlock between quota enable and other quota operationsFilipe 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
2020-11-13btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo
2020-11-05btrfs: clean up NULL checks in qgroup_unreserve_range()Dan Carpenter
2020-10-26btrfs: drop the path before adding qgroup items when enabling qgroupsJosef Bacik
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo
2020-07-27btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo
2020-07-27btrfs: qgroup: allow to unreserve range without releasing other rangesQu Wenruo
2020-07-27btrfs: qgroup: export qgroups in sysfsQu Wenruo
2020-07-27btrfs: use __u16 for the return value of btrfs_qgroup_level()Qu Wenruo
2020-07-27btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_qgroup_release_data take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_qgroup_free_data take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make __btrfs_qgroup_release_data take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make qgroup_free_reserved_data take btrfs_inodeNikolay Borisov