Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH 3/4] block: move queue enter logic into blk_mq_submit_bio(), (continued)
- [PATCH v4 0/4] last set for add_disk() error handling,
Luis Chamberlain
- [PATCH v3 00/13] block: add_disk() error handling stragglers,
Luis Chamberlain
- [PATCH v3 06/13] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned, Luis Chamberlain
- [PATCH v3 07/13] nvdimm/pmem: use add_disk() error handling, Luis Chamberlain
- [PATCH v3 12/13] block: fix __register_blkdev() probe add_disk() failures, Luis Chamberlain
- [PATCH v3 11/13] ataflop: remove ataflop_probe_lock mutex, Luis Chamberlain
- [PATCH v3 04/13] nvdimm/blk: avoid calling del_gendisk() on early failures, Luis Chamberlain
- [PATCH v3 08/13] z2ram: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v3 09/13] block/sunvdc: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v3 05/13] nvdimm/blk: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v3 01/13] nvdimm/btt: do not call del_gendisk() if not needed, Luis Chamberlain
- [PATCH v3 02/13] nvdimm/btt: use goto error labels on btt_blk_init(), Luis Chamberlain
- [PATCH v3 03/13] nvdimm/btt: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v3 13/13] block: add __must_check for *add_disk*() callers, Luis Chamberlain
- [PATCH v3 10/13] mtd/ubi/block: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v3] nvdimm/btt: do not call del_gendisk() if not needed,
Luis Chamberlain
- [PATCH] block: fix device_add_disk() kobject_create_and_add() error handling,
Luis Chamberlain
- [PATCH] blk-mq: move srcu from blk_mq_hw_ctx to request_queue,
Ming Lei
- [PATCH] bcache: Revert "bcache: use bvec_virt",
Coly Li
- [PATCH v2 00/13] block: add_disk() error handling stragglers,
Luis Chamberlain
- [PATCH v2 02/13] nvdimm/btt: use goto error labels on btt_blk_init(), Luis Chamberlain
- [PATCH v2 08/13] z2ram: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 07/13] nvdimm/pmem: use add_disk() error handling, Luis Chamberlain
- [PATCH v2 13/13] block: add __must_check for *add_disk*() callers, Luis Chamberlain
- [PATCH v2 06/13] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned, Luis Chamberlain
- [PATCH v2 12/13] block: make __register_blkdev() return an error, Luis Chamberlain
- [PATCH v2 10/13] mtd/ubi/block: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 04/13] nvdimm/blk: avoid calling del_gendisk() on early failures, Luis Chamberlain
- [PATCH v2 09/13] block/sunvdc: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 05/13] nvdimm/blk: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 01/13] nvdimm/btt: do not call del_gendisk() if not needed, Luis Chamberlain
- [PATCH v2 11/13] ataflop: remove ataflop_probe_lock mutex, Luis Chamberlain
- [PATCH v2 03/13] nvdimm/btt: add error handling support for add_disk(), Luis Chamberlain
- Re: [PATCH v2 00/13] block: add_disk() error handling stragglers, Luis Chamberlain
- [PATCH] bcache: fix use-after-free problem in bcache_device_free(),
Coly Li
- [PATCH 0/4] block: fix concurrent quiesce,
Ming Lei
- [PATCH V2 0/3] blk-mq: misc fixes,
Ming Lei
- [PATCH 0/3] blk-mq: misc fixes,
Ming Lei
- [PATCH RFT 0/3] blk-mq: Optimise blk_mq_queue_tag_busy_iter() for shared tags,
John Garry
- [bug report] kernel null pointer observed with blktests srp/006 on 5.14.15,
Yi Zhang
- [bug report] WARNING: CPU: 1 PID: 1386 at block/blk-mq-sched.c:432 blk_mq_sched_insert_request+0x54/0x178,
Yi Zhang
[PATCH] blk-cgroup: fix missing put device in error path from blkg_conf_pref(),
Yu Kuai
[PATCH -next v4 0/4] Fix hungtask when nbd_config_put and sanity check for first_minor,
Ye Bin
[PATCH 00/21] iomap/xfs folio patches,
Matthew Wilcox (Oracle)
- [PATCH 01/21] fs: Remove FS_THP_SUPPORT, Matthew Wilcox (Oracle)
- [PATCH 02/21] block: Add bio_add_folio(), Matthew Wilcox (Oracle)
- [PATCH 03/21] block: Add bio_for_each_folio_all(), Matthew Wilcox (Oracle)
- [PATCH 04/21] iomap: Convert to_iomap_page to take a folio, Matthew Wilcox (Oracle)
- [PATCH 05/21] iomap: Convert iomap_page_create to take a folio, Matthew Wilcox (Oracle)
- [PATCH 06/21] iomap: Convert iomap_page_release to take a folio, Matthew Wilcox (Oracle)
- [PATCH 07/21] iomap: Convert iomap_releasepage to use a folio, Matthew Wilcox (Oracle)
- [PATCH 08/21] iomap: Add iomap_invalidate_folio, Matthew Wilcox (Oracle)
- [PATCH 09/21] iomap: Pass the iomap_page into iomap_set_range_uptodate, Matthew Wilcox (Oracle)
- [PATCH 10/21] iomap: Convert bio completions to use folios, Matthew Wilcox (Oracle)
- [PATCH 11/21] iomap: Use folio offsets instead of page offsets, Matthew Wilcox (Oracle)
- [PATCH 12/21] iomap: Convert iomap_read_inline_data to take a folio, Matthew Wilcox (Oracle)
- [PATCH 13/21] iomap: Convert readahead and readpage to use a folio, Matthew Wilcox (Oracle)
- [PATCH 14/21] iomap: Convert iomap_page_mkwrite to use a folio, Matthew Wilcox (Oracle)
- [PATCH 15/21] iomap: Convert iomap_write_begin and iomap_write_end to folios, Matthew Wilcox (Oracle)
- [PATCH 16/21] iomap: Convert iomap_write_end_inline to take a folio, Matthew Wilcox (Oracle)
- [PATCH 19/21] iomap: Convert iomap_migrate_page to use folios, Matthew Wilcox (Oracle)
- [PATCH 21/21] xfs: Support multi-page folios, Matthew Wilcox (Oracle)
- [PATCH 17/21] iomap,xfs: Convert ->discard_page to ->discard_folio, Matthew Wilcox (Oracle)
- [PATCH 18/21] iomap: Convert iomap_add_to_ioend to take a folio, Matthew Wilcox (Oracle)
- [PATCH 20/21] iomap: Support multi-page folios in invalidatepage, Matthew Wilcox (Oracle)
[PATCH] block: replace always false argument with 'false',
Jens Axboe
[syzbot] BUG: unable to handle kernel paging request in __blk_mq_alloc_requests,
syzbot
[PATCH] nbd: error out if socket index doesn't match in nbd_handle_reply(),
Yu Kuai
[bug report] block/005 hangs with NVMe device and linux-block/for-next,
Shinichiro Kawasaki
[GIT PULL] Remove ->ki_complete() res2 argument,
Jens Axboe
[GIT PULL] Remove QUEUE_FLAG_SCSI_PASSTHROUGH,
Jens Axboe
[GIT PULL] SCSI multi-actuator support,
Jens Axboe
[GIT PULL] block device inode syncing improvements,
Jens Axboe
[GIT PULL] bdev size cleanups,
Jens Axboe
[GIT PULL] Block driver updates for 5.16-rc1,
Jens Axboe
[GIT PULL] Block updates for 5.16-rc1,
Jens Axboe
[PATCH for-next] blk-mq: fix redundant check of !e expression,
Jεan Sacren
general protection fault in del_gendisk,
Tadeusz Struk
[PATCH v9 0/6] test_sysfs: add new selftest for sysfs,
Luis Chamberlain
KASAN: null-ptr-deref in get_page, Zubin Mithra
[GIT PULL] Block fixes for 5.15-final,
Jens Axboe
[PATCH for-next] null_blk: Fix handling of submit_queues and poll_queues attributes,
Shin'ichiro Kawasaki
[PATCH] block: ataflop: Fix warning comparing pointer to 0,
Jiapeng Chong
[PATCH -next v3 0/2] Fix hungtask when nbd_config_put,
Ye Bin
[PATCH] blk-mq-debugfs: Show active requests per queue for shared tags,
John Garry
[PATCH 0/2] bcache paches for Linux v5.16 (2nd wave),
Coly Li
[PATCH] zram: use ATTRIBUTE_GROUPS,
Luis Chamberlain
Re: [PATCH] scsi: ufs: Fix proper API to send HPB pre-request,
James Bottomley
[GIT PULL] second round of nvme updates for Linux 5.16,
Christoph Hellwig
[PATCH 0/3] implement direct IO with integrity,
Alexander V. Buev
[PATCH linux-next] loop: Remove duplicate assignments, luo penghao
[PATCH v2 0/4] block optimisations,
Pavel Begunkov
[PATCH] virtio-blk: select CONFIG_SG_POOL,
Arnd Bergmann
[PATCH blktests] tests/block: add the missing _have_fio check for block/029 block/031,
Yi Zhang
[PATCH v9 0/5] Initial support for multi-actuator HDDs,
Damien Le Moal
general protection fault in reset_interrupt,
Hao Sun
WARNING in disk_release,
Hao Sun
[PATCH v2] block: schedule queue restart after BLK_STS_ZONE_RESOURCE,
Naohiro Aota
[PATCH v3 0/4] Add blk_validate_block_size() helper for drivers to validate block size,
Xie Yongji
[PATCH] block: drain queue after disk is removed from sysfs,
Ming Lei
[bug report] blktests block/029 triggered NULL pointer on latest linux-block/for-next,
Yi Zhang
[PATCH] blk-mq: don't issue request directly in case that current is to be blocked,
Ming Lei
[PATCH] scsi: ufs: mark HPB support as BROKEN,
Christoph Hellwig
Re: [PATCH] scsi: ufs: mark HPB support as BROKEN, Christoph Hellwig
[PATCH v2] block: Fix partition check for host-aware zoned block devices,
Shin'ichiro Kawasaki
Re: linux-next: Tree for Oct 25,
Dmitry Osipenko
Re: [PATCH] scsi: ufs: revert HPB support,
Bart Van Assche
[bug report] Compiling failed on latest linux-block/for-next,
Yi Zhang
[PATCH v2 0/4] Add blk_validate_block_size() helper for drivers to validate block size,
Xie Yongji
[syzbot] KCSAN: data-race in sbitmap_queue_clear / sbitmap_queue_clear (3),
syzbot
[PATCH][next] virtio_blk: Fix spelling mistake: "advertisted" -> "advertised",
Colin Ian King
[PATCH 0/4] Add blk_validate_block_size() helper for drivers to validate block size,
Xie Yongji
[PATCH 0/8] loop: improve dio on backing file,
Ming Lei
[PATCH] virtio_blk: corrent types for status handling,
Michael S. Tsirkin
[PATCH v3 0/2] blk-mq: Allow to complete requests directly,
Sebastian Andrzej Siewior
move all struct request releated code out of blk-core.c,
Christoph Hellwig
- [PATCH 01/12] block: move blk_rq_err_bytes to scsi, Christoph Hellwig
- [PATCH 03/12] block: remove rq_flush_dcache_pages, Christoph Hellwig
- [PATCH 04/12] block: remove blk-exec.c, Christoph Hellwig
- [PATCH 02/12] block: remove blk_{get,put}_request, Christoph Hellwig
- [PATCH 05/12] blk-mq: move blk_mq_flush_plug_list, Christoph Hellwig
- [PATCH 06/12] block: move request based cloning helpers to blk-mq.c, Christoph Hellwig
- [PATCH 07/12] block: move blk_rq_init to blk-mq.c, Christoph Hellwig
- [PATCH 09/12] block: move blk_account_io_{start,done} to blk-mq.c, Christoph Hellwig
- [PATCH 10/12] block: move blk_dump_rq_flags to blk-mq.c, Christoph Hellwig
- [PATCH 11/12] block: move blk_print_req_error to blk-mq.c, Christoph Hellwig
- [PATCH 12/12] block: don't include blk-mq headers in blk-core.c, Christoph Hellwig
- [PATCH 08/12] block: move blk_steal_bios to blk-mq.c, Christoph Hellwig
- Re: (subset) move all struct request releated code out of blk-core.c, Jens Axboe
[PATCH V3 0/4] zram: fix two races and one zram leak,
Ming Lei
[syzbot] KASAN: use-after-free Read in blk_mq_sched_tags_teardown,
syzbot
[PATCH blktests V4] tests/srp: fix module loading issue during srp tests,
Yi Zhang
[PATCH] virtio_blk: allow 0 as num_request_queues,
Michael S. Tsirkin
[PATCH blktests V3] tests/srp: fix module loading issue during srp tests,
Yi Zhang
[PATCH v1] block: ataflop: more blk-mq refactoring fixes,
Michael Schmitz
[syzbot] WARNING in cleanup_srcu_struct (3), syzbot
[PATCH 0/5] block optimisations,
Pavel Begunkov
[GIT PULL] Block fixes for 5.15-rc7,
Jens Axboe
[PATCH for-next] block: fix req_bio_endio append error handling,
Pavel Begunkov
[PATCH] blk-mq-sched: Don't reference queue tagset in blk_mq_sched_tags_teardown(),
John Garry
uring regression - lost write request,
Daniel Black
[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]