linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-02 03:19:18 to 2022-03-04 07:09:08 UTC [more...]

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-04  7:06 UTC  (25+ 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

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

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

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-03-04  3:20 UTC  (20+ messages)
` Report 1 in ext4 and journal based on v5.17-rc1
  ` Report 2 "

remove opencoded kmap of bio_vecs v2
 2022-03-04  3:06 UTC  (14+ 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

[PATCHv4 0/8] 64-bit data integrity field support
 2022-03-04  2:56 UTC  (17+ 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 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  (9+ messages)

[LSF/MM/BPF BoF] BoF for Zoned Storage
 2022-03-04  0:10 UTC  (23+ 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)

[PATCH] block: emit disk ro uevent in device_add_disk()
 2022-03-03 17:52 UTC 

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  (11+ messages)
` [PATCH V2 1/6] blk-mq: figure out correct numa node for hw queue
` [PATCH V2 2/6] blk-mq: simplify reallocation of hw ctxs a bit
` [PATCH V2 3/6] blk-mq: reconfigure poll after queue map is changed
` [PATCH V2 4/6] block: mtip32xx: don't touch q->queue_hw_ctx
` [PATCH V2 5/6] blk-mq: prepare for implementing hctx table via xarray
` [PATCH V2 6/6] blk-mq: manage hctx map "

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-03 10:56 UTC  (21+ messages)
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 6/6] treewide: remove check of list iterator against head past the loop body
  ` [Intel-gfx] "

[PATCH v2] virtio-blk: Remove BUG_ON() in virtio_queue_rq()
 2022-03-03  8:11 UTC  (18+ messages)

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

[PATCH -next v4] bfq: fix use-after-free in bfq_dispatch_request
 2022-03-03  7:03 UTC 

[LSF/MM/BPF Topic] Towards more useful nvme-passthrough
 2022-03-03  0:45 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] configfd as a replacement for both ioctls and fsconfig
 2022-03-02 22:57 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Towards more useful nvme passthrough
 2022-03-02 23:40 UTC  (2+ messages)

[PATCH 0/5] nvme support for zoned namespace command set
 2022-03-02 21:11 UTC  (11+ messages)
` [PATCH 5/5] nvme: support for zoned namespaces

[PATCH v4 6/6] io_uring: add support for zone-append
 2022-03-02 20:51 UTC  (26+ messages)

remove opencoded kmap of bio_vecs
 2022-03-02 17:04 UTC  (5+ messages)
` [PATCH 06/10] nvdimm-btt: use bvec_kmap_local in btt_rw_integrity

[PATCH -next v2] blk-throttle: Set BIO_THROTTLED when bio has been throttled
 2022-03-02 13:51 UTC  (2+ messages)

[PATCH 0/6] blk-mq: update_nr_hw_queues related improvement & bugfix
 2022-03-02 10:11 UTC  (13+ messages)
` [PATCH 1/6] blk-mq: figure out correct numa node for hw queue
` [PATCH 6/6] blk-mq: manage hctx map via xarray

[next-20220225][Oops][ppc] lvm snapshot merge results kernel panics (throtl_pending_timer_fn)
 2022-03-02  8:25 UTC  (2+ messages)

Please activate your account
 2022-03-02  8:17 UTC 

[PATCH 0/6] block, fs: convert most Direct IO cases to FOLL_PIN
 2022-03-02  8:07 UTC  (6+ messages)
` [PATCH 6/6] fuse: convert direct IO paths to use FOLL_PIN

[PATCH V2] blk-mq: kill warning when building block/blk-mq-debugfs-zoned.c
 2022-03-02  8:04 UTC  (2+ messages)

[PATCHv3 00/10] 64-bit data integrity field support
 2022-03-02  3:18 UTC  (3+ messages)
` [PATCHv3 09/10] nvme: add support for enhanced metadata


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