linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-11 16:21:47 to 2019-01-17 13:54:21 UTC [more...]

[PATCHSET v5] io_uring IO interface
 2019-01-17 13:54 UTC  (26+ messages)
` [PATCH 01/15] fs: add an iopoll method to struct file_operations
` [PATCH 02/15] block: wire up block device iopoll method
` [PATCH 03/15] block: add bio_set_polled() helper
` [PATCH 04/15] iomap: wire up the iopoll method
` [PATCH 05/15] Add io_uring IO interface
` [PATCH 06/15] io_uring: add fsync support
` [PATCH 07/15] io_uring: support for IO polling
` [PATCH 08/15] fs: add fget_many() and fput_many()
` [PATCH 09/15] io_uring: use fget/fput_many() for file references
` [PATCH 10/15] io_uring: batch io_kiocb allocation
` [PATCH 11/15] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/15] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/15] io_uring: add submission polling
` [PATCH 14/15] io_uring: add file registration
` [PATCH 15/15] io_uring: add io_uring_event cache hit information

[PATCH blktests 1/2] nvme: enable buffered_io for file-backed namespaces
 2019-01-17 12:59 UTC  (2+ messages)
` [PATCH blktests 2/2] nvme: test resize of a namespace with file-backed ns

[BUG bisect] kernel BUG at block/bio.c:1833 and fail to mount disk
 2019-01-17 10:26 UTC  (3+ messages)

[PATCH 1/1] xen-blkback: do not wake up shutdown_wq after xen_blkif_schedule() is stopped
 2019-01-17 10:23 UTC  (6+ messages)
  ` [Xen-devel] "

[PATCH] nbd: use kmalloc instead of kzalloc when allocating recv_thread_args
 2019-01-17  9:55 UTC 

[PATCH 00/16] block: sed-opal: support shadow MBR done flag and write
 2019-01-17  9:40 UTC  (3+ messages)

[PATCH blktests v2 00/16] Implement zoned block device support
 2019-01-17  6:21 UTC  (10+ messages)
` [PATCH blktests v2 03/16] common: Move set_scheduler() function definition
` [PATCH blktests v2 04/16] common: Introduce _have_fio_zbd_zonemode() helper function

[PATCH] block: 028: block integrity funtion test
 2019-01-17  3:44 UTC 

[PATCH 0/3] io.latency test for blktests
 2019-01-17  2:31 UTC  (6+ messages)
` [PATCH 1/3] blktests: add cgroup2 infrastructure

[patch] io_uring: don't allow duplicate registrations
 2019-01-17  1:33 UTC  (4+ messages)

[PATCH fix] scsi_lib: make sure scsi_request.sense valid
 2019-01-17  1:06 UTC  (4+ messages)

[PATCH v5 1/2] xen/blkback: add stack variable 'blkif' in connect_ring()
 2019-01-17  0:01 UTC  (5+ messages)
` [PATCH v5 2/2] xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-order' set by malicious blkfront
  ` [Xen-devel] "

[PATCH 04/16] block: sed-opal: close parameter list in cmd_finalize
 2018-11-08 21:50 UTC 

[PATCH 09/16] block: sed-opal: split generation of bytestring header and content
 2018-03-19 18:36 UTC 

[PATCH 01/16] block: sed-opal: fix typos and formatting
 2019-01-05 21:23 UTC 

[PATCH 15/16] block: sed-opal: don't repeat opal_discovery0 in each steps array
 2019-01-03 22:58 UTC 

[PATCH 06/16] block: sed-opal: unify error handling of responses
 2018-11-15 20:33 UTC 

[PATCH 05/16] block: sed-opal: unify cmd start
 2018-11-08 21:55 UTC 

[PATCH 12/16] block: sed-opal: unify retrieval of table columns
 2018-03-19 18:36 UTC 

[PATCH 08/16] block: sed-opal: print failed function address
 2018-03-19 18:36 UTC 

[PATCH 11/16] block: sed-opal: ioctl for writing to shadow mbr
 2018-03-19 18:36 UTC 

[PATCH 07/16] block: sed-opal: reuse response_get_token to decrease code duplication
 2018-11-15 20:35 UTC 

[PATCH 14/16] block: sed-opal: pass steps via argument rather than via opal_dev
 2018-12-04 22:09 UTC 

[PATCH 02/16] block: sed-opal: use correct macro for method length
 2018-03-19 18:36 UTC 

[PATCH 10/16] block: sed-opal: add ioctl for done-mark of shadow mbr
 2018-03-19 18:36 UTC 

[PATCH 03/16] block: sed-opal: unify space check in add_token_*
 2018-03-19 18:36 UTC 

[PATCH 13/16] block: sed-opal: check size of shadow mbr
 2018-03-19 18:36 UTC 

[GIT PULL] two nvme fixes for 5.0-rc3
 2019-01-16 16:45 UTC  (2+ messages)

[PATCH 01/16] fs: add an iopoll method to struct file_operations
 2019-01-16 15:47 UTC  (31+ messages)
