linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-13 00:03:33 to 2023-07-20 07:43:10 UTC [more...]

[PATCH v13 0/9] Implement copy offload support
 2023-07-20  7:42 UTC  (5+ messages)
  ` [PATCH v13 1/9] block: Introduce queue limits for copy-offload support
  ` [PATCH v13 2/9] block: Add copy offload support infrastructure

[RFC PATCH 0/6] nvmem: add block device NVMEM provider
 2023-07-20  7:09 UTC  (12+ messages)
` [RFC PATCH 1/6] mmc: core: set card fwnode_handle
` [RFC PATCH 2/6] mmc: block: set fwnode of disk devices
` [RFC PATCH 3/6] block: add new genhd flag GENHD_FL_NO_NVMEM
` [RFC PATCH 4/6] mtd: blkdevs: set GENHD_FL_NO_NVMEM
` [RFC PATCH 5/6] mtd: ubi: block: "
` [RFC PATCH 6/6] block: implement NVMEM provider

[PATCH v5 00/11] blksnap - block devices snapshots module
 2023-07-20  6:16 UTC  (20+ messages)
` [PATCH v5 02/11] block: Block Device Filtering Mechanism
` [PATCH v5 04/11] blksnap: header file of the module interface

[PATCH v2 0/3] Improve performance for BLK_MQ_F_BLOCKING drivers
 2023-07-20  5:54 UTC  (7+ messages)
` [PATCH v2 1/3] scsi: Inline scsi_kick_queue()
` [PATCH v2 2/3] scsi: Remove a blk_mq_run_hw_queues() call
` [PATCH v2 3/3] block: Improve performance for BLK_MQ_F_BLOCKING drivers

[PATCH 2/3] brd: enable discard
 2023-07-20  5:45 UTC  (2+ messages)

[PATCH 3/3] brd: implement write zeroes
 2023-07-20  5:30 UTC  (2+ messages)

[PATCH] block: refactor to use helper
 2023-07-20  2:58 UTC  (2+ messages)

[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs
 2023-07-20  2:55 UTC  (13+ messages)
` [PATCH v2 01/10] ice, ufs, mmc: use blk_crypto_key for program_key
` [PATCH v2 02/10] qcom_scm: scm call for deriving a software secret
` [PATCH v2 03/10] soc: qcom: ice: add hwkm support in ice
` [PATCH v2 04/10] soc: qcom: ice: support for hardware wrapped keys
` [PATCH v2 05/10] ufs: core: support wrapped keys in ufs core
` [PATCH v2 06/10] ufs: host: wrapped keys support in ufs qcom
` [PATCH v2 07/10] qcom_scm: scm call for create, prepare and import keys
` [PATCH v2 08/10] ufs: core: add support for generate, import and prepare keys
` [PATCH v2 09/10] soc: qcom: support for generate, import and prepare key
` [PATCH v2 10/10] ufs: host: "

[PATCH] block: set reasonable default for discard max
 2023-07-20  1:58 UTC  (6+ messages)

[RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
 2023-07-20  1:23 UTC  (30+ messages)
` [RFC PATCH 01/21] crypto: scomp - Revert "add support for deflate rfc1950 (zlib)"
` [RFC PATCH 02/21] crypto: qat - Drop support for allocating destination buffers
` [RFC PATCH 03/21] crypto: acompress - Drop destination scatterlist allocation feature
` [RFC PATCH 04/21] net: ipcomp: Migrate to acomp API from deprecated comp API
` [RFC PATCH 05/21] ubifs: Pass worst-case buffer size to compression routines
` [RFC PATCH 06/21] ubifs: Avoid allocating buffer space unnecessarily
` [RFC PATCH 07/21] ubifs: Migrate to acomp compression API
` [RFC PATCH 08/21] zram: "
` [RFC PATCH 09/21] crypto: nx - Migrate to scomp API
` [RFC PATCH 10/21] crypto: 842 - drop obsolete 'comp' implementation
` [RFC PATCH 11/21] crypto: deflate "
` [RFC PATCH 12/21] crypto: lz4 "
` [RFC PATCH 13/21] crypto: lz4hc "
` [RFC PATCH 14/21] crypto: lzo-rle "
` [RFC PATCH 15/21] crypto: lzo "
` [RFC PATCH 16/21] crypto: zstd "
` [RFC PATCH 17/21] crypto: cavium/zip "
` [RFC PATCH 18/21] crypto: compress_null "
` [RFC PATCH 19/21] crypto: remove obsolete 'comp' compression API
` [RFC PATCH 20/21] crypto: deflate - implement acomp API directly
` [RFC PATCH 21/21] crypto: scompress - Drop the use of per-cpu scratch buffers

[PATCH v2 0/5] Enable zoned write pipelining for UFS devices
 2023-07-19 23:07 UTC  (14+ messages)
` [PATCH v2 1/5] block: Introduce a request queue flag for pipelining zoned writes
` [PATCH v2 2/5] block/mq-deadline: Only use zone locking if necessary
` [PATCH v2 4/5] scsi: Retry unaligned zoned writes

[PATCH 1/3] brd: extend the rcu regions to cover read and write
 2023-07-19 20:19 UTC 

[PATCH 0/3] brd discard patches
 2023-07-19 20:18 UTC 

[PATCH v2 0/4] brd: implement discard
 2023-07-19 20:14 UTC  (7+ messages)
` [PATCH v2 3/4] brd: enable discard

bfq io scheduler fifo_expire_sync have no function
 2023-07-19 13:35 UTC 

[PATCH v9 0/2] ublk: enable zoned storage support
 2023-07-19 12:41 UTC  (8+ messages)
` [PATCH v9 1/2] ublk: add helper to check if device supports user copy
` [PATCH v9 2/2] ublk: enable zoned storage support

[PATCH] blk-iocost: fix seq_printf compile type mismatch error
 2023-07-19  8:57 UTC  (4+ messages)

[PATCH blktests 0/6] fix failures with bio based device-mapper
 2023-07-19  7:15 UTC  (7+ messages)
` [PATCH blktests 1/6] check, common/rc: save sysfs attribute path
` [PATCH blktests 2/6] common/dm: add script file for device-mapper functions
` [PATCH blktests 3/6] common/{rc,dm}: introduce functions to set scheduler of dm destinations
` [PATCH blktests 4/6] common/rc: introduce _require_test_dev_sysfs
` [PATCH blktests 5/6] block/004, zbd/{005,006}: call _test_dev_set_scheduler
` [PATCH blktests 6/6] block/005: require queue/scheduler sysfs attribute

[bug report] Unable to handle kernel paging request observed during blktest nvme/047
 2023-07-18 16:02 UTC  (2+ messages)

[PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target
 2023-07-18 15:51 UTC  (2+ messages)

[PATCH 0/3] Improve performance for BLK_MQ_F_BLOCKING drivers
 2023-07-18 14:25 UTC  (6+ messages)
` [PATCH 1/3] scsi: Inline scsi_kick_queue()
` [PATCH 2/3] scsi: Remove a blk_mq_run_hw_queues() call
` [PATCH 3/3] block: Improve performance for BLK_MQ_F_BLOCKING drivers

[PATCH] zram: set zram bio priority to REQ_PRIO
 2023-07-18 11:51 UTC  (3+ messages)

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

[PATCH] f2fs: don't reopen the main block device in f2fs_scan_devices
 2023-07-17 15:16 UTC  (4+ messages)

[PATCH v4 0/4] blk-mq: optimize flush and request size
 2023-07-17 14:18 UTC  (6+ messages)
` [PATCH v4 1/4] blk-mq: use percpu csd to remote complete instead of per-rq csd
` [PATCH v4 2/4] blk-flush: fix rq->flush.seq for post-flush requests
` [PATCH v4 3/4] blk-flush: count inflight flush_data requests
` [PATCH v4 4/4] blk-flush: reuse rq queuelist in flush state machine

[PATCH] blk-mq: plug based timestamp caching
 2023-07-17  8:16 UTC 

[PATCH 6.4 018/800] splice: Fix filemap_splice_read() to use the correct inode
 2023-07-16 19:37 UTC 

don't allow enabling a write back cache on devices that don't support it
 2023-07-15 15:52 UTC  (4+ messages)

[RFC PATCH v10 09/17] ipe: add permissive toggle
 2023-07-15  4:00 UTC  (2+ messages)
  ` [PATCH RFC v10 9/17] "

[RFC PATCH v10 08/17] uapi|audit|ipe: add ipe auditing support
 2023-07-15  3:57 UTC  (2+ messages)
  ` [PATCH RFC v10 8/17] "

[RFC PATCH v10 07/17] ipe: add userspace interface
 2023-07-15  3:26 UTC  (2+ messages)
  ` [PATCH RFC v10 7/17] "

[GIT PULL] Block fixes for 6.5-rc2
 2023-07-15  3:08 UTC  (2+ messages)

[RFC PATCH v10 06/17] security: add new securityfs delete function
 2023-07-14 23:59 UTC  (2+ messages)
  ` [PATCH RFC v10 6/17] "

[RFC PATCH v10 05/17] ipe: introduce 'boot_verified' as a trust provider
 2023-07-14 23:56 UTC  (2+ messages)
  ` [PATCH RFC v10 5/17] "

[syzbot] [block?] WARNING in invalidate_drive
 2023-07-14 22:40 UTC 

[RFC PATCH v10 04/17] ipe: add LSM hooks on execution and kernel read
 2023-07-14 21:47 UTC  (2+ messages)
  ` [PATCH RFC v10 4/17] "

[PATCH v8 0/2] ublk: enable zoned storage support
 2023-07-14 21:08 UTC  (7+ messages)
` [PATCH v8 1/2] ublk: add helper to check if device supports user copy
` [PATCH v8 2/2] ublk: enable zoned storage support

[RFC PATCH v10 03/17] ipe: add evaluation loop
 2023-07-14 20:28 UTC  (2+ messages)
  ` [PATCH RFC v10 3/17] "

[PATCH v2] blk-mq: Fix stall due to recursive flush plug
 2023-07-14 19:44 UTC  (3+ messages)

[PATCH v5] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
 2023-07-14 14:49 UTC  (9+ messages)

[PATCH] block: queue data commands from the flush state machine at the head
 2023-07-14 14:43 UTC  (2+ messages)

[PATCH blktests] common/ublk: avoid modprobe failure for built-in ublk_drv
 2023-07-14 13:58 UTC  (3+ messages)

blktests failures with v6.5-rc1
 2023-07-14  5:41 UTC 

[RFC PATCH v10 02/17] ipe: add policy parser
 2023-07-14  4:18 UTC  (2+ messages)
  ` [PATCH RFC v10 2/17] "

[RFC PATCH v10 01/17] security: add ipe lsm
 2023-07-13 23:31 UTC  (2+ messages)
  ` [PATCH RFC v10 1/17] "

[PATCH v3] nbd: automatically load module on genl access
 2023-07-13 20:37 UTC  (3+ messages)

[PATCH v2 0/5] nvme-fc: Fix blktests hangers
 2023-07-13 20:35 UTC  (5+ messages)
` [PATCH v2 4/5] nvme-fc: Make initial connect attempt synchronous

[PATCH v2] virtio_pmem: add the missing REQ_OP_WRITE for flush bio
 2023-07-13 13:54 UTC  (8+ messages)
` [PATCH v3] "
      ` [PATCH v4] "

[bug report] f2fs mount failure on zoned block devices
 2023-07-13 11:56 UTC  (3+ messages)

[PATCH blktests v1 0/3] More fixes for FC enabling
 2023-07-13 10:50 UTC  (17+ messages)
` [PATCH blktests v1 2/3] nvme/rc: Avoid triggering host nvme-cli autoconnect

blktests failures with v6.4
 2023-07-13 10:16 UTC  (6+ messages)

[PATCH v1] block: Remove error checking for debugfs_create_dir()
 2023-07-13  9:14 UTC 

[PATCH] block/mq-deadline: Fix a bug in deadline_from_pos()
 2023-07-13  1:43 UTC  (2+ messages)

[PATCH 0/8] blk-mq: fix wrong queue mapping for kdump kernel
 2023-07-13  0:03 UTC  (3+ messages)
` [PATCH 3/8] scsi: lpfc: use blk_mq_max_nr_hw_queues() to calculate io vectors


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