linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-29 03:55:46 to 2021-10-05 22:29:31 UTC [more...]

[PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-10-05 22:29 UTC  (58+ messages)
` [PATCH v3 01/20] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v3 04/20] PCI/P2PDMA: introduce helpers for dma_map_sg implementations
  ` [PATCH v3 4/20] "
` [PATCH v3 09/20] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v3 10/20] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v3 12/20] RDMA/rw: use dma_map_sgtable()
` [PATCH v3 14/20] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v3 19/20] PCI/P2PDMA: introduce pci_mmap_p2pmem()

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-05 20:57 UTC  (23+ messages)
` [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] virtio-blk: Add validation for block size in config space
 2021-10-05 18:26 UTC  (8+ messages)

[PATCH v4 0/4] blk-crypto cleanups
 2021-10-05 17:26 UTC  (6+ 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

[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  (10+ messages)

[PATCH v5 00/14] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-10-05 16:23 UTC  (19+ messages)
` [PATCH v5 01/14] blk-mq: Change rqs check in blk_mq_free_rqs()
` [PATCH v5 02/14] block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
` [PATCH v5 03/14] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()
` [PATCH v5 04/14] blk-mq: Invert check "
` [PATCH v5 05/14] blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}()
` [PATCH v5 06/14] blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()
` [PATCH v5 07/14] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
` [PATCH v5 08/14] blk-mq: Don't clear driver tags own mapping
` [PATCH v5 09/14] blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
` [PATCH v5 10/14] blk-mq: Add blk_mq_alloc_map_and_rqs()
` [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

[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  (4+ messages)

[PATCH V2 0/5] blk-mq: support concurrent queue quiescing
 2021-10-05  8:04 UTC  (13+ messages)
` [PATCH V2 1/5] nvme: add APIs for stopping/starting admin queue
` [PATCH V2 2/5] nvme: apply nvme API to quiesce/unquiesce "
` [PATCH V2 3/5] nvme: prepare for pairing quiescing and unquiescing
` [PATCH V2 4/5] nvme: paring quiesce/unquiesce
` [PATCH V2 5/5] blk-mq: support concurrent queue quiesce/unquiesce

[bug report] blktests srp/013 lead kernel panic with latest block/for-next and 5.13.15
 2021-10-05  3:21 UTC  (5+ messages)

tear down file system I/O in del_gendisk v3
 2021-10-05  2:15 UTC  (9+ messages)
` [PATCH 1/5] block: call submit_bio_checks under q_usage_counter
` [PATCH 2/5] block: factor out a blk_try_enter_queue helper
` [PATCH 3/5] block: split bio_queue_enter from blk_queue_enter
` [PATCH 4/5] block: drain file system I/O on del_gendisk
` [PATCH 5/5] block: keep q_usage_counter in atomic mode after del_gendisk

[syzbot] KASAN: use-after-free Read in __dev_queue_xmit (5)
 2021-10-04 21:37 UTC 

[PATCH] block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output
 2021-10-04 12:59 UTC  (2+ messages)

[PATCH] loop: don't print warnings if the underlying filesystem doesn't support discard
 2021-10-04 13:01 UTC  (3+ messages)

[PATCH V7 3/3] blk-mq: don't deactivate hctx if managed irq isn't used
 2021-10-04 12:25 UTC  (2+ messages)
` [RFC] nvme-fc: Allow managed IRQs

[GIT PULL] Block fixes for 5.15-rc4
 2021-10-03  5:24 UTC  (6+ messages)

[PATCH v2 (RESEND)] block: genhd: fix double kfree() in __alloc_disk_node()
 2021-10-02 13:29 UTC  (2+ messages)

[PATCH v2 (RESEND)] brd: reduce the brd_devices_mutex scope
 2021-10-02 13:28 UTC  (2+ messages)

swim3.c:1200:38: error: 'FLOPPY_MAJOR' undeclared (first use in this function)
 2021-10-02  1:25 UTC  (4+ messages)

[PATCH] sx8: fix an error code in carm_init_one()
 2021-10-01 19:34 UTC  (2+ messages)

[PATCH] pf: fix error codes in pf_init_unit()
 2021-10-01 19:34 UTC  (2+ messages)

[PATCH] pcd: fix error codes in pcd_init_unit()
 2021-10-01 19:34 UTC  (2+ messages)

[Question] io cgroup subsystem threaded support
 2021-10-01 11:05 UTC 

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

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-09-30 16:20 UTC  (7+ messages)

[RFC][PATCH v3 0/9] mm: Use DIO for swap and fix NFS swapfiles
 2021-09-30 15:54 UTC  (5+ messages)

[PATCH 1/2] virtio: introduce virtio_dev_to_node helper
 2021-09-30 13:24 UTC  (16+ messages)
` [PATCH 2/2] virtio-blk: set NUMA affinity for a tagset

[PATCH v2 00/10] block: second batch of add_disk() error handling conversions
 2021-09-30 13:07 UTC  (3+ messages)
` [PATCH v2 09/10] xen-blkfront: add error handling support for add_disk()

[PATCH 0/2] Fix UFS task management command timeout
 2021-09-30  8:50 UTC  (6+ messages)
` [PATCH 1/2] blk-mq: new busy request iterator for driver
` [PATCH 2/2] scsi: ufs: fix TM request timeout

[PATCH] nbd: use shifts rather than multiplies
 2021-09-30  2:32 UTC  (4+ messages)

[PATCH V3 0/7] genirq/affinity: abstract new API from managed irq affinity spread
 2021-09-30  0:05 UTC  (4+ messages)
` [PATCH V3 5/7] genirq/affinity: move group_cpus_evenly() into lib/

[PATCH v2 0/3] kmod: add patient module removal support
 2021-09-29 18:48 UTC  (5+ messages)
` [PATCH v2 3/3] libkmod-module: add support for a patient module removal option

[PATCH 0/5] blk-mq: support nested queue quiescing
 2021-09-29 15:44 UTC  (10+ messages)
` [PATCH 1/5] nvme: add APIs for stopping/starting admin queue
` [PATCH 2/5] nvme: apply nvme API to quiesce/unquiesce "
` [PATCH 3/5] nvme: prepare for pairing quiescing and unquiescing
` [PATCH 4/5] nvme: paring quiesce/unquiesce
` [PATCH 5/5] blk-mq: support nested blk_mq_quiesce_queue()

[PATCH] zram: Introduce an aged idle interface
 2021-09-29 14:30 UTC  (2+ messages)
` [PATCH v6] "

[PATCH v4 00/13] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-09-29 13:36 UTC  (5+ messages)
` [PATCH v4 12/13] blk-mq: Use shared tags for shared sbitmap support

[patch v8 0/7] handle unexpected message from server
 2021-09-29 12:54 UTC  (3+ messages)

remove ->rq_disk
 2021-09-29  8:04 UTC  (4+ messages)

[PATCH -next] pcd: capture error codes on pcd_probe() and pf_probe()
 2021-09-29  6:54 UTC  (2+ messages)

[PATCH v8 0/5] Initial support for multi-actuator HDDs
 2021-09-29  3:55 UTC  (2+ 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).