index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
btrfs: record simple quota deltas in delayed refs
Boris Burkov
3
-8
/
+82
2023-10-12
btrfs: add helper for inline owner ref lookup
Boris Burkov
2
-0
/
+50
2023-10-12
btrfs: new inline ref storing owning subvol of data extents
Boris Burkov
6
-11
/
+72
2023-10-12
btrfs: track original extent owner in head_ref
Boris Burkov
2
-4
/
+22
2023-10-12
btrfs: track owning root in btrfs_ref
Boris Burkov
6
-25
/
+42
2023-10-12
btrfs: rename tree_ref and data_ref owning_root
Boris Burkov
4
-18
/
+18
2023-10-12
btrfs: add helper for recording simple quota deltas
Boris Burkov
2
-0
/
+61
2023-10-12
btrfs: create qgroup earlier in snapshot creation
Boris Burkov
2
-0
/
+9
2023-10-12
btrfs: qgroup: flush reservations during quota disable
Boris Burkov
1
-3
/
+44
2023-10-12
btrfs: sysfs: add simple_quota incompat feature entry
Boris Burkov
1
-0
/
+2
2023-10-12
btrfs: sysfs: expose quota mode via sysfs
Boris Burkov
1
-0
/
+28
2023-10-12
btrfs: qgroup: add new quota mode for simple quotas
Boris Burkov
7
-44
/
+104
2023-10-12
btrfs: qgroup: introduce quota mode
Boris Burkov
2
-0
/
+13
2023-10-12
btrfs: merge ordered work callbacks in btrfs_work into one
David Sterba
8
-42
/
+44
2023-10-12
btrfs: add raid stripe tree to features enabled with debug config
Johannes Thumshirn
1
-0
/
+1
2023-10-12
btrfs: tree-checker: add support for raid stripe tree
Johannes Thumshirn
1
-0
/
+42
2023-10-12
btrfs: tracepoints: add events for raid stripe tree
Johannes Thumshirn
1
-0
/
+8
2023-10-12
btrfs: sysfs: announce presence of raid-stripe-tree
Johannes Thumshirn
1
-0
/
+3
2023-10-12
btrfs: add raid stripe tree pretty printer
Johannes Thumshirn
1
-0
/
+23
2023-10-12
btrfs: zoned: support RAID0/1/10 on top of raid stripe tree
Johannes Thumshirn
3
-5
/
+135
2023-10-12
btrfs: scrub: implement raid stripe tree support
Johannes Thumshirn
4
-1
/
+80
2023-10-12
btrfs: lookup physical address from stripe extent
Johannes Thumshirn
3
-10
/
+158
2023-10-12
btrfs: delete stripe extent on extent deletion
Johannes Thumshirn
3
-0
/
+64
2023-10-12
btrfs: add support for inserting raid stripe extents
Johannes Thumshirn
10
-9
/
+168
2023-10-12
btrfs: read raid stripe tree from disk
Johannes Thumshirn
3
-0
/
+25
2023-10-12
btrfs: add raid stripe tree definitions
Johannes Thumshirn
2
-0
/
+9
2023-10-12
btrfs: warn on tree blocks which are not nodesize aligned
Qu Wenruo
2
-0
/
+12
2023-10-12
btrfs: don't arbitrarily slow down delalloc if we're committing
Josef Bacik
1
-3
/
+0
2023-10-12
btrfs: remove useless comment from btrfs_pin_extent_for_log_replay()
Filipe Manana
1
-3
/
+0
2023-10-12
btrfs: remove stale comment from btrfs_free_extent()
Filipe Manana
1
-1
/
+0
2023-10-12
btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_info
Christoph Hellwig
1
-37
/
+42
2023-10-12
btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...
Christoph Hellwig
1
-11
/
+19
2023-10-12
btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_info
Christoph Hellwig
1
-92
/
+92
2023-10-12
btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info
Christoph Hellwig
1
-47
/
+37
2023-10-12
btrfs: remove pointless loop from btrfs_update_block_group()
Filipe Manana
1
-80
/
+67
2023-10-12
btrfs: mark transaction id check as unlikely at btrfs_mark_buffer_dirty()
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: use btrfs_crit at btrfs_mark_buffer_dirty()
Filipe Manana
1
-2
/
+3
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
25
-169
/
+205
2023-10-12
btrfs: scan but don't register device on single device filesystem
Anand Jain
3
-15
/
+54
2023-10-12
btrfs: rename errno identifiers to error
David Sterba
7
-38
/
+38
2023-10-12
btrfs: always reserve space for delayed refs when starting transaction
Filipe Manana
4
-31
/
+132
2023-10-12
btrfs: stop doing excessive space reservation for csum deletion
Filipe Manana
7
-26
/
+45
2023-10-12
btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release()
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: reserve space for delayed refs on a per ref basis
Filipe Manana
3
-24
/
+38
2023-10-12
btrfs: allow to run delayed refs by bytes to be released instead of count
Filipe Manana
5
-42
/
+43
2023-10-12
btrfs: simplify check for extent item overrun at lookup_inline_extent_backref()
Filipe Manana
1
-11
/
+11
2023-10-12
btrfs: return -EUCLEAN if extent item is missing when searching inline backref
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: use a single variable for return value at lookup_inline_extent_backref()
Filipe Manana
1
-18
/
+15
2023-10-12
btrfs: use a single variable for return value at run_delayed_extent_op()
Filipe Manana
1
-8
/
+5
2023-10-12
btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref()
Filipe Manana
1
-5
/
+3
[prev]
[next]