linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-23 16:17:21 to 2020-04-27 12:43:05 UTC [more...]

[PATCH 1/1] blk-mq: remove the pointless call of list_entry_rq() in hctx_show_busy_rq()
 2020-04-27 13:12 UTC 

[PATCH v8 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-27 12:30 UTC  (17+ messages)
` [PATCH v8 01/11] scsi: free sgtables in case command setup fails
` [PATCH v8 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v8 03/11] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v8 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v8 05/11] block: introduce blk_req_zone_write_trylock
` [PATCH v8 06/11] block: Modify revalidate zones
` [PATCH v8 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v8 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v8 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v8 10/11] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v8 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

[PATCH] block: remove create_io_context
 2020-04-27 10:58 UTC  (2+ messages)

stop using ioctl_by_bdev for file system access to CDROMs v2
 2020-04-27  9:50 UTC  (16+ messages)
` [PATCH 1/7] block: add a cdrom_device_info pointer to struct gendisk
` [PATCH 2/7] ide-cd: rename cdrom_read_tocentry
` [PATCH 3/7] cdrom: factor out a cdrom_read_tocentry helper
` [PATCH 4/7] cdrom: factor out a cdrom_multisession helper
` [PATCH 5/7] hfsplus: stop using ioctl_by_bdev
` [PATCH 6/7] isofs: "
` [PATCH 7/7] udf: "

[PATCH v3 0/9] Add a new LOOP_SET_FD_AND_STATUS ioctl
 2020-04-27  7:42 UTC  (10+ messages)
` [PATCH v3 1/9] loop: Factor out loop size validation
` [PATCH v3 2/9] loop: Factor out setting loop device size
` [PATCH v3 3/9] loop: Switch to set_capacity_revalidate_and_notify()
` [PATCH v3 4/9] loop: Refactor loop_set_status() size calculation
` [PATCH v3 5/9] loop: Remove figure_loop_size()
` [PATCH v3 6/9] loop: Factor out configuring loop from status
` [PATCH v3 7/9] loop: Move loop_set_status_from_info() and friends up
` [PATCH v3 8/9] loop: Rework lo_ioctl() __user argument casting
` [PATCH v3 9/9] loop: Add LOOP_SET_FD_AND_STATUS ioctl

[PATCH 0/4] Add a new LOOP_SET_FD_AND_STATUS ioctl
 2020-04-27  7:42 UTC  (4+ messages)
` [PATCH 4/4] loop: Add "

[PATCH v2 0/3] floppy: suppress UBSAN warning in setup_rw_floppy()
 2020-04-27  5:50 UTC  (11+ messages)
` [PATCH v2 1/3] floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_params
` [PATCH v2 2/3] floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmd
` [PATCH v2 3/3] floppy: suppress UBSAN warning in setup_rw_floppy()

[PATCH -next] block/genhd: align title and output
 2020-04-26 12:22 UTC 

[RFC PATCH v2 0/7] Add MMC packed request support
 2020-04-26  9:39 UTC  (8+ messages)
` [RFC PATCH v2 1/7] block: Extand commit_rqs() to do batch processing
` [RFC PATCH v2 2/7] mmc: Add MMC packed request support for MMC software queue
` [RFC PATCH v2 3/7] mmc: host: sdhci: Introduce ADMA3 transfer mode
` [RFC PATCH v2 4/7] mmc: host: sdhci: Factor out the command configuration
` [RFC PATCH v2 5/7] mmc: host: sdhci: Remove redundant sg_count member of struct sdhci_host
` [RFC PATCH v2 6/7] mmc: host: sdhci: Add MMC packed request support
` [RFC PATCH v2 7/7] mmc: host: sdhci-sprd: "

avoid the ->make_request_fn indirect for blk-mq drivers
 2020-04-26  9:35 UTC  (6+ messages)
` [PATCH 1/3] bcache: remove a duplicate ->make_request_fn assignment
` [PATCH 2/3] dm: remove the make_request_fn check in device_area_is_invalid
` [PATCH 3/3] block: bypass ->make_request_fn for blk-mq drivers

[PATCH V8 00/11] blk-mq: improvement CPU hotplug
 2020-04-26  8:19 UTC  (58+ messages)
