index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
crash_dump.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
btrfs: remove incomplete metadata_uuid conversion fixup logic
Anand Jain
2
-157
/
+6
2023-10-12
btrfs: reject devices with CHANGING_FSID_V2
Anand Jain
2
-10
/
+7
2023-10-12
btrfs: relocation: constify parameters where possible
David Sterba
2
-32
/
+33
2023-10-12
btrfs: relocation: return bool from btrfs_should_ignore_reloc_root
David Sterba
2
-11
/
+10
2023-10-12
btrfs: switch btrfs_backref_cache::is_reloc to bool
David Sterba
3
-4
/
+4
2023-10-12
btrfs: relocation: open code mapping_tree_init
David Sterba
1
-8
/
+2
2023-10-12
btrfs: relocation: switch bitfields to bool in reloc_control
David Sterba
1
-9
/
+9
2023-10-12
btrfs: relocation: use enum for stages
David Sterba
1
-7
/
+9
2023-10-12
btrfs: relocation: use more natural types for tree_block bitfields
David Sterba
1
-4
/
+4
2023-10-12
btrfs: move btrfs_defrag_root() to defrag.{c,h}
Filipe Manana
4
-43
/
+42
2023-10-12
btrfs: remove redundant root argument from fixup_inode_link_count()
Filipe Manana
1
-11
/
+9
2023-10-12
btrfs: remove redundant root argument from maybe_insert_hole()
Filipe Manana
1
-4
/
+3
2023-10-12
btrfs: remove redundant root argument from btrfs_delayed_update_inode()
Filipe Manana
3
-3
/
+2
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode_item()
Filipe Manana
1
-5
/
+4
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode()
Filipe Manana
10
-44
/
+41
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
3
-8
/
+8
2023-10-12
btrfs: remove noinline from btrfs_update_inode()
Filipe Manana
1
-3
/
+3
2023-10-12
btrfs: simplify error check condition at btrfs_dirty_inode()
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroups
Boris Burkov
2
-9
/
+7
2023-10-12
btrfs: track data relocation with simple quota
Boris Burkov
3
-6
/
+59
2023-10-12
btrfs: qgroup: track metadata relocation COW with simple quota
Boris Burkov
5
-13
/
+23
2023-10-12
btrfs: qgroup: check generation when recording simple quota delta
Boris Burkov
6
-6
/
+40
2023-10-12
btrfs: qgroup: simple quota auto hierarchy for nested subvolumes
Boris Burkov
4
-12
/
+67
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
7
-11
/
+84
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
9
-45
/
+115
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
9
-47
/
+46
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
2
-0
/
+84
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
4
-0
/
+26
2023-10-12
btrfs: add raid stripe tree definitions
Johannes Thumshirn
3
-0
/
+38
2023-10-12
btrfs: warn on tree blocks which are not nodesize aligned
Qu Wenruo
2
-0
/
+12
[next]