Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH 1/5] block: add flag for add_disk() completion notation, (continued)
- Re: [PATCH 2/2] iomap: simplify iomap_add_to_ioend,
Matthew Wilcox
- [RFC PATCH] block: stop wait rcu once we can ensure no io while elevator init,
yangerkun
- [Patch v4 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob,
longli
- [PATCH v15 00/17] Folio support in block + iomap layers,
Matthew Wilcox (Oracle)
- [PATCH v15 01/17] block: Add bio_add_folio(), Matthew Wilcox (Oracle)
- [PATCH v15 02/17] block: Add bio_for_each_folio_all(), Matthew Wilcox (Oracle)
- [PATCH v15 03/17] iomap: Convert to_iomap_page to take a folio, Matthew Wilcox (Oracle)
- [PATCH v15 06/17] iomap: Convert iomap_releasepage to use a folio, Matthew Wilcox (Oracle)
- [PATCH v15 07/17] iomap: Convert iomap_invalidatepage to use a folio, Matthew Wilcox (Oracle)
- [PATCH v15 05/17] iomap: Convert iomap_page_release to take a folio, Matthew Wilcox (Oracle)
- [PATCH v15 04/17] iomap: Convert iomap_page_create to take a folio, Matthew Wilcox (Oracle)
- [PATCH v15 08/17] iomap: Pass the iomap_page into iomap_set_range_uptodate, Matthew Wilcox (Oracle)
- [PATCH v15 09/17] iomap: Use folio offsets instead of page offsets, Matthew Wilcox (Oracle)
- [PATCH v15 11/17] iomap: Convert readahead and readpage to use a folio, Matthew Wilcox (Oracle)
- [PATCH v15 10/17] iomap: Convert bio completions to use folios, Matthew Wilcox (Oracle)
- [PATCH v15 12/17] iomap: Convert iomap_page_mkwrite to use a folio, Matthew Wilcox (Oracle)
- [PATCH v15 13/17] iomap: Convert iomap_write_begin and iomap_write_end to folios, Matthew Wilcox (Oracle)
- [PATCH v15 14/17] iomap: Convert iomap_read_inline_data to take a folio, Matthew Wilcox (Oracle)
- [PATCH v15 15/17] iomap: Convert iomap_write_end_inline to take a folio, Matthew Wilcox (Oracle)
- [PATCH v15 16/17] iomap: Convert iomap_add_to_ioend to take a folio, Matthew Wilcox (Oracle)
- [PATCH v15 17/17] iomap: Convert iomap_migrate_page to use folios, Matthew Wilcox (Oracle)
- Re: [PATCH v15 00/17] Folio support in block + iomap layers, Christoph Hellwig
- [syzbot] WARNING in md_alloc, syzbot
- [RFC] bio: fix page leak bio_add_hw_page failure,
Pavel Begunkov
- [RFC PATCH 0/7] genirq/affinity: abstract new API from managed irq affinity spread,
Ming Lei
- [PATCH] block: delay freeing the gendisk,
Christoph Hellwig
- [PATCH] xen-blkback: Convert from atomic_t to refcount_t on xen_blkif->refcnt, Xiyu Yang
- Re: 5.14.0-rc1 KASAN use after free,
Oleksandr Natalenko
- [PATCH] block: increase BLKCG_MAX_POLS,
Oleksandr Natalenko
- [GIT PULL] Block fixes for 5.14-rc,
Jens Axboe
- [PATCH] blk-throtl: optimize IOPS throttle for large IO scenarios,
brookxu
- [RFC 00/12] block: *add_disk*() driver conversions __register_blkdev(),
Luis Chamberlain
- [RFC 01/12] floppy: fix add_disk() assumption on exit, Luis Chamberlain
- [RFC 02/12] floppy: use blk_cleanup_disk(), Luis Chamberlain
- [RFC 03/12] floppy: add error handling support for add_disk(), Luis Chamberlain
- [RFC 04/12] scsi/sd: use blk_cleanup_queue() insted of put_disk(), Luis Chamberlain
- [RFC 05/12] scsi/sd: add error handling support for add_disk(), Luis Chamberlain
- [RFC 06/12] scsi/sr: use blk_cleanup_disk() instead of put_disk(), Luis Chamberlain
- [RFC 07/12] scsi/sr: add error handling support for add_disk(), Luis Chamberlain
- [RFC 08/12] block/ataflop: use the blk_cleanup_disk() helper, Luis Chamberlain
- [RFC 09/12] block/ataflop: add a helper for removing disks, Luis Chamberlain
- [RFC 12/12] block: make probe in blk_request_module() return an error, Luis Chamberlain
- [RFC 11/12] block/brd: add error handling support for add_disk(), Luis Chamberlain
- [RFC 10/12] block/ataflop add error handling support for add_disk(), Luis Chamberlain
- [RFC 0/5] block: use flag enhancement for del_gendisk(),
Luis Chamberlain
- [RFC 0/6] block: enhance use of GENHD_FL_UP,
Luis Chamberlain
- [PATCH 0/3] block: simple *add_disk*() driver conversions,
Luis Chamberlain
- [PATCH] xen-blkfront: sanitize the removal state machine,
Christoph Hellwig
- [GIT PULL] nvme fixes for Linux 5.14,
Christoph Hellwig
- [PATCH 0/3 v2] bfq: Limit number of allocated scheduler tags per cgroup,
Jan Kara
- [PATCH V4 0/3] blk-mq: fix blk_mq_alloc_request_hctx,
Ming Lei
- [BUG report] Deadlock in xen-blkfront upon device hot-unplug,
Vitaly Kuznetsov
- [PATCH v2 0/6] block: add error handling for *add_disk*(),
Luis Chamberlain
- Re: [PATCH v2] loop: fix setting arbitrarily large block size, Shreyansh Chouhan
- [PATCH] ioprio: move user space relevant ioprio bits to UAPI includes,
Oliver Hartkopp
- [PATCH 0/9] blk-mq: Reduce static requests memory footprint for shared sbitmap,
John Garry
- [PATCH 1/9] blk-mq: Change rqs check in blk_mq_free_rqs(), John Garry
- [PATCH 2/9] block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ, John Garry
- [PATCH 3/9] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests(), John Garry
- [PATCH 4/9] blk-mq: Add blk_mq_tag_resize_sched_shared_sbitmap(), John Garry
- [PATCH 5/9] blk-mq: Invert check in blk_mq_update_nr_requests(), John Garry
- [PATCH RFC 6/9] blk-mq: Refactor blk_mq_{alloc,free}_rqs, John Garry
- [PATCH RFC 7/9] blk-mq: Allocate per tag set static rqs for shared sbitmap, John Garry
- [PATCH 8/9] blk-mq: Allocate per request queue static rqs for shared sbitmap, John Garry
- [PATCH 9/9] blk-mq: Clear mappings for shared sbitmap sched static rqs, John Garry
- Re: [PATCH 0/9] blk-mq: Reduce static requests memory footprint for shared sbitmap, Ming Lei
- [PATCH 0/3] optimize the queue idle judgment,
Yu Kuai
- [RFC 0/3] cpuidle: add poll_source API and virtio vq polling,
Stefan Hajnoczi
- [PATCH blktests 0/2] zbd: Support dm-crypt,
Shin'ichiro Kawasaki
- [PATCH] block: remove blk-mq-sysfs dead code,
Damien Le Moal
- [PATCH v5 0/5] block: add a sequence number to disks,
Matteo Croce
- [PATCH 0/3] bfq: Limit number of allocated scheduler tags per cgroup,
Jan Kara
- [PATCH] sd: don't mess with SD_MINORS for CONFIG_DEBUG_BLOCK_EXT_DEVT,
Christoph Hellwig
- cleanup SCSI ioctl support,
Christoph Hellwig
- [PATCH 01/24] bsg: remove support for SCSI_IOCTL_SEND_COMMAND, Christoph Hellwig
- [PATCH 02/24] sr: consolidate compat ioctl handling, Christoph Hellwig
- [PATCH 03/24] sd: consolidate compat ioctl handling, Christoph Hellwig
- [PATCH 04/24] ch: consolidate compat ioctl handling, Christoph Hellwig
- [PATCH 05/24] cg: consolidate compat ioctl handling, Christoph Hellwig
- [PATCH 06/24] scsi: remove scsi_compat_ioctl, Christoph Hellwig
- [PATCH 07/24] st: simplify ioctl handling, Christoph Hellwig
- [PATCH 08/24] cdrom: remove the call to scsi_cmd_blk_ioctl from cdrom_ioctl, Christoph Hellwig
- [PATCH 09/24] scsi_ioctl: remove scsi_cmd_blk_ioctl, Christoph Hellwig
- [PATCH 10/24] scsi_ioctl: remove scsi_verify_blk_ioctl, Christoph Hellwig
- [PATCH 11/24] scsi: call scsi_cmd_ioctl from scsi_ioctl, Christoph Hellwig
- [PATCH 12/24] block: add a queue_max_sectors_bytes helper, Christoph Hellwig
- [PATCH 13/24] bsg: decouple from scsi_cmd_ioctl, Christoph Hellwig
- [PATCH 14/24] bsg: move bsg_scsi_ops to drivers/scsi/, Christoph Hellwig
- [PATCH 15/24] scsi_ioctl: remove scsi_req_init, Christoph Hellwig
- [PATCH 16/24] scsi_ioctl: move scsi_command_size_tbl to scsi_common.c, Christoph Hellwig
- [PATCH 17/24] scsi_ioctl: simplify SCSI passthrough permission checking, Christoph Hellwig
- [PATCH 18/24] scsi_ioctl: move all "block layer" SCSI ioctl handling to drivers/scsi, Christoph Hellwig
- [PATCH 19/24] scsi: rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON, Christoph Hellwig
- [PATCH 20/24] scsi: remove a very misleading comment, Christoph Hellwig
- [PATCH 21/24] scsi: consolidate the START STOP UNIT handling, Christoph Hellwig
- [PATCH 22/24] scsi: factor SCSI_IOCTL_GET_IDLUN handling into a helper, Christoph Hellwig
- [PATCH 23/24] scsi: factor SG_IO handling into a helper, Christoph Hellwig
- [PATCH 24/24] scsi: unexport sg_scsi_ioctl, Christoph Hellwig
- Re: cleanup SCSI ioctl support, Christoph Hellwig
- [PATCH] blk-mq: allow hardware queue to get more tag while sharing a tag set,
Yu Kuai
- [PATCH v4 0/5] block: add a sequence number to disks,
Matteo Croce
- [syzbot] INFO: task hung in del_gendisk,
syzbot
[PATCH AUTOSEL 4.4 11/12] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 4.9 15/16] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 4.14 19/21] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 4.19 20/22] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 5.4 25/28] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 5.10 34/37] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 5.12 43/43] block: fix the problem of io_ticks becoming smaller, Sasha Levin
[PATCH AUTOSEL 5.12 39/43] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[syzbot] possible deadlock in loop_add,
syzbot
[PATCH AUTOSEL 5.10 14/93] partitions: msdos: fix one-byte get_unaligned(), Sasha Levin
[PATCH AUTOSEL 5.12 015/104] partitions: msdos: fix one-byte get_unaligned(), Sasha Levin
[PATCH AUTOSEL 5.13 017/114] partitions: msdos: fix one-byte get_unaligned(), Sasha Levin
[PATCH V3 0/10] blk-mq: cleanup map queues & fix blk_mq_alloc_request_hctx,
Ming Lei
- [PATCH V3 01/10] blk-mq: rename blk-mq-cpumap.c as blk-mq-map.c, Ming Lei
- [PATCH V3 02/10] blk-mq: Introduce blk_mq_dev_map_queues, Ming Lei
- [PATCH V3 03/10] blk-mq: pass use managed irq info to blk_mq_dev_map_queues, Ming Lei
- [PATCH V3 04/10] scsi: replace blk_mq_pci_map_queues with blk_mq_dev_map_queues, Ming Lei
- [PATCH V3 05/10] nvme: replace blk_mq_pci_map_queues with blk_mq_dev_map_queues, Ming Lei
- [PATCH V3 06/10] virito: add APIs for retrieving vq affinity, Ming Lei
- [PATCH V3 07/10] virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_dev_map_queues, Ming Lei
- [PATCH V3 08/10] nvme: rdma: replace blk_mq_rdma_map_queues with blk_mq_dev_map_queues, Ming Lei
- [PATCH V3 09/10] blk-mq: remove map queue helpers for pci, rdma and virtio, Ming Lei
- [PATCH V3 10/10] blk-mq: don't deactivate hctx if managed irq isn't used, Ming Lei
[GIT PULL] Followup block changes for 5.14-rc1,
Jens Axboe
[PATCH 0/3] fix argument type of bio_trim(),
Naohiro Aota
[PATCH v2 0/3] xen: harden blkfront against malicious backends,
Juergen Gross
fast creation and deletion of loop devices, Simon Richter
[syzbot] possible deadlock in __loop_clr_fd (2),
syzbot
[PATCH 0/2] LICENSES: add and use copyleft-next-0.3.1,
Luis Chamberlain
[PATCH] ext4: fix EXT4_IOC_CHECKPOINT,
Christoph Hellwig
[PATCH v4 0/9] ensure bios aren't split in middle of crypto data unit,
Satya Tangirala
- [PATCH v4 1/9] block: introduce blk_ksm_is_empty(), Satya Tangirala
- [PATCH v4 2/9] block: blk-crypto: introduce blk_crypto_bio_sectors_alignment(), Satya Tangirala
- [PATCH v4 3/9] block: introduce bio_required_sector_alignment(), Satya Tangirala
- [PATCH v4 5/9] ufshcd: handle error from blk_ksm_register(), Satya Tangirala
- [PATCH v4 4/9] block: keyslot-manager: introduce blk_ksm_restrict_dus_to_queue_limits(), Satya Tangirala
- [PATCH v4 6/9] mmc: handle error from blk_ksm_register(), Satya Tangirala
- [PATCH v4 8/9] blk-merge: Ensure bios aren't split in middle of a crypto data unit, Satya Tangirala
- [PATCH v4 9/9] block: add WARN_ON_ONCE() to bio_split() for sector alignment, Satya Tangirala
- [PATCH v4 7/9] dm: handle error from blk_ksm_register(), Satya Tangirala
- Re: [PATCH v4 0/9] ensure bios aren't split in middle of crypto data unit, Eric Biggers
- Re: [PATCH v4 0/9] ensure bios aren't split in middle of crypto data unit, Christoph Hellwig
[PATCH V2] blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgs,
Yu Kuai
[PATCH v3] block: Removed a warning while compiling with a cross compiler for parisc,
Abd-Alrhman Masalkhi
[PATCH AUTOSEL 5.12 064/160] block: introduce BIO_ZONE_WRITE_LOCKED bio flag, Sasha Levin
[PATCH AUTOSEL 5.13 077/189] block: introduce BIO_ZONE_WRITE_LOCKED bio flag, Sasha Levin
[PATCH] pd: fix order of cleaning up the queue and freeing the tagset,
Guoqing Jiang
[PATCH v3] block: fix the problem of io_ticks becoming smaller,
brookxu
[PATCH AUTOSEL 5.4 23/26] block: fix discard request merge, Sasha Levin
[PATCH AUTOSEL 5.4 14/26] block: fix race between adding/removing rq qos and normal IO, Sasha Levin
[PATCH AUTOSEL 5.10 21/41] block: fix race between adding/removing rq qos and normal IO, Sasha Levin
[PATCH AUTOSEL 5.10 12/41] blk-mq: clear stale request in tags->rq[] before freeing one request pool, Sasha Levin
[PATCH AUTOSEL 5.10 11/41] blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter, Sasha Levin
[PATCH AUTOSEL 5.12 26/52] block: fix race between adding/removing rq qos and normal IO, Sasha Levin
[PATCH AUTOSEL 5.12 13/52] blk-mq: clear stale request in tags->rq[] before freeing one request pool, Sasha Levin
[PATCH AUTOSEL 5.12 12/52] blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter, Sasha Levin
[PATCH AUTOSEL 5.13 29/59] block: fix race between adding/removing rq qos and normal IO, Sasha Levin
[PATCH AUTOSEL 5.13 14/59] blk-mq: clear stale request in tags->rq[] before freeing one request pool, Sasha Levin
[PATCH AUTOSEL 5.13 13/59] blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter, Sasha Levin
[PATCH v2] block: fix the problem of io_ticks becoming smaller, brookxu
[PATCH] block: fix the problem of io_ticks becoming smaller, brookxu
[PATCH 0/6] loop: cleanup charging io to mem/blkcg,
Ming Lei
[PATCH v4] virtio-blk: Add validation for block size in config space,
Xie Yongji
[PATCH] block: nbd: fix order of cleaning up the queue and freeing the tagset,
Wang Qing
[syzbot] general protection fault in blk_mq_run_hw_queues,
syzbot
[PATCH v2] block: Removed a warning while compiling with a cross compiler for parisc,
Abd-Alrhman Masalkhi
[PATCH v2 0/4] selftests: add a new test driver for sysfs,
Luis Chamberlain
[PATCH v6 0/3] zram: fix few sysfs races,
Luis Chamberlain
[PATCH] block: Avoid accessing an already freed kobject in delete_partition,
Rajat Asthana
[PATCH] loop: reintroduce global lock for safe loop_validate_file() traversal,
Tetsuo Handa
[PATCH] loop: remove unused variable in loop_set_status(),
Tetsuo Handa
[PATCH V2 0/6] blk-mq: fix blk_mq_alloc_request_hctx,
Ming Lei
[PATCH] paride: remove redudant space character check, Colin King
[PATCH 0/4] selftests: add a new test driver for sysfs,
Luis Chamberlain
[PATCH v5 0/2] zram: fix few sysfs races,
Luis Chamberlain
[Index of Archives]
[Linux RAID]
[Linux SCSI]
[Linux ATA RAID]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]