]> git.ipfire.org Git - thirdparty/kernel/stable.git/shortlog
thirdparty/kernel/stable.git
2025-09-23  Filipe Mananabtrfs: mark extent buffer alignment checks as unlikely
2025-09-23  Filipe Mananabtrfs: store and use node size in local variable in...
2025-09-23  Filipe Mananabtrfs: print-tree: print key types as human readable...
2025-09-23  Filipe Mananabtrfs: print-tree: move code for processing file extent...
2025-09-23  Filipe Mananabtrfs: print-tree: print compression type for file...
2025-09-23  Filipe Mananabtrfs: print-tree: print correct inline extent data...
2025-09-23  Filipe Mananabtrfs: print-tree: print range information for extent...
2025-09-23  Filipe Mananabtrfs: print-tree: print information about dir log...
2025-09-23  Filipe Mananabtrfs: print-tree: print information about inode extref...
2025-09-23  Filipe Mananabtrfs: print-tree: print information about inode ref...
2025-09-23  Filipe Mananabtrfs: print-tree: print dir items for dir index and...
2025-09-23  Filipe Mananabtrfs: print-tree: print more information about dir...
2025-09-23  Filipe Mananabtrfs: print-tree: print missing fields for inode items
2025-09-23  Qu Wenruobtrfs: tree-checker: add inode extref checks
2025-09-23  Filipe Mananabtrfs: send: index backref cache by node number instead...
2025-09-23  Filipe Mananabtrfs: dump detailed info and specific messages on...
2025-09-23  Filipe Mananabtrfs: abort transaction if we fail to update inode...
2025-09-23  Filipe Mananabtrfs: abort transaction if we fail to find dir item...
2025-09-23  Filipe Mananabtrfs: remove pointless inode lookup when processing...
2025-09-23  Filipe Mananabtrfs: stop passing inode object IDs to __add_inode_ref...
2025-09-23  Filipe Mananabtrfs: add path for subvolume tree changes to struct...
2025-09-23  Filipe Mananabtrfs: remove redundant path release when overwriting...
2025-09-23  Filipe Mananabtrfs: remove redundant path release when processing...
2025-09-23  Filipe Mananabtrfs: avoid unnecessary path allocation when replaying...
2025-09-23  Filipe Mananabtrfs: avoid path allocations when dropping extents...
2025-09-23  Filipe Mananabtrfs: avoid unnecessary path allocation at fixup_inode...
2025-09-23  Filipe Mananabtrfs: add current log leaf, key and slot to struct...
2025-09-23  Filipe Mananabtrfs: use the inode item boolean everywhere in overwri...
2025-09-23  Filipe Mananabtrfs: use level argument in log tree walk callback...
2025-09-23  Filipe Mananabtrfs: use level argument in log tree walk callback...
2025-09-23  Filipe Mananabtrfs: pass walk_control structure to overwrite_item()
2025-09-23  Filipe Mananabtrfs: pass walk_control structure to drop_one_dir_item...
2025-09-23  Filipe Mananabtrfs: pass walk_control structure to replay_one_dir_it...
2025-09-23  Filipe Mananabtrfs: pass walk_control structure to add_inode_ref...
2025-09-23  Filipe Mananabtrfs: pass walk_control structure to replay_one_extent()
2025-09-23  Filipe Mananabtrfs: pass walk_control structure to check_item_in_log()
2025-09-23  Filipe Mananabtrfs: pass walk_control structure to replay_dir_deletes()
2025-09-23  Filipe Mananabtrfs: move up the definition of struct walk_control
2025-09-23  Filipe Mananabtrfs: pass walk_control structure to replay_xattr_dele...
2025-09-23  Filipe Mananabtrfs: always drop log root tree reference in btrfs_rep...
2025-09-23  Filipe Mananabtrfs: stop setting log_root_tree->log_root to NULL...
2025-09-23  Filipe Mananabtrfs: stop passing transaction parameter to log tree...
2025-09-23  Filipe Mananabtrfs: deduplicate log root free in error paths from...
2025-09-23  Filipe Mananabtrfs: add and use a log root field to struct walk_control
2025-09-23  Filipe Mananabtrfs: rename root to log in walk_down_log_tree() and...
2025-09-23  Filipe Mananabtrfs: rename replay_dest member of struct walk_control...
2025-09-23  Filipe Mananabtrfs: use booleans in walk control structure for log...
2025-09-23  Qu Wenruobtrfs: cache max and min order inside btrfs_fs_info
2025-09-23  Qu Wenruobtrfs: introduce btrfs_bio_for_each_block_all() helper
2025-09-23  Qu Wenruobtrfs: introduce btrfs_bio_for_each_block() helper
2025-09-23  Qu Wenruobtrfs: concentrate highmem handling for data verification
2025-09-23  Qu Wenruobtrfs: support all block sizes which is no larger than...
2025-09-23  Thorsten Blumbtrfs: scrub: replace max_t()/min_t() with clamp()...
2025-09-23  David Sterbabtrfs: fix typos in comments and strings
2025-09-23  Qu Wenruobtrfs: reduce compression workspace buffer space to...
2025-09-23  Qu Wenruobtrfs: rename btrfs_compress_op to btrfs_compress_levels
2025-09-23  Qu Wenruobtrfs: cleanup the per-module compression workspace...
2025-09-23  Qu Wenruobtrfs: migrate to use per-fs workspace manager
2025-09-23  Qu Wenruobtrfs: add generic workspace manager initialization
2025-09-23  Qu Wenruobtrfs: add workspace manager initialization for zstd
2025-09-23  Qu Wenruobtrfs: add an fs_info parameter for compression workspa...
2025-09-23  Qu Wenruobtrfs: keep folios locked inside run_delalloc_nocow()
2025-09-23  Qu Wenruobtrfs: make nocow_one_range() to do cleanup on error
2025-09-23  Qu Wenruobtrfs: enhance error messages for delalloc range failure
2025-09-22  Qu Wenruobtrfs: rework error handling of run_delalloc_nocow()
2025-09-22  Leo Martinsbtrfs: add mount option for ref_tracker
2025-09-22  Leo Martinsbtrfs: print leaked references in kill_all_delayed_nodes()
2025-09-22  Leo Martinsbtrfs: implement ref_tracker for delayed_nodes
2025-09-22  David Sterbabtrfs: convert several int parameters to bool
2025-09-22  Leo Martinsbtrfs: move ref-verify under CONFIG_BTRFS_DEBUG
2025-09-22  Xichao Zhaobtrfs: use PTR_ERR_OR_ZERO() to simplify code inbtrfs_c...
2025-09-22  Qu Wenruobtrfs: simplify support block size check
2025-09-22  Qu Wenruobtrfs: use blocksize to check if compression is making...
2025-09-22  Qu Wenruobtrfs: pass btrfs_inode pointer directly into btrfs_com...
2025-09-22  Naohiro Aotabtrfs: zoned: refine extent allocator hint selection
2025-09-22  Boris Burkovbtrfs: try to search for data csums in commit root
2025-09-22  Jiapeng Chongbtrfs: remove duplicate inclusion of linux/types.h
2025-09-22  Johannes Thumshirnbtrfs: zoned: return error from btrfs_zone_finish_endio()
2025-09-22  Johannes Thumshirnbtrfs: zoned: directly call do_zone_finish() from btrfs...
2025-09-22  Filipe Mananabtrfs: collapse unaccount_log_buffer() into clean_log_b...
2025-09-22  Filipe Mananabtrfs: use local key variable to pass arguments in...
2025-09-22  Filipe Mananabtrfs: process inline extent earlier in replay_one_extent()
2025-09-22  Filipe Mananabtrfs: exit early when replaying hole file extent item...
2025-09-22  Filipe Mananabtrfs: abort transaction where errors happen during...
2025-09-22  Filipe Mananabtrfs: return real error from read_alloc_one_name(...
2025-09-22  Filipe Mananabtrfs: use local variable for the transaction handle...
2025-09-22  Filipe Mananabtrfs: abort transaction in the process_one_buffer...
2025-09-22  Filipe Mananabtrfs: abort transaction on specific error places when...
2025-09-22  Qu Wenruobtrfs: replace double boolean parameters of cow_file_ra...
2025-09-21  Linus TorvaldsLinux 6.17-rc7 v6.17-rc7
2025-09-21  Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2025-09-21  Linus TorvaldsMerge tag 'for-6.17-rc6-tag' of git://git.kernel.org...
2025-09-21  Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2025-09-21  Linus TorvaldsMerge tag 'firewire-fixes-6.17-rc7' of git://git.kernel...
2025-09-20  Linus TorvaldsMerge tag 'x86-urgent-2025-09-20' of git://git.kernel...
2025-09-20  Stephen BoydMerge tag 'sunxi-clk-fixes-for-6.17' of https://git...
2025-09-20  Takashi Sakamotofirewire: core: fix overlooked update of subsystem...
2025-09-19  Linus TorvaldsMerge tag '6.17-rc6-smb3-client-fixes' of git://git...
2025-09-19  Linus TorvaldsMerge tag 'iommu-fixes-v6.17-rc6' of git://git.kernel...
2025-09-19  Linus TorvaldsMerge tag 'block-6.17-20250918' of git://git.kernel...
next