` [PATCH V8 01/11] block: clone nr_integrity_segments and write_hint in blk_rq_prep_clone
` [PATCH V8 02/11] block: add helper for copying request
` [PATCH V8 03/11] blk-mq: mark blk_mq_get_driver_tag as static
` [PATCH V8 04/11] blk-mq: assign rq->tag in blk_mq_get_driver_tag
` [PATCH V8 05/11] blk-mq: support rq filter callback when iterating rqs
` [PATCH V8 06/11] blk-mq: prepare for draining IO when hctx's all CPUs are offline
` [PATCH V8 07/11] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
` [PATCH V8 08/11] block: add blk_end_flush_machinery
` [PATCH V8 09/11] blk-mq: add blk_mq_hctx_handle_dead_cpu for handling cpu dead
` [PATCH V8 10/11] blk-mq: re-submit IO in case that hctx is inactive
` [PATCH V8 11/11] block: deactivate hctx when the hctx is actually inactive

[RFC] more make_request optimizations
 2020-04-26  2:59 UTC  (14+ messages)
` [PATCH 01/11] block: improve the kerneldoc comments for submit_bio and generic_make_request
` [PATCH 02/11] block: cleanup the memory stall accounting in submit_bio
` [PATCH 03/11] block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCT
` [PATCH 04/11] block: add a bio_queue_enter helper
` [PATCH 05/11] block: refactor generic_make_request
` [PATCH 06/11] block: optimize generic_make_request for direct to blk-mq issue
` [PATCH 07/11] block: optimize do_make_request "
` [PATCH 08/11] block: move the call to blk_queue_enter_live out of blk_mq_get_request
` [PATCH 09/11] block: remove a pointless queue enter pair in blk_mq_alloc_request
` [PATCH 10/11] block: remove a pointless queue enter pair in blk_mq_alloc_request_hctx
` [PATCH 11/11] block: allow blk_mq_make_request to consume the q_usage_counter reference

[PATCH 0/2] Two bug fixes for the pktcdvd driver
 2020-04-25 22:34 UTC  (5+ messages)
` [PATCH 1/2] pktcdvd: Fix pkt_setup_dev() error path

[PATCH v2] block: remove create_io_context
 2020-04-25 15:44 UTC  (2+ messages)

bdi: fix use-after-free for dev_name(bdi->dev) v3
 2020-04-25 10:43 UTC  (3+ messages)

[PATCH v12 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-04-25  8:31 UTC  (2+ messages)

[PATCH v2 00/10] block: fix blktrace debugfs use after free
 2020-04-25  2:12 UTC  (13+ messages)
` [PATCH v2 03/10] blktrace: fix "
` [PATCH v2 10/10] block: put_device() if device_add() fails

[GIT PULL] Block fixes for 5.7-rc3
 2020-04-24 20:50 UTC  (2+ messages)

[PATCH RFC v6 00/10] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-04-24 16:31 UTC  (12+ messages)
` [PATCH RFC v6 08/10] megaraid_sas: switch fusion adapters to MQ

[PATCH v3 0/7] loopfs
 2020-04-24 16:20 UTC  (8+ messages)
` [PATCH v3 1/7] kobject_uevent: remove unneeded netlink_ns check
` [PATCH v3 2/7] loopfs: implement loopfs
` [PATCH v3 3/7] loop: use ns_capable for some loop operations
` [PATCH v3 4/7] kernfs: handle multiple namespace tags
` [PATCH v3 5/7] loop: preserve sysfs backwards compatibility
` [PATCH v3 6/7] loopfs: start attaching correct namespace during loop_add()
` [PATCH v3 7/7] loopfs: only show devices in their correct instance

[PATCH v4] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-24 15:53 UTC 

[PATCH v3] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-24 15:39 UTC  (3+ messages)

[PATCH] block: unexport bdev_read_page and bdev_write_page
 2020-04-24 15:16 UTC  (2+ messages)

[PATCH] block: remove create_io_context
 2020-04-24 14:53 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 25/26] blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
 2020-04-24 12:23 UTC 

[PATCH AUTOSEL 5.6 36/38] blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
 2020-04-24 12:22 UTC 

[PATCH] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-04-24 10:42 UTC  (4+ messages)

Request For Suggestion: how to handle udevd timeout for bcache registration
 2020-04-24  9:49 UTC  (4+ messages)

stop using ioctl_by_bdev for file system access to CDROMs
 2020-04-24  9:21 UTC  (5+ messages)
` [PATCH 6/7] isofs: stop using ioctl_by_bdev

[PATCH] blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
 2020-04-24  7:18 UTC  (6+ messages)

[PATCH v2] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-24  6:42 UTC  (5+ messages)

[PATCH 1/1] brd: remove a redundant check
 2020-04-24  2:08 UTC  (2+ messages)

[PATCH v2] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-23 21:48 UTC 

[PATCH] block: Limit number of items taken from the I/O scheduler in one go
 2020-04-23 20:40 UTC  (10+ messages)

[PATCH v2 0/7] loopfs
 2020-04-23 16:29 UTC  (6+ messages)
` [PATCH v2 2/7] loopfs: implement loopfs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).