linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-23 10:48:22 to 2024-08-29 03:05:26 UTC [more...]

[PATCH v3 00/10] Read/Write with meta/integrity
 2024-08-29  3:05 UTC  (25+ messages)
  ` [PATCH v3 03/10] block: handle split correctly for user meta bounce buffer
  ` [PATCH v3 04/10] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v3 05/10] block: define meta io descriptor
  ` [PATCH v3 06/10] io_uring/rw: add support to send meta along with read/write
  ` [PATCH v3 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v3 07/10] block,nvme: "
  ` [PATCH v3 08/10] block: add support to pass user meta buffer
  ` [PATCH v3 09/10] nvme: add handling for app_tag
  ` [PATCH v3 10/10] scsi: add support for user-meta interface
    ` [PATCH v3 01/10] block: define set of integrity flags to be inherited by cloned bip
    ` [PATCH v3 02/10] block: introduce a helper to determine metadata bytes from data iter

sort out the fallocate mode mess v2
 2024-08-29  3:03 UTC  (22+ messages)
` [PATCH 1/6] block: remove checks for FALLOC_FL_NO_HIDE_STALE
` [PATCH 2/6] ext4: remove tracing "
` [PATCH 3/6] fs: sort out the fallocate mode vs flag mess
` [PATCH 4/6] xfs: call xfs_flush_unmap_range from xfs_free_file_space
` [PATCH 5/6] xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_space
` [PATCH 6/6] xfs: refactor xfs_file_fallocate

[PATCH 0/4] Fix some starvation problems
 2024-08-29  2:51 UTC  (16+ messages)
` [PATCH 2/4] block: fix ordering between checking BLK_MQ_S_STOPPED and adding requests to hctx->dispatch
` [PATCH 4/4] block: fix fix ordering between checking QUEUE_FLAG_QUIESCED "
    `  "

BUG: general protection fault in blk_mq_put_tag
 2024-08-28 23:14 UTC 

[PATCH V5] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-08-28 16:27 UTC  (2+ messages)

[PATCH] mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
 2024-08-28 15:23 UTC  (6+ messages)

[PATCH V4] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-08-28 14:51 UTC  (3+ messages)

[PATCH for-next] block/rnbd-srv: Add sanity check and remove redundant assignment
 2024-08-28 14:51 UTC  (4+ messages)

[PATCH] block: fix detection of unsupported WRITE SAME in blkdev_issue_write_zeroes
 2024-08-28 14:51 UTC  (4+ messages)

[PATCH v4 0/7] PCI: Remove pcim_iounmap_regions()
 2024-08-28 14:49 UTC  (13+ messages)
` [PATCH v4 1/7] PCI: Deprecate pcim_iounmap_regions()
` [PATCH v4 2/7] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v4 3/7] block: mtip32xx: "
` [PATCH v4 4/7] gpio: "
` [PATCH v4 5/7] ethernet: cavium: "
` [PATCH v4 6/7] vdpa: solidrun: Fix UB bug with devres
` [PATCH v4 7/7] vdap: solidrun: Replace deprecated PCI functions

[PATCH] blk-mq: Allow complete locally if capacities are different
 2024-08-28 13:47 UTC  (4+ messages)

[PATCH] block: Fix validation of ioprio level
 2024-08-28  8:45 UTC  (2+ messages)

[PATCH v2 0/2] block: Fix __blkdev_issue_write_zeroes() limit handling
 2024-08-28  7:25 UTC  (5+ messages)
` [PATCH v2 1/2] block: Read max write zeroes once for __blkdev_issue_write_zeroes()

[PATCH] buffer: Associate the meta bio with blkg from buffer page
 2024-08-28  5:19 UTC  (2+ messages)

regression on generic/351 in 6.11-rc5?
 2024-08-28  5:05 UTC  (4+ messages)

jbd2: io throttle for metadata buffers
 2024-08-28  3:32 UTC  (2+ messages)

[syzbot] [nbd?] INFO: task hung in nbd_queue_rq
 2024-08-28  0:09 UTC 

[PATCH v7] pktcdvd: Remove unnecessary debugfs_create_dir() error check in pkt_debugfs_dev_new()
 2024-08-27 15:18 UTC  (2+ messages)

[PATCH V5 0/8] io_uring: support sqe group and provide group kbuf
 2024-08-27 15:18 UTC  (3+ messages)
` [PATCH V5 4/8] io_uring: support SQE group

fix unintentional splitting of zone append bios
 2024-08-27 12:18 UTC  (16+ messages)
` [PATCH 1/4] block: rework bio splitting
` [PATCH 2/4] block: constify the lim argument to queue_limits_max_zone_append_sectors
` [PATCH 3/4] block: properly handle REQ_OP_ZONE_APPEND in __bio_split_to_limits
` [PATCH 4/4] block: don't use bio_split_rw on misc operations

[PATCh v2] loop: Increase bsize variable from unsigned short to unsigned int
 2024-08-27 11:59 UTC  (3+ messages)

