index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
btrfs: change test_range_bit to scan the whole range
David Sterba
2023-10-12
5
-22
/
+22
|
*
|
btrfs: add specific helper for range bit test exists
David Sterba
2023-10-12
5
-10
/
+40
|
*
|
btrfs: move btrfs_realloc_node() from ctree.c into defrag.c
Filipe Manana
2023-10-12
3
-116
/
+105
|
*
|
btrfs: export comp_keys() from ctree.c as btrfs_comp_keys()
Filipe Manana
2023-10-12
2
-37
/
+38
|
*
|
btrfs: rename and export __btrfs_cow_block()
Filipe Manana
2023-10-12
2
-15
/
+22
|
*
|
btrfs: use round_down() to align block offset at btrfs_cow_block()
Filipe Manana
2023-10-12
1
-1
/
+1
|
*
|
btrfs: remove noinline attribute from btrfs_cow_block()
Filipe Manana
2023-10-12
1
-1
/
+1
|
*
|
btrfs: remove incomplete metadata_uuid conversion fixup logic
Anand Jain
2023-10-12
2
-157
/
+6
|
*
|
btrfs: reject devices with CHANGING_FSID_V2
Anand Jain
2023-10-12
2
-10
/
+7
|
*
|
btrfs: relocation: constify parameters where possible
David Sterba
2023-10-12
2
-32
/
+33
|
*
|
btrfs: relocation: return bool from btrfs_should_ignore_reloc_root
David Sterba
2023-10-12
2
-11
/
+10
|
*
|
btrfs: switch btrfs_backref_cache::is_reloc to bool
David Sterba
2023-10-12
3
-4
/
+4
|
*
|
btrfs: relocation: open code mapping_tree_init
David Sterba
2023-10-12
1
-8
/
+2
|
*
|
btrfs: relocation: switch bitfields to bool in reloc_control
David Sterba
2023-10-12
1
-9
/
+9
|
*
|
btrfs: relocation: use enum for stages
David Sterba
2023-10-12
1
-7
/
+9
|
*
|
btrfs: relocation: use more natural types for tree_block bitfields
David Sterba
2023-10-12
1
-4
/
+4
|
*
|
btrfs: move btrfs_defrag_root() to defrag.{c,h}
Filipe Manana
2023-10-12
4
-43
/
+42
|
*
|
btrfs: remove redundant root argument from fixup_inode_link_count()
Filipe Manana
2023-10-12
1
-11
/
+9
|
*
|
btrfs: remove redundant root argument from maybe_insert_hole()
Filipe Manana
2023-10-12
1
-4
/
+3
|
*
|
btrfs: remove redundant root argument from btrfs_delayed_update_inode()
Filipe Manana
2023-10-12
3
-3
/
+2
|
*
|
btrfs: remove redundant root argument from btrfs_update_inode_item()
Filipe Manana
2023-10-12
1
-5
/
+4
|
*
|
btrfs: remove redundant root argument from btrfs_update_inode()
Filipe Manana
2023-10-12
10
-44
/
+41
|
*
|
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
2023-10-12
3
-8
/
+8
|
*
|
btrfs: remove noinline from btrfs_update_inode()
Filipe Manana
2023-10-12
1
-3
/
+3
|
*
|
btrfs: simplify error check condition at btrfs_dirty_inode()
Filipe Manana
2023-10-12
1
-1
/
+1
|
*
|
btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroups
Boris Burkov
2023-10-12
2
-9
/
+7
|
*
|
btrfs: track data relocation with simple quota
Boris Burkov
2023-10-12
3
-6
/
+59
|
*
|
btrfs: qgroup: track metadata relocation COW with simple quota
Boris Burkov
2023-10-12
5
-13
/
+23
|
*
|
btrfs: qgroup: check generation when recording simple quota delta
Boris Burkov
2023-10-12
5
-6
/
+31
|
*
|
btrfs: qgroup: simple quota auto hierarchy for nested subvolumes
Boris Burkov
2023-10-12
4
-12
/
+67
|
*
|
btrfs: record simple quota deltas in delayed refs
Boris Burkov
2023-10-12
3
-8
/
+82
|
*
|
btrfs: add helper for inline owner ref lookup
Boris Burkov
2023-10-12
2
-0
/
+50
|
*
|
btrfs: new inline ref storing owning subvol of data extents
Boris Burkov
2023-10-12
6
-11
/
+72
|
*
|
btrfs: track original extent owner in head_ref
Boris Burkov
2023-10-12
2
-4
/
+22
|
*
|
btrfs: track owning root in btrfs_ref
Boris Burkov
2023-10-12
6
-25
/
+42
|
*
|
btrfs: rename tree_ref and data_ref owning_root
Boris Burkov
2023-10-12
4
-18
/
+18
|
*
|
btrfs: add helper for recording simple quota deltas
Boris Burkov
2023-10-12
2
-0
/
+61
|
*
|
btrfs: create qgroup earlier in snapshot creation
Boris Burkov
2023-10-12
2
-0
/
+9
|
*
|
btrfs: qgroup: flush reservations during quota disable
Boris Burkov
2023-10-12
1
-3
/
+44
|
*
|
btrfs: sysfs: add simple_quota incompat feature entry
Boris Burkov
2023-10-12
1
-0
/
+2
|
*
|
btrfs: sysfs: expose quota mode via sysfs
Boris Burkov
2023-10-12
1
-0
/
+28
|
*
|
btrfs: qgroup: add new quota mode for simple quotas
Boris Burkov
2023-10-12
7
-44
/
+104
|
*
|
btrfs: qgroup: introduce quota mode
Boris Burkov
2023-10-12
2
-0
/
+13
|
*
|
btrfs: merge ordered work callbacks in btrfs_work into one
David Sterba
2023-10-12
8
-42
/
+44
|
*
|
btrfs: add raid stripe tree to features enabled with debug config
Johannes Thumshirn
2023-10-12
1
-0
/
+1
|
*
|
btrfs: tree-checker: add support for raid stripe tree
Johannes Thumshirn
2023-10-12
1
-0
/
+42
|
*
|
btrfs: tracepoints: add events for raid stripe tree
Johannes Thumshirn
2023-10-12
1
-0
/
+8
|
*
|
btrfs: sysfs: announce presence of raid-stripe-tree
Johannes Thumshirn
2023-10-12
1
-0
/
+3
|
*
|
btrfs: add raid stripe tree pretty printer
Johannes Thumshirn
2023-10-12
1
-0
/
+23
|
*
|
btrfs: zoned: support RAID0/1/10 on top of raid stripe tree
Johannes Thumshirn
2023-10-12
3
-5
/
+135
[prev]
[next]