linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-04 11:46:26 to 2023-08-10 03:02:41 UTC [more...]

[PATCH V3 0/14] blk-mq: fix wrong queue mapping for kdump kernel
 2023-08-10  3:01 UTC  (20+ messages)
` [PATCH V3 01/14] blk-mq: add blk_mq_max_nr_hw_queues()
` [PATCH V3 02/14] nvme-pci: use blk_mq_max_nr_hw_queues() to calculate io queues
` [PATCH V3 03/14] ublk: limit max allowed nr_hw_queues
` [PATCH V3 04/14] virtio-blk: limit max allowed submit queues
` [PATCH V3 05/14] scsi: core: add helper of scsi_max_nr_hw_queues()
` [PATCH V3 06/14] scsi: lpfc: use blk_mq_max_nr_hw_queues() to calculate io vectors
` [PATCH V3 07/14] scsi: mpi3mr: take blk_mq_max_nr_hw_queues() into account for calculating "
` [PATCH V3 08/14] scsi: megaraid: "
` [PATCH V3 09/14] scsi: mpt3sas: "
` [PATCH V3 10/14] scsi: pm8001: "
` [PATCH V3 11/14] scsi: hisi: "
` [PATCH V3 12/14] scsi: ufs: limit max allowed nr_hw_queues
` [PATCH V3 13/14] scsi: storvsc: "
` [PATCH V3 14/14] blk-mq: add helpers for treating kdump kernel

[PATCH v3 0/4] multi-page bvec configuration for integrity payload
 2023-08-10  2:06 UTC  (4+ messages)
      `  "

[PATCH v7 0/7] Improve performance for zoned UFS devices
 2023-08-10  1:36 UTC  (10+ messages)
` [PATCH v7 1/7] block: Introduce the use_zone_write_lock member variable
` [PATCH v7 2/7] block/mq-deadline: Only use zone locking if necessary
` [PATCH v7 3/7] scsi: core: Retry unaligned zoned writes
` [PATCH v7 4/7] scsi: scsi_debug: Support disabling zone write locking
` [PATCH v7 5/7] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v7 6/7] scsi: ufs: Split an if-condition
` [PATCH v7 7/7] scsi: ufs: Disable zone write locking

[bug report] blktests nvme/047 failed due to /dev/nvme0n1 not created in time
 2023-08-10  0:19 UTC  (5+ messages)

[PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target
 2023-08-09 23:40 UTC  (2+ messages)
` [vdo-devel] "

ubiblock: null pointer dereference using scatterlist in work_queue
 2023-08-09 22:43 UTC  (7+ messages)

[PATCH v2] blk-crypto: dynamically allocate fallback profile
 2023-08-09 22:08 UTC  (3+ messages)

[PATCH net-next 03/10] genetlink: remove userhdr from struct genl_info
 2023-08-09 22:02 UTC  (3+ messages)

[PATCH 0/2] Block nowait fix
 2023-08-09 22:01 UTC  (9+ messages)
` [PATCH 1/2] block: get rid of unused plug->nowait flag
` [PATCH 2/2] block: don't make REQ_POLLED imply REQ_NOWAIT

[PATCH RFC] block: Revert 615939a2ae73
 2023-08-09 21:49 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 21ef7b1e17d039053edaeaf41142423810572741
 2023-08-09 18:29 UTC 

[RFC PATCH v10 00/17] Integrity Policy Enforcement LSM (IPE)
 2023-08-09 18:02 UTC  (8+ messages)
` [RFC PATCH v10 11/17] dm-verity: consume root hash digest and signature data via LSM hook

[PATCH] block: pass a gendisk to the queue_sysfs_entry handlers
 2023-08-09 14:36 UTC 

[PATCH v6 0/7] Improve performance for zoned UFS devices
 2023-08-09 13:45 UTC  (16+ messages)
` [PATCH v6 1/7] block: Introduce the flag QUEUE_FLAG_NO_ZONE_WRITE_LOCK
` [PATCH v6 2/7] block/mq-deadline: Only use zone locking if necessary
` [PATCH v6 3/7] scsi: core: Retry unaligned zoned writes
` [PATCH v6 4/7] scsi: scsi_debug: Support disabling zone write locking
` [PATCH v6 5/7] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v6 6/7] scsi: ufs: Split an if-condition
` [PATCH v6 7/7] scsi: ufs: Disable zone write locking

[PATCHv3] io_uring: set plug tags for same file
 2023-08-09 12:37 UTC  (2+ messages)

[PATCH -next v2] block: remove init_mutex and open-code blk_iolatency_try_init
 2023-08-09 12:11 UTC  (2+ messages)

[PATCH -next] block: remove init_mutex in blk_iolatency_try_init
 2023-08-09 10:57 UTC  (4+ messages)

Słowa kluczowe do wypozycjonowania
 2023-08-09  8:16 UTC 

[PATCH] blk-crypto: dynamically allocate fallback profile
 2023-08-09  6:55 UTC  (2+ messages)

[PATCH -next] block/swim: remove unnecessary check of res
 2023-08-09  6:16 UTC 

[PATCH 0/5] Some minor cleanups
 2023-08-09  6:10 UTC  (17+ messages)
` [PATCH 1/5] block: use PAGE_SECTORS_SHIFT to set limits
` [PATCH 2/5] block: use pr_xxx() instead of printk()
` [PATCH 3/5] block: use pr_xxx() instead of printk() in partition code
` [PATCH 4/5] block: Improve efi partition debug messages
` [PATCH 5/5] block: switch ldm partition code to use pr_xxx() functions

[PATCH -next] drbd: Use helper put_drbd_dev() and get_drbd_dev()
 2023-08-09  1:32 UTC  (3+ messages)

