linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-24 20:16:14 to 2023-07-31 14:07:04 UTC [more...]

[PATCH v2 0/4] blk-flush: optimize non-postflush requests
 2023-07-31 14:02 UTC  (10+ messages)
` [PATCH v2 1/4] blk-flush: flush_rq should inherit first_rq's cmd_flags
` [PATCH v2 2/4] blk-flush: split queues for preflush and postflush requests
` [PATCH v2 3/4] blk-flush: kill the flush state machine
` [PATCH v2 4/4] blk-flush: don't need to end rq twice for non postflush

[PATCH v2 0/4] multi-page bvec configuration for integrity payload
 2023-07-31 12:56 UTC  (5+ messages)
  ` [PATCH v2 1/4] block: make bvec_try_merge_hw_page() non-static
  ` [PATCH v2 2/4] bio-integrity: Sets the payload size in bio_integrity_add_page()
  ` [PATCH v2 3/4] bio-integrity: cleanup adding integrity pages to bip's bvec
  ` [PATCH v2 4/4] bio-integrity: create multi-page bvecs in bio_integrity_add_page()

[PATCH 1/3] io_uring: split req init from submit
 2023-07-31 12:53 UTC  (4+ messages)
` [PATCH 2/3] io_uring: split req prep and submit loops
` [PATCH 3/3] io_uring: set plug tags for same file

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-31 11:13 UTC  (6+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

[PATCH V2 0/9] blk-mq: fix wrong queue mapping for kdump kernel
 2023-07-31  7:14 UTC  (25+ messages)
` [PATCH V2 1/9] blk-mq: add blk_mq_max_nr_hw_queues()
` [PATCH V2 2/9] nvme-pci: use blk_mq_max_nr_hw_queues() to calculate io queues
` [PATCH V2 3/9] scsi: core: add helper of scsi_max_nr_hw_queues()
` [PATCH V2 4/9] scsi: lpfc: use blk_mq_max_nr_hw_queues() to calculate io vectors
` [PATCH V2 5/9] scsi: hisi: take blk_mq_max_nr_hw_queues() into account for calculating "
` [PATCH V2 6/9] scsi: mpi3mr: "
` [PATCH V2 7/9] scsi: megaraid: "
` [PATCH V2 8/9] scsi: mpt3sas: "
` [PATCH V2 9/9] scsi: pm8001: "

[PATCH 0/2] multi-page bvec configuration for integrity payload
 2023-07-31  6:35 UTC  (6+ messages)
  ` [PATCH 1/2] block: make bvec_try_merge_hw_page() non-static
  ` [PATCH 2/2] bio-integrity: create multi-page bvecs in bio_integrity_add_page()
      `  "

[git pull] device mapper fixes for 6.5-rc4
 2023-07-28 18:39 UTC  (2+ messages)

[GIT PULL] Block fixes for 6.5-rc4
 2023-07-28 18:39 UTC  (2+ messages)

[PATCH blktests 0/4] clarify confusions in blktests contributions
 2023-07-28 17:34 UTC  (8+ messages)
` [PATCH blktests 1/4] new: don't mandate double square brackets
` [PATCH blktests 2/4] README: describe what './new' script documents
` [PATCH blktests 3/4] CONTRIBUTING, README: recommend patch post for contributions
` [PATCH blktests 4/4] README: clarify motivations to add new test cases

[PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target
 2023-07-28 14:49 UTC  (9+ messages)
    ` [vdo-devel] "

[RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
 2023-07-28 10:05 UTC  (6+ messages)

[PATCH blktests v1 00/11] Switch to allowed_host
 2023-07-28  8:59 UTC  (25+ messages)
` [PATCH blktests v1 01/11] nvme/{003,004,005,013,046,049}: Group all variables declarations
` [PATCH blktests v1 02/11] nvme: Reorganize test preamble code section
` [PATCH blktests v1 03/11] nvme/rc: Add common subsystem nqn define
` [PATCH blktests v1 04/11] nvme: Use def_subsysnqn variable instead local variable
` [PATCH blktests v1 05/11] nvme/{041,042,043,044,045,048}: Remove local variable hostnqn and hostid
` [PATCH blktests v1 06/11] nvme/rc: Add common file_path name define
` [PATCH blktests v1 07/11] nvme: Use def_file_path variable instead local variable
` [PATCH blktests v1 08/11] nvme/rc: Add common def_subsys_uuid define
` [PATCH blktests v1 09/11] nvme: Use def_subsys_uuid variable
` [PATCH blktests v1 10/11] nvme/rc: Add helper for adding/removing to allow list
` [PATCH blktests v1 11/11] nvme: Add explicitly host to allow_host list

[PATCH -next] nbd: get config_lock before sock_shutdown
 2023-07-28  7:10 UTC  (2+ messages)

[RFC PATCH 00/11] Rust null block driver
 2023-07-28  6:49 UTC  (2+ messages)

[PATCH v4 0/7] Improve the performance of F2FS on zoned UFS
 2023-07-27 21:55 UTC  (27+ messages)
` [PATCH v4 1/7] block: Introduce the flag QUEUE_FLAG_NO_ZONE_WRITE_LOCK
` [PATCH v4 2/7] block: Introduce the flag REQ_NO_ZONE_WRITE_LOCK
` [PATCH v4 3/7] block/mq-deadline: Only use zone locking if necessary
` [PATCH v4 4/7] block/null_blk: Support disabling zone write locking
` [PATCH v4 5/7] scsi: Retry unaligned zoned writes
` [PATCH v4 6/7] scsi: ufs: Disable zone write locking
` [PATCH v4 7/7] fs/f2fs: "

[PATCH 0/2] shmem, splice: Fixes for shmem_splice_read()
 2023-07-27 19:50 UTC  (9+ messages)
` [PATCH 1/2] shmem: Fix splice of a missing page
` [PATCH 2/2] shmem: Apply a couple of filemap_splice_read() fixes to shmem_splice_read()

[PATCH] blk-mq: plug based timestamp caching
 2023-07-27 15:35 UTC  (2+ messages)

[PATCH v2 1/3] sbitmap: fix hint wrap in the failure case
 2023-07-27 15:20 UTC  (3+ messages)
` [PATCH v2 2/3] sbitmap: fix strict round-robin non-wrap with hint > 0
` [PATCH v2 3/3] sbitmap: drop wrap logic in __sbitmap_get_word()

[PATCH V2 0/3] ublk: fail to start/recover/del device if interrupted by signal
 2023-07-27 13:17 UTC  (7+ messages)
` [PATCH V2 1/3] ublk: fail to start device if queue setup is interrupted
` [PATCH V2 2/3] ublk: fail to recover "
` [PATCH V2 3/3] ublk: return -EINTR if breaking from waiting for existed users in DEL_DEV

[PATCH v13 0/9] Implement copy offload support
 2023-07-27 10:29 UTC  (4+ messages)
  ` [PATCH v13 2/9] block: Add copy offload support infrastructure

allow building a kernel without buffer_heads
 2023-07-27  9:14 UTC  (5+ messages)
` [PATCH 6/6] fs: add CONFIG_BUFFER_HEAD
  ` [PATCH 5/6] block: use iomap for writes to block devices

[PATCH v2 1/3] brd: extend the rcu regions to cover read and write
 2023-07-27  8:31 UTC  (2+ messages)

[PATCH blktests 0/6] fix failures with bio based device-mapper
 2023-07-27  1:40 UTC  (2+ messages)

[PATCH v3 0/6] Improve the performance of F2FS on zoned UFS
 2023-07-26 23:46 UTC  (15+ messages)
` [PATCH v3 1/6] block: Introduce the flag REQ_NO_WRITE_LOCK
` [PATCH v3 2/6] block/mq-deadline: Only use zone locking if necessary
` [PATCH v3 3/6] block/null_blk: Support disabling zone write locking
` [PATCH v3 4/6] scsi: Retry unaligned zoned writes
` [PATCH v3 5/6] scsi: ufs: Disable zone write locking
` [PATCH v3 6/6] fs/f2fs: "

[dm-devel] Processes hung in "D" state in ext4, mm, md and dmcrypt
 2023-07-26 19:30 UTC  (2+ messages)

[PATCH] ublk: fail to start device if queue setup is interrupted
 2023-07-26 14:14 UTC  (3+ messages)

[PATCH 04/20] block: Add some exports for bcachefs
 2023-07-26 13:23 UTC  (13+ messages)
` [PATCH 05/20] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
` [PATCH 06/20] block: Bring back zero_fill_bio_iter

Słowa kluczowe do wypozycjonowania
 2023-07-26  7:35 UTC 

[PATCH] block: cleanup bio_integrity_prep
 2023-07-26  2:31 UTC  (3+ messages)

[RFC PATCH v10 00/17] Integrity Policy Enforcement LSM (IPE)
 2023-07-25 20:43 UTC  (5+ messages)
` [RFC PATCH v10 11/17] dm-verity: consume root hash digest and signature data via LSM hook

[PATCH -next] drbd: Remove unsued extern declarations
 2023-07-25 14:09 UTC 

NFS workload leaves nfsd threads in D state
 2023-07-25 13:34 UTC  (12+ messages)

[PATCH 1/2] blk-flush: fix rq->flush.seq for post-flush requests
 2023-07-25 13:15 UTC  (4+ messages)
` [PATCH 2/2] blk-flush: don't need to end rq twice for non "

[PATCH v3 0/3] Improve performance for BLK_MQ_F_BLOCKING drivers
 2023-07-25  2:13 UTC  (2+ messages)

[PATCH] block: Fix a source code comment in include/uapi/linux/blkzoned.h
 2023-07-25  2:12 UTC  (4+ messages)

rationalize the flow in bio_add_page and friends v2
 2023-07-25  1:55 UTC  (4+ messages)
  ` [PATCH 1/8] block: tidy up the bio full checks in bio_add_hw_page

[PATCH v2 0/5] Enable zoned write pipelining for UFS devices
 2023-07-24 21:39 UTC  (4+ messages)
` [PATCH v2 2/5] block/mq-deadline: Only use zone locking if necessary

[syzbot] [block?] KASAN: slab-out-of-bounds Read in bio_split_rw
 2023-07-24 21:20 UTC  (4+ 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).