linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-27 08:59:42 to 2021-09-28 19:43:50 UTC [more...]

[PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-09-28 19:43 UTC  (25+ messages)
` [PATCH v3 01/20] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v3 03/20] PCI/P2PDMA: make pci_p2pdma_map_type() non-static
` [PATCH v3 04/20] PCI/P2PDMA: introduce helpers for dma_map_sg implementations
` [PATCH v3 05/20] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v3 06/20] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v3 07/20] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v3 08/20] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [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()

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-09-28 19:13 UTC  (3+ messages)

[bug report] blktests srp/013 lead kernel panic with latest block/for-next and 5.13.15
 2021-09-28 18:07 UTC  (4+ messages)

[PATCH v2 0/4] Restore I/O priority support in the mq-deadline scheduler
 2021-09-28 17:35 UTC  (14+ messages)
` [PATCH v2 1/4] block/mq-deadline: Improve request accounting further
` [PATCH v2 2/4] block/mq-deadline: Add an invariant check
` [PATCH v2 3/4] block/mq-deadline: Stop using per-CPU counters
` [PATCH v2 4/4] block/mq-deadline: Prioritize high-priority requests

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

remove ->rq_disk
 2021-09-28 14:32 UTC  (8+ messages)
` [PATCH 1/5] mtd_blkdevs: remove the sector out of range check in do_blktrans_request
` [PATCH 2/5] block: don't check ->rq_disk in merges
` [PATCH 3/5] block: remove the ->rq_disk field in struct request
` [PATCH 4/5] block: remove the gendisk argument to blk_execute_rq
` [PATCH 5/5] scsi: remove the gendisk argument to scsi_ioctl

[PATCH v2 0/6] block: 5th batch of add_disk() error handling conversions
 2021-09-28 12:28 UTC  (10+ messages)
` [PATCH v2 1/6] cdrom/gdrom: add error handling support for add_disk()
` [PATCH v2 2/6] rbd: add add_disk() error handling
` [PATCH v2 3/6] mtd: "
` [PATCH v2 4/6] s390/block/dasd_genhd: add error handling support for add_disk()
` [PATCH v2 5/6] s390/block/dcssblk: "
` [PATCH v2 6/6] s390/block/scm_blk: "

btrfs - ppc64le - NIP [c0000000004bfbf4] kmem_cache_alloc_node+0x1c4/0x4d0
 2021-09-28 10:40 UTC 

[PATCH] block-map: added error handling for bio_copy_kern()
 2021-09-28  6:39 UTC 

[PATCH AUTOSEL 5.14 38/40] block: don't call rq_qos_ops->done_bio if the bio isn't tracked
 2021-09-28  5:55 UTC 

[PATCH] block: print the current process in handle_bad_sector
 2021-09-28  5:51 UTC  (2+ messages)

[PATCH v2 00/10] block: second batch of add_disk() error handling conversions
 2021-09-28  5:39 UTC  (14+ messages)
` [PATCH v2 01/10] block/brd: add error handling support for add_disk()
` [PATCH v2 02/10] bcache: "
` [PATCH v2 03/10] nvme-multipath: "
` [PATCH v2 04/10] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH v2 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v2 06/10] nvdimm/btt: add error handling support for add_disk()
` [PATCH v2 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v2 08/10] nvdimm/blk: add error handling support for add_disk()
` [PATCH v2 09/10] xen-blkfront: "
` [PATCH v2 10/10] zram: "

[PATCH V3 0/7] genirq/affinity: abstract new API from managed irq affinity spread
 2021-09-28  5:27 UTC  (11+ messages)
` [PATCH V3 1/7] genirq/affinity: remove the 'firstvec' parameter from irq_build_affinity_masks
` [PATCH V3 2/7] genirq/affinity: pass affinity managed mask array to irq_build_affinity_masks
` [PATCH V3 3/7] genirq/affinity: don't pass irq_affinity_desc "
` [PATCH V3 4/7] genirq/affinity: rename irq_build_affinity_masks as group_cpus_evenly
` [PATCH V3 5/7] genirq/affinity: move group_cpus_evenly() into lib/
` [PATCH V3 6/7] lib/group_cpus: allow to group cpus in case of !CONFIG_SMP
` [PATCH V3 7/7] blk-mq: build default queue map via group_cpus_evenly()

