Age | Commit message (Expand) | Author | Files | Lines |
2020-03-23 | btrfs: move the root freeing stuff into btrfs_put_root | Josef Bacik | 1 | -6/+1 |
2020-03-23 | btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_running | Qu Wenruo | 1 | -6/+0 |
2020-03-23 | btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at... | Qu Wenruo | 1 | -2/+9 |
2020-03-23 | btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root | Josef Bacik | 1 | -2/+2 |
2020-03-23 | btrfs: use btrfs_put_fs_root to free roots always | Josef Bacik | 1 | -2/+2 |
2020-02-19 | btrfs: destroy qgroup extent records on transaction abort | Jeff Mahoney | 1 | -0/+13 |
2020-01-20 | btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabled | Marcos Paulo de Souza | 1 | -5/+5 |
2020-01-20 | btrfs: qgroup: remove one-time use variables for quota_root checks | Marcos Paulo de Souza | 1 | -24/+10 |
2020-01-08 | btrfs: fix memory leak in qgroup accounting | Johannes Thumshirn | 1 | -1/+5 |
2019-12-13 | btrfs: Fix error messages in qgroup_rescan_init | Nikolay Borisov | 1 | -2/+2 |
2019-11-18 | btrfs: rename btrfs_block_group_cache | David Sterba | 1 | -1/+1 |
2019-11-18 | btrfs: opencode extent_buffer_get | David Sterba | 1 | -3/+3 |
2019-11-18 | btrfs: get rid of unique workqueue helper functions | Omar Sandoval | 1 | -1/+0 |
2019-11-18 | btrfs: get rid of unnecessary memset() of work item | Omar Sandoval | 1 | -2/+0 |
2019-10-17 | btrfs: tracepoints: Fix wrong parameter order for qgroup events | Qu Wenruo | 1 | -2/+2 |
2019-09-27 | btrfs: qgroup: Fix reserved data space leak if we have multiple reserve calls | Qu Wenruo | 1 | -0/+3 |
2019-09-27 | btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data space | Qu Wenruo | 1 | -1/+1 |
2019-09-24 | Btrfs: fix race setting up and completing qgroup rescan workers | Filipe Manana | 1 | -14/+19 |
2019-09-09 | btrfs: qgroup: Try our best to delete qgroup relations | Qu Wenruo | 1 | -17/+29 |
2019-09-09 | btrfs: move basic block_group definitions to their own header | Josef Bacik | 1 | -1/+1 |
2019-07-02 | btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit() | Qu Wenruo | 1 | -2/+22 |
2019-05-28 | btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref... | Qu Wenruo | 1 | -1/+7 |
2019-04-29 | btrfs: get fs_info from trans in btrfs_create_tree | David Sterba | 1 | -2/+1 |
2019-04-29 | btrfs: get fs_info from eb in clean_tree_block | David Sterba | 1 | -1/+1 |
2019-03-19 | btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks | Nikolay Borisov | 1 | -2/+2 |
2019-02-27 | btrfs: move ulist allocation out of transaction in quota enable | David Sterba | 1 | -7/+6 |
2019-02-25 | btrfs: qgroup: Make qgroup async transaction commit more aggressive | Qu Wenruo | 1 | -14/+14 |
2019-02-25 | btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b... | Qu Wenruo | 1 | -4/+15 |
2019-02-25 | btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/release | Qu Wenruo | 1 | -2/+0 |
2019-02-25 | btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers | David Sterba | 1 | -3/+3 |
2019-02-25 | btrfs: qgroup: Cleanup old subtree swap code | Qu Wenruo | 1 | -94/+0 |
2019-02-25 | btrfs: qgroup: Use delayed subtree rescan for balance | Qu Wenruo | 1 | -0/+88 |
2019-02-25 | btrfs: qgroup: Introduce per-root swapped blocks infrastructure | Qu Wenruo | 1 | -0/+150 |
2019-02-25 | btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swap | Qu Wenruo | 1 | -21/+56 |
2018-12-17 | btrfs: Fix typos in comments and strings | Andrea Gelmini | 1 | -7/+7 |
2018-12-17 | Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creation | Filipe Manana | 1 | -4/+10 |
2018-12-17 | btrfs: Remove unnecessary tree locking code in qgroup_rescan_leaf | Nikolay Borisov | 1 | -6/+1 |
2018-11-22 | Btrfs: fix race between enabling quotas and subvolume creation | Filipe Manana | 1 | -1/+2 |
2018-10-15 | btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branch | Lu Fengqi | 1 | -6/+7 |
2018-10-15 | btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled | Qu Wenruo | 1 | -0/+4 |
2018-10-15 | btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo... | Qu Wenruo | 1 | -6/+15 |
2018-10-15 | btrfs: qgroup: Use generation-aware subtree swap to mark dirty extents | Qu Wenruo | 1 | -0/+104 |
2018-10-15 | btrfs: qgroup: Introduce function to find all new tree blocks of reloc tree | Qu Wenruo | 1 | -0/+135 |
2018-10-15 | btrfs: qgroup: Introduce function to trace two swaped extents | Qu Wenruo | 1 | -0/+162 |
2018-10-15 | btrfs: qgroup: Introduce trace event to analyse the number of dirty extents a... | Qu Wenruo | 1 | -0/+4 |
2018-10-15 | btrfs: qgroup: Dirty all qgroups before rescan | Qu Wenruo | 1 | -0/+1 |
2018-10-15 | btrfs: Remove 'objectid' member from struct btrfs_root | Misono Tomohiro | 1 | -11/+12 |
2018-08-23 | btrfs: use after free in btrfs_quota_enable | Dan Carpenter | 1 | -3/+2 |
2018-08-06 | btrfs: Remove fs_info from btrfs_del_root | Lu Fengqi | 1 | -1/+1 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from qgroup_rescan_leaf | Lu Fengqi | 1 | -4/+4 |