linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-07 00:55:10 to 2018-11-11 13:32:06 UTC [more...]

remove exofs, the T10 OSD code and block/scsi bidi support V3
 2018-11-11 13:32 UTC  (4+ messages)
` [PATCH 1/8] fs: remove exofs
` [PATCH 2/8] scsi: remove the SCSI OSD library
` [PATCH 3/8] scsi: remove bidirectional command support

remove the legacy BLKPREP_* values
 2018-11-10 15:17 UTC  (23+ messages)
` [PATCH 1/7] ide: cleanup ->prep_rq calling convention
` [PATCH 2/7] scsi: simplify scsi_prep_state_check
` [PATCH 3/7] scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmnd
` [PATCH 4/7] scsi: clean up error handling in scsi_init_io
` [PATCH 5/7] scsi: return blk_status_t from scsi_init_io and ->init_command
` [PATCH 6/7] scsi: return blk_status_t from device handler ->prep_fn
` [PATCH 7/7] block: remove the BLKPREP_* values

[PATCHSET 0/6] Various block optimizations
 2018-11-10 15:13 UTC  (7+ messages)
` [PATCH 1/6] nvme: don't disable local ints for polled queue
` [PATCH 2/6] block: add queue_is_mq() helper
` [PATCH 3/6] blk-mq: embed blk_mq_ops directly in the request queue
` [PATCH 4/6] block: avoid ordered task state change for polled IO
` [PATCH 5/6] blk-rq-qos: inline check for q->rq_qos functions
` [PATCH 6/6] block: add polled wakeup task helper

remove most req->special users v2
 2018-11-10 15:04 UTC  (8+ messages)
` [PATCH 1/6] fnic: fix fnic_scsi_host_{start,end}_tag
` [PATCH 2/6] nullb: remove leftover legacy request code
` [PATCH 3/6] skd_main: don't use req->special
` [PATCH 4/6] aoe: replace ->special use with private data in the request
` [PATCH 5/6] pd: "
` [PATCH 6/6] ide: don't use req->special

"kyber: add tracepoints" causes write beyond size of object
 2018-11-10 14:15 UTC 

remove most req->special users
 2018-11-10 12:59 UTC  (15+ messages)
` [PATCH 1/6] fnic: fix fnic_scsi_host_{start,end}_tag
` [PATCH 2/6] nullb: remove leftover legacy request code
` [PATCH 3/6] skd_main: don't use req->special
` [PATCH 4/6] aoe: replace ->special use with private data in the request
` [PATCH 5/6] pd: "
` [PATCH 6/6] ide: don't use req->special

WARNING: locking bug in loop_control_ioctl
 2018-11-10  8:09 UTC  (2+ messages)

kobject lifetime issues in blk-mq
 2018-11-09 20:35 UTC 

[PATCH] block: remove req->timeout_list
 2018-11-09 18:44 UTC  (2+ messages)

[PATCH] floppy: fix race condition in __floppy_read_block_0()
 2018-11-10  4:16 UTC  (2+ messages)

[PATCH -next] block: remove set but not used variable 'et'
 2018-11-10  3:08 UTC  (2+ messages)

[PATCH V8 00/18] block: support multi-page bvec
 2018-11-09 19:44 UTC  (20+ messages)
` [PATCH V8 01/18] block: introduce multi-page page bvec helpers
` [PATCH V8 02/18] block: introduce bio_for_each_bvec()
` [PATCH V8 03/18] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V8 04/18] block: use bio_for_each_bvec() to map sg
` [PATCH V8 05/18] block: introduce bvec_last_segment()
` [PATCH V8 06/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V8 07/18] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V8 08/18] btrfs: move bio_pages_all() to btrfs
` [PATCH V8 09/18] block: introduce bio_bvecs()
` [PATCH V8 10/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V8 11/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V8 12/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V8 13/18] block: enable multipage bvecs
` [PATCH V8 14/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V8 15/18] block: document usage of bio iterator helpers
` [PATCH V8 16/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V8 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V8 18/18] block: kill BLK_MQ_F_SG_MERGE

[PATCH blktests] makefile: Add install rule
 2018-11-09 15:15 UTC 

[LKP] a9f38e1dec [ 245.678853] INFO: task mount:580 blocked for more than 120 seconds
 2018-11-09 22:59 UTC  (5+ messages)

[GIT PULL] Block fixes for 4.20-rc2
 2018-11-09 22:37 UTC  (3+ messages)

[PATCH V7 10/24] block: introduce multipage page bvec helpers
 2018-11-09 11:15 UTC  (3+ messages)

[PATCH v2] xen-blkfront: fix kernel panic with blkfront_remove()
 2018-11-09 19:08 UTC  (3+ messages)
  ` [Xen-devel] "