[RESEND PATCH 0/4] block: clean up Kconfig and Makefile
 2021-09-28  5:24 UTC  (6+ messages)
` [RESEND PATCH 1/4] block: remove redundant =y from BLK_CGROUP dependency
` [RESEND PATCH 2/4] block: simplify Kconfig files
` [RESEND PATCH 3/4] block: move menu "Partition type" to block/partitions/Kconfig
` [RESEND PATCH 4/4] block: move CONFIG_BLOCK guard to top Makefile

[PATCH v3 9/9] mm: Remove swap BIO paths and only use DIO paths
 2021-09-28  3:11 UTC  (7+ messages)
` [RFC][PATCH v3 0/9] mm: Use DIO for swap and fix NFS swapfiles

[PATCH] zram: Introduce an aged idle interface
 2021-09-28  2:23 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v2 0/3] kmod: add patient module removal support
 2021-09-28  1:38 UTC  (4+ messages)
` [PATCH v2 3/3] libkmod-module: add support for a patient module removal option

[PATCH v2 0/2] block: 7th -- last batch of add_disk() error handling conversions
 2021-09-28  0:57 UTC  (5+ messages)
` [PATCH v2 1/2] block: make __register_blkdev() return an error
` [PATCH v2 2/2] block: add __must_check for *add_disk*() callers

[PATCH v2 00/15] block: third batch of add_disk() error handling conversions
 2021-09-27 23:24 UTC  (19+ messages)
