linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-28 02:05:04 to 2023-06-30 08:40:14 UTC [more...]

[PATCH v2 0/5] Improve checks in blk_revalidate_disk_zones()
 2023-06-30  8:39 UTC  (6+ messages)
` [PATCH v2 1/5] scsi: sd_zbc: Set zone limits before revalidating zones
` [PATCH v2 2/5] nvme: zns: "
` [PATCH v2 3/5] block: nullblk: "
` [PATCH v2 4/5] block: virtio_blk: "
` [PATCH v2 5/5] block: improve checks in blk_revalidate_disk_zones()

[FSL P50x0] [PASEMI] The Access to partitions on disks with an Amiga partition table doesn't work anymore after the block updates 2023-06-23
 2023-06-30  8:35 UTC  (5+ messages)

[PATCH v3 0/4] crypto: LEA block cipher implementation
 2023-06-30  7:53 UTC  (7+ messages)
  ` [PATCH v3 4/4] fscrypt: Add LEA-256-XTS, LEA-256-CTS support

[PATCH v4 0/4] crypto: LEA block cipher implementation
 2023-06-30  5:03 UTC  (5+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] crypto: add LEA testmgr tests
` [PATCH v4 3/4] blk-crypto: Add LEA-256-XTS blk-crypto support
` [PATCH v4 4/4] fscrypt: Add LEA-256-XTS, LEA-256-CTS support

[PATCH] virtio_pmem: do flush synchronously
 2023-06-30  4:45 UTC  (5+ messages)
` [PATCH v2] virtio_pmem: add the missing REQ_OP_WRITE for flush bio

[PATCH blktests] zbd/009: skip have_good_mkfs_btrfs when mkfs.btrfs not avaiable
 2023-06-30 12:00 UTC 

[PATCH 0/2] loop: fix regression from max_loop default value change
 2023-06-29 21:22 UTC  (3+ messages)
` [PATCH 1/2] loop: deprecate autoloading callback loop_probe()
` [PATCH 2/2] loop: do not enforce max_loop hard limit by (new) default

[git pull] device mapper changes for 6.5
 2023-06-29 20:52 UTC 

[PATCH AUTOSEL 6.3 15/17] Revert "virtio-blk: support completion batching for the IRQ path"
 2023-06-29 19:00 UTC 

[PATCH 0/5] Improve checks in blk_revalidate_disk_zones()
 2023-06-29 17:27 UTC  (7+ messages)
` [PATCH 1/5] scsi: sd_zbc: Set zone limits before revalidating zones
` [PATCH 2/5] nvme: zns: "
` [PATCH 3/5] block: nullblk: "
` [PATCH 4/5] block: virtio_blk: "
` [PATCH 5/5] block: improve checks in blk_revalidate_disk_zones()

[PATCH V2 0/4] nvme: fix two kinds of IO hang from removing NSs
 2023-06-29 15:33 UTC  (16+ messages)

[bug report] most of blktests nvme/ failed on the latest linux tree
 2023-06-29 13:20 UTC  (23+ messages)

[PATCH v4 0/2] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
 2023-06-29 12:13 UTC  (3+ messages)
` [PATCH v4 1/2] blk-mq: move data->rq_flags initialization code
` [PATCH v4 2/2] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq

[PATCH v2 0/4] blk-mq: optimize the size of struct request
 2023-06-29 11:03 UTC  (5+ messages)
` [PATCH v2 1/4] blk-mq: use percpu csd to remote complete instead of per-rq csd
` [PATCH v2 2/4] blk-flush: count inflight flush_data requests
` [PATCH v2 3/4] blk-flush: reuse rq queuelist in flush state machine
` [PATCH v2 4/4] blk-mq: delete unused completion_data in struct request

[PATCH v4 0/4] ublk: add zoned storage support
 2023-06-29  9:43 UTC  (24+ messages)
` [PATCH v4 1/4] ublk: change ublk IO command defines to enum
` [PATCH v4 2/4] ublk: move types to shared header file
` [PATCH v4 3/4] ublk: enable zoned storage support
` [PATCH v4 4/4] ublk: add zone append

