Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-27 15:04:52 to 2024-03-29 09:07:19 UTC [more...]

[PATCH] zram: add limit to recompression
 2024-03-29  9:06 UTC 

[PATCH blktests v3 00/20] refactoring and various cleanups/fixes
 2024-03-29  8:05 UTC  (4+ messages)
` [PATCH blktests v3 16/20] nvme: drop default subsysnqn argument from _nvme_passthru_target_{setup|cleanup}

blktests failures with v6.9-rc1 kernel
 2024-03-29  5:01 UTC 

[PATCH] block: handle BLK_OPEN_RESTRICT_WRITES correctly
 2024-03-29  4:56 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
 2024-03-29  3:40 UTC  (2+ messages)

[RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
 2024-03-29  1:31 UTC  (22+ messages)
` [RFC 1/9] "
` [RFC 2/9] loop: "
` [RFC 3/9] selftests: block_seek_hole: add loop block driver tests
` [RFC 4/9] dm: add llseek(SEEK_HOLE/SEEK_DATA) support
` [RFC 5/9] selftests: block_seek_hole: add dm-zero test
` [RFC 6/9] dm-linear: add llseek(SEEK_HOLE/SEEK_DATA) support
` [RFC 7/9] selftests: block_seek_hole: add dm-linear test
` [RFC 8/9] dm thin: add llseek(SEEK_HOLE/SEEK_DATA) support
` [RFC 9/9] selftests: block_seek_hole: add dm-thin test

[PATCH] block: fix overflow in blk_ioctl_discard()
 2024-03-29  1:23 UTC 

[PATCH 0/9] address remaining -Wtautological-constant-out-of-range-compare
 2024-03-29  0:05 UTC  (4+ messages)
` [PATCH 3/9] rbd: avoid out-of-range warning

[PATCH v3 00/30] Zone write plugging
 2024-03-28 23:33 UTC  (85+ messages)
` [PATCH v3 01/30] block: Do not force full zone append completion in req_bio_endio()
` [PATCH v3 02/30] block: Restore sector of flush requests
` [PATCH v3 03/30] block: Remove req_bio_endio()
` [PATCH v3 04/30] block: Introduce blk_zone_update_request_bio()
` [PATCH v3 05/30] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
` [PATCH v3 06/30] block: Allow using bio_attempt_back_merge() internally
` [PATCH v3 07/30] block: Remember zone capacity when revalidating zones
` [PATCH v3 08/30] block: Introduce zone write plugging
` [PATCH v3 09/30] block: Pre-allocate zone write plugs
` [PATCH v3 10/30] block: Fake max open zones limit when there is no limit
` [PATCH v3 11/30] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v3 12/30] block: Implement zone append emulation
` [PATCH v3 13/30] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v3 14/30] dm: Use the block layer zone append emulation
` [PATCH v3 15/30] scsi: sd: "
` [PATCH v3 16/30] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v3 17/30] null_blk: "
` [PATCH v3 18/30] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v3 19/30] null_blk: Introduce fua attribute
` [PATCH v3 20/30] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
` [PATCH v3 21/30] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v3 22/30] block: Simplify blk_revalidate_disk_zones() interface
` [PATCH v3 23/30] block: mq-deadline: Remove support for zone write locking
` [PATCH v3 24/30] block: Remove elevator required features
` [PATCH v3 25/30] block: Do not check zone type in blk_check_zone_append()
` [PATCH v3 26/30] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v3 27/30] block: Replace zone_wlock debugfs entry with zone_wplugs entry
` [PATCH v3 28/30] block: Remove zone write locking
` [PATCH v3 29/30] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
` [PATCH v3 30/30] block: Do not special-case plugging of zone write operations
` (subset) [PATCH v3 00/30] Zone write plugging

[PATCH 00/11] address remaining stringop-truncation warnings
 2024-03-28 23:24 UTC  (5+ messages)
` [PATCH 07/11] block/partitions/ldm: convert strncpy() to strscpy()
` [PATCH 08/11] blktrace: convert strncpy() to strscpy_pad()

