linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-01 05:11:33 to 2021-02-04 08:06:03 UTC [more...]

[PATCH v5 0/3] avoid double request completion and IO error
 2021-02-04  8:04 UTC  (5+ messages)

[PATCH v4 0/2] fix a NULL pointer bug and simplify the code
 2021-02-04  7:09 UTC  (3+ messages)
` [PATCH v4 1/2] nbd: Fix NULL pointer in flush_workqueue
` [PATCH v4 2/2] nbd: share exception handling code by goto put_nbd

[PATCH v4 0/6] block-layer interposer
 2021-02-04  4:15 UTC  (11+ messages)
` [PATCH v4 1/6] docs: device-mapper: add remap_and_filter
` [PATCH v4 2/6] block: add blk_interposer
` [PATCH v4 3/6] block: add blk_mq_is_queue_frozen()
` [PATCH v4 4/6] dm: new ioctl DM_DEV_REMAP_CMD
` [PATCH v4 5/6] dm: add 'noexcl' option for dm-linear
` [PATCH v4 6/6] docs: device-mapper: "

[PATCH blktests 0/3] Three SRP patches
 2021-02-04  3:58 UTC  (4+ messages)
` [PATCH blktests 3/3] rdma: Use rdma link instead of /sys/class/infiniband/*/parent

[PATCH V7 00/13] blk-mq/scsi: tracking device queue depth via sbitmap
 2021-02-04  2:59 UTC  (5+ messages)

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

[PATCH v5 1/2] bio: limit bio max size
 2021-02-04  1:01 UTC  (2+ messages)
    ` [PATCH v5 2/2] bio: add limit_bio_size sysfs

[PATCH 0/2 v3] blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues
 2021-02-03 16:54 UTC  (4+ messages)

[PATCH V4 0/3] block: add two statistic tables
 2021-02-03 15:10 UTC  (4+ messages)
` [PATCH V4 1/3] block: add io_extra_stats node
` [PATCH V4 2/3] block: add a statistic table for io latency
` [PATCH V4 3/3] block: add a statistic table for io sector

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

[PATCH BUGFIX/IMPROVEMENT 0/6] block, bfq: third and last batch of fixes and improvements
 2021-02-03 11:48 UTC  (8+ messages)
` [PATCH BUGFIX/IMPROVEMENT 2/6] block, bfq: put reqs of waker and woken in dispatch list
` [PATCH BUGFIX/IMPROVEMENT 5/6] block, bfq: keep shared queues out of the waker mechanism

[PATCH] Fix Revert "bfq: Fix computation of shallow depth" in linux-block.git
 2021-02-03  3:54 UTC  (3+ messages)

[PATCH] Revert "bfq: Fix computation of shallow depth"
 2021-02-03  2:39 UTC  (7+ messages)

[PATCH 0/7] blktrace: few clenaup
 2021-02-02 20:15 UTC  (37+ 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

[RFC PATCH 00/20] loop: cleanup and small improvement
 2021-02-02 19:56 UTC  (31+ 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] lightnvm: fix unnecessary NULL check warnings
 2021-02-02 18:38 UTC  (5+ messages)

PROBLEM: potential concurrency bug between do_vfs_ioctl() and do_readv()
 2021-02-02 18:17 UTC  (2+ messages)

[PATCH v3] xen-blkback: fix compatibility bug with single page rings
 2021-02-02 17:56 UTC 

[GIT PULL] first round of nvme updates for 5.12
 2021-02-02 17:43 UTC  (2+ messages)

cleanup bvec allocation
 2021-02-02 17:19 UTC  (12+ messages)
` [PATCH 01/11] block: reuse BIO_INLINE_VECS for integrity bvecs
` [PATCH 02/11] block: move struct biovec_slab to bio.c
` [PATCH 03/11] block: factor out a bvec_alloc_gfp helper
` [PATCH 04/11] block: streamline bvec_alloc
` [PATCH 05/11] block: remove the 1 and 4 vec bvec_slabs entries
` [PATCH 06/11] block: turn the nr_iovecs argument to bio_alloc* into an unsigned short
` [PATCH 07/11] block: remove a layer of indentation in bio_iov_iter_get_pages
` [PATCH 08/11] block: set BIO_NO_PAGE_REF in bio_iov_bvec_set
` [PATCH 09/11] block: mark the bio as cloned "
` [PATCH 10/11] md/raid10: remove dead code in reshape_request
` [PATCH 11/11] block: use bi_max_vecs to find the bvec pool

[PATCH v2] xen-blkback: fix compatibility bug with single page rings
 2021-02-02 16:42 UTC  (7+ 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] kyber: introduce kyber_depth_updated()
 2021-02-02 14:25 UTC  (3+ messages)

[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 

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

[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  (4+ messages)
` [PATCH V2 3/4] block: add io_extra_stats node

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

[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  (4+ messages)
` [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset

[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  (5+ messages)
` [PATCH v4 1/5] block: keyslot-manager: Introduce passthrough keyslot manager
` [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


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