linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-10 08:26:38 to 2023-08-11 17:07:59 UTC [more...]

[PATCH v7 0/6] badblocks improvement for multiple bad block ranges
 2023-08-11 17:05 UTC  (8+ messages)
` [PATCH v7 1/6] badblocks: add more helper structure and routines in badblocks.h
` [PATCH v7 2/6] badblocks: add helper routines for badblock ranges handling
` [PATCH v7 3/6] badblocks: improve badblocks_set() for multiple "
` [PATCH v7 4/6] badblocks: improve badblocks_clear() "
` [PATCH v7 5/6] badblocks: improve badblocks_check() "
` [PATCH v7 6/6] badblocks: switch to the improved badblock handling code
` [PATCH] test: user space code to test badblocks APIs

[PATCH v6 0/7] badblocks improvement for multiple bad block ranges
 2023-08-11 16:58 UTC  (11+ messages)
` [PATCH v6 2/7] badblocks: add helper routines for badblock ranges handling
` [PATCH v6 3/7] badblocks: improve badblocks_set() for multiple "
` [PATCH v6 4/7] badblocks: improve badblocks_clear() "

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-11 16:58 UTC  (34+ messages)
` [PATCH 01/29] block: Provide bdev_open_* functions
` [PATCH 02/29] block: Use bdev_open_by_dev() in blkdev_open()
` [PATCH 03/29] block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
` [PATCH 04/29] drdb: Convert to use bdev_open_by_path()
` [PATCH 05/29] pktcdvd: Convert to bdev_open_by_dev()
` [PATCH 06/29] rnbd-srv: Convert to use bdev_open_by_path()
` [PATCH 07/29] xen/blkback: Convert to bdev_open_by_dev()
` [PATCH 08/29] zram: Convert to use bdev_open_by_dev()
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()
` [PATCH 10/29] dm: Convert to bdev_open_by_dev()
` [PATCH 11/29] md: "
` [PATCH 12/29] mtd: block2mtd: Convert to bdev_open_by_dev/path()
` [PATCH 13/29] nvmet: Convert to bdev_open_by_path()
` [PATCH 14/29] s390/dasd: "
` [PATCH 15/29] scsi: target: "
` [PATCH 16/29] PM: hibernate: Convert to bdev_open_by_dev()
` [PATCH 17/29] PM: hibernate: Drop unused snapshot_test argument
` [PATCH 18/29] mm/swap: Convert to use bdev_open_by_dev()
` [PATCH 19/29] fs: Convert to bdev_open_by_dev()
` [PATCH 20/29] btrfs: Convert to bdev_open_by_path()
` [PATCH 21/29] erofs: Convert to use bdev_open_by_path()
` [PATCH 22/29] ext4: Convert to bdev_open_by_dev()
` [PATCH 23/29] f2fs: Convert to bdev_open_by_dev/path()
` [PATCH 24/29] jfs: Convert to bdev_open_by_dev()
` [PATCH 25/29] nfs/blocklayout: Convert to use bdev_open_by_dev/path()
` [PATCH 26/29] ocfs2: Convert to use bdev_open_by_dev()
` [PATCH 27/29] reiserfs: Convert to bdev_open_by_dev/path()
` [PATCH 28/29] xfs: Convert to bdev_open_by_path()
` [PATCH 29/29] block: Remove blkdev_get_by_*() functions

[RFC PATCH] iov_iter: Convert iterate*() to inline funcs
 2023-08-11 16:38 UTC  (2+ messages)

[PATCH v7 0/7] Improve performance for zoned UFS devices
 2023-08-11 15:49 UTC  (13+ messages)
