Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-23 10:53:59 to 2023-05-25 11:40:17 UTC [more...]

[PATCH v7 0/5] Introduce provisioning primitives
 2023-05-25 11:39 UTC  (10+ messages)

[PATCH] zonefs: Call zonefs_io_error() on any error from filemap_splice_read()
 2023-05-25 11:18 UTC  (2+ messages)

[PATCH V3 blktests 0/2] blktests: Add ublk testcases
 2023-05-25 11:14 UTC  (5+ messages)
` [PATCH V3 blktests 1/2] src/miniublk: add user recovery
` [PATCH V3 blktests 2/2] tests: Add ublk tests

cleanup the filemap / direct I/O interaction v2
 2023-05-25 10:09 UTC  (18+ messages)
` [PATCH 01/11] backing_dev: remove current->backing_dev_info
` [PATCH 02/11] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/11] filemap: update ki_pos in generic_perform_write
` [PATCH 04/11] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/11] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/11] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/11] fs: factor out a direct_write_fallback helper
` [PATCH 10/11] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write

[PATCH v21 0/6] block: Use page pinning
 2023-05-25  9:51 UTC  (15+ 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
  ` Extending page pinning into fs/direct-io.c

[PATCH -next] block: Fix the partition start may overflow in add_partition()
 2023-05-25  8:55 UTC  (4+ messages)

[PATCH v3 0/7] Submit zoned writes in order
 2023-05-25  8:25 UTC  (28+ messages)
` [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 7/7] block: Inline blk_mq_{,delay_}kick_requeue_list()

less special casing for flush requests v2
 2023-05-25  8:14 UTC  (5+ messages)
` [PATCH 4/7] blk-mq: use the I/O scheduler for writes from the flush state machine

[PATCH -next v2] block: Fix the partition start may overflow in add_partition()
 2023-05-25  7:20 UTC 

[PATCH V3] blk-cgroup: Flush stats before releasing blkcg_gq
 2023-05-25  4:35 UTC 

[PATCH V2] blk-cgroup: Flush stats before releasing blkcg_gq
 2023-05-25  4:05 UTC  (15+ messages)

[PATCH] blk-mq: fix blk_mq_hw_ctx active request accounting
 2023-05-25  2:12 UTC  (3+ messages)

[PATCH v22 25/31] zonefs: Provide a splice-read wrapper
 2023-05-24 23:13 UTC  (8+ messages)
` [PATCH v22 00/31] splice: Kill ITER_PIPE
  ` [PATCH v22 19/31] f2fs: Provide a splice-read wrapper

[PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target
 2023-05-24 22:36 UTC  (49+ 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-24 22:23 UTC  (7+ messages)
` [PATCH 14/17] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 16/17] block: use iomap for writes to block devices

[PATCH v5 0/9] Support limits below the page size
 2023-05-24 20:50 UTC  (3+ messages)
` [PATCH v5 8/9] scsi_debug: Support configuring the maximum segment size

[PATCH v11 0/9] Implement copy offload support
 2023-05-24 15:40 UTC  (3+ messages)
  ` [PATCH v11 2/9] block: Add copy offload support infrastructure
    ` [dm-devel] "

[PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-24 15:02 UTC  (5+ messages)

[PATCH] block: make bio_check_eod work for zero sized devices
 2023-05-24 14:19 UTC  (2+ messages)

[PATCH] block: introduce block_io_start/block_io_done tracepoints
 2023-05-24 14:16 UTC  (2+ messages)

[PATCH V2 0/8] misc patches for rnbd
 2023-05-24 10:46 UTC  (10+ messages)
` [PATCH V2 1/8] block/rnbd: kill rnbd_flags_supported
` [PATCH V2 2/8] block/rnbd-srv: remove unused header
` [PATCH V2 3/8] block/rnbd: introduce rnbd_access_modes
` [PATCH V2 4/8] block/rnbd-srv: no need to check sess_dev
` [PATCH V2 5/8] block/rnbd-srv: rename one member in rnbd_srv_dev
` [PATCH V2 6/8] block/rnbd-srv: init ret with 0 instead of -EPERM
` [PATCH V2 7/8] block/rnbd-srv: init err earlier in rnbd_srv_init_module
` [PATCH V2 8/8] block/rnbd-srv: make process_msg_sess_info returns void

[PATCH V2 blktests 0/2] blktests: Add ublk testcases
 2023-05-24  8:40 UTC  (4+ messages)
` [PATCH V2 blktests 2/2] tests: Add ublk tests

[PATCH 00/10] misc patches for rnbd
 2023-05-24  6:32 UTC  (11+ messages)
` [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

fix the name_to_dev_t mess
 2023-05-24  6:08 UTC  (24+ 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 15/24] block: move the code to do early boot lookup of block devices to block/
` [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] blk-cgroup: Flush stats before releasing blkcg_gq
 2023-05-24  4:21 UTC  (8+ messages)

[PATCH blktests] common: Replace _have_module() with _have_driver()
 2023-05-24  3:19 UTC  (8+ messages)

[PATCH blktests v2] srp/rc: Replace _have_module() with _have_driver()
 2023-05-24  3:06 UTC 

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

[PATCH for-6.4/block] block/rq_qos: protect rq_qos apis with a new lock
 2023-05-23 17:13 UTC  (2+ 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] block: remove redundant req_op in blk_rq_is_passthrough
 2023-05-23 17:13 UTC  (2+ messages)

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

cleanup the filemap / direct I/O interaction
 2023-05-23 16:03 UTC  (14+ 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  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).