| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-07 | btrfs: unexport btrfs_qgroup_reserve_meta() | Filipe Manana | 1 | -2/+0 |
| 2026-04-07 | btrfs: collapse __btrfs_qgroup_reserve_meta() into btrfs_qgroup_reserve_meta_... | Filipe Manana | 1 | -13/+2 |
| 2026-04-07 | btrfs: collapse __btrfs_qgroup_free_meta() into btrfs_qgroup_free_meta_preall... | Filipe Manana | 1 | -9/+1 |
| 2026-04-07 | btrfs: remove unused qgroup functions for pertrans reservation and freeing | Filipe Manana | 1 | -16/+1 |
| 2025-03-18 | btrfs: update include and forward declarations in headers | David Sterba | 1 | -0/+3 |
| 2024-11-11 | btrfs: drop unused transaction parameter from btrfs_qgroup_add_swapped_blocks() | David Sterba | 1 | -2/+1 |
| 2024-11-11 | btrfs: remove unused btrfs_free_squota_rsv() | Dr. David Alan Gilbert | 1 | -1/+0 |
| 2024-11-11 | btrfs: qgroups: remove bytenr field from struct btrfs_qgroup_extent_record | Filipe Manana | 1 | -3/+10 |
| 2024-10-22 | btrfs: qgroup: set a more sane default value for subtree drop threshold | Qu Wenruo | 1 | -0/+2 |
| 2024-09-10 | btrfs: qgroup: use xarray to track dirty extents in transaction | Junchao Sun | 1 | -1/+0 |
| 2024-07-11 | btrfs: qgroup: preallocate memory before adding a relation | David Sterba | 1 | -1/+10 |
| 2024-07-11 | btrfs: constify pointer parameters where applicable | David Sterba | 1 | -6/+6 |
| 2024-07-11 | btrfs: qgroup: delete a TODO about using kmem cache to allocate structures | Junchao Sun | 1 | -1/+0 |
| 2024-07-11 | btrfs: automatically remove the subvolume qgroup | Qu Wenruo | 1 | -0/+1 |
| 2024-03-05 | btrfs: qgroup: validate btrfs_qgroup_inherit parameter | Qu Wenruo | 1 | -0/+3 |
| 2024-03-04 | btrfs: add forward declarations and headers, part 3 | David Sterba | 1 | -4/+13 |
| 2023-12-06 | btrfs: ensure releasing squota reserve on head refs | Boris Burkov | 1 | -2/+1 |
| 2023-12-06 | btrfs: fix qgroup_free_reserved_data int overflow | Boris Burkov | 1 | -2/+2 |
| 2023-10-12 | btrfs: qgroup: check generation when recording simple quota delta | Boris Burkov | 1 | -0/+2 |
| 2023-10-12 | btrfs: qgroup: simple quota auto hierarchy for nested subvolumes | Boris Burkov | 1 | -3/+3 |
| 2023-10-12 | btrfs: add helper for recording simple quota deltas | Boris Burkov | 1 | -0/+15 |
| 2023-10-12 | btrfs: qgroup: add new quota mode for simple quotas | Boris Burkov | 1 | -3/+14 |
| 2023-10-12 | btrfs: qgroup: introduce quota mode | Boris Burkov | 1 | -0/+6 |
| 2023-10-12 | btrfs: move functions comments from qgroup.h to qgroup.c | David Sterba | 1 | -76/+0 |
| 2023-10-12 | btrfs: qgroup: use qgroup_iterator_nested to in qgroup_update_refcnt() | Qu Wenruo | 1 | -0/+18 |
| 2023-10-12 | btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve() | Qu Wenruo | 1 | -0/+9 |
| 2022-12-05 | btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extent | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: convert QGROUP_* defines to enum bits | David Sterba | 1 | -3/+6 |
| 2022-09-26 | btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accou... | Qu Wenruo | 1 | -0/+1 |
| 2022-09-26 | btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCAN | Qu Wenruo | 1 | -0/+2 |
| 2022-05-16 | btrfs: avoid blocking on space revervation when doing nowait dio writes | Filipe Manana | 1 | -4/+8 |
| 2021-07-22 | btrfs: fix lock inversion problem when doing qgroup extent tracing | Filipe Manana | 1 | -1/+1 |
| 2021-03-02 | btrfs: export and rename qgroup_reserve_meta | Nikolay Borisov | 1 | -0/+2 |
| 2020-07-27 | btrfs: qgroup: export qgroups in sysfs | Qu Wenruo | 1 | -0/+11 |
| 2020-07-27 | btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
| 2020-07-27 | btrfs: make btrfs_qgroup_reserve_data take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
| 2020-07-27 | btrfs: make btrfs_qgroup_release_data take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
| 2020-07-27 | btrfs: make btrfs_qgroup_free_data take btrfs_inode | Nikolay Borisov | 1 | -3/+3 |
| 2020-07-27 | btrfs: qgroup: catch reserved space leaks at unmount time | Qu Wenruo | 1 | -0/+1 |
| 2020-02-19 | btrfs: destroy qgroup extent records on transaction abort | Jeff Mahoney | 1 | -0/+1 |
| 2019-11-18 | btrfs: rename btrfs_block_group_cache | David Sterba | 1 | -1/+1 |
| 2019-02-25 | btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b... | Qu Wenruo | 1 | -9/+11 |
| 2019-02-25 | btrfs: qgroup: Cleanup old subtree swap code | Qu Wenruo | 1 | -6/+0 |
| 2019-02-25 | btrfs: qgroup: Use delayed subtree rescan for balance | Qu Wenruo | 1 | -0/+2 |
| 2019-02-25 | btrfs: qgroup: Introduce per-root swapped blocks infrastructure | Qu Wenruo | 1 | -0/+92 |
| 2018-12-17 | btrfs: Fix typos in comments and strings | Andrea Gelmini | 1 | -2/+2 |
| 2018-12-17 | btrfs: drop extra enum initialization where using defaults | David Sterba | 1 | -1/+1 |
| 2018-10-15 | btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled | Qu Wenruo | 1 | -0/+2 |
| 2018-10-15 | btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo... | Qu Wenruo | 1 | -0/+1 |
| 2018-10-15 | btrfs: qgroup: Use generation-aware subtree swap to mark dirty extents | Qu Wenruo | 1 | -0/+5 |
| 2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inherit | Lu Fengqi | 1 | -3/+2 |
| 2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroups | Lu Fengqi | 1 | -2/+1 |
| 2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extent | Lu Fengqi | 1 | -5/+3 |
| 2018-08-06 | btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree | Lu Fengqi | 1 | -1/+0 |
| 2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_items | Lu Fengqi | 1 | -1/+0 |
| 2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extent | Lu Fengqi | 1 | -3/+2 |
| 2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_limit_qgroup | Lu Fengqi | 1 | -2/+1 |
| 2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_remove_qgroup | Lu Fengqi | 1 | -2/+1 |
| 2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroup | Lu Fengqi | 1 | -2/+1 |
| 2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_del_qgroup_relation | Lu Fengqi | 1 | -2/+2 |
| 2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relation | Lu Fengqi | 1 | -2/+2 |
| 2018-08-06 | btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disable | Nikolay Borisov | 1 | -4/+2 |
| 2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- headers | David Sterba | 1 | -17/+5 |
| 2018-03-31 | btrfs: qgroup: Introduce function to convert META_PREALLOC into META_PERTRANS | Qu Wenruo | 1 | -0/+8 |
| 2018-03-31 | btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans | Qu Wenruo | 1 | -5/+64 |
| 2018-03-31 | btrfs: qgroup: Cleanup the remaining old reservation counters | Qu Wenruo | 1 | -1/+0 |
| 2018-03-31 | btrfs: qgroup: Skeleton to support separate qgroup reservation type | Qu Wenruo | 1 | -2/+25 |
| 2018-03-31 | btrfs: Drop fs_info parameter from btrfs_qgroup_account_extents | Nikolay Borisov | 1 | -2/+1 |
| 2017-06-29 | btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r... | Qu Wenruo | 1 | -1/+2 |
| 2017-06-29 | btrfs: qgroup: Introduce extent changeset for qgroup reserve functions | Qu Wenruo | 1 | -1/+2 |
| 2017-06-29 | btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents function | Qu Wenruo | 1 | -2/+1 |
| 2017-04-18 | btrfs: qgroup: Re-arrange tracepoint timing to co-operate with reserved space... | Qu Wenruo | 1 | -5/+1 |
| 2017-04-18 | btrfs: qgroup: Add trace point for qgroup reserved space | Qu Wenruo | 1 | -0/+44 |
| 2017-04-18 | btrfs: remove unused qgroup members from btrfs_trans_handle | David Sterba | 1 | -1/+0 |
| 2017-02-17 | btrfs: qgroup: Move half of the qgroup accounting time out of commit trans | Qu Wenruo | 1 | -3/+30 |
| 2017-02-14 | btrfs: allow unlink to exceed subvolume quota | Jeff Mahoney | 1 | -1/+2 |
| 2016-12-06 | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney | 1 | -1/+1 |
| 2016-11-30 | btrfs: Export and move leaf/subtree qgroup helpers to qgroup.c | Qu Wenruo | 1 | -0/+23 |
| 2016-11-30 | btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps | Qu Wenruo | 1 | -6/+7 |
| 2016-11-30 | btrfs: qgroup: Add comments explaining how btrfs qgroup works | Qu Wenruo | 1 | -0/+28 |
| 2016-08-25 | btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent() | Qu Wenruo | 1 | -4/+29 |
| 2016-08-25 | btrfs: waiting on qgroup rescan should not always be interruptible | Jeff Mahoney | 1 | -1/+2 |
| 2016-07-26 | btrfs: prefix fsid to all trace events | Jeff Mahoney | 1 | -4/+5 |
| 2015-10-21 | btrfs: qgroup: Check if qgroup reserved space leaked | Qu Wenruo | 1 | -0/+1 |
| 2015-10-21 | btrfs: qgroup: Add new trace point for qgroup data reserve | Qu Wenruo | 1 | -0/+8 |
| 2015-10-21 | btrfs: qgroup: Cleanup old inaccurate facilities | Qu Wenruo | 1 | -8/+0 |
| 2015-10-21 | btrfs: qgroup: Introduce new functions to reserve/free metadata | Qu Wenruo | 1 | -0/+4 |
| 2015-10-21 | btrfs: delayed_ref: release and free qgroup reserved at proper timing | Qu Wenruo | 1 | -1/+17 |
| 2015-10-21 | btrfs: qgroup: Introduce functions to release/free qgroup reserve data | Qu Wenruo | 1 | -0/+2 |
| 2015-10-21 | btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function | Qu Wenruo | 1 | -0/+2 |
| 2015-06-10 | btrfs: qgroup: Cleanup the old ref_node-oriented mechanism. | Qu Wenruo | 1 | -49/+0 |
| 2015-06-10 | btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism. | Qu Wenruo | 1 | -0/+5 |
| 2015-06-10 | btrfs: qgroup: Add new qgroup calculation function | Qu Wenruo | 1 | -0/+2 |
| 2015-06-10 | btrfs: qgroup: Add new function to record old_roots. | Qu Wenruo | 1 | -0/+2 |
| 2015-06-10 | btrfs: qgroup: Record possible quota-related extent for qgroup. | Qu Wenruo | 1 | -0/+17 |
| 2015-04-13 | btrfs: qgroup: do a reservation in a higher level. | Dongsheng Yang | 1 | -4/+0 |
| 2015-04-13 | Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use. | Dongsheng Yang | 1 | -0/+4 |
| 2015-04-13 | Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup(). | Dongsheng Yang | 1 | -2/+1 |
| 2014-08-15 | btrfs: qgroup: account shared subtrees during snapshot delete | Mark Fasheh | 1 | -0/+1 |
| 2014-06-09 | Btrfs: rework qgroup accounting | Josef Bacik | 1 | -0/+107 |