linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-08 15:31:22 to 2023-09-18 04:13:57 UTC [more...]

[PATCH 00/10] io_uring/ublk: exit notifier support
 2023-09-18  4:11 UTC  (11+ messages)
` [PATCH 01/10] io_uring: allocate ctx id and build map between id and ctx
` [PATCH 02/10] io_uring: pass io_uring_ctx->id to uring_cmd
` [PATCH 03/10] io_uring: support io_uring notifier for uring_cmd
` [PATCH 04/10] ublk: don't get ublk device reference in ublk_abort_queue()
` [PATCH 05/10] ublk: make sure ublk uring cmd handling is done in submitter task context
` [PATCH 06/10] ublk: make sure that uring cmd aiming at same queue won't cross io_uring contexts
` [PATCH 07/10] ublk: rename mm_lock as lock
` [PATCH 08/10] ublk: quiesce request queue when aborting queue
` [PATCH 09/10] ublk: replace monitor work with uring_cmd exit notifier
` [PATCH 10/10] ublk: simplify aborting request

[RFC v2 00/10] bdev: LBS devices support to coexist with buffer-heads
 2023-09-18  2:49 UTC  (21+ messages)
` [RFC v2 01/10] bdev: rename iomap aops
` [RFC v2 02/10] bdev: dynamically set aops to enable LBS support
` [RFC v2 03/10] bdev: increase bdev max blocksize depending on the aops used
` [RFC v2 04/10] filesystems: add filesytem buffer-head flag
` [RFC v2 05/10] bdev: allow to switch between bdev aops
` [RFC v2 06/10] bdev: simplify coexistance
` [RFC v2 07/10] nvme: enhance max supported LBA format check
` [RFC v2 08/10] nvme: add awun / nawun sanity check
` [RFC v2 09/10] nvme: add nvme_core.debug_large_atomics to force high awun as phys_bs
` [RFC v2 10/10] nvme: enable LBS support

[syzbot] [block] INFO: task hung in clean_bdev_aliases
 2023-09-17 15:35 UTC 

[PATCH v2 0/5] blk-mq: optimize queue_rqs() support
 2023-09-16 12:40 UTC  (10+ messages)
` [PATCH v2 1/5] blk-mq: account active requests when get driver tag
` [PATCH v2 2/5] blk-mq: remove RQF_MQ_INFLIGHT
` [PATCH v2 3/5] blk-mq: support batched queue_rqs() on shared tags queue
` [PATCH v2 4/5] blk-mq: update driver tags request table when start request
` [PATCH v2 5/5] block/null_blk: add queue_rqs() support

[syzbot] [block?] INFO: task hung in truncate_inode_pages
 2023-09-16  5:45 UTC 

[PATCH] block: Remove special-casing of compound pages
 2023-09-15 22:48 UTC  (4+ messages)

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

[GIT PULL] Block fixes for 6.6-rc2
 2023-09-15 22:16 UTC  (2+ messages)

[git pull] device mapper fixes for 6.6-rc2
 2023-09-15 22:16 UTC  (2+ messages)
` [dm-devel] "

[PATCH] drbd: Annotate struct fifo_buffer with __counted_by
 2023-09-15 20:24 UTC  (2+ messages)

[PATCH 0/6] shmem: high order folios support in write path
 2023-09-15 18:26 UTC  (18+ messages)
    ` [PATCH 1/6] filemap: make the folio order calculation shareable
    ` [PATCH 2/6] shmem: drop BLOCKS_PER_PAGE macro
    ` [PATCH 3/6] shmem: account for large order folios
    ` [PATCH 4/6] shmem: add order parameter support to shmem_alloc_folio
    ` [PATCH 5/6] shmem: add file length in shmem_get_folio path
    ` [PATCH 6/6] shmem: add large folios support to the write path

remove get_super
 2023-09-15 17:28 UTC  (6+ messages)

[PATCH] aoe: refactor deprecated strncpy
 2023-09-15 13:36 UTC  (3+ messages)

[RFC PATCH 0/9] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-09-15 13:24 UTC  (19+ messages)
` [RFC PATCH 1/9] iov_iter: Fix some checkpatch complaints in kunit tests
` [RFC PATCH 2/9] iov_iter: Consolidate some of the repeated code into helpers
` [RFC PATCH 3/9] iov_iter: Consolidate the test vector struct in the kunit tests
` [RFC PATCH 4/9] iov_iter: Consolidate bvec pattern checking
` [RFC PATCH 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [RFC PATCH 6/9] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [RFC PATCH 7/9] iov_iter: Add extract "
` [RFC PATCH 8/9] iov_iter: Add benchmarking kunit tests
` [RFC PATCH 9/9] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

[PATCH 0/3] partitions/ibm: Replace strncpy() and cleanups
 2023-09-15 13:10 UTC  (4+ messages)
` [PATCH 1/3] partitions/ibm: Remove unnecessary memset
` [PATCH 2/3] partitions/ibm: Replace strncpy() and improve readability
` [PATCH 3/3] partitions/ibm: Introduce defines for magic string length values

[PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs
 2023-09-15  9:38 UTC  (18+ messages)
` [PATCH v4 01/13] iov_iter: Add a benchmarking kunit test
` [PATCH v4 02/13] iov_iter: Renumber ITER_* constants
` [PATCH v4 03/13] iov_iter: Derive user-backedness from the iterator type
` [PATCH v4 04/13] iov_iter: Convert iterate*() to inline funcs
` [PATCH v4 05/13] iov: Move iterator functions to a header file
` [PATCH v4 06/13] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v4 07/13] iov_iter: Make copy_from_iter() always handle MCE
` [PATCH v4 08/13] iov_iter: Remove the copy_mc flag and associated functions
` [PATCH v4 09/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v4 10/13] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v4 11/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v4 12/13] iov_iter, net: Move hash_and_copy_to_iter() to net/
` [PATCH v4 13/13] iov_iter: Create a fake device to allow iov_iter testing/benchmarking

[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
 2023-09-15  7:04 UTC  (9+ messages)

[PATCH] null_blk: refactor deprecated strncpy
 2023-09-15  3:27 UTC  (2+ messages)

[PATCH] blk-mq: fix tags UAF when shrink nr_hw_queues
 2023-09-14 16:05 UTC  (2+ messages)

[PATCH v7 0/3 RESEND] generic and PowerPC SED Opal keystore
 2023-09-14 11:58 UTC  (14+ messages)
` [PATCH v7 1/3 RESEND] block:sed-opal: "
` [PATCH v7 2/3 RESEND] block: sed-opal: keystore access for SED Opal keys
` [PATCH v7 3/3 RESEND] powerpc/pseries: PLPKS SED Opal keystore support

[PATCH] block: correct stale comment in rq_qos_wait
 2023-09-14  9:15 UTC 

cleanup the filemap / direct I/O interaction v4
 2023-09-13 16:33 UTC  (6+ messages)
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write

blktests: changing rdma default driver from rdma_rxe to siw
 2023-09-13 10:25 UTC 

[PATCH v4 0/6] blk-mq-tag: remove bt_for_each()
 2023-09-13  3:50 UTC  (7+ messages)
` [PATCH v4 1/6] blk-mq-tag: support queue filter in bt_tags_iter()
` [PATCH v4 2/6] blk-mq-tag: introduce __blk_mq_tagset_busy_iter()
` [PATCH v4 3/6] blk-mq-tag: remove bt_for_each()
` [PATCH v4 4/6] blk-mq: delete superfluous check in iterate callback
` [PATCH v4 5/6] blk-mq-tag: fix functions documentation
` [PATCH v4 6/6] blk-mq-tag: fix blk_mq_queue_tag_busy_iter() documentation

general protection fault in reset_interrupt
 2023-09-13  2:13 UTC  (2+ messages)

[PATCH] block: Consider inflight IO in io accounting for high latency devices
 2023-09-12 21:01 UTC  (3+ messages)

[syzbot] [block?] WARNING in blk_rq_map_user_iov
 2023-09-12 10:17 UTC  (3+ messages)

[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs
 2023-09-12 10:06 UTC  (4+ messages)

blktests failures with v6.6-rc1
 2023-09-12  8:01 UTC 

[linus:master] [nbd] 0c1c9a27ce: blktests.nbd/002.fail
 2023-09-12  5:08 UTC 

[PATCH blktests] tests/nvme/031: fix connecting faiure
 2023-09-12  0:18 UTC  (6+ messages)

[PATCH AUTOSEL 6.1 20/22] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
 2023-09-11 13:15 UTC  (3+ messages)

[syzbot] [block?] WARNING in floppy_check_events (2)
 2023-09-11 13:15 UTC  (2+ messages)

[PATCH 0/5] Improve zram writeback performance
 2023-09-11 13:34 UTC  (6+ messages)
` [PATCH 1/5] zram: move index preparation to a separate function in writeback_store
` [PATCH 2/5] zram: encapsulate writeback to the backing bdev in a function
` [PATCH 3/5] zram: add alloc_block_bdev_range() and free_block_bdev_range()
` [PATCH 4/5] zram: batch IOs during writeback to improve performance
` [PATCH 5/5] zram: don't overload blk_idx variable in writeback_store()

[bug report] blktests nbd/002 failure
 2023-09-11  9:16 UTC 

[PATCH v15 00/12] Implement copy offload support
 2023-09-11 10:20 UTC  (10+ messages)
  ` [PATCH v15 09/12] dm: Add support for copy offload
  ` [PATCH v15 04/12] block: add emulation for copy

[PATCH] nbd: pass nbd_sock to nbd_read_reply() instead of index
 2023-09-11  2:33 UTC 

[PATCH v6 00/11] io_uring getdents
 2023-09-10 22:01 UTC  (9+ messages)
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()

Reshape Failure
 2023-09-10  6:10 UTC 

[PATCH 0/3] iov_iter: Add kunit tests and fix iov_iter_extract_pages()
 2023-09-09 11:30 UTC  (6+ messages)
` [PATCH 1/3] iov_iter: Fix iov_iter_extract_pages()
` [PATCH 2/3] iov_iter: Kunit tests for copying to/from an iterator
` [PATCH 3/3] iov_iter: Kunit tests for page extraction

[GIT PULL] Block fixes for 6.6-rc1
 2023-09-09  5:05 UTC  (2+ messages)

[PATCH AUTOSEL 6.4 26/31] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
 2023-09-08 19:31 UTC  (2+ messages)
` [PATCH AUTOSEL 6.4 29/31] blk-mq: fix tags leak when shrink nr_hw_queues

[PATCH AUTOSEL 6.5 31/36] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
 2023-09-08 19:32 UTC  (3+ messages)
` [PATCH AUTOSEL 6.5 34/36] blk-mq: fix tags leak when shrink nr_hw_queues

[PATCH V2] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
 2023-09-08 16:01 UTC  (6+ 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).