Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-16 11:12:25 to 2023-05-18 22:33:52 UTC [more...]

[PATCH v7 0/5] Introduce provisioning primitives
 2023-05-18 22:33 UTC 

[PATCH v2] block: Decode all flag names in the debugfs output
 2023-05-18 22:27 UTC 

[PATCH v2] Documentation: add initial iomap kdoc
 2023-05-18 20:55 UTC  (3+ messages)

[PATCH v5 00/11] mq-deadline: Improve support for zoned block devices
 2023-05-18 18:48 UTC  (50+ messages)
` [PATCH v5 01/11] block: Simplify blk_req_needs_zone_write_lock()
` [PATCH v5 02/11] block: Fix the type of the second bdev_op_is_zoned_write() argument
` [PATCH v5 03/11] block: Introduce op_is_zoned_write()
` [PATCH v5 04/11] block: Introduce blk_rq_is_seq_zoned_write()
` [PATCH v5 05/11] block: mq-deadline: Clean up deadline_check_fifo()
` [PATCH v5 06/11] block: mq-deadline: Simplify deadline_skip_seq_writes()
` [PATCH v5 07/11] block: mq-deadline: Improve deadline_skip_seq_writes()
` [PATCH v5 08/11] block: mq-deadline: Reduce lock contention
` [PATCH v5 09/11] block: mq-deadline: Track the dispatch position
` [PATCH v5 10/11] block: mq-deadline: Handle requeued requests correctly
` [PATCH v5 11/11] block: mq-deadline: Fix handling of at-head zoned writes

keep passthrough request out of the I/O schedulers
 2023-05-18 17:58 UTC  (12+ messages)
` [PATCH 1/3] blk-mq: don't queue plugged passthrough requests into scheduler
` [PATCH 2/3] blk-mq: remove RQF_ELVPRIV
` [PATCH 3/3] blk-mq: make sure elevator callbacks aren't called for passthrough request

[PATCH] Documentation: add initial iomap kdoc
 2023-05-18 14:54 UTC  (5+ messages)

[PATCH] ublk: fix AB-BA lockdep warning
 2023-05-18 13:59 UTC  (4+ messages)

introduce bdev holder ops and a file system shutdown method
 2023-05-18 13:56 UTC  (30+ messages)
` [PATCH 2/9] block: avoid repeated work in blk_mark_disk_dead
` [PATCH 3/9] block: factor out a bd_end_claim helper from blkdev_put
` [PATCH 4/9] block: turn bdev_lock into a mutex
` [PATCH 5/9] block: introduce holder ops
` [PATCH 6/9] block: add a mark_dead holder operation
` [PATCH 7/9] fs: add a method to shut down the file system

[PATCH V1] block: Fix null pointer dereference issue on struct io_cq
 2023-05-18 12:44 UTC  (9+ messages)

[PATCH blktests] common: Replace _have_module() with _have_driver()
 2023-05-18 11:53 UTC  (7+ messages)

[PATCH blktests v4 00/11] nvme testsuite runtime optimization
 2023-05-18  8:38 UTC  (9+ messages)
` [PATCH blktests v4 04/11] common/xfs: Limit fio size job to fit into xfs fs
` [PATCH blktests v4 05/11] nvme{032,040}: Use runtime fio background jobs
` [PATCH blktests v4 09/11] nvme{045,047}: Calculate IO size for random fio jobs

[PATCH 0/2] block: improve the share tag set performance
 2023-05-18  7:55 UTC  (13+ messages)
` [PATCH 2/2] ufs: don't use the fair tag sharings

RFC: less special casing for flush requests
 2023-05-18  5:57 UTC  (4+ messages)

introduce bdev holder ops and a file system shutdown method v2
 2023-05-18  5:40 UTC  (16+ messages)
