linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-19 16:08:07 to 2023-04-21 22:39:10 UTC [more...]

[PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
 2023-04-21 22:38 UTC  (9+ messages)

[PATCH 0/5] block: simplify with PAGE_SECTORS_SHIFT
 2023-04-21 22:36 UTC  (13+ messages)
` [PATCH 1/5] dm integrity: simplify by using PAGE_SECTORS_SHIFT
` [PATCH 2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH 3/5] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH 4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH 5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[PATCH v2 00/11] mq-deadline: Improve support for zoned block devices
 2023-04-21 22:25 UTC  (35+ messages)
` [PATCH v2 02/11] block: Micro-optimize blk_req_needs_zone_write_lock()
` [PATCH v2 03/11] block: Introduce blk_rq_is_seq_zoned_write()
` [PATCH v2 06/11] block: mq-deadline: Disable head insertion for zoned writes
` [PATCH v2 08/11] block: mq-deadline: Fix a race condition related to "
` [PATCH v2 09/11] block: mq-deadline: Handle requeued requests correctly
` [PATCH v2 10/11] block: Add support for the zone capacity concept

[RFC 0/8] shmem: add support for blocksize > PAGE_SIZE
 2023-04-21 21:44 UTC  (9+ messages)
` [RFC 1/8] shmem: replace BLOCKS_PER_PAGE with PAGE_SECTORS
` [RFC 2/8] shmem: convert to use folio_test_hwpoison()
` [RFC 3/8] shmem: account for high order folios
` [RFC 4/8] shmem: add helpers to get block size
` [RFC 5/8] shmem: account for larger blocks sizes for shmem_default_max_blocks()
` [RFC 6/8] shmem: consider block size in shmem_default_max_inodes()
` [RFC 7/8] shmem: add high order page support
` [RFC 8/8] shmem: add support to customize block size on multiple PAGE_SIZE

[GIT PULL] Block updates for 6.4-rc1
 2023-04-21 20:00 UTC 

[PATCH v3 00/11] blksnap - block devices snapshots module
 2023-04-21 17:32 UTC  (11+ messages)
` [PATCH v3 03/11] documentation: Block Devices Snapshots Module

[GIT PULL] Block fix for 6.3-final
 2023-04-21 17:08 UTC  (2+ messages)

Can you drop the splice patches?
 2023-04-21 15:57 UTC  (2+ messages)

[PATCH 0/2] io_uring: Pass whole sqe to commands
 2023-04-21 15:11 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCH v2 0/3] io_uring: Pass the whole sqe to commands
 2023-04-21 12:16 UTC  (5+ messages)
  ` [PATCH v2 1/3] io_uring: Create a helper to return the SQE size
  ` [PATCH v2 2/3] io_uring: Pass whole sqe to commands
  ` [PATCH v2 3/3] io_uring: Remove unnecessary BUILD_BUG_ON

[PATCH blktests 5/9] scsi/004: allow to run with built-in scsi_debug
 2023-04-21 11:13 UTC  (3+ messages)

[PATCH v2 blktests] don't require modular null_blk for fault-injection
 2023-04-21  9:42 UTC  (3+ messages)

[PATCH] block: Cleanup set_capacity()/bdev_set_nr_sectors()
 2023-04-21  7:04 UTC  (2+ messages)

[PATCH REPOST blktests v2 0/9] nvme testsuite runtime optimization
 2023-04-21  7:03 UTC  (22+ messages)
` [PATCH REPOST blktests v2 1/9] nvme-rc: Auto convert test device size info
` [PATCH REPOST blktests v2 2/9] nvme: Do not hard code device size for dd test
` [PATCH REPOST blktests v2 3/9] common-xfs: Make size argument optional for _xfs_run_fio_verify_io
` [PATCH REPOST blktests v2 4/9] nvme: Use runtime fio background jobs
` [PATCH REPOST blktests v2 5/9] nvme: Make test image size configurable
` [PATCH REPOST blktests v2 6/9] nvme-rc: Add minimal test image size requirement
` [PATCH REPOST blktests v2 7/9] nvme-rc: Calculate IO size for fio jobs
` [PATCH REPOST blktests v2 8/9] nvme-rc: Move discovery generation counter code to rc
` [PATCH REPOST blktests v2 9/9] nvme: Make the number iterations configurable

[PATCH v4 00/22] bio: check return values of bio_add_page
 2023-04-21  6:57 UTC  (24+ messages)
` [PATCH v4 01/22] swap: use __bio_add_page to add page to bio
` [PATCH v4 02/22] drbd: "
` [PATCH v4 03/22] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v4 04/22] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v4 05/22] md: use __bio_add_page to add single page
` [PATCH v4 06/22] md: raid5-log: "
` [PATCH v4 07/22] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v4 08/22] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v4 09/22] btrfs: raid56: use __bio_add_page to add "
` [PATCH v4 10/22] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v4 11/22] gfs2: use __bio_add_page for adding "
` [PATCH v4 12/22] zonefs: "
` [PATCH v4 13/22] zram: "
` [PATCH v4 14/22] floppy: "
` [PATCH v4 15/22] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v4 16/22] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v4 17/22] md: raid1: check if adding pages to resync bio fails
` [PATCH v4 18/22] dm-crypt: check if adding pages to clone "
` [PATCH v4 19/22] block: mark bio_add_page as __must_check
` [PATCH v4 20/22] block: add __bio_add_folio
` [PATCH v4 21/22] fs: iomap: use __bio_add_folio where possible
` [PATCH v4 22/22] block: mark bio_add_folio as __must_check

