Linux Block Development
[Prev Page][Next Page]
- [PATCH 8/8] block: remove support for delayed queue registrations, (continued)
- [GIT PULL] Block fixes for 5.14-rc3,
Jens Axboe
- Re: [PATCH v2 1/4] block: Add concurrent positioning ranges support, kernel test robot
- cleanup SCSI ioctl support v2,
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 the "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 v2, Martin K. Petersen
- fixes and cleanups for block_device refcounting v3,
Christoph Hellwig
- [PATCH 02/10] block: assert the locking state in delete_partition, Christoph Hellwig
- [PATCH 01/10] block: delay freeing the gendisk, Christoph Hellwig
- [PATCH 03/10] block: unhash the block device inodes earlier, Christoph Hellwig
- [PATCH 04/10] block: remove the GENHD_FL_UP check in blkdev_get_no_open, Christoph Hellwig
- [PATCH 05/10] block: allocate bd_meta_info later in add_partitions, Christoph Hellwig
- [PATCH 06/10] block: change the refcounting for partitions, Christoph Hellwig
- [PATCH 07/10] btrfs: store a block_device in struct btrfs_ordered_extent, Christoph Hellwig
- [PATCH 08/10] loop: don't grab a reference to the block device, Christoph Hellwig
- [PATCH 09/10] block: remove bdgrab, Christoph Hellwig
- [PATCH 10/10] block: remove bdput, Christoph Hellwig
- Re: fixes and cleanups for block_device refcounting v3, Christoph Hellwig
- [BUG] FLOPPY DRIVER since 5.10.20,
Mark Hounschell
- Re: [PATCH 5.13 000/156] 5.13.5-rc1 review,
Naresh Kamboju
- [PATCH v2 0/4] Initial support for multi-actuator HDDs,
Damien Le Moal
- [PATCH] kernel/module: add documentation for try_module_get(),
Luis Chamberlain
- [PATCH V6 0/3] blk-mq: fix blk_mq_alloc_request_hctx,
Ming Lei
- Message not available
fixes and cleanups for block_device refcounting v2,
Christoph Hellwig
- [PATCH 1/9] block: delay freeing the gendisk, Christoph Hellwig
- [PATCH 2/9] block: assert the locking state in delete_partition, Christoph Hellwig
- [PATCH 3/9] block: unhash the whole device inode earlier, Christoph Hellwig
- [PATCH 4/9] block: allocate bd_meta_info later in add_partitions, Christoph Hellwig
- [PATCH 5/9] block: change the refcounting for partitions, Christoph Hellwig
- [PATCH 6/9] btrfs: store a block_device in struct btrfs_ordered_extent, Christoph Hellwig
- [PATCH 7/9] loop: don't grab a reference to the block device, Christoph Hellwig
- [PATCH 8/9] block: remove bdgrab, Christoph Hellwig
- [PATCH 9/9] block: remove bdput, Christoph Hellwig
- Re: fixes and cleanups for block_device refcounting v2, Jens Axboe
[PATCH] rbd: use kref_put_lock() to fix potential UAF, Zhen Lei
fixes and cleanups for block_device refcounting,
Christoph Hellwig
[PATCH v3 0/3] fix argument type of bio_trim(),
Naohiro Aota
[PATCH 0/4] Initial support for multi-actuator HDDs,
Damien Le Moal
[PATCH V5 0/3] blk-mq: fix blk_mq_alloc_request_hctx,
Ming Lei
[PATCH] block/bfq: the delta_from_first should be ns rather than us,
liubaozhu
[PATCH v2 0/3] fix argument type of bio_trim(),
Naohiro Aota
[syzbot] WARNING in alloc_workqueue, syzbot
[PATCH] block: move some macros to blkdev.h,
Guoqing Jiang
[PATCH 0/5] block: replace incorrect uses of GENHD_FL_UP,
Luis Chamberlain
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
[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]