Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-22 20:59:31 to 2023-05-24 00:40:46 UTC [more...]

[PATCH v7 0/5] Introduce provisioning primitives
 2023-05-24  0:40 UTC  (8+ messages)

[PATCH v3 0/7] Submit zoned writes in order
 2023-05-24  0:35 UTC  (22+ messages)
` [PATCH v3 1/7] block: Rename a local variable in blk_mq_requeue_work()
` [PATCH v3 2/7] block: Send requeued requests to the I/O scheduler
` [PATCH v3 3/7] block: Requeue requests if a CPU is unplugged
` [PATCH v3 4/7] block: Make it easier to debug zoned write reordering
` [PATCH v3 6/7] dm: Inline __dm_mq_kick_requeue_list()

[PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target
 2023-05-23 23:06 UTC  (46+ messages)
` [PATCH v2 01/39] Add documentation for dm-vdo
` [PATCH v2 02/39] Add the MurmurHash3 fast hashing algorithm
  ` [dm-devel] "
` [PATCH v2 03/39] Add memory allocation utilities
  ` [dm-devel] "
` [PATCH v2 04/39] Add basic logging and support utilities
` [PATCH v2 05/39] Add vdo type declarations, constants, and simple data structures
` [PATCH v2 06/39] Add thread and synchronization utilities
` [PATCH v2 07/39] Add specialized request queueing functionality
` [PATCH v2 08/39] Add basic data structures
` [PATCH v2 09/39] Add deduplication configuration structures
` [PATCH v2 10/39] Add deduplication index storage interface
` [PATCH v2 11/39] Implement the delta index
` [PATCH v2 12/39] Implement the volume index
` [PATCH v2 13/39] Implement the open chapter and chapter indexes
` [PATCH v2 14/39] Implement the chapter volume store
` [PATCH v2 15/39] Implement top-level deduplication index
` [PATCH v2 16/39] Implement external deduplication index interface
` [PATCH v2 17/39] Add administrative state and scheduling for vdo
` [PATCH v2 18/39] Add vio, the request object for vdo metadata
` [PATCH v2 19/39] Add data_vio, the request object which services incoming bios
` [PATCH v2 20/39] Add flush support to vdo
` [PATCH v2 21/39] Add the vdo io_submitter
` [PATCH v2 22/39] Add hash locks and hash zones
` [PATCH v2 23/39] Add use of the deduplication index in "
` [PATCH v2 24/39] Add the compressed block bin packer
` [PATCH v2 25/39] Add vdo_slab
` [PATCH v2 26/39] Add the slab summary
` [PATCH v2 27/39] Add the block allocators and physical zones
` [PATCH v2 28/39] Add the slab depot itself
` [PATCH v2 29/39] Add the vdo block map
` [PATCH v2 30/39] Implement the vdo block map page cache
` [PATCH v2 31/39] Add the vdo recovery journal
` [PATCH v2 32/39] Add repair (crash recovery and read-only rebuild) of damaged vdos
` [PATCH v2 33/39] Add the vdo structure itself
` [PATCH v2 34/39] Add the on-disk formats and marshalling of vdo structures
` [PATCH v2 35/39] Add statistics tracking
` [PATCH v2 36/39] Add sysfs support for setting vdo parameters and fetching statistics
` [PATCH v2 37/39] Add vdo debugging support
` [PATCH v2 38/39] Add dm-vdo-target.c
` [PATCH v2 39/39] Enable configuration and building of dm-vdo
` [dm-devel] [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target

RFC: allow building a kernel without buffer_heads
 2023-05-23 22:27 UTC  (4+ messages)
` [PATCH 16/17] block: use iomap for writes to block devices

[PATCH v21 0/6] block: Use page pinning
 2023-05-23 21:38 UTC  (18+ messages)
` [PATCH v21 1/6] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v21 2/6] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v21 3/6] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v21 4/6] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v21 5/6] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v21 6/6] block: convert bio_map_user_iov "
` Extending page pinning into fs/direct-io.c

[PATCH v22 00/31] splice: Kill ITER_PIPE
 2023-05-23 20:43 UTC  (5+ messages)