[PATCH][RFC] iomap: add a private argument for iomap_file_buffered_write
 2024-08-27 11:07 UTC  (4+ messages)

[PATCH v8 0/5] block: add larger order folio instead of pages
 2024-08-27  8:22 UTC  (5+ messages)
  ` [PATCH v8 1/5] block: Added folio-ized version of bvec_try_merge_hw_page()

[PATCH] loop: Increase bsize variable from unsigned short to unsigned int
 2024-08-27  8:02 UTC  (4+ messages)

[PATCH v4 0/5] Write-placement hints and FDP
 2024-08-27  5:12 UTC  (8+ messages)
  ` [PATCH v4 1/5] fs, block: refactor enum rw_hint
  ` [PATCH v4 2/5] fcntl: rename rw_hint_* to rw_life_hint_*
  ` [PATCH v4 3/5] fcntl: add F_{SET/GET}_RW_HINT_EX
  ` [PATCH v4 4/5] sd: limit to use write life hints
  ` [PATCH v4 5/5] nvme: enable FDP support

[PATCH v3 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-27  3:28 UTC  (15+ messages)
` [PATCH v3 2/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v3 5/9] ethernet: cavium: "
` [PATCH v3 6/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH v3 7/9] vdpa: solidrun: Fix UB bug with devres

[PATCH] blktrace: Add 'P' identifier to mark I/O with REQ_POLLED flag
 2024-08-27  2:15 UTC  (2+ messages)

[PATCH] Documentation: add ublk driver ioctl numbers
 2024-08-26 21:34 UTC  (2+ messages)

[PATCH v6] pktcdvd: Remove unnecessary debugfs_create_dir() error check in pkt_debugfs_dev_new()
 2024-08-26 20:16 UTC  (2+ messages)

[PATCH] blk_iocost: fix more out of bound shifts
 2024-08-26 20:13 UTC  (3+ messages)

Regarding patch "block/blk-mq: Don't complete locally if capacities are different"
 2024-08-26 17:32 UTC  (18+ messages)

[PATCH] drbd: Remove an unused field in struct drbd_device
 2024-08-26 13:19 UTC  (2+ messages)

[PATCH v2 1/3] blktests: nvme: skip passthru tests on multipath devices
 2024-08-26  7:58 UTC  (5+ messages)
` [PATCH v2 2/3] blktests: nvme/032: skip on non-PCI devices
` [PATCH v2 3/3] nvme: add test for controller rescan under I/O load

[PATCH 0/7 v2 RFC] Make wake_up_{bit,var} less fragile
 2024-08-26  6:31 UTC  (8+ messages)
` [PATCH 1/7] block: change wait on bd_claiming to use a var_waitqueue, not a bit_waitqueue
` [PATCH 2/7] sched: change wake_up_bit() and related function to expect unsigned long *
` [PATCH 3/7] sched: Improve documentation for wake_up_bit/wait_on_bit family of functions
` [PATCH 4/7] sched: Document wait_var_event() family of functions and wake_up_var()
` [PATCH 5/7] sched: Add test_and_clear_wake_up_bit() and atomic_dec_and_wake_up()
` [PATCH 6/7] sched: Add wait/wake interface for variable updated under a lock
` [PATCH 7/7] Block: switch bd_prepare_to_claim to use wait_var_event_mutex()

[PATCH v5] pktcdvd:Remove unnecessary debugfs_create_dir() error check in pkt_debugfs_dev_new()
 2024-08-26  4:44 UTC  (2+ messages)

[BUG] cgroupv2/blk: inconsistent I/O behavior in Cgroup v2 with set device wbps and wiops
 2024-08-26  2:15 UTC  (5+ messages)

[PATCH V3] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-08-26  0:17 UTC  (4+ messages)

Can't set RAID10 on zoned device using experimental build
 2024-08-25  7:11 UTC 

BUG: general protection fault in update_io_ticks
 2024-08-25  5:10 UTC 

[GIT PULL] Block fixes for 6.11-rc5
 2024-08-23 23:55 UTC  (2+ messages)

[PATCH V2] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-08-23 18:02 UTC  (4+ messages)

[PATCH v5 0/7] block atomic writes for xfs
 2024-08-23 16:03 UTC  (13+ messages)
` [PATCH v5 4/7] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v5 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[PATCH 1/3] blktests: nvme: skip passthru tests on multipath devices
 2024-08-23 14:49 UTC  (5+ messages)
` [PATCH 3/3] nvme: add test for controller rescan under I/O load

[PATCH] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-08-23 14:29 UTC  (5+ messages)

[PATCH v4] drivers:block:Cancel debugfs_create_dir() check
 2024-08-23 13:23 UTC  (3+ messages)

[PATCH v2 0/7] implement async block discards/etc. via io_uring
 2024-08-23 11:59 UTC  (9+ messages)
` [PATCH v2 4/7] block: introduce blk_validate_write()
` [PATCH v2 5/7] block: implement async discard as io_uring cmd


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