linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-21 06:31:16 to 2024-08-26 06:37:59 UTC [more...]

[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 v3 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-26  6:30 UTC  (18+ messages)
` [PATCH v3 1/9] PCI: Make pcim_iounmap_region() a public function
` [PATCH v3 2/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v3 3/9] block: mtip32xx: "
` [PATCH v3 4/9] gpio: "
` [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 v3 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH v3 9/9] PCI: Remove pcim_iounmap_regions()

[PATCH v6] pktcdvd: Remove unnecessary debugfs_create_dir() error check in pkt_debugfs_dev_new()
 2024-08-26  6:26 UTC 

[PATCH v2 1/3] blktests: nvme: skip passthru tests on multipath devices
 2024-08-26  5:37 UTC  (4+ 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 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)

[PATCH V4] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-08-26  0:15 UTC 

[PATCH] drbd: Remove an unused field in struct drbd_device
 2024-08-25 16:22 UTC 

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 

[PATCH v3 00/10] Read/Write with meta/integrity
 2024-08-24  8:52 UTC  (21+ messages)
  ` [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
  ` [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

[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  (21+ messages)
` [PATCH v5 3/7] fs: iomap: Atomic write support
` [PATCH v5 4/7] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v5 5/7] xfs: Support atomic write for statx
` [PATCH v5 6/7] xfs: Validate atomic writes
` [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  (13+ messages)
` [PATCH 2/3] blktests: nvme/032: skip on non-PCI devices
` [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)

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

[PATCH] Documentation: add ublk driver ioctl numbers
 2024-08-23 13:43 UTC 

[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  (19+ messages)
` [PATCH v2 1/7] io_uring/cmd: expose iowq to cmds
` [PATCH v2 2/7] io_uring/cmd: give inline space in request "
` [PATCH v2 3/7] filemap: introduce filemap_invalidate_pages
` [PATCH v2 4/7] block: introduce blk_validate_write()
` [PATCH v2 5/7] block: implement async discard as io_uring cmd
` [PATCH v2 6/7] block: implement async wire write zeroes
` [PATCH v2 7/7] block: implement async secure erase

[PATCH 0/4] Fix some starvation problems
 2024-08-23 11:27 UTC  (7+ 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 "

[PATCH v3] drivers:block:Use IS_ERR() to check debugfs_create_dir() return value
 2024-08-23 10:46 UTC  (2+ messages)

[PATCH] aoe: Use IS_ERR_OR_NULL() to clean code
 2024-08-23  7:30 UTC  (2+ messages)

[PATCH] blktrace: Add 'P' identifier to mark I/O with REQ_POLLED flag
 2024-08-23  7:25 UTC 

[PATCH blktests] nvme/052: wait for namespace removal before recreating namespace
 2024-08-22 15:43 UTC  (9+ messages)

[PATCH] blk_iocost: fix more out of bound shifts
 2024-08-22 15:41 UTC 

[PATCH v2] drivers:block:Use IS_ERR() to check debugfs_create_dir() return value
 2024-08-22 12:50 UTC  (2+ messages)

[PATCH v1] drivers:block:Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
 2024-08-22  9:27 UTC  (2+ messages)

[PATCH liburing 1/1] test/send-zerocopy: test fix datagrams over UDP limit
 2024-08-22  3:35 UTC  (2+ messages)

[PATCH v2] rust: sort blk includes in bindings_helper.h
 2024-08-21 22:12 UTC  (2+ messages)

sort out the fallocate mode mess
 2024-08-21 16:11 UTC  (13+ 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 v2] blk-cgroup: don't clear stat in blkcg_reset_stats()
 2024-08-21 15:51 UTC  (2+ messages)

next: x86_64: ahci 0000:00:1f.2: probe with driver ahci failed with error -12
 2024-08-21 13:43 UTC  (5+ messages)

[PATCH v2 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-21 12:25 UTC  (19+ messages)
` [PATCH v2 1/9] PCI: Make pcim_iounmap_region() a public function
` [PATCH v2 2/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v2 3/9] block: mtip32xx: "
` [PATCH v2 4/9] gpio: "
` [PATCH v2 5/9] ethernet: cavium: "
` [PATCH v2 6/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH v2 7/9] vdpa: solidrun: Fix potential UB bug with devres
` [PATCH v2 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH v2 9/9] PCI: Remove pcim_iounmap_regions()

[PATCH 0/2] rust: fix erranous use of lock class key in rust block device bindings
 2024-08-21 11:54 UTC  (4+ messages)

Fast-Track Your Dream Home with Modular Construction!
 2024-08-21 11:34 UTC 

[PATCH for-next] block/rnbd-srv: Add sanity check and remove redundant assignment
 2024-08-21 11:25 UTC  (2+ messages)

[PATCH 1/2] rust: fix export of bss symbols
 2024-08-21 10:50 UTC  (2+ messages)

[PATCH v7 0/8] filtering and snapshots of a block devices
 2024-08-21  9:27 UTC  (2+ messages)

[PATCH v1] xen/blkback: Convert to use time_after_eq macro
 2024-08-21  7:47 UTC 

[PATCH 5/9] Block: switch bd_prepare_to_claim to use ___wait_var_event()
 2024-08-21  7:10 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).