[PATCH v16 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-03-28 22:11 UTC  (28+ messages)
` [PATCH v16 01/20] security: add ipe lsm
` [PATCH v16 02/20] ipe: add policy parser
` [PATCH v16 03/20] ipe: add evaluation loop
` [PATCH v16 04/20] ipe: add LSM hooks on execution and kernel read
` [PATCH v16 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v16 06/20] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v16 07/20] security: add new securityfs delete function
` [PATCH v16 08/20] ipe: add userspace interface
` [PATCH v16 09/20] uapi|audit|ipe: add ipe auditing support
` [PATCH v16 10/20] ipe: add permissive toggle
` [PATCH v16 11/20] block|security: add LSM blob to block_device
` [PATCH v16 12/20] dm: add finalize hook to target_type
` [PATCH v16 13/20] dm verity: consume root hash digest and signature data via LSM hook
` [PATCH v16 14/20] ipe: add support for dm-verity as a trust provider
` [PATCH v16 15/20] security: add security_inode_setintegrity() hook
` [PATCH v16 16/20] fsverity: consume fsverity built-in signatures via LSM hook
` [PATCH v16 17/20] ipe: enable support for fs-verity as a trust provider
` [PATCH v16 18/20] scripts: add boot policy generation program
` [PATCH v16 19/20] ipe: kunit test for parser
` [PATCH v16 20/20] documentation: add ipe documentation

add a bio_list_merge_init helper
 2024-03-28 19:16 UTC  (9+ messages)
` [PATCH 1/4] block: "
` [PATCH 2/4] blk-cgroup: use bio_list_merge_init
` [PATCH 3/4] dm: "
` [PATCH 4/4] btrfs "

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-28 15:39 UTC  (7+ messages)
` [PATCH 09/22] gpio: virtio: drop owner assignment
` [PATCH 18/22] nvdimm: virtio_pmem: "
` [PATCH 19/22] rpmsg: virtio: "

[RFC PATCH 0/4] Read/Write with meta buffer
 2024-03-28 12:03 UTC  (6+ messages)
    ` [RFC PATCH 1/4] io_uring/rw: Get rid of flags field in struct io_rw

[PATCH RFC 0/2] block,nvme: latency-based I/O scheduler
 2024-03-28 11:32 UTC  (3+ messages)

[Bug Report] nvme-cli commands fails to open head disk node and print error
 2024-03-28 10:25 UTC  (5+ messages)

convert SCSI to atomic queue limits, part 1
 2024-03-28 10:09 UTC  (13+ messages)
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
` [PATCH 20/23] libata: switch to using ->device_configure
  ` Re : "
` [PATCH 23/23] block: remove now unused queue limits helpers
  ` Re : "

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-03-28 10:09 UTC  (4+ messages)

[PATCH] block: propagate partition scanning errors to the BLKRRPART ioctl
 2024-03-28  5:31 UTC 

[PATCH v2] block: Improve IOPS by removing the fairness code
 2024-03-28  4:58 UTC  (4+ messages)

[PATCH 1/2] block: add a helper to cancel atomic queue limit updates
 2024-03-28  3:03 UTC  (4+ messages)
  ` [PATCH 2/2] nvme: cancel the queue limit update when nvme_update_zone_info fails

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
 2024-03-28  0:30 UTC  (4+ messages)
  ` [Lsf-pc] "

[PATCH RFC 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-03-27 22:01 UTC  (4+ messages)
` [PATCH RFC 1/2] mm: zsmalloc: support objects compressed based on multiple pages
` [PATCH RFC 2/2] zram: support compression at the granularity of multi-pages

[PATCH 1/2] block: track per-node I/O latency
 2024-03-27 20:59 UTC  (3+ messages)

[PATCH v6 00/10] block atomic writes
 2024-03-27 20:31 UTC  (3+ messages)

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-27 17:14 UTC  (11+ messages)

[PATCH] blk-throttle: Only use seq_printf() in tg_prfill_limit()
 2024-03-27 16:29 UTC  (2+ messages)

[PATCH V5] blk-mq: don't schedule block kworker on isolated CPUs
 2024-03-27 16:29 UTC  (2+ 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).