linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-12 15:18:40 to 2023-12-18 08:32:07 UTC [more...]

[PATCH 0/3] md: Remove deprecated flavors
 2023-12-18  8:32 UTC  (13+ 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 v6 0/5] crypto: LEA block cipher implementation
 2023-12-18  7:33 UTC  (2+ messages)

[PATCH 00/14] Clean up the writeback paths
 2023-12-18  4:31 UTC  (29+ 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

[PATCH v2 0/2] md: fix is_mddev_idle()
 2023-12-18  1:39 UTC  (9+ 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 v3 5/5] dm-crypt: Fix lost ioprio when queuing write bios
 2023-12-18  1:27 UTC  (25+ messages)
` [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 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 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

[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 v2 00/16] block atomic writes
 2023-12-15 13:55 UTC  (32+ messages)
` [PATCH v2 01/16] block: Add atomic write operations to request_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 08/16] block: Limit atomic write IO size according to atomic_write_max_sectors

[PATCH 0/3] Improve mq-deadline I/O priority support
 2023-12-15  4:49 UTC  (40+ messages)
` [PATCH 3/3] block/mq-deadline: Disable I/O prioritization in certain cases

[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  (3+ messages)

[PATCH V3] blk-mq: don't schedule block kworker on isolated CPUs
 2023-12-14  0:29 UTC  (4+ messages)

[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  (2+ 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  (3+ messages)
` [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  (7+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis


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).