Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-20 22:37:59 to 2023-10-26 21:49:35 UTC [more...]

[PATCH] dm vdo: add MAINTAINERS file entry
 2023-10-26 21:47 UTC 

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

[RFC PATCH v11 02/19] ipe: add policy parser
 2023-10-26 21:36 UTC  (4+ messages)
` [PATCH RFC v11 2/19] "

[RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider
 2023-10-26 21:33 UTC  (3+ messages)
` [PATCH RFC v11 5/19] "

[PATCH] block: Set memalloc_noio to false in the error path
 2023-10-26 21:14 UTC  (2+ messages)

[PATCH v2] doc: blk-ioprio: Bring the doc in line with the implementation
 2023-10-26 17:33 UTC  (2+ messages)

[PATCH v4 0/3] Support disabling fair tag sharing
 2023-10-26 16:37 UTC  (13+ messages)
` [PATCH v4 1/3] block: Introduce flag BLK_MQ_F_DISABLE_FAIR_TAG_SHARING
` [PATCH v4 2/3] scsi: core: Support disabling fair tag sharing
` [PATCH v4 3/3] scsi: ufs: Disable "

[PATCH] block: Fix minor range check in device_add_disk()
 2023-10-26  8:52 UTC  (3+ messages)

[RFC PATCH v11 03/19] ipe: add evaluation loop
 2023-10-26  0:15 UTC  (3+ messages)
` [PATCH RFC v11 3/19] "

dm: Respect REQ_NOWAIT bios
 2023-10-26  0:12 UTC  (7+ messages)
      ` [PATCH v2] dm: respect REQ_NOWAIT flag in bios issued to DM
        ` [PATCH v3] dm: respect REQ_NOWAIT flag in normal "

[PATCH v14 00/19] Improve write performance for zoned UFS devices​
 2023-10-25 19:28 UTC  (35+ messages)
` [PATCH v14 01/19] block: Introduce more member variables related to zone write locking
` [PATCH v14 02/19] block: Only use write locking if necessary
` [PATCH v14 03/19] block: Preserve the order of requeued zoned writes
` [PATCH v14 04/19] block/mq-deadline: Only use zone locking if necessary
` [PATCH v14 05/19] scsi: Add an argument to scsi_eh_flush_done_q()
` [PATCH v14 06/19] scsi: core: Introduce a mechanism for reordering requests in the error handler
` [PATCH v14 07/19] scsi: core: Add unit tests for scsi_call_prepare_resubmit()
` [PATCH v14 08/19] scsi: sd: Sort commands by LBA before resubmitting
` [PATCH v14 09/19] scsi: sd: Add a unit test for sd_cmp_sector()
` [PATCH v14 10/19] scsi: core: Retry unaligned zoned writes
` [PATCH v14 11/19] scsi: sd_zbc: Only require an I/O scheduler if needed
` [PATCH v14 12/19] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v14 13/19] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v14 14/19] scsi: ufs: hisi: Rework the code that disables auto-hibernation
` [PATCH v14 15/19] scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static
` [PATCH v14 16/19] scsi: ufs: Change the return type of ufshcd_auto_hibern8_update()
` [PATCH v14 17/19] scsi: ufs: Simplify ufshcd_auto_hibern8_update()
` [PATCH v14 18/19] scsi: ufs: Forbid auto-hibernation without I/O scheduler
` [PATCH v14 19/19] scsi: ufs: Inform the block layer about write ordering
` [PATCH v14 00/19] Improve write performance for zoned UFS devices

