linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-21 07:53:57 to 2024-01-03 12:55:36 UTC [more...]

[PATCH RFC 00/34] Open block devices as files & a bd_inode proposal
 2024-01-03 12:55 UTC  (5+ messages)
` [PATCH RFC 01/34] bdev: open block device as files
` [PATCH RFC 02/34] block/ioctl: port blkdev_bszset() to file
` [PATCH RFC 03/34] block/genhd: port disk_scan_partitions() "
` [PATCH RFC 04/34] md: port block device access "

[PATCH blktests 0/2] block/031: allow to run with built-in null_blk driver
 2024-01-03 11:49 UTC  (3+ messages)
` [PATCH blktests 1/2] common/null_blk: introduce _have_null_blk_feature
` [PATCH blktests 2/2] block/031: allow to run with built-in null_blk driver

[PATCH v8 00/19] Pass data lifetime information to SCSI disk devices
 2024-01-03  9:02 UTC  (7+ messages)
` [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode

[PATCH] block: floor the discard granularity to the physical block size
 2024-01-03  8:16 UTC 

provide a sane discard_granularity default
 2024-01-03  7:57 UTC  (19+ messages)
` [PATCH 1/9] block: remove two comments in bio_split_discard
` [PATCH 2/9] bcache: discard_granularity should not be smaller than a sector
` [PATCH 3/9] block: default the discard granularity to sector size
` [PATCH 4/9] ubd: use the default discard granularity
` [PATCH 5/9] nbd: "
` [PATCH 6/9] null_blk: "
` [PATCH 7/9] zram: "
` [PATCH 8/9] bcache: "
` [PATCH 9/9] mtd_blkdevs: "

[PATCH for-6.8/block RFC v2] block: support to account io_ticks precisely
 2024-01-03  7:15 UTC 

[PATCH v3 0/2] md: fix is_mddev_idle()
 2024-01-03  6:35 UTC  (6+ messages)
` [PATCH v3 1/2] md: Fix overflow in is_mddev_idle
` [PATCH v3 2/2] md: don't account sync_io if iostats of the disk is disabled

[PATCH -next RFC] block: support to account io_ticks precisely
 2024-01-03  6:11 UTC  (4+ messages)

[PATCH] blk-cgroup: fix rcu lockdep warning in blkg_lookup()
 2024-01-03  1:05 UTC  (5+ messages)

[PATCH] zram: easy the allocation of zcomp_strm's buffers with 2 pages
 2024-01-03  0:30 UTC 

remove another host aware model leftover
 2024-01-03  0:02 UTC  (6+ messages)
` [PATCH 1/2] sd: remove the !ZBC && blk_queue_is_zoned case in sd_read_block_characteristics
` [PATCH 2/2] block: remove disk_clear_zoned

[PATCH v2] drivers/block/xen-blkback/common.h: Fix spelling typo in comment
 2024-01-02  9:37 UTC  (2+ messages)

[PATCH] block: fix length of strscpy()
 2024-01-02  9:14 UTC  (5+ messages)

[PATCH v2] block: fix length of strscpy()
 2024-01-02  2:41 UTC 

[GIT PULL] Block fixes for 6.7-rc8
 2023-12-29 23:16 UTC  (4+ messages)

[PATCH] drivers/block/null_blk: Switch from radix tree api to xarrays
 2023-12-29 16:52 UTC  (2+ messages)

[PATCH] block/blk_mq: Only call kfree when set->tags isn't null
 2023-12-29  2:12 UTC 

[PATCH] block: Fix a memory leak in bdev_open_by_dev()
 2023-12-28 10:48 UTC  (4+ messages)

[PATCH] virtio_blk: set the default scheduler to none
 2023-12-28  7:25 UTC  (9+ messages)

make BLK_DEF_MAX_SECTORS less confusing
 2023-12-27 17:46 UTC  (6+ messages)
` [PATCH 1/4] null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
` [PATCH 2/4] aoe: don't abuse BLK_DEF_MAX_SECTORS
` [PATCH 3/4] loop: "
` [PATCH 4/4] block: rename and document BLK_DEF_MAX_SECTORS

[PATCH, resend] loop: don't update discard limits from loop_set_status
 2023-12-27 17:46 UTC  (2+ messages)

[PATCH 1/2] loop: remove a pointless blk_queue_max_hw_sectors call
 2023-12-27  8:19 UTC  (4+ messages)
` [PATCH 2/2] loop: don't update discard limits from loop_set_status

[PATCH] blk-wbt: remove the separate write cache tracking
 2023-12-26 16:28 UTC  (2+ messages)

[PATCH] block: reject invalid operation in submit_bio_noacct
 2023-12-26 16:28 UTC  (2+ messages)

[PATCH] block: renumber QUEUE_FLAG_HW_WC
 2023-12-26 16:28 UTC  (3+ messages)

[PATCH v6 0/6] Disable fair tag sharing for UFS devices
 2023-12-26  2:22 UTC  (6+ messages)
` [PATCH v6 1/4] block: Make fair tag sharing configurable

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

[PATCH blktests] block/007: skip hybrid polling tests when kernel does not support it
 2023-12-25  6:17 UTC  (2+ messages)

[PATCH] badblocks: avoid checking invalid range in badblocks_check()
 2023-12-24  2:11 UTC  (5+ messages)

Bug in commit aa511ff8218b ("badblocks: switch to the improved badblock handling
 2023-12-24  0:18 UTC  (8+ messages)

[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
 2023-12-23 18:39 UTC  (21+ 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 0/4] badblocks: bugfix and cleanup of _badblocks_check()
 2023-12-23 17:28 UTC  (6+ messages)
` [PATCH 1/4] badblocks: goto out if find any unacked badblocks in _badblocks_check()
` [PATCH 2/4] badblocks: optimize _badblocks_check()
` [PATCH 3/4] badblocks: fix slab-out-of-bounds in _badblocks_check()
` [PATCH 4/4] badblocks: clean up prev_badblocks()

[PATCH v6 5/5] dm-crypt: Fix lost ioprio when queuing write bios
 2023-12-23 15:41 UTC  (8+ messages)
` [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 v7 0/6] badblocks improvement for multiple bad block ranges
 2023-12-23  6:46 UTC  (3+ messages)

[GIT PULL] Block fixes for 6.7-rc7
 2023-12-23  3:46 UTC  (2+ messages)

[PATCH] rbd: use check_sub_overflow() to limit the number of snapshots
 2023-12-22 14:48 UTC  (3+ messages)

[PATCH] drbd: actlog: fix kernel-doc warnings and spelling
 2023-12-22 14:18 UTC  (2+ messages)

[PATCH v2] block: skip start/end time stamping for passthrough IO
 2023-12-22 14:14 UTC  (2+ messages)

[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] 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  (8+ messages)
` [PATCH 1/2] block: Check REQ_OP_FLUSH in op_is_flush()

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

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

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


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