Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-25 02:38:12 to 2023-05-01 04:34:47 UTC [more...]

[PATCH blktests v2] tests/dm: add a regression test
 2023-05-01  4:34 UTC  (3+ messages)

[PATCH blktests] common/rc: fix kernel version parse failure
 2023-05-01  4:32 UTC  (2+ messages)

[PATCH v3 0/4] io_uring: Pass the whole sqe to commands
 2023-05-01  4:31 UTC  (8+ messages)
` [PATCH v3 1/4] io_uring: Create a helper to return the SQE size
` [PATCH v3 2/4] io_uring: Pass whole sqe to commands
` [PATCH v3 3/4] io_uring: Remove unnecessary BUILD_BUG_ON
` [PATCH v3 4/4] block: ublk_drv: Add a helper instead of casting

RFC: allow building a kernel without buffer_heads
 2023-05-01  3:14 UTC  (7+ messages)
` [PATCH 16/17] block: use iomap for writes to block devices
    ` [f2fs-dev] "
` [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

[ext4 io hang] buffered write io hang in balance_dirty_pages
 2023-05-01  2:06 UTC  (19+ messages)

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

[PATCH v2 0/3] io_uring: Pass the whole sqe to commands
 2023-04-30 14:39 UTC  (5+ messages)
` [PATCH v2 3/3] io_uring: Remove unnecessary BUILD_BUG_ON

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

[PATCH blktests v2 0/2] nvme_trtype=fc fixes
 2023-04-30 10:34 UTC  (14+ messages)
` [PATCH blktests v2 1/2] nvme-rc: Cleanup fc ports in reverse order
` [PATCH blktests v2 2/2] nvme-rc: Cleanup fc resource before module unloading

[RFC PATCH 00/12] io_uring attached nvme queue
 2023-04-29 17:17 UTC  (14+ messages)
    ` [RFC PATCH 01/12] nvme: refactor nvme_alloc_io_tag_set
    ` [RFC PATCH 02/12] pci: enable "raw_queues = N" module parameter
    ` [RFC PATCH 03/12] fs, block: interface to register/unregister the raw-queue
    ` [RFC PATCH 04/12] io_uring, fs: plumb support to register/unregister raw-queue
    ` [RFC PATCH 05/12] nvme: wire-up register/unregister queue f_op callback
    ` [RFC PATCH 06/12] pci: implement register/unregister functionality
    ` [RFC PATCH 07/12] io_uring: support for using registered queue in uring-cmd
    ` [RFC PATCH 08/12] block: add mq_ops to submit and complete commands from raw-queue
    ` [RFC PATCH 09/12] nvme: carve out a helper to prepare nvme_command from ioucmd->cmd
    ` [RFC PATCH 10/12] nvme: submisssion/completion of uring_cmd to/from the registered queue
    ` [RFC PATCH 11/12] pci: modify nvme_setup_prp_simple parameters
    ` [RFC PATCH 12/12] pci: implement submission/completion for rawq commands

[PATCH v2] block: Skip destroyed blkg when restart in blkg_destroy_all()
 2023-04-29  7:10 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] ublk & io_uring: ublk zero copy support
 2023-04-29  2:18 UTC 

[PATCH v3 0/9] mq-deadline: Improve support for zoned block devices
 2023-04-28 20:04 UTC  (22+ messages)
` [PATCH v3 2/9] block: Micro-optimize blk_req_needs_zone_write_lock()
` [PATCH v3 3/9] block: Introduce blk_rq_is_seq_zoned_write()
` [PATCH v3 4/9] block: mq-deadline: Clean up deadline_check_fifo()
` [PATCH v3 5/9] block: mq-deadline: Simplify deadline_skip_seq_writes()
` [PATCH v3 6/9] block: mq-deadline: Improve deadline_skip_seq_writes()
` [PATCH v3 7/9] block: mq-deadline: Track the dispatch position
` [PATCH v3 8/9] block: mq-deadline: Handle requeued requests correctly
` [PATCH v3 9/9] block: mq-deadline: Fix handling of at-head zoned writes

[PATCH v2] blk-throttle: Fix io statistics for cgroup v1
 2023-04-28 19:05 UTC  (2+ messages)

[PATCH 00/10] block/badblocks: fix badblocks setting error
 2023-04-28  8:50 UTC  (11+ messages)
` [PATCH 01/10] block/badblocks: only set bb->changed when badblocks changes
` [PATCH 02/10] block/badblocks: fix badblocks loss when badblocks combine
` [PATCH 03/10] block/badblocks: fix badblocks overlap
` [PATCH 04/10] block/badblocks: fix the bug of reverse order
` [PATCH 05/10] block/badblocks: fix ack set fail in badblocks_set
` [PATCH 06/10] block/badblocks: check bb->count instead of 'hi > lo'
` [PATCH 07/10] block/badblocks: factor out a helper to merge badblocks
` [PATCH 08/10] block/badblocks: factor out a helper to combine badblocks
` [PATCH 09/10] block/badblocks: factor out a helper to create badblocks
` [PATCH 10/10] block/badblocks: try to merge badblocks as much as possible

