linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-28 14:33:30 to 2021-02-02 17:23:04 UTC [more...]

cleanup bvec allocation
 2021-02-02 17:19 UTC  (2+ messages)
` [PATCH 01/11] block: reuse BIO_INLINE_VECS for integrity bvecs

[PATCH v2] xen-blkback: fix compatibility bug with single page rings
 2021-02-02 16:42 UTC  (7+ messages)

[PATCH] lightnvm: fix unnecessary NULL check warnings
 2021-02-02 16:00 UTC  (3+ messages)

[PATCH] block: fix memory leak of bvec
 2021-02-02 15:58 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 24/25] blk-cgroup: Use cond_resched() when destroy blkgs
 2021-02-02 15:06 UTC 

[PATCH AUTOSEL 5.4 17/17] blk-cgroup: Use cond_resched() when destroy blkgs
 2021-02-02 15:06 UTC 

[PATCH V3 0/3] block: add two statistic tables
 2021-02-02 14:42 UTC  (6+ messages)
` [PATCH V3 1/3] block: add io_extra_stats node
` [PATCH V3 2/3] block: add a statistic table for io latency
` [PATCH V3 3/3] block: add a statistic table for io sector

[PATCH] Revert "bfq: Fix computation of shallow depth"
 2021-02-02 14:20 UTC  (5+ messages)

[PATCH] kyber: introduce kyber_depth_updated()
 2021-02-02 14:25 UTC  (3+ messages)

[RFC PATCH 00/20] loop: cleanup and small improvement
 2021-02-02 12:07 UTC  (30+ messages)
` [RFC PATCH 01/20] loop: use uniform alignment for struct members
` [RFC PATCH 02/20] loop: add lockdep assert in loop_add()
` [RFC PATCH 03/20] loop: add lockdep assert in loop_lookup()
` [RFC PATCH 04/20] loop: allow user to set the queue depth
` [RFC PATCH 05/20] loop: use snprintf for XXX_show()
` [RFC PATCH 06/20] loop: add newline after variable declaration
` [RFC PATCH 07/20] loop: use uniform variable declaration style
` [RFC PATCH 08/20] loop: use uniform function header style
` [RFC PATCH 09/20] loop: remove extra variable in lo_fallocate()
` [RFC PATCH 10/20] loop: remove extra variable in lo_req_flush
` [RFC PATCH 11/20] loop: remove local variable in lo_compat_ioctl
` [RFC PATCH 12/20] loop: cleanup lo_ioctl()
` [RFC PATCH 13/20] loop: remove memset in info64 to compat
` [RFC PATCH 14/20] loop: remove memset in info64 from compat
` [RFC PATCH 15/20] loop: remove memset in loop_info64_from_old()
` [RFC PATCH 16/20] loop: remove memset in loop_info64_to_old()
` [RFC PATCH 17/20] loop: change fd set err at actual error condition
` [RFC PATCH 18/20] loop: configure "
` [RFC PATCH 19/20] loop: set error value in case of actual error
` [RFC PATCH 20/20] loop: remove the extra line in declaration

[PATCH v3 1/4] add io_uring with IOPOLL support in scsi layer
 2021-02-02 11:30 UTC  (5+ messages)
` [PATCH v3 2/4] megaraid_sas: iouring iopoll support
` [PATCH v3 3/4] scsi_debug : "

KASAN: use-after-free Read in recv_work
 2021-02-02 10:28 UTC 

[PATCH 0/7] blktrace: few clenaup
 2021-02-02  9:58 UTC  (36+ messages)
` [PATCH 1/7] block: remove superfluous param in blk_fill_rwbs()
` [PATCH 2/7] blktrace: add blk_fill_rwbs documentation comment
` [PATCH 3/7] blktrace: fix blk_rq_issue documentation
` [PATCH 4/7] blktrace: fix blk_rq_merge documentation
` [PATCH 5/7] block: get rid of the trace rq insert wrapper
` [PATCH 6/7] null_blk: allow disacrd on non-membacked mode
` [PATCH 7/7] null_blk: add module param queue bounce limit

[GIT PULL] first round of nvme updates for 5.12
 2021-02-02  9:33 UTC 

general protection fault in invalidate_bdev
 2021-02-02  7:32 UTC 

[PATCH v4 1/2] bio: limit bio max size
 2021-02-02  4:12 UTC  (6+ messages)
    ` [PATCH v4 2/2] bio: add limit_bio_size sysfs

[PATCH] block: recalculate segment count for multi-segment discard requests correctly
 2021-02-02  3:33 UTC  (2+ messages)

[PATCH v3] nbd: Fix NULL pointer in flush_workqueue
 2021-02-02  2:15 UTC 

[PATCH v2] nbd: Fix NULL pointer in flush_workqueue
 2021-02-02  1:36 UTC  (2+ messages)

[PATCH V2 0/4] block: add two statistic tables
 2021-02-02  1:29 UTC  (7+ messages)
` [PATCH V2 1/4] block: add a statistic table for io latency
` [PATCH V2 2/4] block: add a statistic table for io sector
` [PATCH V2 3/4] block: add io_extra_stats node
` [PATCH V2 4/4] block: call blk_additional_{latency,sector} only when io_extra_stats is true

[PATCH 0/2] block: blk_interposer v3
 2021-02-02  1:24 UTC  (11+ messages)
` [PATCH 1/2] block: blk_interposer
  ` [dm-devel] "
` [PATCH 2/2] [dm] blk_interposer for dm-linear
  ` [dm-devel] "
