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-7.0.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
2025-04-17
btrfs: zoned: skip reporting zone for new block group
Naohiro Aota
1
-2
/
+16
2025-04-17
block: introduce zone capacity helper
Naohiro Aota
1
-22
/
+45
2025-04-17
btrfs: tree-checker: adjust error code for header level check
David Sterba
1
-1
/
+1
2025-04-17
btrfs: fix invalid inode pointer after failure to create reloc inode
Filipe Manana
1
-1
/
+1
2025-04-17
btrfs: zoned: return EIO on RAID1 block group write pointer mismatch
Johannes Thumshirn
1
-1
/
+0
2025-04-17
btrfs: fix the ASSERT() inside GET_SUBPAGE_BITMAP()
Qu Wenruo
1
-1
/
+1
2025-04-17
btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()
Qu Wenruo
1
-2
/
+7
2025-04-17
btrfs: subpage: access correct object when reading bitmap start in subpage_ca...
Qu Wenruo
1
-1
/
+1
2025-04-01
btrfs: remove folio order ASSERT()s in super block writeback path
Qu Wenruo
1
-2
/
+0
2025-04-01
btrfs: correctly escape subvol in btrfs_show_options()
Johannes Kimmel
1
-2
/
+1
2025-04-01
btrfs: ioctl: don't free iov when btrfs_encoded_read() returns -EAGAIN
Sidong Yang
1
-0
/
+2
2025-03-18
btrfs: zoned: fix zone finishing with missing devices
Johannes Thumshirn
1
-0
/
+3
2025-03-18
btrfs: zoned: fix zone activation with missing devices
Johannes Thumshirn
1
-0
/
+3
2025-03-18
btrfs: remove end_no_trans label from btrfs_log_inode_parent()
Filipe Manana
1
-18
/
+10
2025-03-18
btrfs: simplify condition for logging new dentries at btrfs_log_inode_parent()
Filipe Manana
1
-3
/
+6
2025-03-18
btrfs: remove redundant else statement from btrfs_log_inode_parent()
Filipe Manana
1
-2
/
+0
2025-03-18
btrfs: use memcmp_extent_buffer() at replay_one_extent()
Filipe Manana
1
-13
/
+6
2025-03-18
btrfs: update outdated comment for overwrite_item()
Filipe Manana
1
-5
/
+5
2025-03-18
btrfs: use variables to store extent buffer and slot at overwrite_item()
Filipe Manana
1
-22
/
+25
2025-03-18
btrfs: avoid unnecessary memory allocation and copy at overwrite_item()
Filipe Manana
1
-10
/
+2
2025-03-18
btrfs: don't clobber ret in btrfs_validate_super()
Mark Harmstone
1
-0
/
+3
2025-03-18
btrfs: prepare btrfs_page_mkwrite() for large folios
Qu Wenruo
1
-9
/
+10
2025-03-18
btrfs: prepare extent_io.c for future large folio support
Qu Wenruo
1
-13
/
+18
2025-03-18
btrfs: prepare btrfs_launcher_folio() for large folios support
Qu Wenruo
1
-1
/
+1
2025-03-18
btrfs: replace PAGE_SIZE with folio_size for subpage.[ch]
Qu Wenruo
2
-4
/
+4
2025-03-18
btrfs: add a size parameter to btrfs_alloc_subpage()
Qu Wenruo
3
-6
/
+6
2025-03-18
btrfs: subpage: make btrfs_is_subpage() check against a folio
Qu Wenruo
4
-26
/
+26
2025-03-18
btrfs: add extra warning if delayed iput is added when it's not allowed
Qu Wenruo
3
-0
/
+6
2025-03-18
btrfs: avoid redundant path slot assignment in btrfs_search_forward()
Sun YangKai
1
-2
/
+1
2025-03-18
btrfs: remove unnecessary btrfs_key local variable in btrfs_search_forward()
Sun YangKai
1
-7
/
+5
2025-03-18
btrfs: simplify the return value handling in search_ioctl()
Sun YangKai
1
-9
/
+8
2025-03-18
btrfs: tests: fix chunk map leak after failure to add it to the tree
Filipe Manana
1
-0
/
+1
2025-03-18
btrfs: codify pattern for adding block_group to bg_list
Boris Burkov
1
-24
/
+31
2025-03-18
btrfs: explicitly ref count block_group on new_bgs list
Boris Burkov
2
-0
/
+3
2025-03-18
btrfs: make btrfs_discard_workfn() block_group ref explicit
Boris Burkov
1
-18
/
+16
2025-03-18
btrfs: harden block_group::bg_list against list_del() races
Boris Burkov
2
-0
/
+20
2025-03-18
btrfs: fix block group refcount race in btrfs_create_pending_block_groups()
Boris Burkov
1
-0
/
+3
2025-03-18
btrfs: remove unnecessary fs_info argument from btrfs_add_block_group_cache()
Filipe Manana
1
-8
/
+8
2025-03-18
btrfs: remove unnecessary fs_info argument from delete_block_group_cache()
Filipe Manana
1
-5
/
+4
2025-03-18
btrfs: remove unnecessary fs_info argument from create_reloc_inode()
Filipe Manana
1
-2
/
+2
2025-03-18
btrfs: make btrfs_iget_path() return a btrfs inode instead
Filipe Manana
3
-11
/
+11
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
9
-71
/
+76
2025-03-18
btrfs: pass a btrfs_inode to fixup_inode_link_count()
Filipe Manana
1
-13
/
+13
2025-03-18
btrfs: return a btrfs_inode from read_one_inode()
Filipe Manana
1
-79
/
+73
2025-03-18
btrfs: return a btrfs_inode from btrfs_iget_logging()
Filipe Manana
1
-49
/
+45
2025-03-18
btrfs: avoid linker error in btrfs_find_create_tree_block()
Mark Harmstone
1
-2
/
+5
2025-03-18
btrfs: run btrfs_error_commit_super() early
Qu Wenruo
1
-7
/
+8
2025-03-18
btrfs: defrag: extend ioctl to accept compression levels
Daniel Vacek
7
-12
/
+51
2025-03-18
btrfs: send: simplify return logic from send_encoded_extent()
Filipe Manana
1
-8
/
+5
2025-03-18
btrfs: send: remove unnecessary inode lookup at send_encoded_inline_extent()
Filipe Manana
1
-8
/
+1
[next]