summaryrefslogtreecommitdiff
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
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
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
2020-07-27btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo
2020-05-25btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik
2020-03-23btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_runningQu Wenruo
2020-03-23btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Qu Wenruo
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik
2020-02-19btrfs: destroy qgroup extent records on transaction abortJeff Mahoney
2020-01-20btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabledMarcos Paulo de Souza
2020-01-20btrfs: qgroup: remove one-time use variables for quota_root checksMarcos Paulo de Souza
2020-01-08btrfs: fix memory leak in qgroup accountingJohannes Thumshirn
2019-12-13btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov