linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-23 16:26:26 to 2022-06-28 04:50:00 UTC [more...]

[PATCH v3 0/8] Improve zoned storage write performance
 2022-06-28  4:49 UTC  (19+ messages)
` [PATCH v3 1/8] block: Document blk_queue_zone_is_seq() and blk_rq_zone_is_seq()
` [PATCH v3 2/8] block: Introduce the blk_rq_is_seq_zone_write() function
` [PATCH v3 3/8] block: Introduce a request queue flag for pipelining zoned writes
` [PATCH v3 4/8] block/mq-deadline: Only use zone locking if necessary
` [PATCH v3 5/8] block/null_blk: Refactor null_queue_rq()
` [PATCH v3 6/8] block/null_blk: Add support for pipelining zoned writes
` [PATCH v3 7/8] nvme: Make the number of retries command specific
` [PATCH v3 8/8] nvme: Enable pipelining of zoned writes

[PATCH 5.20 0/4] block/dm: add bio_rewind for improving dm requeue
 2022-06-28  4:26 UTC  (11+ messages)
` [PATCH 5.20 1/4] block: add bio_rewind() API
  ` [dm-devel] "
` [PATCH 5.20 2/4] dm: add new helper for handling dm_io requeue
` [PATCH 5.20 3/4] dm: improve handling for DM_REQUEUE and AGAIN
` [PATCH 5.20 4/4] dm: add two stage requeue

[bug report from blktests nvme/032] WARNING: possible circular locking dependency detected
 2022-06-28  4:03 UTC 

[PATCH] scsi: Remove usage of the deprecated ida_simple_xxx API
 2022-06-28  3:24 UTC  (2+ messages)

[PATCH] trace: events: scsi: Print driver_tag and scheduler_tag in SCSI trace
 2022-06-28  3:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH AUTOSEL 5.18 21/53] block: serialize all debugfs operations using q->debugfs_mutex
 2022-06-28  2:18 UTC  (3+ messages)
` [PATCH AUTOSEL 5.18 22/53] block: remove per-disk debugfs files in blk_unregister_queue
` [PATCH AUTOSEL 5.18 23/53] block: freeze the queue earlier in del_gendisk

[PATCHv6 00/11] direct-io dma alignment
 2022-06-27 15:36 UTC  (9+ messages)
` [PATCHv6 11/11] iomap: add support for dma aligned direct-io

[RFC] libubd: library for ubd(userspace block driver based on io_uring passthrough)
 2022-06-27 15:29 UTC  (2+ messages)

[PATCH 00/51] Improve static type checking for request flags
 2022-06-27 13:04 UTC  (80+ messages)
` [PATCH 01/51] treewide: Rename enum req_opf into enum req_op
` [PATCH 02/51] block: Use enum req_op where appropriate
` [PATCH 03/51] block: Change the type of the last .rw_page() argument
` [PATCH 04/51] block: Change the type of req_op() and bio_op() into enum req_op
` [PATCH 05/51] block: Introduce the type blk_opf_t
` [PATCH 06/51] block: Use the new blk_opf_t type
` [PATCH 07/51] blktrace: "
` [PATCH 08/51] blktrace: Trace remap operations correctly
` [PATCH 09/51] block/brd: Use the enum req_op type
` [PATCH 10/51] block/drbd: Use the enum req_op and blk_opf_t types
` [PATCH 11/51] block/floppy: Fix a sparse warning
` [PATCH 12/51] block/null_blk: Fix sparse warnings in tracing code
` [PATCH 13/51] um: Use enum req_op where appropriate
` [PATCH 14/51] dm/core: Use the enum req_op and blk_opf_t types
` [PATCH 15/51] dm/bufio: Change 'int rw' into 'enum req_op op'
` [PATCH 16/51] dm/kcopyd: Rename kcopyd_job.rw into kcopyd_job.op
` [PATCH 17/51] dm/ebs: Change 'int rw' into 'enum req_op op'
` [PATCH 18/51] dm/dm-flakey: Use the new blk_opf_t type
` [PATCH 19/51] dm/dm-integrity: Use the enum req_op and blk_opf_t types
` [PATCH 20/51] dm/dm-snap: "
` [PATCH 21/51] dm/dm-zoned: Use the enum req_op type
` [PATCH 22/51] md/core: Use the enum req_op and blk_opf_t types
` [PATCH 23/51] md/bcache: "
` [PATCH 24/51] md/raid1: Use the new blk_opf_t type
` [PATCH 25/51] md/raid10: "
` [PATCH 26/51] md/raid5: Use the enum req_op and blk_opf_t types
` [PATCH 27/51] nvme/host: "
` [PATCH 28/51] nvme/target: Use the new blk_opf_t type
` [PATCH 29/51] scsi/core: Improve static type checking
` [PATCH 30/51] scsi/core: Change the return type of scsi_noretry_cmd() into bool
` [PATCH 31/51] scsi/core: Use the new blk_opf_t type
` [PATCH 32/51] scsi/device_handlers: "
` [PATCH 33/51] scsi/ufs: Rename a 'dir' argument into 'op'
` [PATCH 34/51] scsi/target: Use the new blk_opf_t type
` [PATCH 35/51] mm: "
` [PATCH 36/51] fs/buffer: "
` [PATCH 37/51] fs/direct-io: Use the enum req_op and blk_opf_t types
` [PATCH 38/51] fs/mpage: Use the new blk_opf_t type
` [PATCH 39/51] fs/btrfs: Use the enum req_op and blk_opf_t types
` [PATCH 40/51] fs/ext4: Use the new blk_opf_t type
` [PATCH 41/51] fs/f2fs: Use the enum req_op and blk_opf_t types
` [PATCH 42/51] fs/gfs2: "
` [PATCH 43/51] fs/hfsplus: "
` [PATCH 44/51] fs/iomap: Use the new blk_opf_t type
` [PATCH 45/51] fs/jbd2: Fix the documentation of the jbd2_write_superblock() callers
` [PATCH 46/51] fs/nilfs: Use the enum req_op and blk_opf_t types
` [PATCH 47/51] fs/ntfs3: Use enum req_op where appropriate
` [PATCH 48/51] fs/ocfs2: Use the enum req_op and blk_opf_t types
` [PATCH 49/51] PM: "
` [PATCH 50/51] fs/xfs: "
` [PATCH 51/51] fs/zonefs: Fix sparse warnings in tracing code

[PATCH ubdsrv] tgt_null: Return number of sectors read/written
 2022-06-27  7:46 UTC  (4+ messages)

[PATCH blktests v2] blktests: Add _have_kernel_config_file() and _check_kernel_option()
 2022-06-27  7:32 UTC 

[PATCH blktests] blktests: Split _have_kernel_option()
 2022-06-27  7:35 UTC  (3+ messages)

[bug report] kmemleak observed from blktests on latest linux-block/for-next
 2022-06-26 14:16 UTC  (6+ messages)

[PATCH v2 0/6] blk-mq: Add a flag for reserved requests series
 2022-06-26 13:58 UTC  (3+ messages)
` [PATCH v2 5/6] blk-mq: Drop 'reserved' arg of busy_tag_iter_fn

