summaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
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
2019-02-25btrfs: qgroup: Cleanup old subtree swap codeQu Wenruo
2019-02-25btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo
2019-02-25btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo
2019-02-25btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swapQu Wenruo
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana
2018-12-17btrfs: Remove unnecessary tree locking code in qgroup_rescan_leafNikolay Borisov
2018-11-22Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana
2018-10-15btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branchLu Fengqi
2018-10-15btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu Wenruo
2018-10-15btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo...Qu Wenruo
2018-10-15btrfs: qgroup: Use generation-aware subtree swap to mark dirty extentsQu Wenruo
2018-10-15btrfs: qgroup: Introduce function to find all new tree blocks of reloc treeQu Wenruo
2018-10-15btrfs: qgroup: Introduce function to trace two swaped extentsQu Wenruo
2018-10-15btrfs: qgroup: Introduce trace event to analyse the number of dirty extents a...Qu Wenruo
2018-10-15btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo