linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-03 04:58:35 to 2022-03-05 07:37:46 UTC [more...]

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-03-05  7:29 UTC  (7+ messages)

[LSF/MM/BPF BoF] BoF for Zoned Storage
 2022-03-05  7:33 UTC  (27+ messages)

[PATCH 1/2] nvme: remove support or stream based temperature hint
 2022-03-05  5:19 UTC  (9+ messages)
` [PATCH 2/2] block: remove the per-bio/request write hint

Report 2 in ext4 and journal based on v5.17-rc1
 2022-03-05  3:40 UTC  (7+ messages)

[PATCH -next v4] bfq: fix use-after-free in bfq_dispatch_request
 2022-03-05  2:25 UTC  (2+ messages)

[PATCH v4 0/2] block/dm: support bio polling
 2022-03-05  2:14 UTC  (7+ messages)
` [PATCH v4 1/2] block: add ->poll_bio to block_device_operations
` [PATCH v4 2/2] dm: support bio polling

[PATCH v5 0/2] block/dm: support bio polling
 2022-03-05  2:08 UTC  (3+ messages)
` [PATCH v5 1/2] block: add ->poll_bio to block_device_operations
` [PATCH v5 2/2] dm: support bio polling

[GIT PULL] Block fix for 5.17-rc7
 2022-03-05  0:34 UTC  (2+ messages)

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-04 23:38 UTC  (29+ messages)
` [PATCH v4 01/24] llist: Move llist_{head,node} definition to types.h
` [PATCH v4 02/24] dept: Implement Dept(Dependency Tracker)
` [PATCH v4 03/24] dept: Embed Dept data in Lockdep
` [PATCH v4 04/24] dept: Add a API for skipping dependency check temporarily
` [PATCH v4 05/24] dept: Apply Dept to spinlock
` [PATCH v4 06/24] dept: Apply Dept to mutex families
` [PATCH v4 07/24] dept: Apply Dept to rwlock
` [PATCH v4 08/24] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v4 09/24] dept: Apply Dept to seqlock
` [PATCH v4 10/24] dept: Apply Dept to rwsem
` [PATCH v4 11/24] dept: Add proc knobs to show stats and dependency graph
` [PATCH v4 12/24] dept: Introduce split map concept and new APIs for them
` [PATCH v4 13/24] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v4 14/24] dept: Apply SDT to swait
` [PATCH v4 15/24] dept: Apply SDT to wait(waitqueue)
` [PATCH v4 16/24] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v4 17/24] dept: Distinguish each syscall context from another
` [PATCH v4 18/24] dept: Distinguish each work "
` [PATCH v4 19/24] dept: Disable Dept within the wait_bit layer by default
` [PATCH v4 20/24] dept: Add nocheck version of init_completion()
` [PATCH v4 21/24] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH v4 22/24] dept: Don't create dependencies between different depths in any case
` [PATCH v4 23/24] dept: Let it work with real sleeps in __schedule()
` [PATCH v4 24/24] dept: Disable Dept on that map once it's been handled until next turn

remove opencoded kmap of bio_vecs v2
 2022-03-04 19:29 UTC  (15+ messages)
` [PATCH 01/10] iss-simdisk: use bvec_kmap_local in simdisk_submit_bio
` [PATCH 02/10] aoe: use bvec_kmap_local in bvcpy
` [PATCH 03/10] zram: use memcpy_to_bvec in zram_bvec_read
` [PATCH 04/10] zram: use memcpy_from_bvec in zram_bvec_write
` [PATCH 05/10] nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrity
` [PATCH 06/10] nvdimm-btt: use bvec_kmap_local in btt_rw_integrity
` [PATCH 07/10] bcache: use bvec_kmap_local in bio_csum
` [PATCH 08/10] drbd: use bvec_kmap_local in drbd_csum_bio
` [PATCH 09/10] drbd: use bvec_kmap_local in recv_dless_read
` [PATCH 10/10] floppy: use memcpy_{to,from}_bvec

remove bio_devname
 2022-03-04 19:14 UTC  (14+ messages)
` [PATCH 01/10] block: fix and cleanup bio_check_ro
` [PATCH 02/10] block: remove handle_bad_sector
` [PATCH 03/10] pktcdvd: remove a pointless debug check in pkt_submit_bio
` [PATCH 04/10] dm-crypt: stop using bio_devname
` [PATCH 05/10] dm-integrity: "
` [PATCH 06/10] md-multipath: "
` [PATCH 07/10] raid1: "
` [PATCH 08/10] raid5-ppl: "
` [PATCH 09/10] ext4: "
` [PATCH 10/10] block: remove bio_devname

[PATCH] block: emit disk ro uevent in device_add_disk()
 2022-03-04 16:08 UTC  (2+ messages)

move more work to disk_release v3
 2022-03-04 16:03 UTC  (15+ messages)
` [PATCH 01/14] blk-mq: do not include passthrough requests in I/O accounting
` [PATCH 02/14] blk-mq: handle already freed tags gracefully in blk_mq_free_rqs
` [PATCH 03/14] scsi: don't use disk->private_data to find the scsi_driver
` [PATCH 04/14] sd: rename the scsi_disk.dev field
` [PATCH 05/14] sd: call sd_zbc_release_disk before releasing the scsi_device reference
` [PATCH 06/14] sd: delay calling free_opal_dev
` [PATCH 07/14] sd: make use of ->free_disk to simplify refcounting
` [PATCH 08/14] sr: implement ->free_disk
` [PATCH 09/14] block: move blkcg initialization/destroy into disk allocation/release handler
` [PATCH 10/14] block: don't remove hctx debugfs dir from blk_mq_exit_queue
` [PATCH 11/14] block: move q_usage_counter release into blk_queue_release
` [PATCH 12/14] block: move blk_exit_queue into disk_release
` [PATCH 13/14] block: do more work in elevator_exit
` [PATCH 14/14] block: move rq_qos_exit() into disk_release()

[PATCH 0/2] fix crash by reading /proc/diskstats
 2022-03-04 15:38 UTC  (12+ messages)
` [PATCH 1/2] block: remove commented out code from diskstats_show
` [PATCH 2/2] block: hold queue lock while iterating in diskstats_show

[PATCHv4 0/8] 64-bit data integrity field support
 2022-03-04 15:02 UTC  (19+ messages)
` [PATCHv4 1/8] block: support pi with extended metadata
` [PATCHv4 2/8] nvme: allow integrity on extended metadata formats
` [PATCHv4 3/8] asm-generic: introduce be48 unaligned accessors
` [PATCHv4 4/8] linux/kernel: introduce lower_48_bits function
` [PATCHv4 5/8] lib: add rocksoft model crc64
` [PATCHv4 6/8] crypto: add rocksoft 64b crc guard tag framework
` [PATCHv4 7/8] block: add pi for extended integrity
` [PATCHv4 8/8] nvme: add support for enhanced metadata

[PATCH v3 1/2] virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero
 2022-03-04 10:00 UTC  (2+ messages)
` [PATCH v3 2/2] virtio-blk: Remove BUG_ON() in virtio_queue_rq()

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-04  6:59 UTC  (11+ messages)
      ` [Kgdb-bugreport] "

[syzbot] WARNING in submit_bio_noacct
 2022-03-04  6:00 UTC  (2+ messages)

Report 1 in ext4 and journal based on v5.17-rc1
 2022-03-04  1:56 UTC  (12+ messages)
` Report 2 "

[PATCH v5 0/3] Support for hardware-wrapped inline encryption keys
 2022-03-04  1:07 UTC  (8+ messages)
` [PATCH v5 1/3] block: add basic hardware-wrapped key support
` [PATCH v5 2/3] block: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v5 3/3] fscrypt: add support for "

[PATCH v3 00/21] DEPT(Dependency Tracker)
 2022-03-04  0:28 UTC  (8+ messages)

move more work to disk_release v2
 2022-03-03 20:51 UTC  (10+ messages)

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2022-03-03 18:36 UTC  (4+ messages)

a few trivial bdevname() removals
 2022-03-03 17:29 UTC  (12+ messages)
` [PATCH 1/5] block: stop using bdevname in bdev_write_inode
` [PATCH 2/5] block: stop using bdevname in __blkdev_issue_discard
` [PATCH 3/5] block: stop using bdevname in drbd_report_io_error
` [PATCH 4/5] pktcdvd: stop using bdevname
` [PATCH 5/5] loadpin: "

[GIT PULL] first round of nvme updates for Linux 5.18
 2022-03-03 16:07 UTC  (2+ messages)

[PATCH V2 0/6] blk-mq: update_nr_hw_queues related improvement & bugfix
 2022-03-03 15:20 UTC  (3+ messages)
` [PATCH V2 3/6] blk-mq: reconfigure poll after queue map is changed

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-03 10:56 UTC  (13+ messages)

[PATCH V2 5/6] blk-mq: prepare for implementing hctx table via xarray
 2022-03-03  9:31 UTC  (3+ messages)

[PATCH v2] virtio-blk: Remove BUG_ON() in virtio_queue_rq()
 2022-03-03  8:11 UTC  (8+ 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).