` [PATCH 02/16] block: wire up block device iopoll method
` [PATCH 03/16] block: add bio_set_polled() helper
` [PATCH 04/16] iomap: wire up the iopoll method
` [PATCH 05/16] Add io_uring IO interface
` [PATCH 06/16] io_uring: add fsync support
` [PATCH 07/16] io_uring: support for IO polling
` [PATCH 08/16] io_uring: add submission side request cache
` [PATCH 09/16] fs: add fget_many() and fput_many()
` [PATCH 10/16] io_uring: use fget/fput_many() for file references
` [PATCH 11/16] io_uring: batch io_kiocb allocation
` [PATCH 12/16] block: implement bio helper to add iter bvec pages to bio
` [PATCH 13/16] io_uring: add support for pre-mapped user IO buffers
` [PATCH 14/16] io_uring: add submission polling
` [PATCH 15/16] io_uring: add file registration
` [PATCH 16/16] io_uring: add io_uring_event cache hit information

[PATCH] scsi: isci: initialize shost fully before calling scsi_add_host()
 2019-01-16 14:44 UTC  (7+ messages)

[PATCH] block: don't lose track of REQ_INTEGRITY flag
 2019-01-16 14:28 UTC  (2+ messages)

[PATCH 0/3] Fix virtio-blk issue with SWIOTLB
 2019-01-16 14:16 UTC  (23+ messages)
` [PATCH 1/3] swiotlb: Export maximum allocation size

[PATCH 0/3 v2] Fix virtio-blk issue with SWIOTLB
 2019-01-16 14:10 UTC  (9+ messages)
` [PATCH 1/3] swiotlb: Introduce swiotlb_max_mapping_size()
` [PATCH 2/3] dma: Introduce dma_max_mapping_size()
` [PATCH 3/3] virtio-blk: Consider dma_max_mapping_size() for maximum segment size

[PATCH] fs: gfs2: fix build failure
 2019-01-16  2:52 UTC  (2+ messages)

NULL ptr deref in blk_queue_split with bcache: bio->bi_io_vec == NULL
 2019-01-16  0:04 UTC  (2+ messages)

[PATCHSET v2] io_uring IO interface
 2019-01-15 17:31 UTC  (11+ messages)
` [PATCH 05/15] Add "

Block device flush ordering
 2019-01-15 14:35 UTC  (3+ messages)

[PATCH] mtip32xx: ѕtop abusing the managed resource APIs
 2019-01-15 14:32 UTC  (2+ messages)

[PATCH 0/2] blkdev: Fix livelock when loop device updates capacity
 2019-01-15 14:31 UTC  (8+ messages)
` [PATCH 1/2] nbd: Use set_blocksize() to set device blocksize
` [PATCH 2/2] blockdev: Fix livelocks on loop device
` [PATCH] loop: Add test for changing capacity when filesystem is mounted

[PATCH] block/blk-sysfs.c: Remove last reference of blk_init_queue
 2019-01-15 10:29 UTC  (3+ messages)

[PATCH v6 1/2] xen/blkback: add stack variable 'blkif' in connect_ring()
 2019-01-15  8:20 UTC  (3+ messages)
` [PATCH v6 2/2] xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-order' set by malicious blkfront
  ` [Xen-devel] "

[PATCH] sbitmap: Protect swap_lock from hardirq
 2019-01-15  4:34 UTC  (4+ messages)

[PATCH V13 00/19] block: support multi-page bvec
 2019-01-15  3:44 UTC  (2+ messages)

[PATCH] blkcg: annotate implicit fall through
 2019-01-14 20:31 UTC 

[PATCH] blk-iolatency: fix IO hang due to negative inflight counter
 2019-01-14 19:21 UTC 

[PATCH BUGFIX 0/2] bfq: fix unbalanced decrements causing loss of throughput
 2019-01-14 13:26 UTC  (6+ messages)

[GIT PULL] Block fixes for 5.0-rc2
 2019-01-12 21:50 UTC  (2+ messages)

[PATCHSET v3] io_uring IO interface
 2019-01-12 21:30 UTC  (17+ messages)
` [PATCH 01/16] fs: add an iopoll method to struct file_operations
` [PATCH 02/16] block: wire up block device iopoll method
` [PATCH 03/16] block: add bio_set_polled() helper
` [PATCH 04/16] iomap: wire up the iopoll method
` [PATCH 05/16] Add io_uring IO interface
` [PATCH 06/16] io_uring: add fsync support
` [PATCH 07/16] io_uring: support for IO polling
` [PATCH 08/16] io_uring: add submission side request cache
` [PATCH 09/16] fs: add fget_many() and fput_many()
` [PATCH 10/16] io_uring: use fget/fput_many() for file references
` [PATCH 11/16] io_uring: batch io_kiocb allocation
` [PATCH 12/16] block: implement bio helper to add iter bvec pages to bio
` [PATCH 13/16] io_uring: add support for pre-mapped user IO buffers
` [PATCH 14/16] io_uring: add submission polling
` [PATCH 15/16] io_uring: add file registration
` [PATCH 16/16] io_uring: add io_uring_event cache hit information


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