` [PATCH v7 1/7] block: Introduce the use_zone_write_lock member variable
` [PATCH v7 2/7] block/mq-deadline: Only use zone locking if necessary
` [PATCH v7 3/7] scsi: core: Retry unaligned zoned writes

[PATCH] ublk: fix 'warn: variable dereferenced before check 'req'' from Smatch
 2023-08-11 14:44 UTC  (3+ messages)

[PATCH -next v3] block: remove init_mutex and open-code blk_iolatency_try_init
 2023-08-11 14:12 UTC  (9+ messages)

remove get_super
 2023-08-11 14:06 UTC  (29+ messages)
` [PATCH 01/17] FOLD: reverts part of "fs: use the super_block as holder when mounting file systems"
` [PATCH 02/17] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH 03/17] btrfs: call btrfs_close_devices from ->kill_sb
` [PATCH 04/17] btrfs: split btrfs_fs_devices.opened
` [PATCH 05/17] btrfs: open block devices after superblock creation
` [PATCH 06/17] btrfs: use the super_block as holder when mounting file systems
` [PATCH 07/17] nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl
` [PATCH 08/17] block: simplify the disk_force_media_change interface
` [PATCH 09/17] floppy: call disk_force_media_change when changing the format
` [PATCH 10/17] amiflop: don't call fsync_bdev in FDFMTBEG
` [PATCH 11/17] dasd: also call __invalidate_device when setting the device offline
` [PATCH 12/17] block: drop the "busy inodes on changed media" log message
` [PATCH 13/17] block: consolidate __invalidate_device and fsync_bdev
` [PATCH 14/17] block: call into the file system for bdev_mark_dead
` [PATCH 15/17] block: call into the file system for ioctl BLKFLSBUF
` [PATCH 16/17] fs: remove get_super
` [PATCH 17/17] fs: simplify invalidate_inodes

[PATCH] nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopoll
 2023-08-11 13:42 UTC 

[PATCH V3 0/14] blk-mq: fix wrong queue mapping for kdump kernel
 2023-08-11 13:10 UTC  (11+ messages)
` [PATCH V3 01/14] blk-mq: add blk_mq_max_nr_hw_queues()
` [PATCH V3 04/14] virtio-blk: limit max allowed submit queues

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

[PATCH blktests v3 00/13] Switch to allowed_host
 2023-08-11 10:29 UTC  (15+ messages)
` [PATCH blktests v3 01/13] nvme/{003,004,005,013,046,049}: Group all variables declarations
` [PATCH blktests v3 02/13] nvme: Reorganize test preamble code section
` [PATCH blktests v3 03/13] nvme/043: Use hostnqn to generate DHCAP key
` [PATCH blktests v3 04/13] nvme/rc: Add common subsystem nqn define
` [PATCH blktests v3 05/13] nvme: Use def_subsysnqn variable instead local variable
` [PATCH blktests v3 06/13] nvme/{041,042,043,044,045,048}: Remove local variable hostnqn and hostid
` [PATCH blktests v3 07/13] nvme/rc: Add common file_path name define
` [PATCH blktests v3 08/13] nvme: Use def_file_path variable instead local variable
` [PATCH blktests v3 09/13] nvme/rc: Add common def_subsys_uuid define
` [PATCH blktests v3 10/13] nvme: Use def_subsys_uuid variable
` [PATCH blktests v3 11/13] nvme/rc: Add helper for adding/removing to allow list
` [PATCH blktests v3 12/13] nvme: Add explicitly host to allow_host list
` [PATCH blktests v3 13/13] nvme: Introduce nvmet_target_{setup/cleanup} common code

[PATCH 0/2] Small fixes for block t10-pi
 2023-08-11 15:33 UTC  (3+ messages)
    ` [PATCH 1/2] block:t10-pi: remove redundant Type2 check during t10 PI verify
    ` [PATCH 2/2] block:t10-pi: remove duplicate module license

[PATCH blktests v2 00/12] Switch to allowed_host
 2023-08-11  7:00 UTC  (17+ messages)
