Linux Block Development
[Prev Page][Next Page]
- [PATCH v3 3/9] loop: Switch to set_capacity_revalidate_and_notify(), (continued)
- [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
- [PATCH V7 1/9] blk-mq: mark blk_mq_get_driver_tag as static, Ming Lei
- [PATCH V7 2/9] blk-mq: assign rq->tag in blk_mq_get_driver_tag, Ming Lei
- [PATCH V7 3/9] blk-mq: prepare for draining IO when hctx's all CPUs are offline, Ming Lei
- [PATCH V7 4/9] blk-mq: support rq filter callback when iterating rqs, Ming Lei
- [PATCH V7 6/9] block: add blk_end_flush_machinery, Ming Lei
- [PATCH V7 5/9] blk-mq: stop to handle IO and drain IO before hctx becomes inactive, Ming Lei
- [PATCH V7 7/9] blk-mq: re-submit IO in case that hctx is inactive, Ming Lei
- [PATCH V7 8/9] blk-mq: handle requests dispatched from IO scheduler in case of inactive hctx, Ming Lei
- [PATCH V7 9/9] block: deactivate hctx when the hctx is actually inactive, Ming Lei
- Re: [PATCH V7 0/9] blk-mq: improvement CPU hotplug, John Garry
[GIT PULL] Block fixes for 5.7-rc,
Jens Axboe
[PATCH 1/2] blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literals,
Tommi Rantala
[RFC] block: fix access of uninitialized pointer address in bt_for_each(),
yu kuai
[PATCH v7 00/11] Introduce Zone Append for writing to zoned block devices,
Johannes Thumshirn
- [PATCH v7 01/11] scsi: free sgtables in case command setup fails, Johannes Thumshirn
- [PATCH v7 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no, Johannes Thumshirn
- [PATCH v7 03/11] block: rename __bio_add_pc_page to bio_add_hw_page, Johannes Thumshirn
- [PATCH v7 04/11] block: Introduce REQ_OP_ZONE_APPEND, Johannes Thumshirn
- [PATCH v7 05/11] block: introduce blk_req_zone_write_trylock, Johannes Thumshirn
- [PATCH v7 06/11] block: Modify revalidate zones, Johannes Thumshirn
- [PATCH v7 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands, Johannes Thumshirn
- [PATCH v7 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands, Johannes Thumshirn
- [PATCH v7 09/11] null_blk: Support REQ_OP_ZONE_APPEND, Johannes Thumshirn
- [PATCH v7 10/11] block: export bio_release_pages and bio_iov_iter_get_pages, Johannes Thumshirn
- [PATCH v7 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO, Johannes Thumshirn
- Re: [PATCH v7 00/11] Introduce Zone Append for writing to zoned block devices, Theodore Y. Ts'o
- Re: [PATCH v7 00/11] Introduce Zone Append for writing to zoned block devices, Bart Van Assche
bdi: fix use-after-free for dev_name(bdi->dev) v2,
Christoph Hellwig
[PATCH] blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget,
John Garry
[Regression] No IO interrupt is generated before CPU is offline, Ming Lei
bdi: fix use-after-free for dev_name(bdi->dev),
Christoph Hellwig
[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE),
deven . desai
- [RFC PATCH v3 01/12] scripts: add ipe tooling to generate boot policy, deven . desai
- [RFC PATCH v3 12/12] cleanup: uapi/linux/audit.h, deven . desai
- [RFC PATCH v3 03/12] security: add ipe lsm policy parser and policy loading, deven . desai
- [RFC PATCH v3 11/12] documentation: add ipe documentation, deven . desai
- [RFC PATCH v3 04/12] ipe: add property for trust of boot volume, deven . desai
- [RFC PATCH v3 09/12] dm-verity: add bdev_setsecurity hook for root-hash, deven . desai
- [RFC PATCH v3 10/12] ipe: add property for dmverity roothash, deven . desai
- [RFC PATCH v3 08/12] ipe: add property for signed dmverity volumes, deven . desai
- [RFC PATCH v3 07/12] dm-verity: add bdev_setsecurity hook for dm-verity signature, deven . desai
- [RFC PATCH v3 05/12] fs: add security blob and hooks for block_device, deven . desai
- [RFC PATCH v3 06/12] dm-verity: move signature check after tree validation, deven . desai
- [RFC PATCH v3 02/12] security: add ipe lsm evaluation loop and audit system, deven . desai
- Re: [RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE), Mickaël Salaün
[PATCH v2 2/4] blk-mq: Allow timeouts to run while queue is freezing, Giuliano Procida
[PATCH v12 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device,
Danil Kipnis
- [PATCH v12 01/25] sysfs: export sysfs_remove_file_self(), Danil Kipnis
- [PATCH v12 02/25] RDMA/rtrs: public interface header to establish RDMA connections, Danil Kipnis
- [PATCH v12 03/25] RDMA/rtrs: private headers with rtrs protocol structs and helpers, Danil Kipnis
- [PATCH v12 04/25] RDMA/rtrs: core: lib functions shared between client and server modules, Danil Kipnis
- [PATCH v12 06/25] RDMA/rtrs: client: main functionality, Danil Kipnis
- [PATCH v12 07/25] RDMA/rtrs: client: statistics functions, Danil Kipnis
- [PATCH v12 08/25] RDMA/rtrs: client: sysfs interface functions, Danil Kipnis
- [PATCH v12 09/25] RDMA/rtrs: server: private header with server structs and functions, Danil Kipnis
- [PATCH v12 10/25] RDMA/rtrs: server: main functionality, Danil Kipnis
- [PATCH v12 23/25] block/rnbd: include client and server modules into kernel compilation, Danil Kipnis
- [PATCH v12 19/25] block/rnbd: server: private header with server structs and functions, Danil Kipnis
- [PATCH v12 21/25] block/rnbd: server: functionality for IO submission to block dev, Danil Kipnis
- [PATCH v12 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules, Danil Kipnis
- [PATCH v12 24/25] block/rnbd: a bit of documentation, Danil Kipnis
- [PATCH v12 11/25] RDMA/rtrs: server: statistics functions, Danil Kipnis
- [PATCH v12 20/25] block/rnbd: server: main functionality, Danil Kipnis
- [PATCH v12 22/25] block/rnbd: server: sysfs interface functions, Danil Kipnis
- [PATCH v12 17/25] block/rnbd: client: main functionality, Danil Kipnis
- [PATCH v12 18/25] block/rnbd: client: sysfs interface functions, Danil Kipnis
- [PATCH v12 16/25] block/rnbd: client: private header with client structs and functions, Danil Kipnis
- [PATCH v12 15/25] block/rnbd: private headers with rnbd protocol structs and helpers, Danil Kipnis
- [PATCH v12 14/25] RDMA/rtrs: a bit of documentation, Danil Kipnis
- [PATCH v12 13/25] RDMA/rtrs: include client and server modules into kernel compilation, Danil Kipnis
- [PATCH v12 12/25] RDMA/rtrs: server: sysfs interface functions, Danil Kipnis
- [PATCH v12 05/25] RDMA/rtrs: client: private header with client structs and functions, Danil Kipnis
- Re: [PATCH v12 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device, Jinpu Wang
[PATCH v6 00/11] Introduce Zone Append for writing to zoned block devices,
Johannes Thumshirn
[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]