]> git.ipfire.org Git - thirdparty/kernel/stable.git/shortlog
thirdparty/kernel/stable.git
2025-09-10  Yu Kuaiblock: initialize bio issue time in blk_mq_submit_bio()
2025-09-10  Yu Kuaiblock: cleanup bio_issue
2025-09-09  Jens AxboeMerge tag 'md-6.18-20250909' of gitolite.kernel.org...
2025-09-09  Keith Buschblk-map: provide the bdev to bio if one exists
2025-09-09  Keith Buschblk-mq-dma: bring back p2p request flags
2025-09-09  Keith Buschblk-integrity: enable p2p source and destination
2025-09-09  Keith Buschiov_iter: remove iov_iter_is_aligned
2025-09-09  Keith Buschblk-integrity: use simpler alignment check
2025-09-09  Keith Buschblock: remove bdev_iter_is_aligned
2025-09-09  Keith Buschiomap: simplify direct io validity check
2025-09-09  Keith Buschblock: simplify direct io validity check
2025-09-09  Keith Buschblock: align the bio after building it
2025-09-09  Keith Buschblock: add size alignment to bio_iov_iter_get_pages
2025-09-09  Keith Buschblock: check for valid bio while splitting
2025-09-09  Marco Crivellaridrivers/block: WQ_PERCPU added to alloc_workqueue users
2025-09-09  Marco Crivellaridrivers/block: replace use of system_unbound_wq with...
2025-09-09  Marco Crivellaridrivers/block: replace use of system_wq with system_per...
2025-09-09  Thorsten Blumblock: floppy: Replace kmalloc() + copy_from_user(...
2025-09-09  Ming Leiblk-mq: Document tags_srcu member in blk_mq_tag_set...
2025-09-09  Christoph Hellwigblock: remove the bi_inline_vecs variable sized array...
2025-09-09  Christoph Hellwigblock: add a bio_init_inline helper
2025-09-09  Eric Dumazetnbd: restrict sockets to TCP and UDP
2025-09-08  Han Guangjiangblk-throttle: fix access race during throttle policy...
2025-09-08  Genjian Zhangnull_blk: Fix the description of the cache_size module...
2025-09-08  Ming Leiblk-mq: Replace tags->lock with SRCU for tag iterators
2025-09-08  Ming Leiblk-mq: Defer freeing flush queue to SRCU callback
2025-09-08  Ming Leiblk-mq: Defer freeing of tags page_list to SRCU callback
2025-09-08  Ming Leiblk-mq: Pass tag_set to blk_mq_free_rq_map/tags
2025-09-08  Ming Leiblk-mq: Move flush queue allocation into blk_mq_init_hctx()
2025-09-06  Yu Kuaimd/md-llbitmap: introduce new lockless bitmap
2025-09-06  Yu Kuaimd/md-bitmap: make method bitmap_ops->daemon_work optional
2025-09-06  Yu Kuaimd: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
2025-09-06  Yu Kuaimd/md-bitmap: add a new method blocks_synced() in bitma...
2025-09-06  Yu Kuaimd/md-bitmap: add a new method skip_sync_blocks() in...
2025-09-06  Yu Kuaimd/md-bitmap: delay registration of bitmap_ops until...
2025-09-06  Yu Kuaimd/md-bitmap: add a new sysfs api bitmap_type
2025-09-06  Yu Kuaimd: add a new mddev field 'bitmap_id'
2025-09-06  Yu Kuaimd/md-bitmap: support discard for bitmap ops
2025-09-06  Yu Kuaimd: factor out a helper raid_is_456()
2025-09-06  Yu Kuaimd: add a new parameter 'offset' to md_super_write()
2025-09-06  Yu Kuaimd/md-bitmap: introduce CONFIG_MD_BITMAP
2025-09-06  Yu Kuaimd: check before referencing mddev->bitmap_ops
2025-09-06  Yu Kuaimd/dm-raid: check before referencing mddev->bitmap_ops
2025-09-06  Yu Kuaimd/raid5: check before referencing mddev->bitmap_ops
2025-09-06  Yu Kuaimd/raid10: check before referencing mddev->bitmap_ops
2025-09-06  Yu Kuaimd/raid1: check before referencing mddev->bitmap_ops
2025-09-06  Yu Kuaimd/raid1: check bitmap before behind write
2025-09-06  Yu Kuaimd/md-bitmap: handle the case bitmap is not enabled...
2025-09-06  Yu Kuaimd/md-bitmap: handle the case bitmap is not enabled...
2025-09-06  Yu Kuaimd/md-bitmap: add md_bitmap_registered/enabled() helper
2025-09-06  Yu Kuaimd/md-bitmap: add a new parameter 'flush' to bitmap_ops...
2025-09-06  Yu Kuaimd/md-bitmap: merge md_bitmap_group into bitmap_operations
2025-09-06  Yu Kuaimd/md-bitmap: remove the parameter 'init' for bitmap_op...
2025-09-05  Yu Kuaiblk-mq: fix blk_mq_tags double free while nr_requests...
2025-09-05  Yu Kuaiblk-mq: fix elevator depth_updated method
2025-09-03  Caleb Sander... ublk: inline __ublk_ch_uring_cmd()
2025-09-03  Jens AxboeMerge tag 'pull-getgeo' of git://git.kernel.org/pub...
2025-09-03  Qianfeng Rongblock: use int to store blk_stack_limits() return value
2025-09-02  Andreas Hindborgrnull: add soft-irq completion support
2025-09-02  Andreas Hindborgrust: block: add remote completion to `Request`
2025-09-02  Andreas Hindborgrust: block: mq: fix spelling in a safety comment
2025-09-02  Andreas Hindborgrust: block: add `GenDisk` private data support
2025-09-02  Andreas Hindborgrnull: enable configuration via `configfs`
2025-09-02  Andreas Hindborgrnull: move driver to separate directory
2025-09-02  Andreas Hindborgrust: block: add block related constants
2025-09-02  Andreas Hindborgrust: block: remove trait bound from `mq::Request`...
2025-09-02  Andreas Hindborgrust: block: remove `RawWriter`
2025-09-02  Andreas Hindborgrust: block: use `NullTerminatedFormatter`
2025-09-02  Andreas Hindborgrust: block: normalize imports for `gen_disk.rs`
2025-09-02  Andreas Hindborgrust: configfs: re-export `configfs_attrs` from `config...
2025-09-02  Andreas Hindborgrust: str: introduce `kstrtobool` function
2025-09-02  Andreas Hindborgrust: str: introduce `NullTerminatedFormatter`
2025-09-02  Andreas Hindborgrust: str: expose `str::{Formatter, RawFormatter}`...
2025-09-02  Andreas Hindborgrust: str: allow `str::Formatter` to format into `...
2025-09-02  Andreas Hindborgrust: str: normalize imports in `str.rs`
2025-09-01  Yu Kuaibrd: use page reference to protect page lifetime
2025-08-29  Li Nanblk-mq: check kobject state_in_sysfs before deleting...
2025-08-25  Andy Shevchenkofloppy: Sort headers alphabetically
2025-08-25  Andy Shevchenkofloppy: Replace custom SZ_64K constant
2025-08-25  Andy Shevchenkofloppy: Remove unused CROSS_64KB() macro from arch...
2025-08-25  Bart Van Asscheblock: Move a misplaced comment in queue_wb_lat_store()
2025-08-25  Keith Buschnvme-pci: convert metadata mapping to dma iter
2025-08-25  Keith Buschnvme-pci: create common sgl unmapping helper
2025-08-25  Keith Buschblk-integrity: use iterator for mapping sg
2025-08-25  Keith Buschblk-mq-dma: add scatter-less integrity data DMA mapping
2025-08-25  Keith Buschblk-mq-dma: move common dma start code to a helper
2025-08-25  Keith Buschblk-mq: remove REQ_P2PDMA flag
2025-08-25  Keith Buschblk-mq-dma: require unmap caller provide p2p map type
2025-08-25  Keith Buschblk-mq-dma: provide the bio_vec array being iterated
2025-08-25  Keith Buschblk-mq-dma: create blk_map_iter type
2025-08-24  Linus TorvaldsLinux 6.17-rc3 v6.17-rc3
2025-08-24  Linus TorvaldsMerge tag 'i2c-for-6.17-rc3' of git://git.kernel.org...
2025-08-24  Linus TorvaldsMerge tag 'perf_urgent_for_v6.17_rc3' of git://git...
2025-08-24  Linus TorvaldsMerge tag 'x86_urgent_for_v6.17_rc3' of git://git.kerne...
2025-08-24  Linus TorvaldsMerge tag 'mips-fixes_6.17_1' of git://git.kernel.org...
2025-08-24  Linus TorvaldsMerge tag 'modules-6.17-rc3.fixes' of git://git.kernel...
2025-08-23  Linus TorvaldsMerge tag 'char-misc-6.17-rc3' of git://git.kernel...
2025-08-23  Linus TorvaldsMerge tag 'usb-6.17-rc3' of git://git.kernel.org/pub...
2025-08-23  Linus TorvaldsMerge tag 'trace-v6.17-rc2-2' of git://git.kernel.org...
2025-08-23  Linus TorvaldsMerge tag 'driver-core-6.17-rc3' of git://git.kernel...
next