Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-12 15:20:46 to 2023-05-17 13:16:07 UTC [more...]

introduce bdev holder ops and a file system shutdown method
 2023-05-17 13:14 UTC  (25+ 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 for-next 0/2] Enable IOU_F_TWQ_LAZY_WAKE for passthrough
 2023-05-17 12:39 UTC  (12+ messages)
` [PATCH for-next 1/2] io_uring/cmd: add cmd lazy tw wake helper
` [PATCH for-next 2/2] nvme: optimise io_uring passthrough completion

INFO: task hung in blkdev_open bug
 2023-05-17 12:20 UTC  (2+ messages)

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

[PATCH v5 00/11] mq-deadline: Improve support for zoned block devices
 2023-05-17 10:02 UTC  (41+ 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

[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 V1] block: Fix null pointer dereference issue on struct io_cq
 2023-05-17  9:31 UTC  (6+ messages)

[PATCH V2 0/2] blk-mq: handle passthrough request as really passthrough
 2023-05-17  8:58 UTC  (15+ 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] block: improve the share tag set performance
 2023-05-17  7:49 UTC  (9+ messages)
` [PATCH 2/2] ufs: don't use the fair tag sharings

[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 blktests v4 00/11] nvme testsuite runtime optimization
 2023-05-17  4:44 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 blktests v4 10/11] nvme{002,030}: Move discovery generation counter code to rc

[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: BFQ: Add several invariant checks
 2023-05-17  1:26 UTC  (2+ messages)

[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  (15+ messages)
` [PATCH 1/3] zram: allow user to set QUEUE_FLAG_NOWAIT
` [PATCH 2/3] zram: consolidate zram_bio_read()_zram_bio_write()

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

[PATCH 0/2] capability: Introduce CAP_BLOCK_ADMIN
 2023-05-16 12:05 UTC  (3+ messages)

[PATCH V2 blktests 0/2] blktests: Add ublk testcases
 2023-05-16  8:55 UTC  (6+ messages)
` [PATCH V2 blktests 1/2] src/miniublk: add user recovery
` [PATCH V2 blktests 2/2] tests: Add ublk tests

RFC: less special casing for flush requests
 2023-05-16  4:03 UTC  (3+ messages)

[PATCH v7 00/19] Add Command Duration Limits support
 2023-05-15 22:58 UTC  (2+ messages)

[PATCH v5 0/5] Introduce block provisioning primitives
 2023-05-15 21:55 UTC  (14+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/5] block: Don't invalidate pagecache for invalid falloc modes
  ` [PATCH v6 2/5] block: Introduce provisioning primitives
  ` [PATCH v6 4/5] dm-thin: Add REQ_OP_PROVISION support
  ` [PATCH v6 5/5] loop: Add support for provision requests

[RFC PATCH 1/2] blk-mq: Convert request->csd to call_single_data_t and reposition it
 2023-05-15 20:15 UTC  (3+ messages)

[RFC 0/3] nvme uring passthrough diet
 2023-05-15 15:47 UTC  (5+ messages)
` [RFC 1/3] nvme: skip block cgroups for passthrough commands

[PATCH] blk-mq: don't queue passthrough request into scheduler
 2023-05-15 14:33 UTC  (19+ messages)

[PATCH 1/1] blk-mq: fix blk_mq_hw_ctx active request accounting
 2023-05-15 12:28 UTC  (22+ messages)
            ` [PATCH] "

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-15 11:15 UTC 

[PATCH] block: Deny writable memory mapping if block is read-only
 2023-05-15  9:30 UTC  (5+ messages)

[PATCH] drdb: fix debugfs_create_dir and debugfs_create_symlink error handling
 2023-05-15  8:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE
 2023-05-15  6:51 UTC  (3+ messages)

[PATCH v5 0/4] generic and PowerPC SED Opal keystore
 2023-05-15  5:52 UTC  (3+ messages)
` [PATCH 4/4] powerpc/pseries: update SED for PLPKS api changes

[RFC PATCH] block: add meaningful macro for flush op flags
 2023-05-15  1:43 UTC  (5+ messages)

Situation of CONFIG_BLK_WBT_MQ after commit b11d31ae01e6 ("blk-wbt: remove unnecessary check in wbt_enable_default()")
 2023-05-14 12:05 UTC  (2+ messages)

[GIT PULL] Block fixes for 6.4-rc2
 2023-05-13 15:29 UTC  (2+ messages)

[PATCH] Documentation/block: drop the request.rst file
 2023-05-12 17: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).