linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-06 01:04:08 to 2022-09-12 08:23:53 UTC [more...]

[PATCH v13 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-09-12  8:22 UTC  (14+ messages)
    ` [PATCH v13 01/13] block: make bdev_nr_zones and disk_zone_no generic for npo2 zone size
    ` [PATCH v13 02/13] block: rearrange bdev_{is_zoned,zone_sectors,get_queue} helper in blkdev.h
    ` [PATCH v13 03/13] block: allow blk-zoned devices to have non-power-of-2 zone size
    ` [PATCH v13 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
    ` [PATCH v13 05/13] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
    ` [PATCH v13 06/13] null_blk: allow zoned devices with non power-of-2 zone sizes
    ` [PATCH v13 07/13] zonefs: allow non power of 2 zoned devices
    ` [PATCH v13 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
    ` [PATCH v13 09/13] dm-zone: use generic helpers to calculate offset from zone start
    ` [PATCH v13 10/13] dm-table: allow zoned devices with non power-of-2 zone sizes
    ` [PATCH v13 11/13] dm: call dm_zone_endio after the target endio callback for zoned devices
    ` [PATCH v13 12/13] dm: introduce DM_EMULATED_ZONES target feature flag
    ` [PATCH v13 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 zone sizes

[PATCH RESEND] block: count submission time as thrashing delay for delayacct
 2022-09-12  8:10 UTC 

regression caused by block: freeze the queue earlier in del_gendisk
 2022-09-12  7:16 UTC  (11+ messages)

[PATCH v2 0/3] blk-throttle cleanups
 2022-09-12  6:20 UTC  (3+ messages)

[PATCH v9 0/4] blk-throttle bugfix
 2022-09-12  6:20 UTC  (4+ messages)

[PATCH] block: remove unneeded "default n" options
 2022-09-12  6:12 UTC  (2+ messages)

consolidate btrfs checksumming, repair and bio splitting
 2022-09-12  6:11 UTC  (41+ messages)
` [PATCH 01/17] block: export bio_split_rw
` [PATCH 02/17] btrfs: stop tracking failed reads in the I/O tree
` [PATCH 03/17] btrfs: move repair_io_failure to volumes.c
` [PATCH 04/17] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 05/17] btrfs: handle checksum generation in "
` [PATCH 06/17] btrfs: handle recording of zoned writes "
` [PATCH 07/17] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 08/17] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 09/17] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 10/17] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 11/17] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 12/17] btrfs: remove struct btrfs_io_geometry
` [PATCH 13/17] btrfs: remove submit_encoded_read_bio
` [PATCH 14/17] btrfs: remove now spurious bio submission helpers
` [PATCH 16/17] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 17/17] iomap: remove IOMAP_F_ZONE_APPEND

[PATCHv5] sbitmap: fix batched wait_cnt accounting
 2022-09-12  6:10 UTC  (2+ messages)

[PATCH blktests] common/rc: support compressed module files
 2022-09-12  5:46 UTC 

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-09-12  0:54 UTC  (10+ messages)
` [PATCH v5 1/8] statx: add direct I/O "
` [PATCH v5 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v5 8/8] xfs: support STATX_DIOALIGN

[PATCH 0/2] block/nvme: Fix DMA-noncoherent platforms support
 2022-09-11 16:28 UTC  (12+ messages)
` [PATCH 1/2] nvme-hwmon: Cache-line-align the NVME SMART log-buffer
` [PATCH 2/2] block: sed-opal: Cache-line-align the cmd/resp buffers

improve pagecache PSI annotations
 2022-09-10 18:26 UTC  (9+ messages)
` [PATCH 1/5] mm: add PSI accounting around ->read_folio and ->readahead calls
` [PATCH 2/5] sched/psi: export psi_memstall_{enter,leave}
` [PATCH 3/5] btrfs: add manual PSI accounting for compressed reads
` [PATCH 4/5] erofs: add manual PSI accounting for the compressed address space
` [PATCH 5/5] block: remove PSI accounting from the bio layer

[GIT PULL] Block fixes for 6.0-rc5
 2022-09-09 19:13 UTC  (2+ messages)

[PATCH blktests v2] nvme/045: test queue count changes on reconnect
 2022-09-09 17:03 UTC  (4+ messages)

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

[PATCHv4] sbitmap: fix batched wait_cnt accounting
 2022-09-09 15:49 UTC  (3+ messages)

rnbd cleanups v2
 2022-09-09 13:15 UTC  (5+ messages)
` [PATCH 1/4] rnbd-srv: simplify rnbd_srv_fill_msg_open_rsp
` [PATCH 2/4] rnbd-srv: remove rnbd_endio
` [PATCH 3/4] rnbd-srv: remove rnbd_dev_{open,close}
` [PATCH 4/4] rnbd-srv: remove struct rnbd_dev

[PATCH] block: split bio_check_pages_dirty
 2022-09-09 13:05 UTC 

[PATCH for-next v7 0/5] fixed-buffer for uring-cmd/passthru
 2022-09-09 10:21 UTC  (6+ messages)
    ` [PATCH for-next v7 1/5] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v7 2/5] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [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 for-next v7 5/5] nvme: wire up fixed buffer support for nvme passthrough

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

[PATCH for-next v6 0/5] fixed-buffer for uring-cmd/passthru
 2022-09-09  4:19 UTC  (8+ messages)
    ` [PATCH for-next v6 1/5] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v6 2/5] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v6 3/5] nvme: refactor nvme_alloc_user_request
    ` [PATCH for-next v6 4/5] block: add helper to map bvec iterator for passthrough
    ` [PATCH for-next v6 5/5] nvme: wire up fixed buffer support for nvme passthrough

[PATCH blktests] nvme: add dh module requirement for tests that involve dh groups
 2022-09-09  4:14 UTC  (7+ messages)

[PATCH] block: add missing request flags to debugfs code
 2022-09-09  2:36 UTC  (2+ messages)

[GIT PULL] nvme fixes for Linux 6.0
 2022-09-08 16:20 UTC  (2+ messages)

[PATCH RESEND v2] sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batch
 2022-09-08 15:23 UTC  (2+ messages)

[PATCH for-next v5 0/4] fixed-buffer for uring-cmd/passthru
 2022-09-08 15:11 UTC  (12+ messages)
    ` [PATCH for-next v5 1/4] io_uring: introduce io_uring_cmd_import_fixed
    ` [PATCH for-next v5 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v5 3/4] block: add helper to map bvec iterator for passthrough
    ` [PATCH for-next v5 4/4] nvme: wire up fixed buffer support for nvme passthrough

[PATCH] nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
 2022-09-08 14:41 UTC  (3+ messages)

[PATCH RESEND] sbitmap: Use atomic_{,long}_try_cmpxchg in sbitmap.c
 2022-09-08 14:40 UTC  (2+ messages)

[PATCH] sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()
 2022-09-08 14:39 UTC  (2+ messages)

[loop] efcfec579f: mdadm-selftests.12imsm-r0_2d-grow-r0_3d.fail #forregzbot
 2022-09-08 13:17 UTC 

[PATCH for-stable-5.10.y] xen-blkfront: Cache feature_persistent value before advertisement
 2022-09-08 11:50 UTC  (2+ messages)

[PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-09-08 11:34 UTC  (9+ messages)

[PATCH] sbitmap: fix possible io hung due to lost wakeup
 2022-09-08  9:45 UTC  (9+ messages)

[PATCH] kernel: export task_work_add
 2022-09-07 14:12 UTC  (6+ messages)

[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
 2022-09-07  8:50 UTC  (23+ messages)
` [PATCH v2 2/7] mm/gup: introduce pin_user_page()
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH v2 5/7] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH v2 6/7] NFS: direct-io: convert to FOLL_PIN pages

[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
 2022-09-07  1:16 UTC  (11+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'

[PATCHv3 0/2] sbitmap wake fixes
 2022-09-06 23:00 UTC  (3+ messages)
` [PATCHv2 1/2] sbitmap: check waitqueue_active prior to decrement
` [PATCHv2 2/2] sbitmap: fix batched wait_cnt accounting

[PATCHv3] sbitmap: fix batched wait_cnt accounting
 2022-09-06 21:48 UTC  (4+ messages)

[PATCH v9 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-09-06 16:52 UTC  (6+ messages)
` [PATCH v9 2/8] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v9 8/8] ABI: sysfs-bus-pci: add documentation for p2pmem allocate

[PATCH for-next v4 0/4] fixed-buffer for uring-cmd/passthru
 2022-09-06 13:06 UTC  (7+ messages)
  ` [PATCH for-next v4 3/4] block: add helper to map bvec iterator for passthrough

stalling IO regression since linux 5.12, through 5.18
 2022-09-06  9:49 UTC  (16+ messages)

[PATCH] xen-blkback/common.h: fix spelling typo in comment
 2022-09-06  2:05 UTC 

[RFC PATCH V2 0/6] ublk_drv: add USER_RECOVERY support
 2022-09-06  1:14 UTC  (6+ messages)
` [RFC PATCH V2 5/6] ublk_drv: consider recovery feature in aborting mechanism


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