index
:
kernel/linux.git
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.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-18
btrfs: replace BUG() with error handling in __btrfs_balance()
Adarsh Das
1
-2
/
+8
2026-02-18
btrfs: handle unexpected exact match in btrfs_set_inode_index_count()
Adarsh Das
1
-3
/
+12
2026-02-03
btrfs: get rid of compressed_bio::compressed_folios[]
Qu Wenruo
2
-7
/
+0
2026-02-03
btrfs: get rid of compressed_folios[] usage for encoded writes
Qu Wenruo
3
-62
/
+57
2026-02-03
btrfs: get rid of compressed_folios[] usage for compressed read
Qu Wenruo
1
-20
/
+21
2026-02-03
btrfs: remove the old btrfs_compress_folios() infrastructure
Qu Wenruo
6
-649
/
+1
2026-02-03
btrfs: switch to btrfs_compress_bio() interface for compressed writes
Qu Wenruo
2
-94
/
+107
2026-02-03
btrfs: introduce btrfs_compress_bio() helper
Qu Wenruo
2
-0
/
+81
2026-02-03
btrfs: zlib: introduce zlib_compress_bio() helper
Qu Wenruo
2
-0
/
+195
2026-02-03
btrfs: zstd: introduce zstd_compress_bio() helper
Qu Wenruo
2
-0
/
+187
2026-02-03
btrfs: lzo: introduce lzo_compress_bio() helper
Qu Wenruo
2
-0
/
+259
2026-02-03
btrfs: zoned: factor out the zone loading part into a testable function
Naohiro Aota
2
-48
/
+66
2026-02-03
btrfs: add cleanup function for btrfs_free_chunk_map
Naohiro Aota
1
-0
/
+1
2026-02-03
btrfs: tests: add cleanup functions for test specific functions
Naohiro Aota
1
-0
/
+6
2026-02-03
btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmap
Filipe Manana
1
-0
/
+1
2026-02-03
btrfs: tests: add unit tests for pending extent walking functions
Boris Burkov
6
-8
/
+495
2026-02-03
btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocation
Boris Burkov
1
-60
/
+183
2026-02-03
btrfs: fix transaction commit blocking during trim of unallocated space
jinbaohong
2
-22
/
+140
2026-02-03
btrfs: handle user interrupt properly in btrfs_trim_fs()
jinbaohong
1
-0
/
+11
2026-02-03
btrfs: preserve first error in btrfs_trim_fs()
jinbaohong
1
-6
/
+9
2026-02-03
btrfs: continue trimming remaining devices on failure
jinbaohong
1
-1
/
+1
2026-02-03
btrfs: do not BUG_ON() in btrfs_remove_block_group()
Filipe Manana
1
-1
/
+6
2026-02-03
btrfs: abort transaction on error in btrfs_remove_block_group()
Filipe Manana
2
-9
/
+17
2026-02-03
btrfs: fix block_group_tree dirty_list corruption
Boris Burkov
1
-7
/
+0
2026-02-03
btrfs: fix copying the flags of btrfs_bio after split
Johannes Thumshirn
1
-0
/
+6
2026-02-03
btrfs: zoned: use local fs_info variable in btrfs_load_block_group_dup()
Johannes Thumshirn
1
-3
/
+3
2026-02-03
btrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10
Naohiro Aota
1
-15
/
+179
2026-02-03
btrfs: zoned: fixup last alloc pointer after extent removal for DUP
Naohiro Aota
1
-0
/
+14
2026-02-03
btrfs: zoned: fixup last alloc pointer after extent removal for RAID1
Naohiro Aota
1
-0
/
+15
2026-02-03
btrfs: remove out label in btrfs_wait_for_commit()
Filipe Manana
1
-4
/
+5
2026-02-03
btrfs: remove out label in btrfs_init_space_info()
Filipe Manana
1
-7
/
+6
2026-02-03
btrfs: remove out label in btrfs_check_rw_degradable()
Filipe Manana
1
-7
/
+5
2026-02-03
btrfs: remove out label in finish_verity()
Filipe Manana
1
-8
/
+5
2026-02-03
btrfs: remove out label in scrub_find_fill_first_stripe()
Filipe Manana
1
-4
/
+4
2026-02-03
btrfs: remove out label in lzo_decompress()
Filipe Manana
1
-10
/
+7
2026-02-03
btrfs: remove out label in btrfs_mark_extent_written()
Filipe Manana
1
-15
/
+15
2026-02-03
btrfs: remove out label in btrfs_csum_file_blocks()
Filipe Manana
1
-8
/
+8
2026-02-03
btrfs: remove out_failed label in find_lock_delalloc_range()
Filipe Manana
1
-3
/
+2
2026-02-03
btrfs: remove out label in load_extent_tree_free()
Filipe Manana
1
-6
/
+4
2026-02-03
btrfs: remove pointless out labels from uuid-tree.c
Filipe Manana
1
-10
/
+6
2026-02-03
btrfs: remove pointless out labels from inode.c
Filipe Manana
1
-12
/
+9
2026-02-03
btrfs: remove pointless out labels from free-space-cache.c
Filipe Manana
1
-16
/
+12
2026-02-03
btrfs: remove pointless out labels from extent-tree.c
Filipe Manana
1
-14
/
+10
2026-02-03
btrfs: remove pointless out labels from disk-io.c
Filipe Manana
1
-32
/
+22
2026-02-03
btrfs: remove pointless out labels from qgroup.c
Filipe Manana
1
-16
/
+10
2026-02-03
btrfs: remove pointless out labels from send.c
Filipe Manana
1
-43
/
+33
2026-02-03
btrfs: remove pointless out labels from ioctl.c
Filipe Manana
1
-27
/
+17
2026-02-03
btrfs: qgroup: return correct error when deleting qgroup relation item
Filipe Manana
1
-1
/
+3
2026-02-03
btrfs: pass btrfs_fs_info to btrfs_first_delayed_node()
David Sterba
1
-8
/
+7
2026-02-03
btrfs: don't use local variables for fs_info->delayed_root
David Sterba
1
-20
/
+4
[next]