messages from 2023-12-14 00:37:24 to 2023-12-19 10:46:46 UTC [more...]
[PATCH 0/3] md: Remove deprecated flavors
2023-12-19 10:46 UTC (15+ 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: add check of 'minors' and 'first_minor' in device_add_disk()
2023-12-19 7:59 UTC
[PATCH v2 0/2] mm: fix arithmetic for bdi min_ratio and
2023-12-19 5:58 UTC (5+ messages)
` [PATCH v2 1/2] mm: fix arithmetic for bdi min_ratio
` [PATCH v2 2/2] mm: fix arithmetic for max_prop_frac when setting max_ratio
[PATCH v2 00/16] block atomic writes
2023-12-19 5:21 UTC (25+ messages)
` [PATCH v2 01/16] block: Add atomic write operations to request_queue limits
` [PATCH v2 04/16] fs: Increase fmode_t size
` [PATCH v2 08/16] block: Limit atomic write IO size according to atomic_write_max_sectors
[PATCH v2 0/2] md: fix is_mddev_idle()
2023-12-19 1:39 UTC (11+ 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] blk-cgroup: fix rcu lockdep warning in blkg_lookup()
2023-12-19 1:28 UTC
[PATCH v8 00/19] Pass data lifetime information to SCSI disk devices
2023-12-19 1:12 UTC (21+ messages)
` [PATCH v8 01/19] fs: Fix rw_hint validation
` [PATCH v8 02/19] fs: Verify write lifetime constants at compile time
` [PATCH v8 03/19] fs: Split fcntl_rw_hint()
` [PATCH v8 04/19] fs: Move enum rw_hint into a new header file
` [PATCH v8 05/19] block, fs: Restore the per-bio/request data lifetime fields
` [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode
` [PATCH v8 07/19] fs/f2fs: Restore the whint_mode mount option
` [PATCH v8 08/19] fs/f2fs: Restore support for tracing data lifetimes
` [PATCH v8 09/19] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v8 10/19] scsi: scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v8 11/19] scsi: sd: Translate data lifetime information
` [PATCH v8 12/19] scsi: scsi_debug: Reduce code duplication
` [PATCH v8 13/19] scsi: scsi_debug: Support the block limits extension VPD page
` [PATCH v8 14/19] scsi: scsi_debug: Rework page code error handling
` [PATCH v8 15/19] scsi: scsi_debug: Rework subpage "
` [PATCH v8 16/19] scsi: scsi_debug: Allocate the MODE SENSE response from the heap
` [PATCH v8 17/19] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v8 18/19] scsi: scsi_debug: Implement GET STREAM STATUS
` [PATCH v8 19/19] scsi: scsi_debug: Maintain write statistics per group number
[PATCH v4 0/5] Fix I/O priority lost in device-mapper
2023-12-19 0:46 UTC (12+ messages)
` [PATCH v5 1/5] block: Fix bio IO priority setting
` [PATCH v5 RESEND 0/5] Fix I/O priority lost in device-mapper
` [PATCH v5 RESEND 1/5] block: Fix bio IO priority setting
` [PATCH v5 RESEND 2/5] dm: Support I/O priority for dm_io()
` [PATCH v5 RESEND 3/5] dm-bufio: Support I/O priority
` [PATCH v5 RESEND 4/5] dm verity: Fix I/O priority lost when read FEC and hash
` [PATCH v5 RESEND 5/5] dm-crypt: Fix lost ioprio when queuing write bios
[PATCH v7 00/19] Pass data lifetime information to SCSI disk devices
2023-12-18 23:29 UTC (23+ messages)
` [PATCH v7 01/19] fs: Fix rw_hint validation
` [PATCH v7 02/19] fs: Verify write lifetime constants at compile time
` [PATCH v7 03/19] fs: Split fcntl_rw_hint()
` [PATCH v7 04/19] fs: Move enum rw_hint into a new header file
` [PATCH v7 05/19] block, fs: Restore the per-bio/request data lifetime fields
` [PATCH v7 06/19] block, fs: Propagate write hints to the block device inode
` [PATCH v7 07/19] fs/f2fs: Restore the whint_mode mount option
` [PATCH v7 08/19] fs/f2fs: Restore support for tracing data lifetimes
` [PATCH v7 09/19] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v7 10/19] scsi: scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v7 11/19] scsi: sd: Translate data lifetime information
` [PATCH v7 12/19] scsi: scsi_debug: Reduce code duplication
` [PATCH v7 13/19] scsi: scsi_debug: Support the block limits extension VPD page
` [PATCH v7 14/19] scsi: scsi_debug: Rework page code error handling
` [PATCH v7 15/19] scsi: scsi_debug: Rework subpage "
` [PATCH v7 16/19] scsi: scsi_debug: Allocate the MODE SENSE response from the heap
` [PATCH v7 17/19] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v7 18/19] scsi: scsi_debug: Implement GET STREAM STATUS
` [PATCH v7 19/19] scsi: scsi_debug: Maintain write statistics per group number
[PATCH v2 0/4] Improve I/O priority support in mq-deadline for zoned writes
2023-12-18 21:13 UTC (5+ messages)
` [PATCH v2 1/4] block/mq-deadline: Rename dd_rq_ioclass() and change its return type
` [PATCH v2 2/4] block/mq-deadline: Introduce dd_bio_ioclass()
` [PATCH v2 3/4] block/mq-deadline: Introduce deadline_first_rq_past_pos()
` [PATCH v2 4/4] block/mq-deadline: Prevent zoned write reordering due to I/O prioritization
[PATCH 0/3] Improve mq-deadline I/O priority support
2023-12-18 17:35 UTC (29+ messages)
` [PATCH 2/3] block/mq-deadline: Introduce dd_bio_ioclass()
` [PATCH 3/3] block/mq-deadline: Disable I/O prioritization in certain cases
[PATCH] block: skip cgroups for passthrough io
2023-12-18 16:47 UTC (3+ messages)
[PATCH 00/14] Clean up the writeback paths
2023-12-18 15:40 UTC (32+ messages)
` [PATCH 01/14] fs: Remove clean_page_buffers()
` [PATCH 02/14] fs: Convert clean_buffers() to take a folio
` [PATCH 03/14] fs: Reduce stack usage in __mpage_writepage
` [PATCH 04/14] fs: Reduce stack usage in do_mpage_readpage
` [PATCH 05/14] adfs: Remove writepage implementation
` [PATCH 06/14] bfs: "
` [PATCH 07/14] hfs: Really remove hfs_writepage
` [PATCH 08/14] hfsplus: Really remove hfsplus_writepage
` [PATCH 09/14] minix: Remove writepage implementation
` [PATCH 10/14] ocfs2: "
` [PATCH 11/14] sysv: "
` [PATCH 12/14] ufs: "
` [PATCH 13/14] fs: Convert block_write_full_page to block_write_full_folio
` [PATCH 14/14] fs: Remove the bh_end_io argument from __block_write_full_folio
[syzbot] [block?] INFO: task hung in blkdev_flush_mapping
2023-12-18 10:31 UTC
[PATCH v6 0/5] crypto: LEA block cipher implementation
2023-12-18 7:33 UTC (2+ messages)
[syzbot] [block?] INFO: task hung in bdev_release
2023-12-17 8:34 UTC (2+ messages)
` [PATCH next] nbd: fix "
[PATCH v3 00/35] bitops: add atomic find_bit() operations
2023-12-16 21:48 UTC (2+ messages)
[PATCH v18 00/12] Implement copy offload support
2023-12-16 18:16 UTC (4+ messages)
` [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer
[PATCH] blk-throttle: Fix some potential string truncation in tg_prfill_limit()
2023-12-16 12:54 UTC
[syzbot] [block?] general protection fault in bio_first_folio
2023-12-16 7:01 UTC (3+ messages)
[PATCH 00/10] s390/dasd: string handling cleanups
2023-12-15 15:28 UTC (10+ messages)
` [PATCH 01/10] s390/dasd: Simplify uid string generation
` [PATCH 02/10] s390/dasd: Use sysfs_emit() over sprintf()
` [PATCH 03/10] s390/dasd: Remove unnecessary errorstring generation
` [PATCH 04/10] s390/dasd: Move allocation error message to DBF
` [PATCH 05/10] s390/dasd: Remove unused message logging macros
` [PATCH 06/10] s390/dasd: Use dev_err() over printk()
` [PATCH 07/10] s390/dasd: Remove %p format specifier from error messages
` [PATCH 08/10] s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitions
` [PATCH 09/10] s390/dasd: Use dev_*() for device log messages
[PATCH] block: improve struct request_queue layout
2023-12-15 14:35 UTC (3+ messages)
fix bio_add_hw_page for larger folios / compound pages
2023-12-15 14:35 UTC (2+ messages)
[PATCH v6 00/20] Pass data lifetime information to SCSI disk devices
2023-12-15 14:13 UTC (27+ 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 (2+ messages)
[RFC PATCH 0/6] Add GPT parser to MTD layer
2023-12-14 10:34 UTC (3+ messages)
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).