[PATCH 0/4] block integrity: direclty map user space addresses
 2023-10-25 14:42 UTC  (10+ messages)
  ` [PATCH 3/4] iouring: remove IORING_URING_CMD_POLLED
  ` [PATCH 1/4] block: bio-integrity: add support for user buffers
  ` [PATCH 2/4] nvme: use bio_integrity_map_user

add and use a per-mapping stable writes flag v2
 2023-10-25 14:40 UTC  (7+ messages)
` [PATCH 1/4] filemap: add a per-mapping stable writes flag
` [PATCH 2/4] block: update the stable_writes flag in bdev_add
` [PATCH 3/4] xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
` [PATCH 4/4] xfs: respect the stable writes flag on the RT device

[PATCH 0/2] s390/dasd: fix kernel panic with statistics
 2023-10-25 13:24 UTC  (3+ messages)
` [PATCH 1/2] s390/dasd: resolve spelling mistake
` [PATCH 2/2] s390/dasd: protect device queue against concurrent access

[PATCH] pktcdvd: fix error checking for debugfs_create_dir()
 2023-10-25 10:57 UTC 

[PATCH 1/1] block: Check the queue limit before bio submitting
 2023-10-25  9:22 UTC 

[PATCH v17 03/12] block: add copy offload support
 2023-10-25  4:45 UTC  (2+ messages)

[PATCH V3] blk-mq: don't schedule block kworker on isolated CPUs
 2023-10-25  2:57 UTC 

[PATCH V2] blk-mq: don't schedule block kworker on isolated CPUs
 2023-10-25  1:05 UTC  (4+ messages)

add and use a per-mapping stable writes flag
 2023-10-24 16:16 UTC  (16+ messages)
` [PATCH 1/3] filemap: add "
` [PATCH 2/3] block: update the stable_writes flag in bdev_add
` [PATCH 3/3] xfs: respect the stable writes flag on the RT device

blktests: running nvme and srp tests with real RDMA hardware
 2023-10-24 13:57 UTC  (5+ messages)

[PATCH 00/21] block atomic writes
 2023-10-24 12:59 UTC  (4+ messages)
` [PATCH 16/21] fs: iomap: Atomic write support

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-10-24 11:10 UTC  (6+ messages)
` [PATCH 1/6] "

LOOP_CONFIGURE uevents
 2023-10-24  8:44 UTC  (6+ messages)
          ` loop change deprecation bdev->bd_holder_lock
              ` loop change deprecation

Wycena paneli fotowoltaicznych
 2023-10-24  8:15 UTC 

Fwd: queue/scheduler missing under nvmf block device
 2023-10-24  7:45 UTC 

[RFC PATCH v11 18/19] ipe: kunit test for parser
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 17/19] scripts: add boot policy generation program
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 16/19] ipe: enable support for fs-verity as a trust provider
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 14/19] ipe: add support for dm-verity as a trust provider
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 12/19] dm: add finalize hook to target_type
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 11/19] dm verity: set DM_TARGET_SINGLETON feature flag
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v11 09/19] ipe: add permissive toggle
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC v11 9/19] "

[RFC PATCH v11 08/19] uapi|audit|ipe: add ipe auditing support
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC v11 8/19] "

[RFC PATCH v11 04/19] ipe: add LSM hooks on execution and kernel read
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC v11 4/19] "

[PATCH RFC v2 0/8] blk-mq: improve tag fair sharing
 2023-10-24  1:07 UTC  (13+ messages)
` [PATCH RFC v2 1/8] blk-mq: factor out a structure from blk_mq_tags
` [PATCH RFC v2 2/8] blk-mq: factor out a structure to store information for tag sharing
` [PATCH RFC v2 3/8] blk-mq: add a helper to initialize shared_tag_info
` [PATCH RFC v2 4/8] blk-mq: support to track active queues from blk_mq_tags
` [PATCH RFC v2 5/8] blk-mq: precalculate available tags for hctx_may_queue()
` [PATCH RFC v2 6/8] blk-mq: add new helpers blk_mq_driver_tag_busy/idle()
` [PATCH RFC v2 7/8] blk-mq-tag: delay tag sharing until fail to get driver tag
` [PATCH RFC v2 8/8] blk-mq-tag: allow shared queue/hctx to get more driver tags

[PATCH] drbd: Spelling fix in comment
 2023-10-23  6:31 UTC 

[RFC PATCH 00/18] block: update buffer_head for Large-block I/O
 2023-10-23  5:03 UTC  (5+ messages)
` [PATCH 04/18] fs/buffer.c: use accessor function to translate page index to sectors

[PATCH] block: Improve shared tag set performance
 2023-10-23  3:44 UTC  (13+ messages)

[PATCH v17 08/12] nvmet: add copy command support for bdev and file ns
 2023-10-22 11:51 UTC  (2+ messages)

[PATCH] blk-throttle: check for overflow in calculate_bytes_allowed
 2023-10-21  0:38 UTC  (3+ 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).