linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-12 10:08:58 to 2022-07-14 18:09:29 UTC [more...]

[PATCH v3 00/63] Improve static type checking for request flags
 2022-07-14 18:07 UTC  (44+ messages)
` [PATCH v3 01/63] treewide: Rename enum req_opf into enum req_op
` [PATCH v3 02/63] block: Use enum req_op where appropriate
` [PATCH v3 03/63] block: Change the type of the last .rw_page() argument
` [PATCH v3 04/63] block: Change the type of req_op() and bio_op() into enum req_op
` [PATCH v3 05/63] block: Introduce the type blk_opf_t
` [PATCH v3 06/63] block: Use the new blk_opf_t type
` [PATCH v3 07/63] block/bfq: "
` [PATCH v3 08/63] block/mq-deadline: "
` [PATCH v3 09/63] block/kyber: "
` [PATCH v3 10/63] blktrace: Trace remapped requests correctly
` [PATCH v3 11/63] blktrace: Use the new blk_opf_t type
` [PATCH v3 12/63] block/brd: Use the enum req_op type
` [PATCH v3 13/63] block/drbd: Use the enum req_op and blk_opf_t types
` [PATCH v3 14/63] block/drbd: Combine two drbd_submit_peer_request() arguments
` [PATCH v3 15/63] block/floppy: Fix a sparse warning
` [PATCH v3 16/63] block/rnbd: Use blk_opf_t where appropriate
` [PATCH v3 17/63] xen-blkback: Use the enum req_op and blk_opf_t types
` [PATCH v3 18/63] block/zram: Use enum req_op where appropriate
` [PATCH v3 19/63] nvdimm-btt: Use the enum req_op type
` [PATCH v3 20/63] um: Use enum req_op where appropriate
` [PATCH v3 21/63] dm/core: Reduce the size of struct dm_io_request
` [PATCH v3 22/63] dm/core: Rename kcopyd_job.rw into kcopyd.op
` [PATCH v3 23/63] dm/core: Combine request operation type and flags
` [PATCH v3 24/63] dm/ebs: Change 'int rw' into 'enum req_op op'
` [PATCH v3 25/63] dm/dm-flakey: Use the new blk_opf_t type
` [PATCH v3 26/63] dm/dm-integrity: Combine request operation and flags
` [PATCH v3 27/63] dm mirror log: Use the new blk_opf_t type
` [PATCH v3 28/63] dm-snap: Combine request operation type and flags
` [PATCH v3 29/63] dm/zone: Use the enum req_op type
` [PATCH v3 30/63] dm/dm-zoned: "
` [PATCH v3 31/63] md/core: Combine two sync_page_io() arguments
` [PATCH v3 32/63] md/bcache: Combine two uuid_io() arguments
` [PATCH v3 33/63] md/bcache: Combine two prio_io() arguments
` [PATCH v3 34/63] md/raid1: Use the new blk_opf_t type
` [PATCH v3 35/63] md/raid10: "
` [PATCH v3 36/63] md/raid5: Use the enum req_op and blk_opf_t types
` [PATCH v3 37/63] nvme/host: "
` [PATCH v3 38/63] nvme/target: Use the new blk_opf_t type
` [PATCH v3 39/63] scsi/core: Improve static type checking
` [PATCH v3 40/63] scsi/core: Change the return type of scsi_noretry_cmd() into bool
` [PATCH v3 42/63] scsi/device_handlers: Use the new blk_opf_t type
` [PATCH v3 43/63] scsi/ufs: Rename a 'dir' argument into 'op'
` [PATCH v3 44/63] scsi/target: Use the new blk_opf_t type

[PATCH] block: fix missing blkcg_bio_issue_init
 2022-07-14 16:54 UTC  (2+ messages)

[GIT PULL] nvme fixes for Linux 5.19
 2022-07-14 16:31 UTC  (2+ messages)

[GIT PULL] nvme updates for Linux 5.20
 2022-07-14 16:30 UTC  (2+ messages)

remove bdevname
 2022-07-14 16:28 UTC  (18+ messages)
` [PATCH 1/9] block: stop using bdevname in bdev_write_inode
` [PATCH 2/9] block: stop using bdevname in __blkdev_issue_discard
` [PATCH 3/9] drbd: stop using bdevname in drbd_report_io_error
` [PATCH 4/9] pktcdvd: stop using bdevname in pkt_seq_show
` [PATCH 5/9] pktcdvd: stop using bdevname in pkt_new_dev
` [PATCH 6/9] rnbd-srv: remove the name field from struct rnbd_dev
` [PATCH 7/9] ocfs2/cluster: remove the hr_dev_name field from struct o2hb_region
` [PATCH 8/9] ext4: only initialize mmp_bdevname once
` [PATCH 9/9] block: remove bdevname

[PATCH] tests/nvme: Set clear_ids for passthru targets
 2022-07-14 16:25 UTC  (4+ messages)

[PATCH for-next 0/4] nvme-multipathing for uring-passthrough
 2022-07-14 15:30 UTC  (38+ messages)
  ` [PATCH for-next 4/4] nvme-multipath: add multipathing for uring-passthrough commands
  ` [PATCH for-next 3/4] io_uring: grow a field in struct io_uring_cmd
  ` [PATCH for-next 1/4] io_uring, nvme: rename a function

[PATCH V5 0/2] ublk: add io_uring based userspace block driver
 2022-07-14 14:41 UTC  (13+ messages)
` [PATCH V5 1/2] ublk_drv: "
` [PATCH V5 2/2] ublk_drv: support to complete io command via task_work_add

[PATCH] ublk_drv: fix request queue leak
 2022-07-14 14:02 UTC  (12+ messages)

[PATCH 00/20] blksnap - creating non-persistent snapshots for backup
 2022-07-14  9:22 UTC  (10+ messages)
` [PATCH 01/20] block, blk_filter: enable block device filters