` [PATCH 01/13] block: factor out a bd_end_claim helper from blkdev_put
` [PATCH 02/13] block: refactor bd_may_claim
` [PATCH 03/13] block: turn bdev_lock into a mutex
` [PATCH 04/13] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
` [PATCH 05/13] block: avoid repeated work in blk_mark_disk_dead
` [PATCH 06/13] block: unhash the inode earlier in delete_partition
` [PATCH 07/13] block: delete partitions later in del_gendisk
` [PATCH 08/13] block: remove blk_drop_partitions
` [PATCH 09/13] block: introduce holder ops
` [PATCH 10/13] block: add a mark_dead holder operation
` [PATCH 11/13] fs: add a method to shut down the file system
` [PATCH 12/13] xfs: wire up sops->shutdown
` [PATCH 13/13] xfs: wire up the ->mark_dead holder operation for log and RT devices

INFO: task hung in blkdev_open bug
 2023-05-18  3:29 UTC  (4+ messages)

[PATCH for-next 0/2] Enable IOU_F_TWQ_LAZY_WAKE for passthrough
 2023-05-18  2:15 UTC  (17+ messages)
` [PATCH for-next 2/2] nvme: optimise io_uring passthrough completion
  ` [PATCH for-next 1/2] io_uring/cmd: add cmd lazy tw wake helper

blktests failures with v6.4-rc2
 2023-05-18  1:30 UTC 

[PATCH V2 0/2] blk-mq: handle passthrough request as really passthrough
 2023-05-18  1:22 UTC  (17+ messages)
` [PATCH V2 1/2] blk-mq: don't queue plugged passthrough requests into scheduler
` [PATCH V2 2/2] blk-mq: make sure elevator callbacks aren't called for passthrough request

[PATCH 0/2] capability: Introduce CAP_BLOCK_ADMIN
 2023-05-18  0:01 UTC  (4+ messages)

[PATCH v6 00/11] mq-deadline: Improve support for zoned block devices
 2023-05-17 17:42 UTC  (12+ messages)
` [PATCH v6 01/11] block: mq-deadline: Add a word in a source code comment
` [PATCH v6 02/11] block: Simplify blk_req_needs_zone_write_lock()
` [PATCH v6 03/11] block: Fix the type of the second bdev_op_is_zoned_write() argument
` [PATCH v6 04/11] block: Introduce op_needs_zoned_write_locking()
` [PATCH v6 05/11] block: Introduce blk_rq_is_seq_zoned_write()
` [PATCH v6 06/11] block: mq-deadline: Clean up deadline_check_fifo()
` [PATCH v6 07/11] block: mq-deadline: Simplify deadline_skip_seq_writes()
` [PATCH v6 08/11] block: mq-deadline: Reduce lock contention
` [PATCH v6 09/11] block: mq-deadline: Track the dispatch position
` [PATCH v6 10/11] block: mq-deadline: Handle requeued requests correctly
` [PATCH v6 11/11] block: mq-deadline: Fix handling of at-head zoned writes

[PATCH RFC 00/16] block atomic writes
 2023-05-17 17:02 UTC  (4+ messages)
` [PATCH RFC 01/16] block: Add atomic write operations to request_queue limits

[PATCH] block: BFQ: Add several invariant checks
 2023-05-17 14:24 UTC  (3+ messages)

[PATCH v2] nbd: automatically load module on genl access
 2023-05-17 11:30 UTC 

[PATCH 0/5] brd: Allow to change block sizes
 2023-05-17  9:31 UTC  (3+ messages)
` [PATCH 5/5] brd: make logical sector size configurable

[PATCH 1/8] block: tidy up the bio full checks in bio_add_hw_page
 2023-05-17  7:18 UTC  (11+ messages)
` rationalize the flow in bio_add_page and friends
  ` [PATCH 2/8] block: use SECTOR_SHIFT bio_add_hw_page
  ` [PATCH 3/8] block: move the BIO_CLONED checks out of __bio_try_merge_page
  ` [PATCH 4/8] block: move the bi_vcnt check "
  ` [PATCH 5/8] block: move the bi_size overflow check in __bio_try_merge_page

[PATCH v2 02/14] block: bio-integrity: modify bio_integrity_add_page()
 2023-05-17  2:35 UTC  (10+ messages)
` [PATCH v2 00/14] Change the integrity configuration method in block
      ` RE:(2) [PATCH v2 02/14] block: bio-integrity: modify bio_integrity_add_page()
  ` [PATCH v2 05/14] block: blk-merge: fix to add the number of integrity segments to the request twice
      `  "
  ` [PATCH v2 08/14] scsi: add scsi_alloc_integrity_sgtables() for integrity process
      `  "
  ` [PATCH v2 12/14] block: add helper function for iteration of bip's bvec
      `  "

[PATCH] block: Decode all flag names in the debugfs output
 2023-05-16 23:21 UTC  (4+ messages)

[PATCH 0/3] zram: queue flag nowait and mior cleanup
 2023-05-16 22:03 UTC  (11+ messages)
` [PATCH 1/3] zram: allow user to set QUEUE_FLAG_NOWAIT

[PATCH] brd: use XArray instead of radix-tree to index backing pages
 2023-05-16 15:05 UTC  (2+ messages)

[PATCH v2 12/14] block: add helper function for iteration of bip's bvec
 2023-05-12 13:54 UTC 

[PATCH v2 08/14] scsi: add scsi_alloc_integrity_sgtables() for integrity process
 2023-05-12 13:52 UTC 

[PATCH v2 05/14] block: blk-merge: fix to add the number of integrity segments to the request twice
 2023-05-12 13:51 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 read-only IMAP folder(s) and NNTP newsgroup(s).