` [PATCH v2 01/15] z2ram: add error handling support for add_disk()
` [PATCH v2 02/15] aoe: "
` [PATCH v2 03/15] m68k/emu/nfblock: "
` [PATCH v2 04/15] drbd: "
` [PATCH v2 05/15] um/drivers/ubd_kern: "
` [PATCH v2 06/15] xtensa/platforms/iss/simdisk: "
` [PATCH v2 07/15] n64cart: "
` [PATCH v2 08/15] pcd: move the identify buffer into pcd_identify
` [PATCH v2 09/15] pcd: cleanup initialization
` [PATCH v2 10/15] pf: "
` [PATCH v2 11/15] pd: "
` [PATCH v2 12/15] pcd: add error handling support for add_disk()
` [PATCH v2 13/15] pcd: fix ordering of unregister_cdrom()
` [PATCH v2 14/15] pcd: capture errors on cdrom_register()
` [PATCH v2 15/15] pd: add error handling support for add_disk()

untangle the block headers v2
 2021-09-27 23:14 UTC  (2+ messages)

[PATCH v2 00/14] block: 6th batch of add_disk() error handling conversions
 2021-09-27 22:32 UTC  (16+ messages)
` [PATCH v2 01/14] block/swim3: add error handling support for add_disk()
` [PATCH v2 02/14] floppy: fix add_disk() assumption on exit due to new developments
` [PATCH v2 03/14] floppy: use blk_cleanup_disk()
` [PATCH v2 04/14] floppy: fix calling platform_device_unregister() on invalid drives
` [PATCH v2 05/14] floppy: add error handling support for add_disk()
` [PATCH v2 06/14] amiflop: "
` [PATCH v2 07/14] swim: simplify using blk_cleanup_disk() on swim_remove()
` [PATCH v2 08/14] swim: add helper for disk cleanup
` [PATCH v2 09/14] swim: add a floppy registration bool which triggers del_gendisk()
` [PATCH v2 10/14] swim: add error handling support for add_disk()
` [PATCH v2 11/14] block/ataflop: use the blk_cleanup_disk() helper
` [PATCH v2 12/14] block/ataflop: add registration bool before calling del_gendisk()
` [PATCH v2 13/14] block/ataflop: provide a helper for cleanup up an atari disk
` [PATCH v2 14/14] block/ataflop: add error handling support for add_disk()

[PATCH v2 00/10] block: fourth batch of add_disk() error handling conversions
 2021-09-27 22:31 UTC  (12+ messages)
` [PATCH v2 01/10] mtip32xx: add error handling support for add_disk()
` [PATCH v2 02/10] pktcdvd: "
` [PATCH v2 03/10] ps3disk: "
` [PATCH v2 04/10] ps3vram: "
` [PATCH v2 05/10] rnbd: "
` [PATCH v2 06/10] block/rsxx: "
` [PATCH v2 07/10] block/sunvdc: "
` [PATCH v2 08/10] block/sx8: "
` [PATCH v2 09/10] pf: "
` [PATCH v2 10/10] mtd/ubi/block: "

[PATCH v4 0/6] block: first batch of add_disk() error handling conversions
 2021-09-27 22:28 UTC  (9+ messages)
` [PATCH v4 1/6] scsi/sd: add error handling support for add_disk()
` [PATCH v4 2/6] scsi/sr: "
` [PATCH v4 3/6] md: "
` [PATCH v4 4/6] dm: add add_disk() error handling
` [PATCH v4 5/6] loop: add error handling support for add_disk()
` [PATCH v4 6/6] nbd: "

[PATCH 0/4] Restore I/O priority support in the mq-deadline scheduler
 2021-09-27 20:03 UTC  (10+ messages)
` [PATCH 1/4] block/mq-deadline: Improve request accounting further
  ` [PATCH 2/4] block/mq-deadline: Add an invariant check
  ` [PATCH 3/4] block/mq-deadline: Stop using per-CPU counters
  ` [PATCH 4/4] block/mq-deadline: Prioritize high-priority requests

[PATCH v3 02/20] PCI/P2PDMA: attempt to set map_type if it has not been set
 2021-09-27 18:50 UTC  (2+ messages)

[PATCH v3 19/20] PCI/P2PDMA: introduce pci_mmap_p2pmem()
 2021-09-27 18:49 UTC  (2+ messages)

fix a dax/block device attribute registration regression
 2021-09-27 18:19 UTC  (2+ messages)

[RFC PATCH v2 0/5] Support for hardware-wrapped inline encryption keys
 2021-09-27 18:12 UTC  (2+ messages)

[PATCH v3 0/4] blk-crypto cleanups
 2021-09-27 18:09 UTC  (2+ messages)

[RFC PATCH] blk-throttle: enable io throttle for root in cgroup v2
 2021-09-27 17:08 UTC  (6+ messages)

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-09-27 16:38 UTC  (13+ 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 10/12] test_sysfs: enable deadlock tests by default
` [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 v7 00/12 (RESEND)] syfs: generic deadlock fix with module removal
 2021-09-27 15:11 UTC  (2+ messages)

tear down file system I/O in del_gendisk v2
 2021-09-27 14:32 UTC  (7+ messages)
` [PATCH 3/4] block: drain file system I/O on del_gendisk

[PATCH] block: only allocate blkcg->fc_app_id when starting to use it
 2021-09-27 12:03 UTC  (4+ messages)

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-27 11:59 UTC  (2+ messages)

[PATCH 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-27 11:54 UTC  (3+ messages)

[PATCH] loop: avoid out-of-range warning
 2021-09-27 11:16 UTC  (3+ messages)

[PATCH v4 00/13] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-09-27  9:41 UTC  (11+ messages)
` [PATCH v4 11/13] blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()
` [PATCH v4 12/13] blk-mq: Use shared tags for shared sbitmap support

[PATCH v8 0/5] Initial support for multi-actuator HDDs
 2021-09-27  9:17 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).