[PATCH v4] blk-ioprio: Introduce promote-to-rt policy
 2023-04-28  7:44 UTC  (2+ messages)

[PATCH REPOST blktests v2 0/9] nvme testsuite runtime optimization
 2023-04-28  4:29 UTC  (25+ 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 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 blktests 0/2] blktests: Add ublk testcases
 2023-04-28  3:10 UTC  (6+ messages)
` [PATCH blktests 1/2] src/miniublk: add user recovery
` [PATCH blktests 2/2] tests: Add ublk tests

another nvme pssthrough design based on nvme hardware queue file abstraction
 2023-04-28  2:42 UTC  (7+ messages)

[PATCH v3 0/4] nbd: s/handle/cookie/
 2023-04-28  1:15 UTC  (3+ messages)

[bug report] kmemleak observed during blktests nvme-tcp
 2023-04-27 15:57 UTC  (9+ messages)

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

[LSF/MM/BPF TOPIC] nvme state machine refactoring
 2023-04-27  8:42 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-04-27  8:29 UTC  (5+ messages)

[PATCH] nbd: automatically load module on genl access
 2023-04-27  6:04 UTC  (2+ messages)

[PATCH v3 0/3] blk-integrity: drop integrity_kobj from gendisk
 2023-04-27  6:00 UTC  (6+ messages)

[git pull] device mapper changes for 6.4
 2023-04-26 20:09 UTC  (2+ messages)

[GIT PULL] Block updates for 6.4-rc1
 2023-04-26 20:09 UTC  (2+ messages)

[PATCH blktests] dm: add a regression test
 2023-04-26 12:13 UTC  (7+ messages)

[PATCH blktests v2 0/6] support built-in scsi_debug
 2023-04-26 10:06 UTC  (7+ messages)
` [PATCH blktests v2 1/6] common/rc: skip module file check if modules path does not exist
` [PATCH blktests v2 2/6] common/scsi_debug, tests/*: re-define _have_scsi_debug
` [PATCH blktests v2 3/6] common/scsi_debug: factor out _setup_scsi_debug_vars
` [PATCH blktests v2 4/6] common/scsi_debug: introduce _configure_scsi_debug
` [PATCH blktests v2 5/6] scsi/{004,005}: allow to run with built-in scsi_debug
` [PATCH blktests v2 6/6] block/{001,002,027}: allow to run with built-in scsi_debug and sd_mod

[bug report] BUG: kernel NULL pointer dereference, address: 00000000000000fc
 2023-04-26  8:38 UTC  (8+ messages)

[RFC 0/8] shmem: add support for blocksize > PAGE_SIZE
 2023-04-26  7:43 UTC  (6+ messages)
` [RFC 2/8] shmem: convert to use folio_test_hwpoison()

[bug report] WARNING: CPU: 7 PID: 4059 at fs/proc/generic.c:718 remove_proc_entry+0x192/0x1a0
 2023-04-26  6:06 UTC  (3+ messages)

[PATCH -next v7 0/5] md: protect md_thread with rcu
 2023-04-26  3:57 UTC  (8+ messages)
` [PATCH -next v7 1/5] md: factor out a helper to wake up md_thread directly
` [PATCH -next v7 2/5] dm-raid: remove useless checking in raid_message()
` [PATCH -next v7 3/5] md/bitmap: always wake up md_thread in timeout_store
` [PATCH -next v7 4/5] md/bitmap: factor out a helper to set timeout
` [PATCH -next v7 5/5] md: protect md_thread with rcu

[PATCH] Remove blkg node after destroying blkg
 2023-04-26  2:20 UTC  (6+ messages)

[PATCH v2 0/2] Fix failover to non integrity NVMe path
 2023-04-26  1:22 UTC  (6+ messages)
` [PATCH v2 2/2] nvme-multipath: fix path failover for integrity ns

[PATCH V2 0/1] block/drivers: remove dead clear of random flag
 2023-04-25 14:02 UTC  (4+ messages)
` [PATCH V2 1/1] "

[PATCH] block: sync part's ->bd_has_submit_bio with disk's
 2023-04-25 13:48 UTC  (2+ messages)

[PATCH v2 10/11] block: Add support for the zone capacity concept
 2023-04-25 13:38 UTC  (12+ messages)

Słowa kluczowe do wypozycjonowania
 2023-04-25  9:42 UTC 

[PATCH v9 0/9] Implement copy offload support
 2023-04-25  8:26 UTC  (4+ messages)
  ` [PATCH v9 6/9] nvmet: add copy command support for bdev and file ns

[PATCH -next] block: don't allow a disk link holder to its ancestor
 2023-04-25  8:13 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 read-only IMAP folder(s) and NNTP newsgroup(s).