index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
qgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
btrfs: qgroup: use xarray to track dirty extents in transaction
Junchao Sun
1
-34
/
+32
2024-09-02
btrfs: qgroup: don't use extent changeset when not needed
Fedor Pchelkin
1
-2
/
+1
2024-08-25
btrfs: run delayed iputs when flushing delalloc
Josef Bacik
1
-0
/
+2
2024-07-11
btrfs: qgroup: preallocate memory before adding a relation
David Sterba
1
-17
/
+8
2024-07-11
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
1
-2
/
+4
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
1
-11
/
+11
2024-07-11
btrfs: add and use helper to commit the current transaction
Filipe Manana
1
-28
/
+5
2024-07-11
btrfs: qgroup: avoid start/commit empty transaction when flushing reservations
Filipe Manana
1
-5
/
+7
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
1
-2
/
+2
2024-07-11
btrfs: automatically remove the subvolume qgroup
Qu Wenruo
1
-0
/
+35
2024-07-11
btrfs: slightly loosen the requirement for qgroup removal
Qu Wenruo
1
-7
/
+80
2024-07-11
btrfs: use for-local variables that shadow function variables
David Sterba
1
-6
/
+5
2024-07-02
btrfs: always do the basic checks for btrfs_qgroup_inherit structure
Qu Wenruo
1
-2
/
+8
2024-06-25
btrfs: qgroup: fix quota root leak after quota disable failure
Filipe Manana
1
-2
/
+2
2024-05-15
btrfs: qgroup: fix qgroup id collision across mounts
Boris Burkov
1
-0
/
+20
2024-05-15
btrfs: qgroup: update rescan message levels and error codes
David Sterba
1
-7
/
+5
2024-05-07
btrfs: qgroup: fix initialization of auto inherit array
Dan Carpenter
1
-1
/
+1
2024-05-07
btrfs: rename return variables in btrfs_qgroup_rescan_worker()
Anand Jain
1
-19
/
+19
2024-05-07
btrfs: drop variable err in quick_update_accounting()
Anand Jain
1
-6
/
+3
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-14
/
+13
2024-05-07
btrfs: qgroup: delete unnecessary check in btrfs_qgroup_check_inherit()
Dan Carpenter
1
-3
/
+0
2024-05-02
btrfs: qgroup: do not check qgroup inherit if qgroup is disabled
Qu Wenruo
1
-0
/
+2
2024-04-25
btrfs: take the cleaner_mutex earlier in qgroup disable
Josef Bacik
1
-13
/
+8
2024-04-02
btrfs: qgroup: correctly model root qgroup rsv in convert
Boris Burkov
1
-0
/
+2
2024-03-05
btrfs: qgroup: allow quick inherit if snapshot is created and added to the sa...
Qu Wenruo
1
-7
/
+72
2024-03-05
btrfs: qgroup: validate btrfs_qgroup_inherit parameter
Qu Wenruo
1
-0
/
+51
2024-03-05
btrfs: qgroup: always free reserved space for extent records
Qu Wenruo
1
-5
/
+5
2024-03-04
btrfs: handle transaction commit errors in flush_reservations()
David Sterba
1
-1
/
+1
2024-03-04
btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...
David Sterba
1
-2
/
+0
2024-03-04
btrfs: change BUG_ONs to assertions in btrfs_qgroup_trace_subtree()
David Sterba
1
-2
/
+2
2024-01-31
btrfs: forbid deleting live subvol qgroup
Boris Burkov
1
-0
/
+14
2023-12-15
btrfs: fix typos found by codespell
David Sterba
1
-1
/
+1
2023-12-06
btrfs: ensure releasing squota reserve on head refs
Boris Burkov
1
-3
/
+11
2023-12-06
btrfs: free qgroup pertrans reserve on transaction abort
Boris Burkov
1
-2
/
+3
2023-12-06
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
1
-10
/
+15
2023-11-09
btrfs: fix qgroup record leaks when using simple quotas
Filipe Manana
1
-1
/
+1
2023-11-09
btrfs: fix race between accounting qgroup extents and removing a qgroup
Filipe Manana
1
-1
/
+7
2023-10-12
btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroups
Boris Burkov
1
-8
/
+7
2023-10-12
btrfs: qgroup: check generation when recording simple quota delta
Boris Burkov
1
-6
/
+22
2023-10-12
btrfs: qgroup: simple quota auto hierarchy for nested subvolumes
Boris Burkov
1
-3
/
+54
2023-10-12
btrfs: add helper for recording simple quota deltas
Boris Burkov
1
-0
/
+46
2023-10-12
btrfs: create qgroup earlier in snapshot creation
Boris Burkov
1
-0
/
+3
2023-10-12
btrfs: qgroup: flush reservations during quota disable
Boris Burkov
1
-3
/
+44
2023-10-12
btrfs: qgroup: add new quota mode for simple quotas
Boris Burkov
1
-30
/
+80
2023-10-12
btrfs: qgroup: introduce quota mode
Boris Burkov
1
-0
/
+7
2023-10-12
btrfs: merge ordered work callbacks in btrfs_work into one
David Sterba
1
-1
/
+1
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
1
-7
/
+7
2023-10-12
btrfs: move functions comments from qgroup.h to qgroup.c
David Sterba
1
-0
/
+71
2023-10-12
btrfs: qgroup: remove unused helpers for ulist aux data
Jiapeng Chong
1
-10
/
+0
2023-10-12
btrfs: qgroup: prealloc btrfs_qgroup_list for __add_relation_rb()
Qu Wenruo
1
-19
/
+59
[next]