linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-20 09:11:53 to 2022-09-23 03:07:41 UTC [more...]

[PATCH V5 0/7] ublk_drv: add USER_RECOVERY support
 2022-09-23  3:07 UTC  (11+ messages)
` [PATCH V5 1/7] ublk_drv: check 'current' instead of 'ubq_daemon'
` [PATCH V5 2/7] ublk_drv: define macros for recovery feature and check them
` [PATCH V5 3/7] ublk_drv: requeue rqs with recovery feature enabled
` [PATCH V5 4/7] ublk_drv: consider recovery feature in aborting mechanism
` [PATCH V5 5/7] ublk_drv: support UBLK_F_USER_RECOVERY_REISSUE
` [PATCH V5 6/7] ublk_drv: allow new process to open ublk chardev with recovery feature enabled
` [PATCH V5 7/7] Documentation: document ublk user recovery feature

[PATCH v14 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-09-22 23:56 UTC  (16+ messages)
    ` [PATCH v14 07/13] zonefs: allow non power of 2 zoned devices
    ` [PATCH v14 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
    ` [PATCH v14 09/13] dm-zone: use generic helpers to calculate offset from zone start
    ` [PATCH v14 10/13] dm-table: allow zoned devices with non power-of-2 zone sizes
    ` [PATCH v14 11/13] dm: call dm_zone_endio after the target endio callback for zoned devices
    ` [PATCH v14 12/13] dm: introduce DM_EMULATED_ZONES target feature flag
    ` [PATCH v14 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 zone sizes
  ` Please further explain Linux's "zoned storage" roadmap [was: Re: [PATCH v14 00/13] support zoned block devices with non-power-of-2 zone sizes]

Unable to handle kernel NULL pointer dereference at virtual address 00000010 - PC is at mempool_alloc
 2022-09-22 18:45 UTC  (2+ messages)

[PATCH RFC 0/8] Introduce provisioning primitives for thinly provisioned storage
 2022-09-22 18:29 UTC  (16+ messages)
` [PATCH RFC 4/8] fs: Introduce FALLOC_FL_PROVISION

[PATCHSET 0/5] Enable alloc caching and batched freeing for passthrough
 2022-09-22 18:28 UTC  (6+ messages)
` [PATCH 1/5] block: enable batched allocation for blk_mq_alloc_request()
` [PATCH 2/5] block: change request end_io handler to pass back a return value
` [PATCH 3/5] block: allow end_io based requests in the completion batch handling
` [PATCH 4/5] nvme: split out metadata vs non metadata end_io uring_cmd completions
` [PATCH 5/5] nvme: enable batched completions of passthrough IO

[PATCH v10 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-09-22 18:27 UTC  (10+ messages)
` [PATCH v10 1/8] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v10 2/8] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v10 3/8] block: add check when merging zone device pages
` [PATCH v10 4/8] lib/scatterlist: "
` [PATCH v10 5/8] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v10 6/8] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v10 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
` [PATCH v10 8/8] ABI: sysfs-bus-pci: add documentation for p2pmem allocate

[PATCH v2] virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()
 2022-09-22 17:01 UTC  (5+ messages)

[PATCH for-next v7 0/5] fixed-buffer for uring-cmd/passthru
 2022-09-22 15:46 UTC  (7+ messages)
  ` [PATCH for-next v7 3/5] nvme: refactor nvme_alloc_user_request
  ` [PATCH for-next v7 4/5] block: add helper to map bvec iterator for passthrough

[PATCH v9 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
 2022-09-22 14:58 UTC  (12+ messages)

[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
 2022-09-22 14:45 UTC  (22+ messages)
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines

blk-cgroup cleanups
 2022-09-22 14:21 UTC  (31+ messages)
` [PATCH 01/17] blk-cgroup: fix error unwinding in blkcg_init_queue
` [PATCH 02/17] blk-cgroup: remove blk_queue_root_blkg
` [PATCH 03/17] blk-cgroup: remove open coded blkg_lookup instances
` [PATCH 04/17] blk-cgroup: cleanup the blkg_lookup family of functions
` [PATCH 05/17] blk-cgroup: remove blkg_lookup_check
` [PATCH 06/17] blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queue
` [PATCH 07/17] blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exit
` [PATCH 08/17] blk-iolatency: pass a gendisk to blk_iolatency_init
` [PATCH 09/17] blk-iocost: simplify ioc_name
` [PATCH 10/17] blk-iocost: pass a gendisk to blk_iocost_init
` [PATCH 11/17] blk-iocost: cleanup ioc_qos_write
` [PATCH 12/17] blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exit
` [PATCH 13/17] blk-throttle: pass a gendisk to blk_throtl_register_queue
` [PATCH 14/17] blk-throttle: pass a gendisk to blk_throtl_cancel_bios
` [PATCH 15/17] blk-cgroup: pass a gendisk to blkg_destroy_all
` [PATCH 16/17] blk-cgroup: pass a gendisk to blkcg_schedule_throttle
` [PATCH 17/17] blk-cgroup: pass a gendisk to the blkg allocation helpers

[PATCH v5 0/3] implement direct IO with integrity
 2022-09-22 14:09 UTC  (10+ messages)
