linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-02 17:46:34 to 2019-04-07 07:37:15 UTC [more...]

[PATCH] block: don't use for-inside-for in bio_for_each_segment_all
 2019-04-07  7:37 UTC  (3+ messages)

[PATCH v2 1/2] block: Add new BLK_STS_SELFTEST status
 2019-04-07  7:08 UTC  (4+ messages)
` [PATCH v2 2/2] btrfs: Add error string for EUCLEAN

[PATCH v2] block: remove CONFIG_LBDAF
 2019-04-07  6:56 UTC 

[PATCH bpf-next v2 2/5] nbd: trace sending nbd requests
 2019-04-07  0:13 UTC  (4+ messages)
` [PATCH bpf-next v2 3/5] nbd: add tracepoints for send/receive timing

[PATCH] null_blk: prevent crash from bad home_node value
 2019-04-06 22:11 UTC  (5+ messages)

[PATCH] blk-mq: Wait for for hctx requests on CPU unplug
 2019-04-06 21:27 UTC  (7+ messages)

[PATCH] xsysace: Fix error handling in ace_setup
 2019-04-06 19:34 UTC  (4+ messages)

[PATCH] block: preserve BIO_REFFED flag in bio_reset()
 2019-04-06 18:58 UTC  (2+ messages)

[PATCH 00/16] sed-opal: fix shadow MBR enable/disable and clean up code
 2019-04-06 17:09 UTC  (16+ messages)
` [PATCH 01/16] block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBR
` [PATCH 04/16] block: sed-opal: unify space check in add_token_*
` [PATCH 11/16] block: sed-opal: add token for OPAL_LIFECYCLE
` [PATCH 13/16] block: sed-opal: use named Opal tokens instead of integer literals
` [PATCH 14/16] block: sed-opal: pass steps via argument rather than via opal_dev
` [PATCH 15/16] block: sed-opal: don't repeat opal_discovery0 in each steps array

[PATCH] block: remove CONFIG_LBDAF
 2019-04-06 16:48 UTC  (4+ messages)

[PATCH blktests v2] block/020: dynamically change iodepth if test aio-nr lager than aio-max-nr
 2019-04-06 14:27 UTC 

No way to break bio_for_each_segment_all() macro?
 2019-04-06 14:00 UTC  (6+ messages)

Possible bio merging breakage in mp bio rework
 2019-04-06 12:30 UTC  (5+ messages)

[PATCH] blk-mq: set plug->rq_count 0 after sort in blk_mq_flush_plug_list
 2019-04-06 11:58 UTC  (2+ messages)

[PATCH 1/2] block: Add new BLK_STS_SELFTEST status
 2019-04-06  9:31 UTC  (9+ messages)
` [PATCH 2/2] btrfs: Add error string for EUCLEAN

[git pull] device mapper fixes for 5.1-rc4
 2019-04-06  1:40 UTC  (2+ messages)

[PATCH] block: Revert v5.0 blk_mq_request_issue_directly() changes
 2019-04-05 17:59 UTC  (9+ messages)

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-04-05 17:11 UTC  (7+ messages)

[PATCH] paride/pcd: Fix potential NULL pointer dereference and mem leak
 2019-04-05 15:24 UTC  (2+ messages)

[GIT PULL] early nvme updates for 5.2
 2019-04-05 15:10 UTC  (2+ messages)

[PATCH V4 0/7] blk-mq: fix races related with freeing queue
 2019-04-05 13:52 UTC  (16+ messages)
` [PATCH V4 1/7] blk-mq: grab .q_usage_counter when queuing request from plug code path
` [PATCH V4 2/7] blk-mq: move cancel of requeue_work into blk_mq_release
` [PATCH V4 3/7] blk-mq: quiesce queue before updating nr_hw_queues
` [PATCH V4 4/7] blk-mq: free hw queue's resource in hctx's release handler
` [PATCH V4 5/7] blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_release
` [PATCH V4 6/7] block: don't drain in-progress dispatch in blk_cleanup_queue()
` [PATCH V4 7/7] SCSI: don't hold device refcount in IO path

[PATCH v3 00/10] lightnvm: next set of improvements for 5.2
 2019-04-05 13:48 UTC  (6+ messages)