[PATCH v13 0/9] Implement copy offload support
 2023-06-29  8:33 UTC  (21+ messages)
  ` [PATCH v13 1/9] block: Introduce queue limits for copy-offload support
  ` [PATCH v13 2/9] block: Add copy offload support infrastructure
  ` [PATCH v13 3/9] block: add emulation for copy
  ` [PATCH v13 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
  ` [PATCH v13 5/9] nvme: add copy offload support
  ` [PATCH v13 6/9] nvmet: add copy command support for bdev and file ns
  ` [PATCH v13 7/9] dm: Add support for copy offload
  ` [PATCH v13 8/9] dm: Enable copy offload for dm-linear target
  ` [PATCH v13 9/9] null_blk: add support for copy offload

[PATCH v3 0/3] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
 2023-06-29  7:40 UTC  (11+ messages)
` [PATCH v3 1/3] blk-mq: always use __blk_mq_alloc_requests() to alloc and init rq
` [PATCH v3 2/3] blk-mq: ktime_get_ns() only once for batched requests init
` [PATCH v3 3/3] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq

[PATCH v5] block: add check that partition length needs to be aligned with block size
 2023-06-29 14:25 UTC  (2+ messages)

[PATCH 1/7] block: add queue_logical_block_mask() and bdev_logical_block_mask()
 2023-06-29  5:44 UTC  (13+ messages)
` [PATCH 2/7] block: Convert to bdev_logical_block_mask()
` [PATCH 3/7] md: Convert to queue_logical_block_mask()
` [PATCH 4/7] buffer: Convert to bdev_logical_block_mask()
` [PATCH 5/7] iomap: "
` [PATCH 6/7] xfs: "
` [PATCH 7/7] erofs: "

[PATCH next] shmem: minor fixes to splice-read implementation
 2023-06-29  4:42 UTC  (3+ messages)

[PATCH v4] block: add check that partition length needs to be aligned with block size
 2023-06-29 10:26 UTC  (3+ messages)

[PATCH v3] block: add check that partition length needs to be aligned with block size
 2023-06-29  1:15 UTC  (9+ messages)

[PATCH blktests] nvme/rc: specify hostnqn to hostid to nvme discover and connect
 2023-06-29  0:56 UTC  (5+ messages)

[PATCHv3 0/2] enhanced nvme uring command polling
 2023-06-28 22:13 UTC  (2+ messages)

[RFC PATCH v10 00/17] Integrity Policy Enforcement LSM (IPE)
 2023-06-28 21:09 UTC  (18+ messages)
` [RFC PATCH v10 01/17] security: add ipe lsm
` [RFC PATCH v10 02/17] ipe: add policy parser
` [RFC PATCH v10 03/17] ipe: add evaluation loop
` [RFC PATCH v10 04/17] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v10 05/17] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v10 06/17] security: add new securityfs delete function
` [RFC PATCH v10 07/17] ipe: add userspace interface
` [RFC PATCH v10 08/17] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v10 09/17] ipe: add permissive toggle
` [RFC PATCH v10 10/17] block|security: add LSM blob to block_device
` [RFC PATCH v10 11/17] dm-verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v10 12/17] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v10 13/17] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v10 14/17] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v10 15/17] scripts: add boot policy generation program
` [RFC PATCH v10 16/17] ipe: kunit test for parser
` [RFC PATCH v10 17/17] documentation: add ipe documentation

[PATCH blktests v2 0/3] More fixes for FC enabling
 2023-06-28 19:10 UTC  (5+ messages)
` [PATCH blktests v2 1/3] nvme/048: Check for queue count check directly
` [PATCH blktests v2 2/3] nvme/rc: Avoid triggering host nvme-cli autoconnect
` [PATCH blktests v2 3/3] nvme/{041,042,043,044,045,048}: Use default hostnqn and hostid

[PATCH blktests v1 0/3] More fixes for FC enabling
 2023-06-28 15:00 UTC  (9+ messages)
` [PATCH blktests v1 1/3] nvme/048: Check for queue count check directly
` [PATCH blktests v1 2/3] nvme/rc: Avoid triggering host nvme-cli autoconnect

[PATCH 0/4] blk-mq: optimize the size of struct request
 2023-06-28 12:55 UTC  (11+ messages)
` [PATCH 1/4] blk-mq: use percpu csd to remote complete instead of per-rq csd
` [PATCH 2/4] blk-flush: count inflight flush_data requests

[PATCH v3] block: ublk: enable zoned storage support
 2023-06-28 12:06 UTC  (4+ messages)

blktests: nvme/auth testcae bug
 2023-06-28  4:39 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-28  7:50 UTC 


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