linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-21 21:20:12 to 2023-07-28 08:22:45 UTC [more...]

[PATCH blktests v1 00/11] Switch to allowed_host
 2023-07-28  8:20 UTC  (22+ 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 0/2] multi-page bvec configuration for integrity payload
 2023-07-28  7:57 UTC  (3+ messages)
    ` [PATCH 2/2] bio-integrity: create multi-page bvecs in bio_integrity_add_page()
` [PATCH 1/2] block: make bvec_try_merge_hw_page() non-static

[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: "

[git pull] device mapper fixes for 6.5-rc4
 2023-07-27 20:41 UTC 

[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 V2 0/9] blk-mq: fix wrong queue mapping for kdump kernel
 2023-07-27 16:56 UTC  (24+ 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] blk-mq: plug based timestamp caching
 2023-07-27 15:35 UTC  (2+ messages)

[PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target
 2023-07-27 15:29 UTC  (8+ messages)
    ` [vdo-devel] "

[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  (7+ messages)
  ` [PATCH v13 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
  ` [PATCH v13 2/9] block: Add copy offload support infrastructure

allow building a kernel without buffer_heads
 2023-07-27  9:14 UTC  (14+ messages)
` [PATCH 1/6] fs: remove emergency_thaw_bdev
` [PATCH 2/6] fs: rename and move block_page_mkwrite_return
` [PATCH 3/6] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 4/6] block: stop setting ->direct_IO
` [PATCH 5/6] block: use iomap for writes to block devices
` [PATCH 6/6] fs: add CONFIG_BUFFER_HEAD

[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 v2 0/4] blk-flush: optimize non-postflush requests
 2023-07-25 13:01 UTC  (5+ 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 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  (6+ messages)
` [PATCH v3 1/3] scsi: Inline scsi_kick_queue()
` [PATCH v3 2/3] scsi: Remove a blk_mq_run_hw_queues() call

[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  (11+ messages)
` [PATCH 1/8] block: tidy up the bio full checks in bio_add_hw_page
` [PATCH 2/8] block: use SECTOR_SHIFT bio_add_hw_page
` [PATCH 3/8] block: move the BIO_CLONED checks out of __bio_try_merge_page
` [PATCH 4/8] block: move the bi_vcnt check "
` [PATCH 5/8] block: move the bi_size overflow check in __bio_try_merge_page
` [PATCH 6/8] block: downgrade a bio_full call in bio_add_page
` [PATCH 7/8] block: move the bi_size update out of __bio_try_merge_page
` [PATCH 8/8] block: don't pass a bio to bio_try_merge_hw_seg

[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  (6+ messages)

[PATCH 0/4] dasd fixes
 2023-07-24 19:05 UTC  (4+ messages)

Don't miss out on our low Interest coinloan opportunity
 2023-07-24  8:47 UTC 

[PATCH mm-hotfixes] shmem: minor fixes to splice-read implementation
 2023-07-23 21:05 UTC 

[GIT PULL] Block fixes for 6.5-rc3
 2023-07-22 18:16 UTC  (2+ messages)

[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs
 2023-07-22 17:32 UTC  (11+ messages)
` [PATCH v2 02/10] qcom_scm: scm call for deriving a software secret
` [PATCH v2 07/10] qcom_scm: scm call for create, prepare and import keys
` [PATCH v2 09/10] soc: qcom: support for generate, import and prepare key

[RFC PATCH] sbitmap: fix batching wakeup
 2023-07-22  2:42 UTC  (3+ messages)

[PATCH] blk-iocost: fix seq_printf compile type mismatch error
 2023-07-22  1:14 UTC  (2+ messages)

[PATCH v5 0/3 RESEND] sed-opal: keyrings, discovery, revert, key store
 2023-07-21 21:15 UTC 

[PATCH v7 0/3 RESEND] generic and PowerPC SED Opal keystore
 2023-07-21 21:19 UTC  (2+ messages)
` [PATCH v7 3/3 RESEND] powerpc/pseries: PLPKS SED Opal keystore support


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