[PATCH] zsmalloc: zs_malloc: Return ERR_PTR if fail
 2022-07-14  8:07 UTC 

[PATCH v8 00/13] DMA Mapping P2PDMA Pages
 2022-07-14  5:13 UTC  (4+ messages)
` [PATCH v8 01/13] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL

[PATCH] md: Ensure mddev object is cleaned up with kobject_put on error path
 2022-07-14  5:06 UTC  (2+ messages)

[PATCH] scsi: megaraid: clear READ queue map's nr_queues
 2022-07-14  4:22 UTC  (2+ messages)

[PATCH] lsm,io_uring: add LSM hooks to for the new uring_cmd file op
 2022-07-14  3:00 UTC  (3+ messages)

[PATCH v2 00/63] Improve static type checking for request flags
 2022-07-13 23:57 UTC  (5+ messages)

[PATCHv2 1/3] block: ensure iov_iter advances for added pages
 2022-07-13 20:21 UTC  (5+ messages)
` [PATCHv2 2/3] block: ensure bio_iov_add_page can't fail
` [PATCHv2 3/3] block: fix leaking page ref on truncated direct io

fix md disk_name lifetime problems v2
 2022-07-13 16:31 UTC  (12+ messages)
` [PATCH 1/9] md: fix error handling in md_alloc
` [PATCH 2/9] md: implement ->free_disk
` [PATCH 3/9] md: rename md_free to md_kobj_release
` [PATCH 4/9] md: factor out the rdev overlaps check from rdev_size_store
` [PATCH 5/9] md: stop using for_each_mddev in md_do_sync
` [PATCH 6/9] md: stop using for_each_mddev in md_notify_reboot
` [PATCH 7/9] md: stop using for_each_mddev in md_exit
` [PATCH 8/9] md: only delete entries from all_mddevs when the disk is freed
` [PATCH 9/9] md: simplify md_open

FALLOC_FL_ZERO_RANGE is faster on dm-crypt device than on underlying block device
 2022-07-13 16:21 UTC 

[PATCH V2 0/6] block: add support for REQ_OP_VERIFY
 2022-07-13 15:43 UTC  (9+ messages)
` [PATCH V2 1/6] "
` [PATCH V2 2/6] nvme: add support for the Verify command
` [PATCH V2 3/6] nvmet: add Verify command support for bdev-ns
` [PATCH V2 4/6] nvmet: add Verify emulation "
` [PATCH V2 5/6] null_blk: add REQ_OP_VERIFY support
` [PATCH V2 6/6] scsi: sd: add support for REQ_OP_VERIFY

fix md disk_name lifetime problems
 2022-07-13 15:30 UTC  (6+ messages)
` [PATCH 2/8] md: implement ->free_disk

[PATCH 0/6] block: add support for REQ_OP_VERIFY
 2022-07-13 14:04 UTC  (6+ messages)

[linux-next] [5.19.0-rc1] kernel crashes while performing driver bind/unbind test with SLUB_DEBUG enabled
 2022-07-13 13:11 UTC  (4+ messages)

[PATCH blktests v3] common, tests: Print multiple skip reasons
 2022-07-13 12:12 UTC 

[PATCH blktests v2] common, tests: Support printing multiple skip reasons
 2022-07-13 12:07 UTC  (4+ messages)

[PATCH v2] blk-cgroup: Use atomic{,64}_try_cmpxchg
 2022-07-12 21:46 UTC  (2+ messages)

[PATCH v2] blk-iolatency: Use atomic{,64}_try_cmpxchg
 2022-07-12 21:45 UTC  (2+ messages)

[PATCH v2] block: Use try_cmpxchg in update_io_ticks
 2022-07-12 20:40 UTC  (2+ messages)

[PATCH v2] block/rq_qos: Use atomic_try_cmpxchg in atomic_inc_below
 2022-07-12 20:39 UTC  (2+ messages)

[PATCH for-next v2 0/2] null_blk: harmonize some module parameter and configfs options
 2022-07-12 20:39 UTC  (2+ messages)

[PATCH 00/13] btrfs: zoned: fix active zone tracking issues
 2022-07-12 20:32 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] block: move initialization of i to its definition
 2022-07-12 20:26 UTC 

[PATCH] blk-mq: don't create hctx debugfs dir until q->debugfs_dir is created
 2022-07-12 20:00 UTC  (5+ messages)

[bug report] block: fix leaking page ref on truncated direct io
 2022-07-12 18:56 UTC  (2+ messages)

[PATCH V4 0/2] ublk: add io_uring based userspace block driver
 2022-07-12 15:16 UTC  (9+ messages)
` [PATCH V4 2/2] ublk_drv: add UBLK_IO_REFETCH_REQ for supporting to build as module

[PATCH] zram: fix unused 'zram_wb_devops' warning
 2022-07-12 14:33 UTC  (3+ messages)

[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
 2022-07-12 13:30 UTC  (4+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'

[PATCH RFC v3 0/3] bugfix for sbitmap
 2022-07-12 13:26 UTC  (7+ messages)
` [PATCH RFC v3 1/3] sbitmap: fix that same waitqueue can be woken up continuously
` [PATCH RFC v3 2/3] sbitmap: fix invalid wakeup on the wrong waitqueue

[PATCH] block: Use try_cmpxchg some more
 2022-07-12 12:48 UTC  (4+ 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).