[PATCH] paride: Fixed integer overflow in pt_read and pt_write
 2022-06-26 11:02 UTC 

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-06-26 10:20 UTC  (12+ messages)
` [PATCH v3 1/8] statx: add direct I/O "
` [PATCH v3 2/8] vfs: support STATX_DIOALIGN on block devices

[PATCH blktests] nvmeof-mp/rc: Avoid skipping tests due to the expected SKIP_REASON
 2022-06-26  8:16 UTC  (7+ messages)

[PATCH -next v5 0/8] bugfix and cleanup for blk-throttle
 2022-06-26  2:39 UTC  (8+ messages)
` [PATCH -next v5 4/8] blk-throttle: fix io hung due to config updates

[PATCH v2 0/6] Improve zoned storage write performance
 2022-06-26  0:23 UTC  (20+ messages)
` [PATCH v2 1/6] block: Document blk_queue_zone_is_seq() and blk_rq_zone_is_seq()
` [PATCH v2 2/6] block: Introduce the blk_rq_is_zoned_seq_write() function
` [PATCH v2 3/6] block: Introduce a request queue flag for pipelining zoned writes
` [PATCH v2 4/6] block/mq-deadline: Only use zone locking if necessary
` [PATCH v2 5/6] block/null_blk: Refactor null_queue_rq()
` [PATCH v2 6/6] block/null_blk: Add support for pipelining zoned writes

[PATCH] blk-mq: blk_mq_tag_busy is no need to return a value
 2022-06-25 17:02 UTC  (2+ messages)

[PATCH] lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()
 2022-06-25 17:02 UTC  (4+ messages)

[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
 2022-06-25  8:10 UTC  (5+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'

cleanup block layer sysfs handling
 2022-06-25  3:09 UTC  (13+ messages)
` [PATCH 1/6] block: simplify blktrace sysfs attribute creation
` [PATCH 2/6] block: remove a superflous queue kobject reference
` [PATCH 3/6] block: use default groups to register the queue attributes
` [PATCH 4/6] block: remove the extra gendisk reference in __blk_mq_register_dev
` [PATCH 5/6] blk-mq: rename blk_mq_sysfs_{,un}register
` [PATCH 6/6] blk-mq: cleanup disk sysfs registration

[GIT PULL] Block fixes for 5.19-rc4
 2022-06-24 18:44 UTC  (2+ messages)

[git pull] device mapper fixes for 5.19-rc4
 2022-06-24 18:44 UTC  (2+ messages)

[PATCH v2] zram: do not lookup algorithm in backends table
 2022-06-24  6:06 UTC 

[PATCH] blk-mq: remove unnecessary variables in blk_mq_init_cpu_queues
 2022-06-24  3:30 UTC 

About the md-bitmap behavior
 2022-06-24  1:35 UTC  (12+ messages)

[man-pages RFC PATCH] statx.2, open.2: document STATX_DIOALIGN
 2022-06-23 17:13 UTC  (4+ 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 NNTP newsgroup(s).