linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-05 10:29:40 to 2021-10-12 12:08:18 UTC [more...]

remove QUEUE_FLAG_SCSI_PASSTHROUGH
 2021-10-12 12:04 UTC  (3+ messages)
` [PATCH 1/7] block: add a ->get_unique_id method
` [PATCH 2/7] sd: implement ->get_unique_id

switch block layer polling to a bio based model v4
 2021-10-12 11:12 UTC  (17+ messages)
` [PATCH 01/16] direct-io: remove blk_poll support
` [PATCH 02/16] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [PATCH 03/16] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
` [PATCH 04/16] io_uring: fix a layering violation in io_iopoll_req_issued
` [PATCH 05/16] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 06/16] blk-mq: factor out a "classic" poll helper
` [PATCH 07/16] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 08/16] blk-mq: remove blk_qc_t_valid
` [PATCH 09/16] block: replace the spin argument to blk_iopoll with a flags argument
` [PATCH 10/16] io_uring: don't sleep when polling for I/O
` [PATCH 11/16] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 12/16] block: use SLAB_TYPESAFE_BY_RCU for the bio slab
` [PATCH 13/16] block: define 'struct bvec_iter' as packed
` [PATCH 14/16] block: switch polling to be bio based
` [PATCH 15/16] block: don't allow writing to the poll queue attribute
` [PATCH 16/16] nvme-multipath: enable polled I/O

small block layer ioctl cleanups
 2021-10-12 10:44 UTC  (4+ messages)
` [PATCH 1/3] block: unexport blkdev_ioctl
` [PATCH 2/3] block: move the *blkdev_ioctl declarations out of blkdev.h
` [PATCH 3/3] block: merge block_ioctl into blkdev_ioctl

two small blk-mq cleanups
 2021-10-12 10:40 UTC  (3+ messages)
` [PATCH 1/2] blk-mq: cleanup and rename __blk_mq_alloc_request
` [PATCH 2/2] blk-mq: cleanup blk_mq_submit_bio

[PATCH V3 0/6] blk-mq: support concurrent queue quiescing
 2021-10-12 10:36 UTC  (9+ messages)
` [PATCH V3 1/6] nvme: add APIs for stopping/starting admin queue
` [PATCH V3 2/6] nvme: apply nvme API to quiesce/unquiesce "
` [PATCH V3 3/6] nvme: prepare for pairing quiescing and unquiescing
` [PATCH V3 4/6] nvme: paring quiesce/unquiesce
` [PATCH V3 5/6] nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocated
` [PATCH V3 6/6] blk-mq: support concurrent queue quiesce/unquiesce

[PATCHSET v2 0/3] Add plug based request allocation batching
 2021-10-12 10:04 UTC  (5+ messages)
` [PATCH 1/3] block: bump max plugged deferred size from 16 to 32
` [PATCH 2/3] block: pre-allocate requests if plug is started and is a batch
` [PATCH 3/3] io_uring: inform block layer of how many requests we are submitting

tear down file system I/O in del_gendisk v3
 2021-10-12  9:33 UTC  (2+ messages)
` [PATCH 6/5] kyber: avoid q->disk dereferences in trace points

[PATCH] block/rnbd-clt-sysfs: fix a couple uninitialized variable bugs
 2021-10-12  9:08 UTC  (2+ messages)

[PATCH] block-map: added error handling for bio_copy_kern()
 2021-10-12  8:55 UTC  (3+ messages)

[PATCH -next] block: fix UAF from race of ioc_release_fn() and __ioc_clear_queue()
 2021-10-12  8:30 UTC 

[PATCH] block: Remove the redundant empty list check in blk_flush_plug_list
 2021-10-12  7:42 UTC 

[PATCH] loop: don't print warnings if the underlying filesystem doesn't support discard
 2021-10-12  6:20 UTC  (4+ messages)

[PATCH] driver: floppy: fix warning in __alloc_pages
 2021-10-12  3:49 UTC 

[PATCH] block, bfq: fix UAF problem in bfqg_stats_init()
 2021-10-12  1:58 UTC 

[PATCH] blk-cgroup: check blkcg policy is enabled in blkg_create()
 2021-10-12  1:39 UTC  (5+ messages)

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-12  0:20 UTC  (38+ messages)
` [PATCH v8 01/12] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v8 02/12] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v8 03/12] selftests: add tests_sysfs module
` [PATCH v8 04/12] kernfs: add initial failure injection support
` [PATCH v8 05/12] test_sysfs: add support to use kernfs failure injection
` [PATCH v8 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v8 07/12] fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()
` [PATCH v8 08/12] fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
` [PATCH v8 09/12] sysfs: fix deadlock race with module removal
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v8 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal

[Patch v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM
 2021-10-11 19:38 UTC  (20+ messages)

[PATCH V7 0/3] blk-mq: fix blk_mq_alloc_request_hctx
 2021-10-11 18:23 UTC  (3+ messages)
` [PATCH V7 1/3] genirq: add device_has_managed_msi_irq

[PATCH v5] virtio-blk: Add validation for block size in config space
 2021-10-11 11:40 UTC  (9+ messages)

[PATCH V2 0/5] blk-mq: support concurrent queue quiescing
 2021-10-11 11:39 UTC  (13+ messages)
` [PATCH V2 1/5] nvme: add APIs for stopping/starting admin queue
` [PATCH V2 5/5] blk-mq: support concurrent queue quiesce/unquiesce