` [PATCH v5 1/3] block: bio-integrity: add PI iovec to bio
` [PATCH v5 2/3] block: io-uring: add READV_PI/WRITEV_PI operations
` [PATCH v5 3/3] block: fops: handle IOCB_USE_PI in direct IO

[PATCH v3 0/5] blk-wbt: simple improvment to enable wbt correctly
 2022-09-22 11:35 UTC  (6+ messages)
` [PATCH v3 1/5] wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabled
` [PATCH v3 2/5] elevator: add new field flags in struct elevator_queue
` [PATCH v3 3/5] block, bfq: don't disable wbt if CONFIG_BFQ_GROUP_IOSCHED is disabled
` [PATCH v3 4/5] blk-wbt: don't enable throttling if default elevator is bfq
` [PATCH v3 5/5] elevator: remove redundant code in elv_unregister_queue()

[PATCH] blk-mq: avoid to hang in the cpuhp offline handler
 2022-09-22  9:13 UTC  (5+ messages)

Supporting segment sizes smaller than the page size
 2022-09-22  5:39 UTC  (2+ messages)

[PATCH V4 0/8] ublk_drv: add USER_RECOVERY support
 2022-09-22  3:00 UTC  (16+ messages)
` [PATCH V4 1/8] ublk_drv: check 'current' instead of 'ubq_daemon'
` [PATCH V4 2/8] ublk_drv: refactor ublk_cancel_queue()
` [PATCH V4 3/8] ublk_drv: define macros for recovery feature and check them
` [PATCH V4 4/8] ublk_drv: requeue rqs with recovery feature enabled
` [PATCH V4 5/8] ublk_drv: consider recovery feature in aborting mechanism
` [PATCH V4 6/8] ublk_drv: support UBLK_F_USER_RECOVERY_REISSUE
` [PATCH V4 7/8] ublk_drv: allow new process to open ublk chardev with recovery feature enabled
` [PATCH V4 8/8] Documentation: document ublk user recovery feature

[PATCH] block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIO
 2022-09-22  1:51 UTC  (2+ messages)

[PATCH] block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfs
 2022-09-22  1:49 UTC  (4+ messages)

[PATCH 0/2] Remove orphan declarations for drbd
 2022-09-22  1:45 UTC  (3+ messages)

[PATCH next] sbitmap: fix lockup while swapping
 2022-09-21 16:40 UTC  (4+ messages)

[PATCH v6 0/7] badblocks improvement for multiple bad block ranges
 2022-09-21 16:33 UTC  (11+ messages)
` [PATCH v6 1/7] badblocks: add more helper structure and routines in badblocks.h
` [PATCH v6 2/7] badblocks: add helper routines for badblock ranges handling
` [PATCH v6 3/7] badblocks: improve badblocks_set() for multiple "
` [PATCH v6 4/7] badblocks: improve badblocks_clear() "
` [PATCH v6 5/7] badblocks: improve badblocks_check() "

regression caused by block: freeze the queue earlier in del_gendisk
 2022-09-21 14:56 UTC  (15+ messages)

[PATCH -next] blk-wbt: call rq_qos_add() after wb_normal is initialized
 2022-09-21 14:37 UTC  (3+ messages)

rnbd cleanups v2
 2022-09-21 14:37 UTC  (3+ messages)

[PATCH] block: Fix the enum blk_eh_timer_return documentation
 2022-09-21 14:37 UTC  (4+ messages)

[PATCH 0/7] s390/dasd: add hardware copy relation
 2022-09-21 14:36 UTC  (12+ messages)
` [PATCH 1/7] s390/dasd: put block allocation in separate function
` [PATCH 2/7] s390/dasd: add query PPRC function
` [PATCH 3/7] s390/dasd: add copy pair setup
` [PATCH 4/7] s390/dasd: add copy pair swap capability
` [PATCH 5/7] s390/dasd: add ioctl to perform a swap of the drivers copy pair
` [PATCH 6/7] s390/dasd: suppress generic error messages for PPRC secondary devices
` [PATCH 7/7] s390/dasd: add device ping attribute

[PATCH 0/2] blk-throttle: improve bypassing bios checkings
 2022-09-21  9:53 UTC  (3+ messages)
` [PATCH 1/2] blk-throttle: remove THROTL_TG_HAS_IOPS_LIMIT
` [PATCH 2/2] blk-throttle: improve bypassing bios checkings

[PATCH v2 0/4] brd: implement discard
 2022-09-21  9:09 UTC  (9+ messages)
` [PATCH v2 1/4] brd: make brd_insert_page return bool
` [PATCH v2 2/4] brd: extend the rcu regions to cover read and write
` [PATCH v2 3/4] brd: enable discard
` [PATCH v2 4/4] brd: implement secure erase and write zeroes
` [dm-devel] [PATCH v2 0/4] brd: implement discard

[PATCH 0/3] virtio-blk: support zoned block devices
 2022-09-21  2:33 UTC  (4+ messages)

[PATCH 0/4] brd: implement discard
 2022-09-20 17:47 UTC  (7+ messages)
` [PATCH 3/4] brd: enable discard
` [PATCH 4/4] brd: implement secure erase and write zeroes
    ` [dm-devel] "

improve pagecache PSI annotations v2
 2022-09-20 17:21 UTC  (3+ messages)

[PATCH] block: Remove unnecessary (void*) conversions
 2022-09-20 14:29 UTC  (2+ messages)

[PATCH] block: fix comment typo in submit_bio of block-core.c
 2022-09-20 14:24 UTC  (2+ messages)

[PATCH] Revert "block: freeze the queue earlier in del_gendisk"
 2022-09-20 14:16 UTC  (2+ messages)

[GIT PULL] first round of nvme updates for Linux 6.1
 2022-09-20 13:50 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).