summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c
AgeCommit message (Expand)Author
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
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2019-11-18btrfs: get rid of unnecessary memset() of work itemOmar 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