[PATCH v3 0/7] PBLK Bugfixes and cleanups
 2018-11-09  9:08 UTC  (3+ messages)

[GIT PULL] nvme fixes for 4.20
 2018-11-09 17:12 UTC  (6+ messages)

mtip32xx: fixes and cleanups
 2018-11-09 15:39 UTC  (11+ messages)
` [PATCH 1/9] mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_io
` [PATCH 2/9] mtip32xx: merge mtip_submit_request into mtip_queue_rq
` [PATCH 3/9] mtip32xx: return a blk_status_t from mtip_send_trim
` [PATCH 4/9] mtip32xx: remove __force_bit2int
` [PATCH 5/9] mtip32xx: add missing endianess annotations on struct smart_attr
` [PATCH 6/9] mtip32xx: remove mtip_init_cmd_header
` [PATCH 7/9] mtip32xx: remove mtip_get_int_command
` [PATCH 8/9] mtip32xx: don't use req->special
` [PATCH 9/9] mtip32xxx: use for_each_sg

sx8: make full use of blk-mq
 2018-11-09 15:13 UTC  (4+ messages)
` [PATCH 1/2] sx8: cleanup queue and disk allocation / freeing
` [PATCH 2/2] sx8: use a per-host tag_set

[PATCHSET v3 0/30] blk-mq driver conversions and legacy path removal
 2018-11-09 13:38 UTC  (8+ messages)
` [PATCH 08/30] scsi: provide mq_ops->busy() hook
` [PATCH 09/30] scsi: kill off the legacy IO path

[PATCH V2 0/3] block: make sure discard/writesame bio is aligned with logical block size
 2018-11-09 13:24 UTC  (5+ messages)

[PATCH] xen-blkfront: fix kernel panic with blkfront_remove()
 2018-11-09 11:17 UTC  (2+ messages)

[PATCHSET v2 0/2] Add queue_is_busy helper
 2018-11-09  2:08 UTC  (14+ messages)
` [PATCH] blk-mq: provide a helper to check if a queue is busy
` [PATCH 1/2] blk-mq-tag: change busy_iter_fn to return whether to continue or not
` [PATCH 2/2] blk-mq: provide a helper to check if a queue is busy

[patch 5/5] block: use a driver-specific handler for the "inflight" value
 2018-11-08 17:07 UTC 

[PATCH] block: respect virtual boundary mask in bvecs
 2018-11-08 15:04 UTC  (13+ messages)

[PATCH 0/16 v3] loop: Fix oops and possible deadlocks
 2018-11-08 21:28 UTC  (21+ messages)
` [PATCH 01/16] block/loop: Don't grab "struct file" for vfs_getattr() operation
` [PATCH 02/16] block/loop: Use global lock for ioctl() operation
` [PATCH 03/16] loop: Fold __loop_release into loop_release
` [PATCH 04/16] loop: Get rid of loop_index_mutex
` [PATCH 05/16] loop: Push lo_ctl_mutex down into individual ioctls
` [PATCH 06/16] loop: Split setting of lo_state from loop_clr_fd
` [PATCH 07/16] loop: Push loop_ctl_mutex down into loop_clr_fd()
` [PATCH 08/16] loop: Push loop_ctl_mutex down to loop_get_status()
` [PATCH 09/16] loop: Push loop_ctl_mutex down to loop_set_status()
` [PATCH 10/16] loop: Push loop_ctl_mutex down to loop_set_fd()
` [PATCH 11/16] loop: Push loop_ctl_mutex down to loop_change_fd()
` [PATCH 12/16] loop: Move special partition reread handling in loop_clr_fd()
` [PATCH 13/16] loop: Move loop_reread_partitions() out of loop_ctl_mutex
` [PATCH 14/16] loop: Fix deadlock when calling blkdev_reread_part()
` [PATCH 15/16] loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
` [PATCH 16/16] loop: Get rid of 'nested' acquisition of loop_ctl_mutex

[PATCHSET 0/2] Add queue_is_busy helper
 2018-11-08 15:58 UTC  (7+ messages)
` [PATCH 1/2] blk-mq-tag: change busy_iter_fn to return whether to continue or not
` [PATCH 2/2] blk-mq: provide a helper to check if a queue is busy

[PATCH] block: Clear kernel memory before copying to user
 2018-11-08 15:37 UTC  (15+ messages)

[PATCH v2] block: respect virtual boundary mask in bvecs
 2018-11-07 20:05 UTC  (4+ messages)

WARNING in pkt setup dev
 2018-11-07  9:46 UTC 


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