[PATCH v8 0/5] Initial support for multi-actuator HDDs
 2021-10-11 11:28 UTC  (3+ messages)

[PATCH 0/6] some block optimisations
 2021-10-11  8:32 UTC  (11+ messages)
` [PATCH 1/6] block: cache bdev in struct file for raw bdev IO
` [PATCH 2/6] block: inline BDEV_I and friends
` [PATCH 3/6] blk-mq: optimise *end_request non-stat path
` [PATCH 4/6] block: inline hot paths of blk_account_io_*()
` [PATCH 5/6] blk-mq: inline hot part of __blk_mq_sched_restart
` [PATCH 6/6] block: convert ->bd_inode to container_of()

[PATCH v2] block: nbd: fix sanity check for first_minor
 2021-10-11  7:35 UTC  (2+ messages)

[PATCH] cdrom: docs: reformat table in Documentation/userspace-api/ioctl/cdrom.rst
 2021-10-11  1:36 UTC  (4+ messages)

[GIT PULL] Block fixes for 5.15-rc5
 2021-10-09 22:05 UTC  (2+ messages)

[PATCH] block: fix syzbot report UAF in bdev_free_inode()
 2021-10-09  9:42 UTC  (3+ messages)

[PATCH] block: nbd: fix sanity check for first_minor
 2021-10-09  8:46 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in bdev_free_inode
 2021-10-09  4:53 UTC  (2+ messages)

[PATCH v5 00/14] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-10-08 10:17 UTC  (13+ messages)
` [PATCH v5 11/14] blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()
` [PATCH v5 12/14] blk-mq: Use shared tags for shared sbitmap support
` [PATCH v5 13/14] blk-mq: Stop using pointers for blk_mq_tags bitmap tags
` [PATCH v5 14/14] blk-mq: Change shared sbitmap naming to shared tags

nbd lifetimes fixes
 2021-10-08  9:17 UTC  (2+ messages)

[patch v8 0/7] handle unexpected message from server
 2021-10-08  7:17 UTC  (4+ messages)

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-10-08  6:49 UTC  (9+ messages)

kernel BUG in block_invalidatepage
 2021-10-08  3:31 UTC  (5+ messages)

[PATCH v3] drivers/cdrom: improved ioctl for media change detection
 2021-10-07 23:04 UTC  (4+ messages)

[PATCH 0/8 v3] bfq: Limit number of allocated scheduler tags per cgroup
 2021-10-07 16:33 UTC  (10+ messages)
` [PATCH 1/8] block: Provide icq in request allocation data
` [PATCH 2/8] bfq: Track number of allocated requests in bfq_entity
` [PATCH 3/8] bfq: Store full bitmap depth in bfq_data
` [PATCH 4/8] bfq: Limit number of requests consumed by each cgroup
` [PATCH 5/8] bfq: Limit waker detection in time
` [PATCH 6/8] bfq: Provide helper to generate bfqq name
` [PATCH 7/8] bfq: Log waker detections
` [PATCH 8/8] bfq: Do not let waker requests skip proper accounting

[PATCH v4 0/4] blk-crypto cleanups
 2021-10-06 19:19 UTC  (11+ messages)
` [PATCH v4 1/4] blk-crypto-fallback: properly prefix function and struct names
` [PATCH v4 2/4] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [PATCH v4 3/4] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [PATCH v4 4/4] blk-crypto: update inline encryption documentation

[PATCHSET RFC 0/3] Add plug based request allocation batching
 2021-10-06 18:27 UTC  (8+ messages)
` [PATCH 1/3] block: bump max plugged deferred size from 16 to 32
` [PATCH 2/3] block: pre-allocate requests if plug is started and is a batch
` [PATCH 3/3] io_uring: inform block layer of how many requests we are submitting

[PATCH v2] Provide detailed specification of virtio-blk lifetime metrics
 2021-10-06 15:58 UTC  (5+ messages)
      ` [virtio-dev] Fwd: "

[PATCH v4 0/6] block: first batch of add_disk() error handling conversions
 2021-10-06 13:17 UTC  (3+ messages)
` [PATCH v4 4/6] dm: add add_disk() error handling

BUG: unable to handle kernel NULL pointer dereference in reset_interrupt
 2021-10-06  8:11 UTC 

[PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-10-05 22:42 UTC  (10+ messages)
` [PATCH v3 10/20] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v3 11/20] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v3 12/20] RDMA/rw: use dma_map_sgtable()
` [PATCH v3 13/20] PCI/P2PDMA: remove pci_p2pdma_[un]map_sg()

[PATCH] block: don't call should_fail_request() for !CONFIG_FAIL_MAKE_REQUEST
 2021-10-05 17:10 UTC  (3+ messages)

[PATCH] zram: Allow backing device to be assigned after init
 2021-10-05 17:08 UTC  (8+ messages)

[PATCHSET 0/2] Reduce overhead of CONFIG_BLK_CGROUP
 2021-10-05 16:06 UTC  (4+ messages)
` [PATCH 1/2] block: move blk-throtl fast path inline
` [PATCH 2/2] block: inherit request start time from bio for BLK_CGROUP

[BUG] kernel BUG at mm/slub.c - possible BFQ issue?
 2021-10-05 15:06 UTC  (3+ messages)


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).