linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-17 00:28:25 to 2023-12-22 08:23:30 UTC [more...]

LSF/MM/BPF: 2024: Call for Proposals
 2023-12-22  8:23 UTC  (9+ messages)
  ` [LSF/MM/BPF TOPIC] Large block for I/O

[PATCH v19 00/12] Implement copy offload support
 2023-12-22  6:13 UTC  (13+ messages)
  ` [PATCH v19 01/12] block: Introduce queue limits and sysfs for copy-offload support
  ` [PATCH v19 02/12] Add infrastructure for copy offload in block and request layer
  ` [PATCH v19 03/12] block: add copy offload support
  ` [PATCH v19 04/12] block: add emulation for copy
  ` [PATCH v19 05/12] fs/read_write: Enable copy_file_range for block device
  ` [PATCH v19 06/12] fs, block: copy_file_range for def_blk_ops for direct "
  ` [PATCH v19 07/12] nvme: add copy offload support
  ` [PATCH v19 08/12] nvmet: add copy command support for bdev and file ns
  ` [PATCH v19 09/12] dm: Add support for copy offload
  ` [PATCH v19 10/12] dm: Enable copy offload for dm-linear target
  ` [PATCH v19 11/12] null: Enable trace capability for null block
  ` [PATCH v19 12/12] null_blk: add support for copy offload

[PATCH] drbd: actlog: fix kernel-doc warnings and spelling
 2023-12-22  6:19 UTC 

[PATCH] blk-throttle: Fix some potential string truncation in tg_prfill_limit()
 2023-12-21 21:42 UTC  (2+ messages)

[PATCH 0/2] block, md: Better handle REQ_OP_FLUSH
 2023-12-21 19:19 UTC  (9+ messages)
` [PATCH 1/2] block: Check REQ_OP_FLUSH in op_is_flush()
` [PATCH 2/2] md: Use op_is_flush() to check flush bio

[PATCH] block: skip start/end time stamping for passthrough IO
 2023-12-21 15:24 UTC  (2+ messages)

[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
 2023-12-21 14:54 UTC  (19+ messages)
` [PATCH RFC v3 for-6.8/block 01/17] block: add some bdev apis
` [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v3 for-6.8/block 03/17] bcache: use bdev api in read_super()
` [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
` [PATCH RFC v3 for-6.8/block 05/17] s390/dasd: use bdev api in dasd_format()
` [PATCH RFC v3 for-6.8/block 06/17] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v3 for-6.8/block 08/17] bio: export bio_add_folio_nofail()
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
` [PATCH RFC v3 for-6.8/block 10/17] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
` [PATCH RFC v3 for-6.8/block 12/17] nilfs2: use bdev api in nilfs_attach_log_writer()
` [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis
` [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block
` [PATCH RFC v3 for-6.8/block 15/17] ext4: use "
` [PATCH RFC v3 for-6.8/block 16/17] ext4: remove block_device_ejected()
` [PATCH RFC v3 for-6.8/block 17/17] ext4: use bdev apis

[PATCH] block: export disk_clear_zoned
 2023-12-21 14:47 UTC  (2+ messages)

[PATCH v2 00/16] block atomic writes
 2023-12-21 13:56 UTC  (20+ messages)

[PATCH] rbd: use check_sub_overflow() to limit the number of snapshots
 2023-12-21 13:39 UTC 

[PATCH 0/7 v3] block: Add config option to not allow writing to mounted devices
 2023-12-21 12:11 UTC  (4+ messages)
` [PATCH 3/7] "

[PATCH v5 5/5] dm-crypt: Fix lost ioprio when queuing write bios
 2023-12-21 10:31 UTC  (14+ messages)
` [PATCH v6 0/5] Fix I/O priority lost in device-mapper
  ` [PATCH v6 1/5] block: Fix bio IO priority setting
  ` [PATCH v6 2/5] dm: Support I/O priority for dm_io()
  ` [PATCH v6 3/5] dm-bufio: Support I/O priority
  ` [PATCH v6 4/5] dm verity: Fix I/O priority lost when read FEC and hash
  ` [PATCH v6 5/5] dm-crypt: Fix lost ioprio when queuing write bios
    ` [PATCH v7 0/5] Fix I/O priority lost in device-mapper
      ` [PATCH v7 1/5] block: Fix bio IO priority setting
      ` [PATCH v7 2/5] dm: Support I/O priority for dm_io()
      ` [PATCH v7 3/5] dm-bufio: Support I/O priority
      ` [PATCH v7 4/5] dm verity: Fix I/O priority lost when read FEC and hash
      ` [PATCH v7 5/5] dm-crypt: Fix lost ioprio when queuing write bios

[PATCH] block: reject invalid operation in submit_bio_noacct
 2023-12-21  7:05 UTC 

[PATCH] drivers/block/xen-blkback/common.h: Fix spelling typo in comment
 2023-12-21  6:55 UTC  (2+ messages)

[PATCH] xen-blkback: Use freezable wait_event variants for freezable kthread
 2023-12-21  3:23 UTC 

[git pull] device mapper fixes for 6.7-rc7
 2023-12-20 20:13 UTC  (2+ messages)

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-20  7:14 UTC  (2+ messages)

[PATCH 00/14] Clean up the writeback paths
 2023-12-20  6:36 UTC  (16+ messages)
` [PATCH 06/14] bfs: Remove writepage implementation
` [PATCH 07/14] hfs: Really remove hfs_writepage
` [PATCH 08/14] hfsplus: Really remove hfsplus_writepage
` [PATCH 09/14] minix: Remove writepage implementation
` [PATCH 11/14] sysv: "
` [PATCH 14/14] fs: Remove the bh_end_io argument from __block_write_full_folio

[PATCH v2 0/4] Improve I/O priority support in mq-deadline for zoned writes
 2023-12-20  4:40 UTC  (12+ 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 v3 0/2] mm: fix arithmetic for bdi min_ratio and max_ratio
 2023-12-20  1:43 UTC  (5+ messages)
` [PATCH v3 1/2] mm: fix arithmetic for bdi min_ratio
` [PATCH v3 2/2] mm: fix arithmetic for max_prop_frac when setting max_ratio

[PATCH v4 0/5] Fix I/O priority lost in device-mapper
 2023-12-20  1:14 UTC  (17+ 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] block: add check of 'minors' and 'first_minor' in device_add_disk()
 2023-12-19 15:23 UTC  (3+ messages)

[PATCH v2 0/2] mm: fix arithmetic for bdi min_ratio and
 2023-12-19 14:07 UTC  (7+ 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 0/3] md: Remove deprecated flavors
 2023-12-19 10:46 UTC  (6+ messages)

[PATCH v2 0/2] md: fix is_mddev_idle()
 2023-12-19  1:39 UTC  (8+ messages)
` [PATCH v2 1/2] md: Fix overflow in is_mddev_idle

[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 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 0/3] Improve mq-deadline I/O priority support
 2023-12-18 17:35 UTC  (4+ messages)
` [PATCH 2/3] block/mq-deadline: Introduce dd_bio_ioclass()

[PATCH] block: skip cgroups for passthrough io
 2023-12-18 16:47 UTC  (3+ messages)

[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 "


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