messages from 2023-12-11 15:12:49 to 2023-12-15 07:04:38 UTC [more...]
[PATCH 0/3] md: Remove deprecated flavors
2023-12-15 7:04 UTC (8+ messages)
` [PATCH 1/3] md: Remove deprecated CONFIG_MD_LINEAR
` [PATCH 2/3] md: Remove deprecated CONFIG_MD_MULTIPATH
` [PATCH 3/3] md: Remove deprecated CONFIG_MD_FAULTY
[PATCH] block: improve struct request_queue layout
2023-12-15 4:51 UTC (2+ messages)
[PATCH 0/3] Improve mq-deadline I/O priority support
2023-12-15 4:49 UTC (44+ messages)
` [PATCH 1/3] block/mq-deadline: Use dd_rq_ioclass() instead of open-coding it
` [PATCH 2/3] block/mq-deadline: Introduce dd_bio_ioclass()
` [PATCH 3/3] block/mq-deadline: Disable I/O prioritization in certain cases
[PATCH v2 00/16] block atomic writes
2023-12-15 2:27 UTC (42+ messages)
` [PATCH v2 01/16] block: Add atomic write operations to request_queue limits
` [PATCH v2 02/16] block: Limit atomic writes according to bio and queue limits
` [PATCH v2 03/16] fs/bdev: Add atomic write support info to statx
` [PATCH v2 04/16] fs: Increase fmode_t size
` [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH v2 06/16] block: Add REQ_ATOMIC flag
` [PATCH v2 07/16] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v2 08/16] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH v2 09/16] block: Error an attempt to split an atomic write bio
` [PATCH v2 10/16] block: Add checks to merging of atomic writes
` [PATCH v2 11/16] block: Add fops atomic write support
` [PATCH v2 12/16] scsi: sd: Support reading atomic write properties from block limits VPD
` [PATCH v2 13/16] scsi: sd: Add WRITE_ATOMIC_16 support
` [PATCH v2 14/16] scsi: scsi_debug: Atomic write support
` [PATCH v2 15/16] nvme: Support atomic writes
` [PATCH v2 16/16] nvme: Ensure atomic writes will be executed atomically
[PATCH v2 0/2] md: fix is_mddev_idle()
2023-12-15 1:39 UTC (3+ messages)
` [PATCH v2 1/2] md: Fix overflow in is_mddev_idle
` [PATCH v2 2/2] md: don't account sync_io if iostats of the disk is disabled
[PATCH v6 00/20] Pass data lifetime information to SCSI disk devices
2023-12-14 20:40 UTC (21+ messages)
` [PATCH v6 01/20] fs: Fix rw_hint validation
` [PATCH v6 02/20] fs: Verify write lifetime constants at compile time
` [PATCH v6 03/20] fs: Split fcntl_rw_hint()
` [PATCH v6 04/20] fs: Move enum rw_hint into a new header file
` [PATCH v6 05/20] fs: Restore F_[GS]ET_FILE_RW_HINT support
` [PATCH v6 06/20] block, fs: Restore the per-bio/request data lifetime fields
` [PATCH v6 07/20] block, fs: Propagate write hints to the block device inode
` [PATCH v6 08/20] fs/f2fs: Restore the whint_mode mount option
` [PATCH v6 09/20] fs/f2fs: Restore support for tracing data lifetimes
` [PATCH v6 10/20] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v6 11/20] scsi: scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v6 12/20] scsi: sd: Translate data lifetime information
` [PATCH v6 13/20] scsi: scsi_debug: Reduce code duplication
` [PATCH v6 14/20] scsi: scsi_debug: Support the block limits extension VPD page
` [PATCH v6 15/20] scsi: scsi_debug: Rework page code error handling
` [PATCH v6 16/20] scsi: scsi_debug: Rework subpage "
` [PATCH v6 17/20] scsi: scsi_debug: Allocate the MODE SENSE response from the heap
` [PATCH v6 18/20] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v6 19/20] scsi: scsi_debug: Implement GET STREAM STATUS
` [PATCH v6 20/20] scsi: scsi_debug: Maintain write statistics per group number
[PATCH] block: Use pr_info() instead of printk(KERN_INFO ...)
2023-12-14 17:29 UTC (3+ messages)
[RFC PATCH 0/6] Add GPT parser to MTD layer
2023-12-14 10:34 UTC (9+ messages)
` [RFC PATCH 2/6] block: partitions: efi: Fix some style issues
` [RFC PATCH 4/6] block: partitions: efi: Move GPT-specific code to a new library
` [RFC PATCH 5/6] drivers: mtd: introduce GPT parser for NOR flash devices
` [RFC PATCH 6/6] dt-bindings: mtd: add GPT partition bindings
[PATCH v18 00/12] Implement copy offload support
2023-12-14 1:11 UTC (3+ messages)
` [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer
[PATCH V3] blk-mq: don't schedule block kworker on isolated CPUs
2023-12-14 0:29 UTC (4+ messages)
[PATCH v3 0/5] Fix I/O priority lost in device-mapper
2023-12-13 16:58 UTC (25+ messages)
` [PATCH v3 1/5] block: Optimize bio io priority setting
` [PATCH v3 5/5] dm-crypt: Fix lost ioprio when queuing write bios
` [PATCH v4 0/5] Fix I/O priority lost in device-mapper
` [PATCH v4 1/5] block: Fix bio IO priority setting
` [PATCH v4 2/5] dm: Support I/O priority for dm_io()
` [PATCH v4 3/5] dm-bufio: Support I/O priority
` [PATCH v4 4/5] dm verity: Fix I/O priority lost when read FEC and hash
` [PATCH v4 5/5] dm-crypt: Fix lost ioprio when queuing write bios
` [PATCH v5 1/5] block: Fix bio IO priority setting
` [PATCH v5 2/5] dm: Support I/O priority for dm_io()
` [PATCH v5 3/5] dm-bufio: Support I/O priority
` [PATCH v5 4/5] dm verity: Fix I/O priority lost when read FEC and hash
` [PATCH v5 5/5] dm-crypt: Fix lost ioprio when queuing write bios
[PATCH v5] block: add check that partition length needs to be aligned with block size
2023-12-13 15:20 UTC (2+ messages)
[PATCH] block: Set memalloc_noio to false on device_add_disk() error path
2023-12-13 15:20 UTC (3+ messages)
[PATCH] block/rnbd-srv: Check for unlikely string overflow
2023-12-13 15:16 UTC (4+ messages)
[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
2023-12-13 9:20 UTC (14+ messages)
[PATCH blktests] block/007: skip hybrid polling tests when kernel does not support it
2023-12-13 8:46 UTC
[PATCH v3 00/12] Hardware wrapped key support for qcom ice and ufs
2023-12-13 8:11 UTC (14+ messages)
` [PATCH v3 02/12] qcom_scm: scm call for deriving a software secret
` [PATCH v3 03/12] soc: qcom: ice: add hwkm support in ice
` [PATCH v3 04/12] soc: qcom: ice: support for hardware wrapped keys
` [PATCH v3 07/12] qcom_scm: scm call for create, prepare and import keys
[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
2023-12-13 1:10 UTC (23+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
` [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api
` [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
` [PATCH RFC v2 for-6.8/block 16/18] ext4: use "
` [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected()
` [PATCH RFC v2 for-6.8/block 18/18] ext4: use bdev apis
[PATCH] block/blk-ioprio: Skip zoned writes that are not append operations
2023-12-12 10:08 UTC (4+ messages)
[PATCH v3 00/35] bitops: add atomic find_bit() operations
2023-12-12 2:27 UTC (5+ messages)
` [PATCH v3 01/35] lib/find: add atomic find_bit() primitives
` [PATCH v3 02/35] lib/find: add test for atomic find_bit() ops
` [PATCH v3 03/35] lib/sbitmap; optimize __sbitmap_get_word() by using find_and_set_bit()
` [PATCH v3 24/35] block: null_blk: replace get_tag() with a generic find_and_set_bit_lock()
[PATCH 2/2] md: don't account sync_io if iostats of the disk is disabled
2023-12-11 21:42 UTC (3+ messages)
fix bio_add_hw_page for larger folios / compound pages
2023-12-11 17:01 UTC (2+ messages)
[PATCH v5 00/17] Pass data lifetime information to SCSI disk devices
2023-12-11 16:46 UTC (13+ messages)
` [PATCH v5 03/17] fs/f2fs: Restore the whint_mode mount option
` [PATCH v5 04/17] fs: Restore F_[GS]ET_FILE_RW_HINT support
` [PATCH v5 05/17] fs: Restore kiocb.ki_hint
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).