` [PATCH blktests v2 01/12] nvme/{003,004,005,013,046,049}: Group all variables declarations
` [PATCH blktests v2 02/12] nvme: Reorganize test preamble code section
` [PATCH blktests v2 03/12] nvme/rc: Add common subsystem nqn define
` [PATCH blktests v2 04/12] nvme: Use def_subsysnqn variable instead local variable
` [PATCH blktests v2 05/12] nvme/{041,042,043,044,045,048}: Remove local variable hostnqn and hostid
` [PATCH blktests v2 06/12] nvme/rc: Add common file_path name define
` [PATCH blktests v2 07/12] nvme: Use def_file_path variable instead local variable
` [PATCH blktests v2 08/12] nvme/rc: Add common def_subsys_uuid define
` [PATCH blktests v2 09/12] nvme: Use def_subsys_uuid variable
` [PATCH blktests v2 10/12] nvme/rc: Add helper for adding/removing to allow list
` [PATCH blktests v2 11/12] nvme: Add explicitly host to allow_host list
` [PATCH blktests v2 12/12] nvme: Introduce nvmet_target_{setup/cleanup} common code

[PATCH blktests] nvme/rc: fix nvme device readiness check after _nvme_connect_subsys
 2023-08-11  6:37 UTC  (3+ messages)

[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs
 2023-08-11  2:19 UTC  (6+ messages)

[PATCH blktests] block/004: reset zones of TEST_DEV before fio operation
 2023-08-11  2:00 UTC  (2+ messages)

[PATCH blktests 0/4] clarify confusions in blktests contributions
 2023-08-11  1:59 UTC  (2+ messages)

[bug report] blktests nvme/047 failed due to /dev/nvme0n1 not created in time
 2023-08-11  1:26 UTC  (11+ messages)

[PATCH net-next v2 03/10] genetlink: remove userhdr from struct genl_info
 2023-08-10 23:38 UTC 

more blkdev_get and holder work
 2023-08-10 18:14 UTC  (7+ messages)
` [PATCH 02/12] nilfs2: use setup_bdev_super to de-duplicate the mount code

[PATCH v4] blk-crypto: dynamically allocate fallback profile
 2023-08-10 17:24 UTC  (2+ messages)

[PATCH RFC] block: Revert 615939a2ae73
 2023-08-10 16:02 UTC  (9+ messages)

ubiblock: null pointer dereference using scatterlist in work_queue
 2023-08-10 15:43 UTC  (8+ messages)

[PATCH V2] ublk: zoned: support REQ_OP_ZONE_RESET_ALL
 2023-08-10 15:09 UTC  (6+ messages)

[PATCH 00/17] -Wmissing-prototype warning fixes
 2023-08-10 14:33 UTC  (4+ messages)
` [PATCH 05/17] swim3: mark swim3_init() static

[PATCH v2] blk-crypto: dynamically allocate fallback profile
 2023-08-10 14:31 UTC  (10+ messages)

[PATCH v2 4/4] blk-flush: don't need to end rq twice for non postflush
 2023-08-10 14:25 UTC  (2+ messages)

[PATCH v3] blk-crypto: dynamically allocate fallback profile
 2023-08-10 13:49 UTC 

[PATCH -next] ublk: Fix signedness bug returning warning
 2023-08-10 13:20 UTC  (3+ messages)

[PATCH v3 0/4] multi-page bvec configuration for integrity payload
 2023-08-10 13:20 UTC  (2+ messages)

[PATCH] ublk: zoned: support REQ_OP_ZONE_RESET_ALL
 2023-08-10 12:15 UTC  (3+ messages)

[bug report] ublk: enable zoned storage support
 2023-08-10 10:35 UTC 

[PATCH v3 0/4] brd discard patches
 2023-08-10 10:10 UTC  (5+ messages)
` [PATCH v3 1/4] brd: use a switch statement in brd_submit_bio
` [PATCH v3 2/4] brd: extend the rcu regions to cover read and write
` [PATCH v3 3/4] brd: enable discard
` [PATCH v3 4/4] brd: implement write zeroes

[PATCH net-next 03/10] genetlink: remove userhdr from struct genl_info
 2023-08-10  8:26 UTC  (2+ messages)


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