aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
2024-05-02btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov
2024-02-23btrfs: forbid deleting live subvol qgroupBoris Burkov
2023-08-11btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana
2023-08-11btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabledMarcos Paulo de Souza
2023-08-11btrfs: qgroup: remove one-time use variables for quota_root checksMarcos Paulo de Souza
2023-08-11btrfs: fix race between quota disable and relocationFilipe Manana
2023-08-11btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo
2023-07-27btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana
2023-07-27btrfs: fix race when deleting quota root from the dirty cow roots listFilipe 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-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-15btrfs: export and rename qgroup_reserve_metaNikolay Borisov
2021-08-15btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo
2021-08-15btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana
2021-08-15btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo
2021-08-15btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo
2021-08-15btrfs: qgroup: allow to unreserve range without releasing other rangesQu Wenruo
2021-08-15btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov
2021-08-15btrfs: make qgroup_free_reserved_data take btrfs_inodeNikolay Borisov
2021-08-08btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2021-01-19btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana
2020-12-02btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana
2020-09-03btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeNikolay Borisov
2020-06-22btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo
2020-04-17btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Qu Wenruo
2020-02-28btrfs: destroy qgroup extent records on transaction abortJeff Mahoney
2020-01-23btrfs: fix memory leak in qgroup accountingJohannes Thumshirn
2020-01-12btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov
2020-01-09btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2019-10-17btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo
2019-09-27btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo
2019-09-27btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo
2019-09-24Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana
2019-09-09btrfs: qgroup: Try our best to delete qgroup relationsQu Wenruo
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-07-02btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Qu Wenruo
2019-05-28btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref...Qu Wenruo
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba
2019-03-19btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksNikolay Borisov
2019-02-27btrfs: move ulist allocation out of transaction in quota enableDavid Sterba
2019-02-25btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo
2019-02-25btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Qu Wenruo
2019-02-25btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/releaseQu Wenruo
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba