Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-22 20:08:57 to 2024-02-28 12:09:30 UTC [more...]

[bug report]WARNING: CPU: 22 PID: 44011 at fs/iomap/iter.c:51 iomap_iter+0x32b observed with blktests zbd/010
 2024-02-28 12:08 UTC  (3+ messages)

[PATCH RESEND] nvme-pci: Fix EEH failure on ppc after subsystem reset
 2024-02-28 11:19 UTC  (5+ messages)

[PATCH] blk-mq: don't change nr_hw_queues and nr_maps for kdump kernel
 2024-02-28  4:08 UTC 

atomic queue limit updates for stackable devices v2
 2024-02-28  1:42 UTC  (24+ messages)
` [PATCH 01/16] block: add a queue_limits_set helper
` [PATCH 02/16] block: add a queue_limits_stack_bdev helper
` [PATCH 03/16] dm: use queue_limits_set
` [PATCH 04/16] md: add queue limit helpers
` [PATCH 05/16] md/raid0: use the atomic queue limit update APIs
` [PATCH 06/16] md/raid1: "
` [PATCH 07/16] md/raid10: "
` [PATCH 08/16] md/raid5: "
` [PATCH 09/16] block: remove disk_stack_limits
` [PATCH 10/16] drbd: pass the max_hw_sectors limit to blk_alloc_disk
` [PATCH 11/16] drbd: refactor drbd_reconsider_queue_parameters
` [PATCH 12/16] drbd: refactor the backing dev max_segments calculation
` [PATCH 13/16] drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parameters
` [PATCH 14/16] drbd: don't set max_write_zeroes_sectors in decide_on_discard_support
` [PATCH 15/16] drbd: split out a drbd_discard_supported helper
` [PATCH 16/16] drbd: atomically update queue limits in drbd_reconsider_queue_parameters

atomic queue limit updates for stackable devices
 2024-02-27 21:50 UTC  (20+ messages)
` [PATCH 1/9] block: add a queue_limits_set helper
` [PATCH 2/9] block: add a queue_limits_stack_bdev helper
` [PATCH 3/9] dm: use queue_limits_set
` [PATCH 4/9] md: add queue limit helpers
` [PATCH 5/9] md/raid0: use the atomic queue limit update APIs
` [PATCH 6/9] md/raid1: "
` [PATCH 7/9] md/raid10: "
` [PATCH 8/9] md/raid5: "
` [PATCH 9/9] block: remove disk_stack_limits

ubd cleanups
 2024-02-27 21:21 UTC  (16+ messages)
` [PATCH 1/7] ubd: remove the ubd_gendisk array
` [PATCH 2/7] ubd: remove ubd_disk_register
` [PATCH 3/7] ubd: move setting the nonrot flag to ubd_add
` [PATCH 4/7] ubd: move setting the variable queue limits "
` [PATCH 5/7] ubd: move set_disk_ro "
` [PATCH 6/7] ubd: remove the queue pointer in struct ubd
` [PATCH 7/7] ubd: open the backing files in ubd_add

convert xen-blkfront to atomic queue limit updates v2
 2024-02-27 21:21 UTC  (3+ messages)

convert dasd to the atomic queue limits update API
 2024-02-27 15:20 UTC  (9+ messages)
` [PATCH 1/3] dasd: cleamup dasd_state_basic_to_ready
` [PATCH 2/3] dasd: move queue setup to common code
` [PATCH 3/3] dasd: use the atomic queue limits API

[PATCH 5.10 052/122] block: ataflop: fix breakage introduced at blk-mq refactoring
 2024-02-27 13:28 UTC  (2+ messages)
` [PATCH 5.10 119/122] block: ataflop: more blk-mq refactoring fixes

[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
 2024-02-27 12:43 UTC  (4+ messages)
` [PATCH v7 07/12] iov_iter: Convert iterate*() to "
  ` [bug report] dead loop in generic_perform_write() //Re: "

[LSF/MM/BPF TOPIC] [LSF/MM/BPF ATTEND] : Two stage IOMMU DMA mapping operations
 2024-02-27 11:30 UTC  (2+ messages)

[PATCH] null_blk: add simple write-zeroes support
 2024-02-27 11:20 UTC  (6+ messages)

[PATCH] bdev: make blockdev_mnt static
 2024-02-27  8:19 UTC 

regression on BLKRRPART ioctl for EIO
 2024-02-27  3:13 UTC  (5+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
 2024-02-26 23:15 UTC  (5+ messages)
  ` [Lsf-pc] "

[PATCH 0/3] Add support for Block Passthrough Endpoint function driver
 2024-02-26 18:47 UTC  (11+ messages)
` [PATCH 1/3] PCI: Add PCI Endpoint function driver for Block-device passthrough
` [PATCH 2/3] PCI: Add PCI driver for a PCI EP remote Blockdevice
` [PATCH 3/3] Documentation: PCI: Add documentation for the PCI Block Passthrough

[PATCH v5 00/10] block atomic writes
 2024-02-26 17:36 UTC  (11+ messages)
` [PATCH v5 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v5 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v5 03/10] fs: Initial atomic write support
` [PATCH v5 04/10] fs: Add initial atomic write support info to statx
` [PATCH v5 05/10] block: Add core atomic write support
` [PATCH v5 06/10] block: Add atomic write support for statx
` [PATCH v5 07/10] block: Add fops atomic write support
` [PATCH v5 08/10] scsi: sd: Atomic "
` [PATCH v5 09/10] scsi: scsi_debug: "
` [PATCH v5 10/10] nvme: "

LSF/MM/BPF: 2024: Call for Proposals
 2024-02-26 15:25 UTC  (11+ messages)
  ` [LSF/MM/BPF TOPIC] Large block for I/O

bcache queue limit cleanups
 2024-02-26 10:48 UTC  (2+ messages)
` [PATCH] bcache: move calculation of stripe_size and io_opt into bcache_device_init

[PATCH v4 03/11] fs: Initial atomic write support
 2024-02-26  9:46 UTC  (7+ messages)

[PATCH v4 07/11] block: Add fops atomic write support
 2024-02-26  9:46 UTC  (3+ messages)

[PATCH v4 06/11] block: Add atomic write support for statx
 2024-02-26  9:36 UTC  (3+ messages)

[PATCH v4 05/11] block: Add core atomic write support
 2024-02-26  9:23 UTC  (4+ messages)

[RFC PATCH 06/11] rust: apply cache line padding for `SpinLock`
 2024-02-26  9:15 UTC  (4+ messages)

[PATCH v4 04/11] fs: Add initial atomic write support info to statx
 2024-02-26  9:07 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] no tears atomics & LBS
 2024-02-26  0:10 UTC  (3+ messages)

[PATCHv4 0/4] block: make long running operations killable
 2024-02-25  7:53 UTC  (13+ messages)
` [PATCHv4 1/4] block: blkdev_issue_secure_erase loop style
` [PATCHv4 2/4] block: cleanup __blkdev_issue_write_zeroes
` [PATCHv4 3/4] block: io wait hang check helper
` [PATCHv4 4/4] blk-lib: check for kill signal

[PATCH] block: define bvec_iter as __packed __aligned(4)
 2024-02-25  3:01 UTC 

[PATCH v2 0/2] sched: blk: Handle HMP systems when completing IO
 2024-02-24 23:12 UTC  (9+ messages)
` [PATCH v2 1/2] sched: Add a new function to compare if two cpus have the same capacity
` [PATCH v2 2/2] block/blk-mq: Don't complete locally if capacities are different

[PATCH] bdev: remove SLAB_MEM_SPREAD flag usage
 2024-02-24 20:16 UTC  (2+ messages)

[git pull] device mapper fix for 6.8-rc6
 2024-02-24 18:11 UTC  (2+ messages)

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-02-23 20:45 UTC  (7+ messages)

[git pull] device mapper fixes for 6.8-rc6
 2024-02-23 18:44 UTC  (5+ messages)

[PATCHv3 0/4] block: make long runnint operations killable
 2024-02-23 15:58 UTC  (17+ messages)
` [PATCHv3 1/4] block: blkdev_issue_secure_erase loop style
` [PATCHv3 2/4] block: __blkdev_issue_write_zeroes cleanup
` [PATCHv3 3/4] block: introduce io wait hang check helper
` [PATCHv3 4/4] blk-lib: check for kill signal

[PATCH v2] block: fix deadlock between bd_link_disk_holder and partition scan
 2024-02-23 14:46 UTC  (3+ messages)

[PATCH 0/2] ublk: improve ublk device deletion
 2024-02-23  7:55 UTC  (3+ messages)
` [PATCH 1/2] ublk: improve getting & putting ublk device
` [PATCH 2/2] ublk: add UBLK_CMD_DEL_DEV_ASYNC

[PATCH 0/5] mm: unify default compressor algorithm for zram/zswap
 2024-02-23  6:45 UTC  (11+ messages)
` [PATCH 1/5] zram: zcomp: remove zcomp_set_max_streams() declaration
` [PATCH 2/5] zram: make zram depends on SWAP
` [PATCH 3/5] zram: support deflate compressor
` [PATCH 4/5] mm: zswap: default to lzo-rle instead of lzo
` [PATCH 5/5] mm: unify default compressor algorithm for zswap and zram

[PATCHv2 1/2] sched: introduce helper function to calculate distribution over sched class
 2024-02-23  6:41 UTC  (2+ messages)

[PATCH] null_blk: Delete nullb.{queue_depth, nr_queues}
 2024-02-23  6:36 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).