` [PATCH v3 10/10] lightnvm: track inflight target creations

A kernel warning when entering suspend
 2019-04-05 11:35 UTC  (2+ messages)

[PATCH] block: fix fio jobs for 027 and add cgroup support
 2019-04-04 21:06 UTC  (3+ messages)

Bisected GFP in bfq_bfqq_expire on v5.1-rc1
 2019-04-04 19:22 UTC  (8+ messages)

[PATCH blktests] block/020: dynamically change iodepth if test aio-nr lager than aio-max-nr
 2019-04-04 18:10 UTC  (2+ messages)

[PATCH] block: Fix blk_mq_try_issue_directly()
 2019-04-04 17:09 UTC  (8+ messages)

[PATCH] block: bio: ensure newly added bio flags don't override BVEC_POOL_IDX
 2019-04-04 15:31 UTC  (6+ messages)

[PATCH] nbd:clear NBD_BOUND flag when NBD connection is closed
 2019-04-04 15:31 UTC  (5+ messages)

[PATCH 1/1] blk-mq: do not reset plug->rq_count before the list is sorted
 2019-04-04 14:37 UTC  (3+ messages)

[PATCH 1/2] cpumask: Introduce possible_cpu_safe()
 2019-04-04 11:28 UTC  (5+ messages)
` [PATCH 2/2] io_uring: Potential Oops in io_sq_offload_start()

[PATCH V3 0/6] blk-mq: fix races related with freeing queue
 2019-04-04  7:42 UTC  (19+ messages)
` [PATCH V3 1/6] blk-mq: grab .q_usage_counter when queuing request from plug code path
` [PATCH V3 2/6] blk-mq: move cancel of requeue_work into blk_mq_release
` [PATCH V3 3/6] blk-mq: free hw queue's resource in hctx's release handler
` [PATCH V3 4/6] blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_release
` [PATCH V3 5/6] block: don't drain in-progress dispatch in blk_cleanup_queue()
` [PATCH V3 6/6] SCSI: don't hold device refcount in IO path

[PATCH v3 2/3] block: verify data when endio
 2019-04-03 22:21 UTC  (13+ messages)

Panic when rebooting target server testing srp on 5.0.0-rc2
 2019-04-03 21:54 UTC  (14+ messages)

[bug report][scsi blk_mq] data corruption due to a bug in SCSI LLD error handling
 2019-04-03 21:06 UTC  (2+ messages)

[PATCH v2] block: don't show io_timeout if driver has no timeout handler
 2019-04-03 16:54 UTC  (5+ messages)

[PATCH AUTOSEL 4.19 33/57] blk-mq: protect debugfs_create_files() from failures
 2019-04-03 16:17 UTC  (3+ messages)

[PATCH] paride/pf: Fix potential NULL pointer dereference
 2019-04-03 16:08 UTC  (2+ messages)

[PATCH] nbd: add a round robin client option
 2019-04-03 15:42 UTC 

[PATCH] block: Fix a race between tag iteration and hardware queue changes
 2019-04-03 15:30 UTC  (6+ messages)

[PATCH v3 0/7] Extend write-hint for in-kernel use
 2019-04-03 14:47 UTC  (13+ messages)
  ` [PATCH v3 3/7] block: add write-hint to stream-id conversion
  ` [PATCH v3 7/7] fs/ext4,jbd2: add support for passing write-hint with journal
  ` [PATCH v3 6/7] fs: introduce write-hint start point for in-kernel hints

[PATCH] block: clarify that bio_add_page() and related helpers can add multi pages
 2019-04-03 14:44 UTC  (2+ messages)

[PATCH] block: Remove redundant union declaration
 2019-04-03 13:00 UTC 

[PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-04-03 11:28 UTC  (3+ messages)

[PATCH 0/5] blk-mq: allow to run queue if queue refcount is held
 2019-04-03  8:43 UTC  (21+ messages)

[bug report] block, bfq: update blkio stats outside the scheduler lock
 2019-04-03  6:15 UTC 

[PATCH] SCSI: don't hold device refcount in IO path
 2019-04-03  4:25 UTC  (5+ messages)

[PATCH 0/4] Fir a race between request queue cleanup and running queues
 2019-04-03  3:31 UTC  (5+ messages)
` [PATCH 2/4] block: Fix a race between request queue freezing "

Lock recursion seen on qla2xxx client when rebooting the target server
 2019-04-02 21:30 UTC  (2+ messages)

[PATCH v2 0/8] kobject: Add default group support to kobj_type and replace subsystem uses
 2019-04-02 18:06 UTC  (5+ messages)
  ` [PATCH v2 3/8] block: Replace all ktype default_attrs with groups


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