` [PATCH v22 25/31] zonefs: Provide a splice-read wrapper

fix the name_to_dev_t mess
 2023-05-23 18:36 UTC  (36+ messages)
` [PATCH 01/24] driver core: return bool from driver_probe_done
` [PATCH 02/24] PM: hibernate: factor out a helper to find the resume device
` [PATCH 03/24] PM: hibernate: remove the global snapshot_test variable
` [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume
` [PATCH 05/24] init: remove pointless Root_* values
` [PATCH 06/24] init: rename mount_block_root to mount_root_generic
` [PATCH 07/24] init: refactor mount_root
` [PATCH 08/24] init: pass root_device_name explicitly
` [PATCH 09/24] init: don't remove the /dev/ prefix from error messages
` [PATCH 10/24] init: handle ubi/mtd root mounting like all other root types
` [PATCH 11/24] init: factor the root_wait logic in prepare_namespace into a helper
` [PATCH 12/24] init: move the nfs/cifs/ram special cases out of name_to_dev_t
` [PATCH 13/24] init: improve the name_to_dev_t interface
` [PATCH 14/24] init: clear root_wait on all invalid root= strings
` [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/
` [PATCH 16/24] block: move more code to early-lookup.c
` [PATCH 17/24] dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr
` [PATCH 18/24] dm: open code dm_get_dev_t in dm_init_init
` [PATCH 19/24] dm: remove dm_get_dev_t
` [PATCH 20/24] dm: only call early_lookup_bdev from early boot context
` [PATCH 21/24] PM: hibernate: don't use early_lookup_bdev in resume_store
` [PATCH 22/24] mtd: block2mtd: factor the early block device open logic into a helper
` [PATCH 23/24] mtd: block2mtd: don't call early_lookup_bdev after the system is running
` [PATCH 24/24] block: mark early_lookup_bdev as __init

[PATCH for-6.4/block] block/rq_qos: protect rq_qos apis with a new lock
 2023-05-23 17:13 UTC  (3+ messages)

[PATCH] block: fix bio-cache for passthru IO
 2023-05-23 17:13 UTC  (3+ messages)

[PATCH] block, bfq: update Paolo's address in maintainer list
 2023-05-23 17:13 UTC  (2+ messages)

[PATCH 1/1] blk-mq: fix race condition in active queue accounting
 2023-05-23 17:13 UTC  (5+ messages)

[PATCH] block: remove redundant req_op in blk_rq_is_passthrough
 2023-05-23 17:13 UTC  (3+ messages)

[PATCH RESEND] blk-wbt: fix that wbt can't be disabled by default
 2023-05-23 17:13 UTC  (3+ messages)

cleanup the filemap / direct I/O interaction
 2023-05-23 16:03 UTC  (15+ messages)
` [PATCH 06/13] filemap: add a kiocb_invalidate_post_write helper
` [PATCH 07/13] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/13] iomap: assign current->backing_dev_info "
` [PATCH 10/13] fs: factor out a direct_write_fallback helper

[PATCH v21 00/30] splice: Kill ITER_PIPE
 2023-05-23 14:27 UTC  (3+ messages)
` [PATCH v21 26/30] splice: Convert trace/seq to use copy_splice_read()

[PATCH v7 00/19] Add Command Duration Limits support
 2023-05-23 10:53 UTC  (7+ messages)

[syzbot] [block?] [reiserfs?] KASAN: user-memory-access Write in zram_slot_lock
 2023-05-23  9:34 UTC  (2+ messages)

[PATCH 00/10] misc patches for rnbd
 2023-05-23  9:32 UTC  (22+ messages)
` [PATCH 01/10] block/rnbd: kill rnbd_flags_supported
` [PATCH 02/10] block/rnbd-srv: remove unused header
` [PATCH 03/10] block/rnbd: introduce rnbd_access_modes
` [PATCH 04/10] block/rnbd-srv: no need to check sess_dev
` [PATCH 05/10] block/rnbd-srv: defer the allocation of rnbd_io_private
` [PATCH 06/10] block/rnbd-srv: rename one member in rnbd_srv_dev
` [PATCH 07/10] block/rnbd-srv: init ret with 0 instead of -EPERM
` [PATCH 08/10] block/rnbd-srv: init err earlier in rnbd_srv_init_module
` [PATCH 09/10] block/rnbd-srv: make process_msg_sess_info returns void
` [PATCH 10/10] block/rnbd: change device's name

[PATCH blktests v2 0/6] support built-in scsi_debug
 2023-05-23  9:22 UTC  (10+ messages)
` [PATCH blktests v2 1/6] common/rc: skip module file check if modules path does not exist
` [PATCH blktests v2 2/6] common/scsi_debug, tests/*: re-define _have_scsi_debug
` [PATCH blktests v2 3/6] common/scsi_debug: factor out _setup_scsi_debug_vars
` [PATCH blktests v2 6/6] block/{001,002,027}: allow to run with built-in scsi_debug and sd_mod

[PATCH v2 0/1] block: fix conversion of GPT partition name to 7-bit
 2023-05-23  7:54 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v11 0/9] Implement copy offload support
 2023-05-23  7:15 UTC  (4+ messages)
  ` [PATCH v11 1/9] block: Introduce queue limits for copy-offload support

[PATCH v4] blk-ioprio: Introduce promote-to-rt policy
 2023-05-23  6:48 UTC  (3+ messages)

[PATCH 0/2] capability: Introduce CAP_BLOCK_ADMIN
 2023-05-23  6:18 UTC  (8+ messages)

[PATCH v6 0/7] badblocks improvement for multiple bad block ranges
 2023-05-23  4:38 UTC  (3+ messages)

[PATCH v2] Documentation: add initial iomap kdoc
 2023-05-23  2:11 UTC  (4+ messages)

[dm-devel] [PATCH v7 5/5] loop: Add support for provision requests
 2023-05-23  1:22 UTC  (3+ messages)
`  "

introduce bdev holder ops and a file system shutdown method v2
 2023-05-23  0:58 UTC  (4+ messages)

[PATCH v5 0/9] Support limits below the page size
 2023-05-22 23:26 UTC  (12+ messages)
` [PATCH v5 1/9] block: Use pr_info() instead of printk(KERN_INFO ...)
` [PATCH v5 2/9] block: Prepare for supporting sub-page limits
` [PATCH v5 3/9] block: Support configuring limits below the page size
` [PATCH v5 4/9] block: Make sub_page_limit_queues available in debugfs
` [PATCH v5 5/9] block: Support submitting passthrough requests with small segments
` [PATCH v5 6/9] block: Add support for filesystem requests and "
` [PATCH v5 7/9] block: Add support for small segments in blk_rq_map_user_iov()
` [PATCH v5 8/9] scsi_debug: Support configuring the maximum segment size
` [PATCH v5 9/9] null_blk: "


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