linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-19 16:09:23 to 2019-01-24 13:17:42 UTC [more...]

[PATCH v1] : Switch to use new generic UUID API
 2019-01-24 13:17 UTC  (4+ messages)

[PATCH] block: Fix a WRITE SAME BUG_ON
 2019-01-24 12:25 UTC  (2+ messages)

[PATCH] blk-mq: fix the cmd_flag_name array
 2019-01-24 10:28 UTC 

[PATCH 0/2] small optimization for accessing queue map
 2019-01-24 10:25 UTC  (3+ messages)
` [PATCH 1/2] blk-mq: save queue mapping result into ctx directly
` [PATCH 2/2] blk-mq: save default hctx into ctx->hctxs for not-supported type

[PATCH 0/5 v3] Fix virtio-blk issue with SWIOTLB
 2019-01-24  9:51 UTC  (21+ messages)
` [PATCH 1/5] swiotlb: Introduce swiotlb_max_mapping_size()
` [PATCH 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH 3/5] dma: Introduce dma_max_mapping_size()
` [PATCH 4/5] virtio: Introduce virtio_max_dma_size()
` [PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size

[PATCH v2 0/4] Write-hint for FS journal
 2019-01-24  9:23 UTC  (9+ messages)
    ` [PATCH 2/4] fs: introduce four macros for in-kernel hints
      ` [PATCH 2/4] "
    ` [PATCH 4/4] fs/ext4,jbd2: add support for passing write-hint with journal

[PATCH] uapi: fix ioctl documentation
 2019-01-24  9:20 UTC  (2+ messages)
` [PATCH] block: Fix comment typo

[PATCH] lightnvm: pblk: ignore bad block wp for pblk_line_wp_is_unbalanced
 2019-01-24  9:17 UTC  (2+ messages)

[PATCH v3 00/16] block: sed-opal: support shadow MBR done flag and write
 2019-01-22 22:31 UTC  (17+ messages)
` [PATCH v3 01/16] block: sed-opal: fix typos and formatting
` [PATCH v3 02/16] block: sed-opal: use correct macro for method length
` [PATCH v3 03/16] block: sed-opal: unify space check in add_token_*
` [PATCH v3 04/16] block: sed-opal: close parameter list in cmd_finalize
` [PATCH v3 05/16] block: sed-opal: unify cmd start
` [PATCH v3 06/16] block: sed-opal: unify error handling of responses
` [PATCH v3 07/16] block: sed-opal: reuse response_get_token to decrease code duplication
` [PATCH v3 08/16] block: sed-opal: print failed function address
` [PATCH v3 09/16] block: sed-opal: split generation of bytestring header and content
` [PATCH v3 10/16] block: sed-opal: add ioctl for done-mark of shadow mbr
` [PATCH v3 11/16] block: sed-opal: ioctl for writing to "
` [PATCH v3 12/16] block: sed-opal: unify retrieval of table columns
` [PATCH v3 13/16] block: sed-opal: check size of shadow mbr
` [PATCH v3 14/16] block: sed-opal: pass steps via argument rather than via opal_dev
` [PATCH v3 15/16] block: sed-opal: don't repeat opal_discovery0 in each steps array
` [PATCH v3 16/16] block: sed-opal: rename next to execute_steps

[PATCH] bcache: fix a race between register and allocator thread
 2019-01-24  8:09 UTC 

[PATCH 16/16] block: sed-opal: rename next to execute_steps
 2019-01-03 22:59 UTC 

[PATCH] block: Mark expected switch fall-throughs
 2019-01-24  4:54 UTC  (2+ messages)

[PATCH] blk-wbt: Declare local functions static
 2019-01-24  3:20 UTC  (2+ messages)

[GIT PULL] nvme fixes for 5.0-rc4
 2019-01-24  0:17 UTC  (2+ messages)

[PATCH 0/3] iolatency bug fix
 2019-01-24  0:16 UTC  (4+ messages)
` [PATCH 1/3] Blk-iolatency: warn on negative inflight IO counter
` [PATCH 2/3] blk-iolatency: fix IO hang due to negative inflight counter
` [PATCH 3/3] blk-mq: remove duplicated definition of blk_mq_freeze_queue

[PATCH] block: Allocate a sense buffer before executing an SG_IO ioctl
 2019-01-24  0:04 UTC  (2+ messages)

[PATCH] blk-iolatency: fix IO hang due to negative inflight counter
 2019-01-23 17:26 UTC  (10+ messages)

checking whether a device has internal queueing
 2019-01-23 16:14 UTC 

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

[PATCH] block: Add secure discard check in blk_ioctl_discard
 2019-01-23 14:27 UTC  (2+ messages)

[PATCH] blk-mq: protect debugfs_create_files() from failures
 2019-01-23 13:48 UTC 

[PATCH] block: aoe: no need to check return value of debugfs_create functions
 2019-01-23  6:41 UTC  (4+ messages)

dd hangs when reading large partitions
 2019-01-23  3:10 UTC  (17+ messages)

[PATCH] bcache: never writeback a discard operation
 2019-01-23  1:39 UTC  (3+ messages)

[PATCH v2] loop: Add test for changing capacity when filesystem is mounted
 2019-01-23  0:00 UTC  (3+ messages)

[PATCH] block: 028: block integrity funtion test
 2019-01-22 23:24 UTC  (2+ messages)

[PATCH] genirq/affinity: Assign default affinity to pre/post vectors
 2019-01-22 21:04 UTC 

[PATCH] lightnvm: pblk: stop taking the free lock in in pblk_lines_free
 2019-01-22 19:48 UTC  (2+ messages)

[PATCH] lightnvm: pblk: use vfree to free metadata on error path
 2019-01-22 19:48 UTC  (2+ messages)

[PATCH] block: cover another queue enter recursion via BIO_QUEUE_ENTERED
 2019-01-22 17:16 UTC  (3+ messages)
`  "

RFC bio flags and ops in v4.10+
 2019-01-22 17:05 UTC  (4+ messages)

[PATCHSET v6] io_uring IO interface
 2019-01-22 16:11 UTC  (8+ messages)
` [PATCH 05/17] Add "

[PATCH] blktrace: no need to check return value of debugfs_create functions
 2019-01-22 15:21 UTC 

[PATCH] nbd: fix possible memory leak in nbd_add_socket()
 2019-01-22 14:50 UTC 

[PATCH 0/4] dm: fix various issues with bio splitting code
 2019-01-22  3:49 UTC  (14+ messages)
` [PATCH 1/4] dm: fix clone_bio() to trigger blk_recount_segments()
` [PATCH 2/4] dm: fix redundant IO accounting for bios that need splitting
` [PATCH 3/4] dm: fix missing bio_split() pattern code in __split_and_process_bio()
  ` [dm-devel] "
` [PATCH 4/4] dm: fix dm_wq_work() to only use __split_and_process_bio() if appropriate

fsync hangs after scsi rejected a request
 2019-01-22  3:22 UTC  (2+ messages)

[PATCH V14 00/18] block: support multi-page bvec
 2019-01-22  2:01 UTC  (25+ messages)
` [PATCH V14 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V14 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V14 03/18] block: remove bvec_iter_rewind()
` [PATCH V14 04/18] block: introduce multi-page bvec helpers
` [PATCH V14 05/18] block: introduce bio_for_each_mp_bvec() and rq_for_each_mp_bvec()
` [PATCH V14 06/18] block: use bio_for_each_mp_bvec() to compute multi-page bvec count
` [PATCH V14 07/18] block: use bio_for_each_mp_bvec() to map sg
` [PATCH V14 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V14 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V14 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V14 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V14 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V14 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V14 14/18] block: enable multipage bvecs
` [PATCH V14 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V14 16/18] block: document usage of bio iterator helpers
` [PATCH V14 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V14 18/18] block: kill BLK_MQ_F_SG_MERGE

[RFC PATCH 0/3] cgroup: fsio throttle controller
 2019-01-21 21:47 UTC  (6+ messages)

[PATCH v3] fs: ratelimit __find_get_block_slow() failure message
 2019-01-21 13:49 UTC 

I/O stall since 4.19.1
 2019-01-21 13:28 UTC 

[PATCH 4.20 110/111] loop: drop caches if offset or block_size are changed
 2019-01-21 13:43 UTC 

[PATCH 4.19 97/99] loop: drop caches if offset or block_size are changed
 2019-01-21 13:49 UTC 

[PATCH 4.14 58/59] loop: drop caches if offset or block_size are changed
 2019-01-21 13:44 UTC 

[PATCH v2 15/16] block: sed-opal: don't repeat opal_discovery0 in each steps array
 2019-01-20 20:23 UTC  (3+ messages)

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

[GIT PULL] Block fixes for 5.0-rc3
 2019-01-19 22:00 UTC  (2+ messages)

[PATCH v2 13/16] block: sed-opal: check size of shadow mbr
 2019-01-19 17:29 UTC  (2+ messages)

[PATCH v2 09/16] block: sed-opal: split generation of bytestring header and content
 2019-01-19 16:59 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).