Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH v11 04/12] block: Make blk-integrity preclude hardware inline encryption, (continued)
- [PATCH -next] blk-mq: Use BUG_ON() instead of BUG(),
Zou Wei
- [PATCH] blk-mq: make function '__blk_mq_sched_dispatch_requests' static,
Zheng Bin
- [PATCH] Fix use after free in get_tree_bdev(),
David Howells
- [PATCH 0/3] block: drive-by cleanups for block cgroup,
Johannes Thumshirn
- [PATCH v5 0/4] Charge loop device i/o to issuing cgroup,
Dan Schatzberg
- [PATCH -next] block: fix error return code in mm_pci_probe(), Wei Yongjun
- [PATCH v2] virtio-blk: handle block_device_operations callbacks after hot unplug,
Stefan Hajnoczi
- [RESEND v4 6/6] block: rename blk_mq_alloc_rq_maps,
Weiping Zhang
- [RESEND v4 5/6] block: rename __blk_mq_alloc_rq_map,
Weiping Zhang
- [RESEND v4 4/6] block: alloc map and request for new hardware queue,
Weiping Zhang
- [RESEND v4 3/6] block: refactor __blk_mq_alloc_rq_maps, Weiping Zhang
- [RESEND v4 2/6] block: save previous hardware queue count before udpate,
Weiping Zhang
- [RESEND v4 1/6] block: free both rq_map and request,
Weiping Zhang
- [PATCH v4 0/6] Fix potential kernel panic when increase hardware queue, Weiping Zhang
- a few small bio related cleanups,
Christoph Hellwig
- [PATCH v9 00/11] Introduce Zone Append for writing to zoned block devices,
Johannes Thumshirn
- [PATCH v9 01/11] scsi: free sgtables in case command setup fails, Johannes Thumshirn
- [PATCH v9 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no, Johannes Thumshirn
- [PATCH v9 03/11] block: rename __bio_add_pc_page to bio_add_hw_page, Johannes Thumshirn
- [PATCH v9 04/11] block: Introduce REQ_OP_ZONE_APPEND, Johannes Thumshirn
- [PATCH v9 05/11] block: introduce blk_req_zone_write_trylock, Johannes Thumshirn
- [PATCH v9 06/11] block: Modify revalidate zones, Johannes Thumshirn
- [PATCH v9 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands, Johannes Thumshirn
- [PATCH v9 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands, Johannes Thumshirn
- [PATCH v9 09/11] null_blk: Support REQ_OP_ZONE_APPEND, Johannes Thumshirn
- [PATCH v9 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO, Johannes Thumshirn
- [PATCH v9 10/11] block: export bio_release_pages and bio_iov_iter_get_pages, Johannes Thumshirn
- Re: [PATCH v9 00/11] Introduce Zone Append for writing to zoned block devices, Martin K. Petersen
- [PATCH] block: remove the bd_openers checks in blk_drop_partitions,
Christoph Hellwig
- [PATCH 0/2] block: prevent task hung from being triggered in sync dio,
Ming Lei
- [PATCH v13 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device,
Danil Kipnis
- [PATCH v13 01/25] sysfs: export sysfs_remove_file_self(), Danil Kipnis
- [PATCH v13 02/25] RDMA/rtrs: public interface header to establish RDMA connections, Danil Kipnis
- [PATCH v13 03/25] RDMA/rtrs: private headers with rtrs protocol structs and helpers, Danil Kipnis
- [PATCH v13 04/25] RDMA/rtrs: core: lib functions shared between client and server modules, Danil Kipnis
- [PATCH v13 05/25] RDMA/rtrs: client: private header with client structs and functions, Danil Kipnis
- [PATCH v13 07/25] RDMA/rtrs: client: statistics functions, Danil Kipnis
- [PATCH v13 06/25] RDMA/rtrs: client: main functionality, Danil Kipnis
- [PATCH v13 08/25] RDMA/rtrs: client: sysfs interface functions, Danil Kipnis
- [PATCH v13 09/25] RDMA/rtrs: server: private header with server structs and functions, Danil Kipnis
- [PATCH v13 11/25] RDMA/rtrs: server: statistics functions, Danil Kipnis
- [PATCH v13 10/25] RDMA/rtrs: server: main functionality, Danil Kipnis
- [PATCH v13 12/25] RDMA/rtrs: server: sysfs interface functions, Danil Kipnis
- [PATCH v13 13/25] RDMA/rtrs: include client and server modules into kernel compilation, Danil Kipnis
- [PATCH v13 14/25] RDMA/rtrs: a bit of documentation, Danil Kipnis
- [PATCH v13 15/25] block/rnbd: private headers with rnbd protocol structs and helpers, Danil Kipnis
- [PATCH v13 16/25] block/rnbd: client: private header with client structs and functions, Danil Kipnis
- [PATCH v13 17/25] block/rnbd: client: main functionality, Danil Kipnis
- [PATCH v13 18/25] block/rnbd: client: sysfs interface functions, Danil Kipnis
- [PATCH v13 21/25] block/rnbd: server: functionality for IO submitting to block dev, Danil Kipnis
- [PATCH v13 23/25] block/rnbd: include client and server modules into kernel compilation, Danil Kipnis
- [PATCH v13 22/25] block/rnbd: server: sysfs interface functions, Danil Kipnis
- [PATCH v13 19/25] block/rnbd: server: private header with server structs and functions, Danil Kipnis
- [PATCH v13 20/25] block/rnbd: server: main functionality, Danil Kipnis
- [PATCH v13 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules, Danil Kipnis
- [PATCH v13 24/25] block/rnbd: a bit of documentation, Danil Kipnis
[PATCH] blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags,
Hou Tao
[PATCH 1/1] blk-mq: remove the pointless call of list_entry_rq() in hctx_show_busy_rq(),
Hou Tao
[PATCH v8 00/11] Introduce Zone Append for writing to zoned block devices,
Johannes Thumshirn
- [PATCH v8 01/11] scsi: free sgtables in case command setup fails, Johannes Thumshirn
- [PATCH v8 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no, Johannes Thumshirn
- [PATCH v8 03/11] block: rename __bio_add_pc_page to bio_add_hw_page, Johannes Thumshirn
- [PATCH v8 05/11] block: introduce blk_req_zone_write_trylock, Johannes Thumshirn
- [PATCH v8 04/11] block: Introduce REQ_OP_ZONE_APPEND, Johannes Thumshirn
- [PATCH v8 06/11] block: Modify revalidate zones, Johannes Thumshirn
- [PATCH v8 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands, Johannes Thumshirn
- [PATCH v8 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands, Johannes Thumshirn
- [PATCH v8 10/11] block: export bio_release_pages and bio_iov_iter_get_pages, Johannes Thumshirn
- [PATCH v8 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO, Johannes Thumshirn
- [PATCH v8 09/11] null_blk: Support REQ_OP_ZONE_APPEND, Johannes Thumshirn
[PATCH v3 0/9] Add a new LOOP_SET_FD_AND_STATUS ioctl,
Martijn Coenen
- [PATCH v3 1/9] loop: Factor out loop size validation, Martijn Coenen
- [PATCH v3 5/9] loop: Remove figure_loop_size(), Martijn Coenen
- [PATCH v3 8/9] loop: Rework lo_ioctl() __user argument casting, Martijn Coenen
- [PATCH v3 9/9] loop: Add LOOP_SET_FD_AND_STATUS ioctl, Martijn Coenen
- [PATCH v3 7/9] loop: Move loop_set_status_from_info() and friends up, Martijn Coenen
- [PATCH v3 6/9] loop: Factor out configuring loop from status, Martijn Coenen
- [PATCH v3 3/9] loop: Switch to set_capacity_revalidate_and_notify(), Martijn Coenen
- [PATCH v3 4/9] loop: Refactor loop_set_status() size calculation, Martijn Coenen
- [PATCH v3 2/9] loop: Factor out setting loop device size, Martijn Coenen
- Re: [PATCH v3 0/9] Add a new LOOP_SET_FD_AND_STATUS ioctl, Christoph Hellwig
[PATCH v2 0/3] floppy: suppress UBSAN warning in setup_rw_floppy(),
Denis Efremov
[PATCH -next] block/genhd: align title and output,
Bo YU
[RFC PATCH v2 0/7] Add MMC packed request support,
Baolin Wang
[RFC] more make_request optimizations,
Christoph Hellwig
- [PATCH 01/11] block: improve the kerneldoc comments for submit_bio and generic_make_request, Christoph Hellwig
- [PATCH 02/11] block: cleanup the memory stall accounting in submit_bio, Christoph Hellwig
- [PATCH 03/11] block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCT, Christoph Hellwig
- [PATCH 04/11] block: add a bio_queue_enter helper, Christoph Hellwig
- [PATCH 05/11] block: refactor generic_make_request, Christoph Hellwig
- [PATCH 06/11] block: optimize generic_make_request for direct to blk-mq issue, Christoph Hellwig
- [PATCH 07/11] block: optimize do_make_request for direct to blk-mq issue, Christoph Hellwig
- [PATCH 08/11] block: move the call to blk_queue_enter_live out of blk_mq_get_request, Christoph Hellwig
- [PATCH 09/11] block: remove a pointless queue enter pair in blk_mq_alloc_request, Christoph Hellwig
- [PATCH 10/11] block: remove a pointless queue enter pair in blk_mq_alloc_request_hctx, Christoph Hellwig
- [PATCH 11/11] block: allow blk_mq_make_request to consume the q_usage_counter reference, Christoph Hellwig
stop using ioctl_by_bdev for file system access to CDROMs v2,
Christoph Hellwig
[PATCH v2] block: remove create_io_context,
Christoph Hellwig
avoid the ->make_request_fn indirect for blk-mq drivers,
Christoph Hellwig
Re: [PATCH 1/2] pktcdvd: Fix pkt_setup_dev() error path,
Luis Chamberlain
[GIT PULL] Block fixes for 5.7-rc3,
Jens Axboe
[PATCH v3 0/7] loopfs,
Christian Brauner
[PATCH v4] block: Limit number of items taken from the I/O scheduler in one go, Salman Qazi
[PATCH v3] block: Limit number of items taken from the I/O scheduler in one go,
Salman Qazi
[PATCH AUTOSEL 5.4 25/26] blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget, Sasha Levin
[PATCH AUTOSEL 5.6 36/38] blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget, Sasha Levin
[PATCH] block: remove create_io_context,
Christoph Hellwig
[PATCH] block: unexport bdev_read_page and bdev_write_page,
Christoph Hellwig
[PATCH V8 00/11] blk-mq: improvement CPU hotplug,
Ming Lei
- [PATCH V8 01/11] block: clone nr_integrity_segments and write_hint in blk_rq_prep_clone, Ming Lei
- [PATCH V8 02/11] block: add helper for copying request, Ming Lei
- [PATCH V8 03/11] blk-mq: mark blk_mq_get_driver_tag as static, Ming Lei
- [PATCH V8 04/11] blk-mq: assign rq->tag in blk_mq_get_driver_tag, Ming Lei
- [PATCH V8 05/11] blk-mq: support rq filter callback when iterating rqs, Ming Lei
- [PATCH V8 06/11] blk-mq: prepare for draining IO when hctx's all CPUs are offline, Ming Lei
- [PATCH V8 07/11] blk-mq: stop to handle IO and drain IO before hctx becomes inactive, Ming Lei
- [PATCH V8 08/11] block: add blk_end_flush_machinery, Ming Lei
- [PATCH V8 09/11] blk-mq: add blk_mq_hctx_handle_dead_cpu for handling cpu dead, Ming Lei
- [PATCH V8 10/11] blk-mq: re-submit IO in case that hctx is inactive, Ming Lei
- [PATCH V8 11/11] block: deactivate hctx when the hctx is actually inactive, Ming Lei
- Re: [PATCH V8 00/11] blk-mq: improvement CPU hotplug, Jens Axboe
[PATCH v2] block: Limit number of items taken from the I/O scheduler in one go,
Salman Qazi
[PATCH] virtio-blk: handle block_device_operations callbacks after hot unplug,
Stefan Hajnoczi
Request For Suggestion: how to handle udevd timeout for bcache registration,
Coly Li
stop using ioctl_by_bdev for file system access to CDROMs,
Christoph Hellwig
[PATCH v3 0/2] null_blk cleanup and fix,
Damien Le Moal
LSFMMBPF 2020 Cancellation announcement, Josef Bacik
[PATCH v2 0/7] loopfs,
Christian Brauner
[PATCH v1] lightnvm: pblk: Replace guid_copy() with export_guid()/import_guid(),
Andy Shevchenko
[PATCH v1] partitions/ldm: Replace uuid_copy() with import_uuid() where it makes sense,
Andy Shevchenko
[PATCH v2 0/5] Add a new LOOPSET_FD_AND_STATUS ioctl,
Martijn Coenen
[PATCH 0/2] nbd: export dead connection timeout,
Hou Pu
[PATCH blktests v3] Fix unintentional skipping of tests,
Klaus Jensen
bdi: fix use-after-free for dev_name(bdi->dev) v3,
Christoph Hellwig
- [PATCH 1/9] vboxsf: don't use the source name in the bdi name, Christoph Hellwig
- [PATCH 7/9] bdi: remove bdi_register_owner, Christoph Hellwig
- [PATCH 8/9] bdi: simplify bdi_alloc, Christoph Hellwig
- [PATCH 9/9] bdi: remove the name field in struct backing_dev_info, Christoph Hellwig
- [PATCH 6/9] bdi: unexport bdi_register_va, Christoph Hellwig
- [PATCH 5/9] driver core: remove device_create_vargs, Christoph Hellwig
- [PATCH 3/9] bdi: use bdi_dev_name() to get device name, Christoph Hellwig
- [PATCH 2/9] bdi: move bdi_dev_name out of line, Christoph Hellwig
- [PATCH 4/9] bdi: add a ->dev_name field to struct backing_dev_info, Christoph Hellwig
- Re: bdi: fix use-after-free for dev_name(bdi->dev) v3, Christoph Hellwig
- Re: bdi: fix use-after-free for dev_name(bdi->dev) v3, Christoph Hellwig
[PATCH 1/1] brd: remove a redundant check,
Zhen Lei
[PATCH v2] blk-iocost: Simplify parameter type in iocost_ioc_vrate_adj trace entry, Waiman Long
[PATCH] blk-iocost: Fix systemtap error on iocost_ioc_vrate_adj,
Waiman Long
[PATCH 0/3] floppy: suppress UBSAN warning in setup_rw_floppy(),
Denis Efremov
[PATCH blktests v2] Fix unintentional skipping of tests,
Klaus Jensen
stop using ioctl_by_bdev in the s390 DASD driver,
Christoph Hellwig
[PATCH 0/4] Charge loop device i/o to issuing cgroup,
Dan Schatzberg
Message not available
[PATCH v5 0/4] blk-mq: Fix two causes of IO stalls found in reboot testing,
Douglas Anderson
[PATCH 0/4] Add a new LOOP_SET_FD_AND_STATUS ioctl.,
Martijn Coenen
[PATCH v2 00/10] block: fix blktrace debugfs use after free,
Luis Chamberlain
- [PATCH v2 02/10] blktrace: move blktrace debugfs creation to helper function, Luis Chamberlain
- [PATCH v2 07/10] blktrace: move debugfs file creation to its own function, Luis Chamberlain
- [PATCH v2 03/10] blktrace: fix debugfs use after free, Luis Chamberlain
- [PATCH v2 10/10] block: put_device() if device_add() fails, Luis Chamberlain
- [PATCH v2 09/10] block: panic if block debugfs dir is not created, Luis Chamberlain
- [PATCH v2 08/10] blktrace: add checks for created debugfs files on setup, Luis Chamberlain
- [PATCH v2 05/10] blktrace: upgrade warns to BUG_ON() on unexpected circmunstances, Luis Chamberlain
- [PATCH v2 04/10] block: revert back to synchronous request_queue removal, Luis Chamberlain
- [PATCH v2 06/10] blk-debugfs: upgrade warns to BUG_ON() if directory is already found, Luis Chamberlain
- [PATCH v2 01/10] block: move main block debugfs initialization to its own file, Luis Chamberlain
- Re: [PATCH v2 00/10] block: fix blktrace debugfs use after free, Luis Chamberlain
[PATCH AUTOSEL 4.19 45/47] virtio-blk: improve virtqueue error to BLK_STS, Sasha Levin
[PATCH AUTOSEL 4.19 20/47] loop: Better discard support for block devices, Sasha Levin
[PATCH AUTOSEL 5.4 73/78] virtio-blk: improve virtqueue error to BLK_STS, Sasha Levin
[PATCH AUTOSEL 5.4 33/78] loop: Better discard support for block devices, Sasha Levin
[PATCH AUTOSEL 5.5 30/75] block: fix busy device checking in blk_drop_partitions, Sasha Levin
[PATCH AUTOSEL 5.5 35/75] loop: Better discard support for block devices, Sasha Levin
[PATCH AUTOSEL 5.5 75/75] block: fix busy device checking in blk_drop_partitions again, Sasha Levin
[PATCH AUTOSEL 5.5 74/75] virtio-blk: improve virtqueue error to BLK_STS, Sasha Levin
[PATCH AUTOSEL 5.6 32/73] block: fix busy device checking in blk_drop_partitions, Sasha Levin
[PATCH AUTOSEL 5.6 37/73] loop: Better discard support for block devices, Sasha Levin
[PATCH AUTOSEL 5.6 73/73] block: fix busy device checking in blk_drop_partitions again, Sasha Levin
[PATCH V7 0/9] blk-mq: improvement CPU hotplug,
Ming Lei
[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]