linux-2.6-block.git
4 days ago Yu Kuaiblk-mq: remove useless checking in queue_requests_store()
4 days ago Caleb Sander... ublk: consolidate nr_io_ready and nr_queues_ready
4 days ago Yu Kuaimd/raid0: convert raid0_make_request() to use bio_submi...
4 days ago Yu Kuaiblock: fix ordering of recursive split IO
4 days ago Yu Kuaiblock: skip unnecessary checks for split bio
4 days ago Yu Kuaiblk-crypto: convert to use bio_submit_split_bioset()
4 days ago Yu Kuaimd/md-linear: convert to use bio_submit_split_bioset()
4 days ago Yu Kuaimd/raid5: convert to use bio_submit_split_bioset()
4 days ago Yu Kuaimd/raid10: convert read/write to use bio_submit_split_b...
4 days ago Yu Kuaimd/raid10: add a new r10bio flag R10BIO_Returned
4 days ago Yu Kuaimd/raid1: convert to use bio_submit_split_bioset()
4 days ago Yu Kuaimd/raid0: convert raid0_handle_discard() to use bio_sub...
4 days ago Yu Kuaiblock: factor out a helper bio_submit_split_bioset()
4 days ago Yu Kuaiblk-crypto: fix missing blktrace bio split events
4 days ago Yu Kuaimd: fix mssing blktrace bio split events
4 days ago Yu Kuaiblk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
4 days ago Yu Kuaiblock: initialize bio issue time in blk_mq_submit_bio()
4 days ago Yu Kuaiblock: cleanup bio_issue
5 days ago Jens AxboeMerge tag 'md-6.18-20250909' of gitolite.pub/scm/linux...
5 days ago Keith Buschblk-map: provide the bdev to bio if one exists
5 days ago Keith Buschblk-mq-dma: bring back p2p request flags
5 days ago Keith Buschblk-integrity: enable p2p source and destination
5 days ago Keith Buschiov_iter: remove iov_iter_is_aligned
5 days ago Keith Buschblk-integrity: use simpler alignment check
5 days ago Keith Buschblock: remove bdev_iter_is_aligned
5 days ago Keith Buschiomap: simplify direct io validity check
5 days ago Keith Buschblock: simplify direct io validity check
5 days ago Keith Buschblock: align the bio after building it
5 days ago Keith Buschblock: add size alignment to bio_iov_iter_get_pages
5 days ago Keith Buschblock: check for valid bio while splitting
5 days ago Marco Crivellaridrivers/block: WQ_PERCPU added to alloc_workqueue users
5 days ago Marco Crivellaridrivers/block: replace use of system_unbound_wq with...
5 days ago Marco Crivellaridrivers/block: replace use of system_wq with system_per...
5 days ago Thorsten Blumblock: floppy: Replace kmalloc() + copy_from_user(...
5 days ago Ming Leiblk-mq: Document tags_srcu member in blk_mq_tag_set...
5 days ago Christoph Hellwigblock: remove the bi_inline_vecs variable sized array...
5 days ago Christoph Hellwigblock: add a bio_init_inline helper
5 days ago Eric Dumazetnbd: restrict sockets to TCP and UDP
6 days ago Han Guangjiangblk-throttle: fix access race during throttle policy...
6 days ago Genjian Zhangnull_blk: Fix the description of the cache_size module...
6 days ago Ming Leiblk-mq: Replace tags->lock with SRCU for tag iterators
6 days ago Ming Leiblk-mq: Defer freeing flush queue to SRCU callback
6 days ago Ming Leiblk-mq: Defer freeing of tags page_list to SRCU callback
6 days ago Ming Leiblk-mq: Pass tag_set to blk_mq_free_rq_map/tags
6 days ago Ming Leiblk-mq: Move flush queue allocation into blk_mq_init_hctx()
8 days ago Yu Kuaimd/md-llbitmap: introduce new lockless bitmap
8 days ago Yu Kuaimd/md-bitmap: make method bitmap_ops->daemon_work optional
8 days ago Yu Kuaimd: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
8 days ago Yu Kuaimd/md-bitmap: add a new method blocks_synced() in bitma...
8 days ago Yu Kuaimd/md-bitmap: add a new method skip_sync_blocks() in...
8 days ago Yu Kuaimd/md-bitmap: delay registration of bitmap_ops until...
8 days ago Yu Kuaimd/md-bitmap: add a new sysfs api bitmap_type
8 days ago Yu Kuaimd: add a new mddev field 'bitmap_id'
8 days ago Yu Kuaimd/md-bitmap: support discard for bitmap ops
8 days ago Yu Kuaimd: factor out a helper raid_is_456()
8 days ago Yu Kuaimd: add a new parameter 'offset' to md_super_write()
8 days ago Yu Kuaimd/md-bitmap: introduce CONFIG_MD_BITMAP
8 days ago Yu Kuaimd: check before referencing mddev->bitmap_ops
8 days ago Yu Kuaimd/dm-raid: check before referencing mddev->bitmap_ops
8 days ago Yu Kuaimd/raid5: check before referencing mddev->bitmap_ops
8 days ago Yu Kuaimd/raid10: check before referencing mddev->bitmap_ops
8 days ago Yu Kuaimd/raid1: check before referencing mddev->bitmap_ops
8 days ago Yu Kuaimd/raid1: check bitmap before behind write
8 days ago Yu Kuaimd/md-bitmap: handle the case bitmap is not enabled...
8 days ago Yu Kuaimd/md-bitmap: handle the case bitmap is not enabled...
8 days ago Yu Kuaimd/md-bitmap: add md_bitmap_registered/enabled() helper
8 days ago Yu Kuaimd/md-bitmap: add a new parameter 'flush' to bitmap_ops...
8 days ago Yu Kuaimd/md-bitmap: merge md_bitmap_group into bitmap_operations
8 days ago Yu Kuaimd/md-bitmap: remove the parameter 'init' for bitmap_op...
9 days ago Yu Kuaiblk-mq: fix blk_mq_tags double free while nr_requests...
9 days ago Yu Kuaiblk-mq: fix elevator depth_updated method
11 days ago Caleb Sander... ublk: inline __ublk_ch_uring_cmd()
11 days ago Jens AxboeMerge tag 'pull-getgeo' of git://git./linux/kernel...
12 days ago Qianfeng Rongblock: use int to store blk_stack_limits() return value
12 days ago Andreas Hindborgrnull: add soft-irq completion support
12 days ago Andreas Hindborgrust: block: add remote completion to `Request`
12 days ago Andreas Hindborgrust: block: mq: fix spelling in a safety comment
12 days ago Andreas Hindborgrust: block: add `GenDisk` private data support
12 days ago Andreas Hindborgrnull: enable configuration via `configfs`
12 days ago Andreas Hindborgrnull: move driver to separate directory
12 days ago Andreas Hindborgrust: block: add block related constants
12 days ago Andreas Hindborgrust: block: remove trait bound from `mq::Request`...
12 days ago Andreas Hindborgrust: block: remove `RawWriter`
12 days ago Andreas Hindborgrust: block: use `NullTerminatedFormatter`
12 days ago Andreas Hindborgrust: block: normalize imports for `gen_disk.rs`
12 days ago Andreas Hindborgrust: configfs: re-export `configfs_attrs` from `config...
12 days ago Andreas Hindborgrust: str: introduce `kstrtobool` function
12 days ago Andreas Hindborgrust: str: introduce `NullTerminatedFormatter`
12 days ago Andreas Hindborgrust: str: expose `str::{Formatter, RawFormatter}`...
12 days ago Andreas Hindborgrust: str: allow `str::Formatter` to format into `...
12 days ago Andreas Hindborgrust: str: normalize imports in `str.rs`
13 days ago 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
next