` [dm-devel] [PATCH 0/2] block: blk_interposer v3

[PATCH V7 00/13] blk-mq/scsi: tracking device queue depth via sbitmap
 2021-02-01 22:33 UTC  (3+ messages)

[PATCH v3 0/3] blk-mq: Don't complete in IRQ, use llist_head
 2021-02-01 19:35 UTC  (3+ messages)
` [PATCH 1/3] smp: Process pending softirqs in flush_smp_call_function_from_idle()

KASAN: use-after-free Read in bdgrab
 2021-02-01 17:01 UTC 

md read-only fixes
 2021-02-01 16:35 UTC  (4+ messages)
` [PATCH 1/2] md: check for NULL ->meta_bdev before calling bdev_read_only
` [PATCH 2/2] md: use rdev_read_only in restart_array

[PATCH v2 2/4] megaraid_sas: iouring iopoll support
 2021-02-01 13:55 UTC  (3+ messages)

misc bio allocation cleanups
 2021-02-01 12:22 UTC  (10+ messages)
` [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset
` [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait
  ` [f2fs-dev] "
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
  ` [f2fs-dev] "

[RFC 0/2] optimise split bio
 2021-02-01 10:59 UTC  (6+ messages)
` [RFC 2/2] block: add a fast path for seg split of large bio

[PATCH] nbd: Fix NULL pointer in flush_workqueue
 2021-02-01  6:43 UTC  (2+ messages)

[PATCH v3 0/6] add support for inline encryption to device mapper
 2021-02-01  5:22 UTC  (4+ messages)
` [PATCH v3 3/6] dm: add support for passing through inline crypto support

[PATCH v4 0/5] add support for inline encryption to device mapper
 2021-02-01  5:10 UTC  (6+ messages)
` [PATCH v4 1/5] block: keyslot-manager: Introduce passthrough keyslot manager
` [PATCH v4 2/5] block: keyslot-manager: Introduce functions for device mapper support
` [PATCH v4 3/5] dm: add support for passing through inline crypto support
` [PATCH v4 4/5] dm: support key eviction from keyslot managers of underlying devices
` [PATCH v4 5/5] dm: set DM_TARGET_PASSES_CRYPTO feature for some targets

[PATCH v5 0/3] avoid double request completion and IO error
 2021-02-01  3:49 UTC  (4+ messages)
` [PATCH v5 1/3] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v5 2/3] nvme-fabrics: avoid double request completion for nvmf_fail_nonready_command
` [PATCH v5 3/3] nvme-rdma: avoid IO error for nvme native multipath

[PATCH 00/29] treewide: Convert comma separated statements
 2021-01-31 15:06 UTC  (4+ messages)
` [PATCH 06/29] drbd: Avoid "

[GIT PULL] Block fixes for 5.11-rc6
 2021-01-29 22:12 UTC  (2+ messages)

[PATCH] vio: make remove callback return void
 2021-01-29 19:08 UTC  (4+ messages)

[PATCH v2 0/6] dm: support IO polling for bio-based dm device
 2021-01-29  7:37 UTC  (7+ messages)
` [PATCH v2 3/6] block: add iopoll method to support bio-based IO polling
` [PATCH v2 6/6] dm: support IO polling for bio-based dm device

[PATCH] null_blk: fix compilation error on 32-bit arch
 2021-01-29  6:33 UTC 

[PATCH] block: remove typo in kernel-doc of set_disk_ro()
 2021-01-29  5:12 UTC  (2+ messages)

[PATCH] block: drop removed argument from kernel-doc of blk_execute_rq()
 2021-01-29  5:01 UTC 

[PATCH v2] block: Add bio_max_segs
 2021-01-29  4:38 UTC 

[block:block-5.11 35/35] drivers/block/null_blk/zoned.c:86: undefined reference to `__udivdi3'
 2021-01-29  4:15 UTC 

[PATCH v4 0/5] avoid double request completion and IO error
 2021-01-29  3:50 UTC  (11+ messages)
` [PATCH v4 4/5] nvme-rdma: avoid IO error for nvme native multipath

[PATCH] nvme: add tracing of zns commands
 2021-01-29  3:48 UTC  (2+ messages)

[PATCH] null_blk: cleanup zoned mode initialization
 2021-01-29  0:11 UTC  (4+ messages)

[PATCH] block: fix bd_size_lock use
 2021-01-28 22:59 UTC  (6+ messages)

[PATCH BUGFIX/IMPROVEMENT 0/6] block, bfq: third and last batch of fixes and improvements
 2021-01-28 17:54 UTC  (4+ messages)
` [PATCH BUGFIX/IMPROVEMENT 2/6] block, bfq: put reqs of waker and woken in dispatch list

[RFC PATCH 00/34] block: introduce bio_new()
 2021-01-28 17:24 UTC  (12+ messages)
` [RFC PATCH 02/34] block: introduce and use bio_new
      ` [Ocfs2-devel] "
` [RFC PATCH 17/34] iomap: use bio_new in iomap_dio_zero
` [RFC PATCH 18/34] iomap: use bio_new in iomap_dio_bio_actor
` [RFC PATCH 26/34] xfs: use bio_new in xfs_rw_bdev
` [RFC PATCH 27/34] xfs: use bio_new in xfs_buf_ioapply_map

[PATCH] bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WITH_FEATURES
 2021-01-28 14:35 UTC  (2+ messages)

[PATCH] blk-cgroup: Remove obsolete macro
 2021-01-28 14:33 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).