[PATCH for-next v3 0/4] iopoll support for io_uring/nvme
 2023-08-09  1:15 UTC  (3+ messages)
  ` [PATCH for-next v3 4/4] nvme: wire up async polling for io passthrough commands

[RFC PATCH] sbitmap: fix batching wakeup
 2023-08-08 10:30 UTC  (4+ messages)

[PATCH] block/mq-deadline: use correct way to throttling write requests
 2023-08-08 21:46 UTC  (2+ messages)

[PATCH v11 0/3] ublk: enable zoned storage support
 2023-08-08 21:46 UTC  (7+ messages)
` [PATCH v11 1/3] ublk: add helper to check if device supports user copy
` [PATCH v11 2/3] ublk: move check for empty address field on command submission
` [PATCH v11 3/3] ublk: enable zoned storage support

[PATCH] blk-iocost: fix queue stats accounting
 2023-08-08 21:42 UTC  (3+ messages)

[RFC PATCH 0/6] nvmem: add block device NVMEM provider
 2023-08-08 10:59 UTC  (5+ messages)
` [RFC PATCH 2/6] mmc: block: set fwnode of disk devices

[PATCH v1] drivers: block: Updates return value check
 2023-08-08  8:08 UTC  (4+ messages)

remove bdev->bd_super
 2023-08-08 14:33 UTC  (9+ messages)
` [PATCH 1/4] fs: stop using bdev->bd_super in mark_buffer_write_io_error
` [PATCH 2/4] ext4: don't use bdev->bd_super in __ext4_journal_get_write_access
` [PATCH 3/4] ocfs2: stop using bdev->bd_super for journal error logging
` [PATCH 4/4] fs, block: remove bdev->bd_super

[PATCH v5 0/7] Improve the performance for zoned UFS devices
 2023-08-07 18:13 UTC  (5+ messages)
` [PATCH v5 4/7] scsi: scsi_debug: Support disabling zone write locking
` [PATCH v5 5/7] scsi: scsi_debug: Support injecting unaligned write errors

[PATCH v3] virtio_pmem: add the missing REQ_OP_WRITE for flush bio
 2023-08-07 17:55 UTC  (7+ messages)
` [PATCH v4] "

[PATCH for 6.5 regression] PM: hibernate: fix resume_store() return value when hibernation not available
 2023-08-07  9:41 UTC  (2+ messages)

[syzbot] Monthly block report (Aug 2023)
 2023-08-07  7:28 UTC 

[PATCH blktests] src/Makefile: fix static linking of miniublk
 2023-08-07  6:25 UTC  (2+ messages)

[PATCH 0/1] Possible bug in zram on ppc64le on vfat
 2023-08-07  5:19 UTC  (5+ messages)

[PATCH blktests] block/004: reset zones of TEST_DEV before fio operation
 2023-08-07  0:09 UTC  (3+ messages)

[PATCH] zram: take device and not only bvec offset into account
 2023-08-06  7:16 UTC  (6+ messages)

more blkdev_get and holder work
 2023-08-05 17:13 UTC  (16+ messages)
` [PATCH 05/12] ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robust
` [PATCH 06/12] fs: use the super_block as holder when mounting file systems
` [PATCH 09/12] ext4: drop s_umount over opening the log device
` [PATCH 11/12] xfs: drop s_umount over opening the log and RT devices

fix the name_to_dev_t mess v2
 2023-08-05 13:07 UTC  (6+ messages)
` [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume

XFS metadata CRC errors on zram block device on ppc64le architecture
 2023-08-05 12:16 UTC  (11+ messages)

[PATCH v6 0/8] Support limits below the page size
 2023-08-04 23:11 UTC  (6+ messages)

[PATCH] romfs: only select BUFFER_HEAD for the block based path
 2023-08-04 17:31 UTC  (2+ messages)

[RFC PATCH 00/18] ceph, rbd: Collapse all the I/O types down to something iov_iter-based
 2023-08-04 13:13 UTC  (19+ messages)
` [RFC PATCH 01/18] iov_iter: Add function to see if buffer is all zeros
` [RFC PATCH 02/18] ceph: Rename alignment to offset
` [RFC PATCH 03/18] ceph: Add a new data container type, ceph_databuf
` [RFC PATCH 04/18] ceph: Convert ceph_mds_request::r_pagelist to a databuf
` [RFC PATCH 05/18] rbd: Use ceph_databuf for rbd_obj_read_sync()
` [RFC PATCH 06/18] ceph: Change ceph_osdc_call()'s reply to a ceph_databuf
` [RFC PATCH 07/18] ceph: Unexport osd_req_op_cls_request_data_pages()
` [RFC PATCH 08/18] ceph: Remove osd_req_op_cls_response_data_pages()
` [RFC PATCH 09/18] ceph: Convert notify_id_pages to a ceph_databuf
` [RFC PATCH 10/18] rbd: Switch from using bvec_iter to iov_iter
` [RFC PATCH 11/18] ceph: Remove bvec and bio data container types
` [RFC PATCH 12/18] ceph: Convert some page arrays to ceph_databuf
` [RFC PATCH 13/18] ceph: Convert users of ceph_pagelist "
` [RFC PATCH 14/18] ceph: Remove ceph_pagelist
` [RFC PATCH 15/18] ceph: Convert ceph_osdc_notify() reply to ceph_databuf
` [RFC PATCH 16/18] ceph: Remove CEPH_OS_DATA_TYPE_PAGES and its attendant helpers
` [RFC PATCH 17/18] ceph: Remove CEPH_MSG_DATA_PAGES and its helpers
` [RFC PATCH 18/18] ceph: Don't use data_pages


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