[PATCH blktests v2 0/9] nvme testsuite runtime optimization
 2023-04-21  5:59 UTC  (14+ messages)
` [PATCH blktests v2 1/9] nvme-rc: Auto convert test device size info
` [PATCH blktests v2 2/9] nvme: Do not hard code device size for dd test
` [PATCH blktests v2 2/4] nvme: Make test image size configurable
` [PATCH blktests v2 3/9] common-xfs: Make size argument optional for _xfs_run_fio_verify_io
` [PATCH blktests v2 3/4] nvme-rc: Move discovery generation counter code to rc
` [PATCH blktests v2 4/4] nvme: Make the number iterations configurable
` [PATCH blktests v2 4/9] nvme: Use runtime fio background jobs
` [PATCH blktests v2 5/9] nvme: Make test image size configurable
` [PATCH blktests v2 6/9] nvme-rc: Add minimal test image size requirement
` [PATCH blktests v2 7/9] nvme-rc: Calculate IO size for fio jobs
` [PATCH blktests v2 8/9] nvme-rc: Move discovery generation counter code to rc
` [PATCH blktests v2 9/9] nvme: Make the number iterations configurable

[PATCH v18 00/15] splice, block: Use page pinning and kill ITER_PIPE
 2023-04-21  2:25 UTC  (6+ messages)
` [PATCH v18 09/15] iov_iter: Kill ITER_PIPE

How best to get the size of a blockdev from a file?
 2023-04-21  1:38 UTC  (5+ messages)

blktests scsi/007 failure
 2023-04-21  1:03 UTC  (6+ messages)

[bug report] kmemleak observed during blktests nvme-tcp
 2023-04-21  0:37 UTC 

[PATCH-next] nbd: fix incomplete validation of ioctl arg
 2023-04-20 22:10 UTC  (4+ messages)

[PATCH V4 1/2] debugfs: provide a way for relay user bypass lockdown
 2023-04-20 21:53 UTC  (2+ messages)
` [PATCH V4 2/2] blktrace: allow access trace file in lockdown mode

[PATCH] ublk: don't return 0 in case of any failure
 2023-04-20 19:04 UTC  (2+ messages)

[PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage
 2023-04-20 18:17 UTC  (23+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] block: Introduce provisioning primitives
    ` [dm-devel] "
` [PATCH v5 0/5] Introduce block "
  ` [PATCH v5 1/5] block: Don't invalidate pagecache for invalid falloc modes
    ` [PATCH v5-fix "
  ` [PATCH v5 2/5] block: Introduce provisioning primitives
  ` [PATCH v5 3/5] dm: Add block provisioning support
  ` [PATCH v5 4/5] dm-thin: Add REQ_OP_PROVISION support
  ` [PATCH v5 5/5] loop: Add support for provision requests

[PATCH 0/7] ublk: cleanup and support user copy
 2023-04-20 15:46 UTC  (9+ messages)
` [PATCH 1/7] ublk: kill queuing request by task_work_add
` [PATCH 2/7] ublk: cleanup io cmd code path by adding ublk_fill_io()
` [PATCH 3/7] ublk: cleanup ublk_copy_user_pages
` [PATCH 4/7] ublk: grab request reference when the request is handled by userspace
` [PATCH 5/7] ublk: support to copy any part of request pages
` [PATCH 6/7] ublk: add read()/write() support for ublk char device
` [PATCH 7/7] ublk: support user copy

file server freezes with all nfsds stuck in D state after upgrade to Debian bookworm
 2023-04-20 12:57 UTC  (3+ messages)

[PATCH] Revert "block: Merge bio before checking ->cached_rq"
 2023-04-20 12:54 UTC  (2+ messages)

[PATCH v3 00/19] bio: check return values of bio_add_page
 2023-04-20  8:55 UTC  (6+ messages)
` [PATCH v3 11/19] gfs: use __bio_add_page for adding single page to bio
` [PATCH v3 17/19] md: raid1: check if adding pages to resync bio fails

[RFC v1 0/1] nvme testsuite runtime optimization
 2023-04-20  8:31 UTC  (10+ messages)

[bug report] general protection fault at kyber_bio_merge+0x123/0x300
 2023-04-20  8:23 UTC  (4+ messages)

[PATCH blktests v2 0/2] nvme_trtype=fc fixes
 2023-04-19 21:15 UTC  (4+ messages)
` [PATCH blktests v2 2/2] nvme-rc: Cleanup fc resource before module unloading

[PATCH 1/4] block: constify partition prober array
 2023-04-19 20:18 UTC  (3+ messages)

[PATCH 0/1] sed-opal: geometry feature reporting command
 2023-04-19 20:07 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v10 6/9] nvmet: add copy command support for bdev and file ns
 2023-04-19 18:55 UTC  (2+ messages)

[PATCH 7/7] blk-mq: don't use the requeue list to queue flush commands
 2023-04-19 17:34 UTC  (2+ messages)

[PATCHSET 0/6] Enable NO_OFFLOAD support
 2023-04-19 16:26 UTC  (7+ messages)
` [PATCH 2/6] io_uring: move poll_refs up a cacheline to fill a hole
` [PATCH 3/6] io_uring: add support for NO_OFFLOAD
` [PATCH 4/6] Revert "io_uring: always go async for unsupported fadvise flags"
` [PATCH 5/6] Revert "io_uring: for requests that require async, force it"
` [PATCH 6/6] io_uring: mark opcodes that always need io-wq punt


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