linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-28 05:48:37 to 2023-05-03 10:12:17 UTC [more...]

[PATCH 00/15] Change the integrity configuration method in block
 2023-05-03 10:12 UTC  (7+ messages)
  ` [PATCH 01/15] block: bio: rename page_is_mergeable to bio_page_is_mergeable and make non-static
  ` [PATCH 02/15] block: blk-integiry: add helper functions for bio_integrity_add_page
  ` [PATCH 03/15] block: bio-integrity: modify bio_integrity_add_page()
  ` [PATCH 04/15] block: bio-integiry: cleanup bio_integrity_prep
  ` [PATCH 05/15] block: fix not to apply bip information in blk_rq_bio_prep()
  ` [PATCH 06/15] block: blk-merge: fix to add the number of integrity segments to the request twice

[PATCH blktests v3 00/12] nvme testsuite runtime optimization
 2023-05-03  9:45 UTC  (24+ messages)
` [PATCH blktests v3 01/12] nvme/rc: Auto convert test device size info
` [PATCH blktests v3 02/12] nvme: Do not hard code device size for dd test
` [PATCH blktests v3 03/12] common/xfs: Make size argument optional for _xfs_run_fio_verify_io
` [PATCH blktests v3 04/12] common/xfs: Limit fio size job to fit into xfs fs
` [PATCH blktests v3 05/12] nvme: Use runtime fio background jobs
` [PATCH blktests v3 06/12] Documentation: Add info on nvme_tr_type
` [PATCH blktests v3 07/12] nvme: Make test image size configurable
` [PATCH blktests v3 08/12] nvme/rc: Add minimal test image size requirement
` [PATCH blktests v3 09/12] common/fio: Limit number of random jobs
` [PATCH blktests v3 10/12] nvme/rc: Calculate IO size for random fio jobs
` [PATCH blktests v3 11/12] nvme/rc: Move discovery generation counter code to rc
` [PATCH blktests v3 12/12] nvme: Make the number iterations configurable

[RFC PATCH 00/11] Rust null block driver
 2023-05-03  9:07 UTC  (12+ messages)
` [RFC PATCH 01/11] rust: add radix tree abstraction
` [RFC PATCH 02/11] rust: add `pages` module for handling page allocation
` [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq` module
` [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module
` [RFC PATCH 05/11] RUST: add `module_params` macro
` [RFC PATCH 06/11] rust: apply cache line padding for `SpinLock`
` [RFC PATCH 07/11] rust: lock: add support for `Lock::lock_irqsave`
` [RFC PATCH 08/11] rust: lock: implement `IrqSaveBackend` for `SpinLock`
` [RFC PATCH 09/11] RUST: implement `ForeignOwnable` for `Pin`
` [RFC PATCH 10/11] rust: add null block driver
` [RFC PATCH 11/11] rust: inline a number of short functions

[PATCH blktests v3 0/2] nvme_trtype=fc fixes
 2023-05-03  8:38 UTC  (3+ messages)
` [PATCH blktests v3 1/2] nvme/rc: Cleanup fc ports in reverse order
` [PATCH blktests v3 2/2] nvme/rc: Cleanup fc resource before module unloading

[PATCH blktests v2 0/2] nvme_trtype=fc fixes
 2023-05-03  8:12 UTC  (17+ 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

[6.4-current oops] null ptr deref in blk_mq_sched_bio_merge() from blkdev readahead
 2023-05-03  8:07 UTC  (2+ messages)

[RFC 0/3] nvme uring passthrough diet
 2023-05-03  7:27 UTC  (10+ messages)
  ` [RFC 1/3] nvme: skip block cgroups for passthrough commands
  ` [RFC 2/3] nvme: fix cdev name leak
  ` [RFC 3/3] nvme: create special request queue for cdev

[PATCH REPOST blktests v2 0/9] nvme testsuite runtime optimization
 2023-05-03  7:29 UTC  (29+ messages)
` [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 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] drbd: do not set REQ_PREFLUSH when submitting barrier
 2023-05-03  4:18 UTC  (2+ messages)

[ext4 io hang] buffered write io hang in balance_dirty_pages
 2023-05-02 23:27 UTC  (22+ messages)

[PATCH 0/1] Possible bug in zram on ppc64le on vfat
 2023-05-02 15:23 UTC  (8+ messages)

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

[RFC] block: dio: immediately fail when count < logical block size
 2023-05-02  9:16 UTC  (3+ messages)

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

[PATCH V2] ublk: add timeout handler
 2023-05-02  2:42 UTC 

[bug report] kmemleak observed during blktests nvme-tcp
 2023-05-02  2:35 UTC  (12+ messages)

[PATCH] ublk: add timeout handler
 2023-05-02  1:15 UTC  (2+ messages)

[PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage
 2023-05-01 19:15 UTC  (4+ messages)
` [PATCH v5 0/5] Introduce block provisioning primitives
  ` [PATCH v5 4/5] dm-thin: Add REQ_OP_PROVISION support

[bvanassche:block-for-next] [block] 4cf040452d: INFO:task_blocked_for_more_than#seconds
 2023-05-01 16:33 UTC 

RFC: allow building a kernel without buffer_heads
 2023-05-01 16:00 UTC  (7+ messages)
` [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

[RFC PATCH 00/12] io_uring attached nvme queue
 2023-05-01 11:36 UTC  (15+ 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 blktests 0/2] blktests: Add ublk testcases
 2023-05-01  9:15 UTC  (3+ messages)
` [PATCH blktests 2/2] tests: Add ublk tests

blktests failures with v6.3
 2023-05-01  8:40 UTC 

[PATCH v3 0/9] mq-deadline: Improve support for zoned block devices
 2023-05-01  4:37 UTC  (21+ 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 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 blktests v2] tests/dm: add a regression test
 2023-05-01  4:34 UTC  (3+ 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

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


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