Linux Block Development
[Prev Page][Next Page]
- [GIT PULL] Core block changes for 5.13-rc,
Jens Axboe
- [PATCH V1 1/1] Fix race between iscsi logout and systemd-udevd,
Gulam Mohamed
- [PATCH V2 0/3] blk-mq: fix request UAF related with iterating over tagset requests,
Ming Lei
- [syzbot] linux-next boot error: general protection fault in bio_add_hw_page,
syzbot
- [PATCH v2] block: fix userspace documentation reference for del_gendisk(),
Luis Chamberlain
- [PATCH] drbd: fix potential silent data corruption, Christoph Böhmwalder
- [PATCH] drivers/block/null_blk/main: Fix a double free in null_init.,
Lv Yunlong
- switch block layer polling to a bio based model,
Christoph Hellwig
- [PATCH 01/12] direct-io: remove blk_poll support, Christoph Hellwig
- [PATCH 02/12] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO, Christoph Hellwig
- [PATCH 03/12] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw, Christoph Hellwig
- [PATCH 04/12] blk-mq: factor out a "classic" poll helper, Christoph Hellwig
- [PATCH 05/12] blk-mq: factor out a blk_qc_to_hctx helper, Christoph Hellwig
- [PATCH 06/12] blk-mq: refactor hybrid polling, Christoph Hellwig
- [PATCH 07/12] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal, Christoph Hellwig
- [PATCH 08/12] blk-mq: remove blk_qc_t_valid, Christoph Hellwig
- [PATCH 09/12] block: rename REQ_HIPRI to REQ_POLLED, Christoph Hellwig
- [PATCH 10/12] block: RCU free polled bios, Christoph Hellwig
- [PATCH 11/12] block: define 'struct bvec_iter' as packed, Christoph Hellwig
- [PATCH 12/12] block: switch polling to be bio based, Christoph Hellwig
- Re: switch block layer polling to a bio based model, Jens Axboe
- 💥 PANICKED: Test report for kernel 5.12.0-rc8 (block, ffa77af5),
CKI Project
[PATCH v2 2/2] nvme-pci: fix controller reset hang when racing with nvme_timeout, taochiu
[PATCH v2 1/2] nvme-core: Move nvmf queue ready check routines to core,
taochiu
[PATCH 0/8] blk-mq: fix request UAF related with iterating over tagset requests,
Ming Lei
- [PATCH 1/8] Revert "blk-mq: Fix races between blk_mq_update_nr_hw_queues() and iterating over tags", Ming Lei
- [PATCH 2/8] Revert "blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_list", Ming Lei
- [PATCH 3/8] Revert "blk-mq: Fix races between iterating over requests and freeing requests", Ming Lei
- [PATCH 4/8] Revert "blk-mq: Introduce atomic variants of blk_mq_(all_tag|tagset_busy)_iter", Ming Lei
- [PATCH 5/8] blk-mq: blk_mq_complete_request_locally, Ming Lei
- [PATCH 6/8] block: drivers: complete request locally from blk_mq_tagset_busy_iter, Ming Lei
- [PATCH 7/8] blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter, Ming Lei
- [PATCH 8/8] blk-mq: clear stale request in tags->rq[] before freeing one request pool, Ming Lei
- Re: [PATCH 0/8] blk-mq: fix request UAF related with iterating over tagset requests, Ming Lei
- Re: [PATCH 0/8] blk-mq: fix request UAF related with iterating over tagset requests, Jens Axboe
[PATCH v2] block: Improve limiting the bio size,
Bart Van Assche
Re: [PATCH v2] block: Improve limiting the bio size, Jens Axboe
[bug][5.12-rc8] It sounds like madness but nvme controller is down when I plug at the same time 3.5 jack headphones and USB headset to MB., Mikhail Gavrilov
[PATCHv2 0/5] block and nvme passthrough error handling,
Keith Busch
[GIT PULL] Block fix for 5.12 final,
Jens Axboe
New kernel warning triggered by blktests,
Bart Van Assche
[PATCH] blk-mq: Fix two racy hctx->tags->rqs[] assignments,
Bart Van Assche
[PATCH] block: Fix bio_max_size(), Bart Van Assche
[PATCH] blk-wbt: fix scale logic when disable wbt, Chengming Zhou
Re: [block] 658f2fb7d2: fxmark.hdd_f2fs_dbench_client_72_directio.works/sec -21.4% regression,
Junxiao Bi
[PATCH for-5.13/block] blk-iocost: don't ignore vrate_min on QD contention,
Tejun Heo
[PATCH v2 0/4] zram: fix few sysfs races,
Luis Chamberlain
[PATCH] dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath,
mwilck
[GIT PULL] third round of nvme updates for Linux 5.13,
Christoph Hellwig
[PATCH V6 00/12] block: support bio based io polling,
Ming Lei
- [PATCH V6 01/12] block: add helper of blk_queue_poll, Ming Lei
- [PATCH V6 03/12] block: add one helper to free io_context, Ming Lei
- [PATCH V6 02/12] block: define 'struct bvec_iter' as packed, Ming Lei
- [PATCH V6 07/12] block: create io poll context for submission and poll task, Ming Lei
- [PATCH V6 04/12] block: move block polling code into one dedicated source file, Ming Lei
- [PATCH V6 05/12] block: extract one helper function polling hw queue, Ming Lei
- [PATCH V6 08/12] block: add req flag of REQ_POLL_CTX, Ming Lei
- [PATCH V6 09/12] block: use per-task poll context to implement bio based io polling, Ming Lei
- [PATCH V6 06/12] block: prepare for supporting bio_list via other link, Ming Lei
- [PATCH V6 10/12] block: limit hw queues to be polled in each blk_poll(), Ming Lei
- [PATCH V6 11/12] block: allow to control FLAG_POLL via sysfs for bio poll capable queue, Ming Lei
- [PATCH V6 12/12] dm: support IO polling for bio-based dm device, Ming Lei
- Re: [PATCH V6 00/12] block: support bio based io polling, JeffleXu
[PATCH v9 0/4] block device interposer,
Sergei Shtepa
[PATCH] block: return -EBUSY when there are open partitions in blkdev_reread_part,
Christoph Hellwig
[PATCH] blk-mq: fix build warning when making htmldocs,
Ming Lei
[PATCH 0/4] mmc: core: Read/parse SD function extension registers,
Ulf Hansson
[PATCH 1/2] ataflop: potential out of bounds in do_format(),
Dan Carpenter
[PATCH v8] bio: limit bio max size,
Changheun Lee
Re: [PATCH v8] bio: limit bio max size, Bart Van Assche
Re: [PATCH v8] bio: limit bio max size, Damien Le Moal
Re: [PATCH v8] bio: limit bio max size, Jens Axboe
Re: [PATCH v8] bio: limit bio max size, Marek Szyprowski
[PATCH] block: remove redundant check in blk_attempt_plug_merge, Daejun Park
[PATCH v7 0/5] blk-mq: Fix a race between iterating over requests and freeing requests,
Bart Van Assche
[PATCH] Provide detailed specification of virtio-blk lifetime metrics,
Enrico Granata
[PATCH 0/8] bfq: misc updates,
brookxu
[PATCH 0/2] bcache patches for Linux v5.13 - 3rd wave,
Coly Li
Re: linux-next: Tree for Apr 19 (bcache),
Randy Dunlap
Maintainers / Kernel Summit 2021 planning kick-off,
Theodore Ts'o
[bug report] scsi host hang when running fio,
John Garry
[PATCHv5 for-next 00/19] Misc update for rnbd,
Gioh Kim
- [PATCHv5 for-next 01/19] MAINTAINERS: Change maintainer for rnbd module, Gioh Kim
- [PATCHv5 for-next 02/19] Documentation/sysfs-block-rnbd: Add descriptions for remap_device and resize, Gioh Kim
- [PATCHv5 for-next 03/19] block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpath, Gioh Kim
- [PATCHv5 for-next 04/19] block/rnbd-clt: Remove some arguments from rnbd_client_setup_device, Gioh Kim
- [PATCHv5 for-next 05/19] block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_disk, Gioh Kim
- [PATCHv5 for-next 06/19] block/rnbd: Kill rnbd_clt_destroy_default_group, Gioh Kim
- [PATCHv5 for-next 07/19] block/rnbd: Kill destroy_device_cb, Gioh Kim
- [PATCHv5 for-next 08/19] block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}, Gioh Kim
- [PATCHv5 for-next 09/19] block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallel, Gioh Kim
- [PATCHv5 for-next 10/19] block/rnbd-srv: Remove force_close file after holding a lock, Gioh Kim
- [PATCHv5 for-next 11/19] block/rnbd-clt: Improve find_or_create_sess() return check, Gioh Kim
- [PATCHv5 for-next 12/19] block/rnbd-clt: Fix missing a memory free when unloading the module, Gioh Kim
- [PATCHv5 for-next 13/19] block/rnbd-clt: Support polling mode for IO latency optimization, Gioh Kim
- [PATCHv5 for-next 14/19] Documentation/ABI/rnbd-clt: Add description for nr_poll_queues, Gioh Kim
- [PATCHv5 for-next 15/19] block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev, Gioh Kim
- [PATCHv5 for-next 16/19] block/rnbd-clt: Generate kobject_uevent when the rnbd device state changes, Gioh Kim
- [PATCHv5 for-next 17/19] block/rnbd-clt: Remove max_segment_size, Gioh Kim
- [PATCHv5 for-next 18/19] block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name, Gioh Kim
- [PATCHv5 for-next 19/19] block/rnbd: Use strscpy instead of strlcpy, Gioh Kim
- Re: [PATCHv5 for-next 00/19] Misc update for rnbd, Jens Axboe
[PATCH v2] blk-mq: cleanup set->nr_hw_queues assignement, Jeffle Xu
[Patch] blk-wbt: fix a divide-by-zero error in rwb_arm_timer(),
Cong Wang
[PATCH] null_blk: poll queue support,
Jens Axboe
[PATCH v2 0/3] Fix dm-crypt zoned block device support,
Damien Le Moal
Re: [PATCH 2/2] nvme: use return value from blk_execute_rq(),
Casey Chen
[PATCH v3 0/4] nvme: improve error handling and ana_state to work well with dm-multipath,
Mike Snitzer
[PATCH v2] virtio_blk: Add support for lifetime feature,
Enrico Granata
[PATCH 1/2] block: return errors from blk_execute_rq(),
Keith Busch
Re: [PATCH] floppy: remove redundant assignment to variable st,
Denis Efremov
[PATCH 0/5] Another small set of cleanups for floppy driver,
Denis Efremov
[PATCH] blk-mq: cleanup redundant nr_hw_queues assignement,
Jeffle Xu
[PATCH 0/4] Fix dm-crypt zoned block device support,
Damien Le Moal
[PATCH v2 0/4] nvme: improve error handling and ana_state to work well with dm-multipath,
Mike Snitzer
nvme: Return BLK_STS_TARGET if the DNR bit is set,
Mike Snitzer
[GIT PULL] second round of nvme updates for Linux 5.13,
Christoph Hellwig
[PATCH v1 1/1] lightnvm: pblk: Import GUID before use, Andy Shevchenko
[PATCH] partitions/ldm: remove redundant assignment to variable r_index, Colin King
no EBUSY on BLKRRPART, regression?,
Karel Zak
[RFC PATCH 0/2] block: support to freeze bio based queue,
Ming Lei
[PATCH] block: remove unused function,
Jiapeng Chong
[RFC PATCH 2/2] bfq/mq-deadline: remove redundant check for passthrough request,
Lin Feng
[PATCH 1/2] blk-mq: bypass IO scheduler's limit_depth for passthrough request,
Lin Feng
[PATCH] block: fix io hung by block throttle,
Junxiao Bi
Message not available
Message not available
Message not available
[git pull] device mapper fix for 5.12 final,
Mike Snitzer
[PATCH] ata: Fix several kernel-doc headers,
Bart Van Assche
[PATCHv4 for-next 00/19] Misc update for rnbd,
Gioh Kim
- [PATCHv4 for-next 01/19] MAINTAINERS: Change maintainer for rnbd module, Gioh Kim
- [PATCHv4 for-next 03/19] block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpath, Gioh Kim
- [PATCHv4 for-next 02/19] Documentation/sysfs-block-rnbd: Add descriptions for remap_device and resize, Gioh Kim
- [PATCHv4 for-next 04/19] block/rnbd-clt: Remove some arguments from rnbd_client_setup_device, Gioh Kim
- [PATCHv4 for-next 05/19] block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_disk, Gioh Kim
- [PATCHv4 for-next 06/19] block/rnbd: Kill rnbd_clt_destroy_default_group, Gioh Kim
- [PATCHv4 for-next 07/19] block/rnbd: Kill destroy_device_cb, Gioh Kim
- [PATCHv4 for-next 08/19] block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}, Gioh Kim
- [PATCHv4 for-next 09/19] block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallel, Gioh Kim
- [PATCHv4 for-next 10/19] block/rnbd-srv: Remove force_close file after holding a lock, Gioh Kim
- [PATCHv4 for-next 11/19] block/rnbd-clt: Improve find_or_create_sess() return check, Gioh Kim
- [PATCHv4 for-next 12/19] block/rnbd-clt: Fix missing a memory free when unloading the module, Gioh Kim
- [PATCHv4 for-next 13/19] block/rnbd-clt: Support polling mode for IO latency optimization, Gioh Kim
- [PATCHv4 for-next 14/19] Documentation/ABI/rnbd-clt: Add description for nr_poll_queues, Gioh Kim
- [PATCHv4 for-next 15/19] block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev, Gioh Kim
- [PATCHv4 for-next 16/19] block/rnbd-clt: Generate kobject_uevent when the rnbd device state changes, Gioh Kim
- [PATCHv4 for-next 17/19] block/rnbd-clt: Remove max_segment_size, Gioh Kim
- [PATCHv4 for-next 18/19] block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name, Gioh Kim
- [PATCHv4 for-next 19/19] block/rnbd: Use strscpy instead of strlcpy, Gioh Kim
[PATCH] block: elevator: remove dead elevator code, Jackie Liu
[bug report] shared tags causes IO hang and performance drop,
Ming Lei
[PATCH 00/13] bcache patches for Linux v5.13 -- 2nd wave,
Coly Li
- [PATCH 01/13] bcache: add initial data structures for nvm pages, Coly Li
- [PATCH 02/13] bcache: initialize the nvm pages allocator, Coly Li
- [PATCH 03/13] bcache: initialization of the buddy, Coly Li
- [PATCH 04/13] bcache: bch_nvm_alloc_pages() of the buddy, Coly Li
- [PATCH 05/13] bcache: bch_nvm_free_pages() of the buddy, Coly Li
- [PATCH 06/13] bcache: get allocated pages from specific owner, Coly Li
- [PATCH 07/13] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish(), Coly Li
- [PATCH 08/13] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set, Coly Li
- [PATCH 09/13] bcache: initialize bcache journal for NVDIMM meta device, Coly Li
- [PATCH 10/13] bcache: support storing bcache journal into NVDIMM meta device, Coly Li
- [PATCH 11/13] bcache: read jset from NVDIMM pages for journal replay, Coly Li
- [PATCH 12/13] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device, Coly Li
- [PATCH 13/13] bcache: use div_u64() in init_owner_info(), Coly Li
- Re: [PATCH 00/13] bcache patches for Linux v5.13 -- 2nd wave, Coly Li
- Re: [PATCH 00/13] bcache patches for Linux v5.13 -- 2nd wave, Jens Axboe
[syzbot] possible deadlock in del_gendisk,
syzbot
[PATCH liburing] examples/ucontext-cp.c: cope with variable SIGSTKSZ,
Stefan Hajnoczi
aoe: kernel crash on blk_update_request: I/O error, BUG: scheduling while atomic, Valentin Kleibel
[PATCH 0/4] lightnvm pull request,
Matias Bjørling
[PATCH] block: Remove an obsolete comment from sg_io(),
Bart Van Assche
[PATCH v7 0/3] limit bio max size,
Changheun Lee
Message not available
Message not available
Re: KMSAN: kernel-infoleak in sg_scsi_ioctl, Douglas Gilbert
[PATCH 1/2] block: remove zero_fill_bio_iter,
Christoph Hellwig
[PATCH v2 1/1] null_blk: add option for managing virtual boundary,
Max Gurtovoy
[PATCH] lightnvm: deprecated OCSSD support and schedule it for removal in Linux 5.15,
Christoph Hellwig
[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]