linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-09 20:51:34 to 2019-01-16 15:12:35 UTC [more...]

[PATCH 01/16] fs: add an iopoll method to struct file_operations
 2019-01-16 15:12 UTC  (24+ 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 1/1] xen-blkback: do not wake up shutdown_wq after xen_blkif_schedule() is stopped
 2019-01-16 14:52 UTC  (3+ messages)

[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  (27+ messages)
` [PATCH 1/3] swiotlb: Export maximum allocation size
` [PATCH 2/3] virtio: Introduce virtio_max_dma_size()
` [PATCH 3/3] virtio-blk: Consider virtio_max_dma_size() for maximum segment 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

[BUG bisect] kernel BUG at block/bio.c:1833 and fail to mount disk
 2019-01-16  8:54 UTC  (2+ messages)

[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  (27+ 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: support for IO polling
` [PATCH 07/15] io_uring: add submission side request cache
` [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: support kernel side submission
` [PATCH 14/15] io_uring: add submission polling
` [PATCH 15/15] io_uring: add io_uring_event cache hit information

[PATCH 0/3] io.latency test for blktests
 2019-01-15 16:40 UTC  (4+ messages)
` [PATCH 1/3] blktests: add cgroup2 infrastructure

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  (21+ messages)
` [PATCH V13 01/19] btrfs: look at bi_size for repair decisions
` [PATCH V13 02/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V13 03/19] block: remove bvec_iter_rewind()
` [PATCH V13 04/19] block: rename bvec helpers
` [PATCH V13 05/19] block: introduce multi-page "
` [PATCH V13 06/19] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V13 07/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V13 08/19] block: use bio_for_each_bvec() to map sg
` [PATCH V13 09/19] block: introduce bvec_last_segment()
` [PATCH V13 10/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V13 11/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V13 12/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V13 13/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V13 14/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V13 15/19] block: enable multipage bvecs
` [PATCH V13 16/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V13 17/19] block: document usage of bio iterator helpers
` [PATCH V13 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V13 19/19] block: kill BLK_MQ_F_SG_MERGE

[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

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

[PATCH] block/blk-core.c: Remove doc about request_count argument
 2019-01-11  2:38 UTC 

[PATCH] fs/direct-io: Avoid duplicating the check whether or not locking is required
 2019-01-11  0:14 UTC 

[GIT PULL] nvme fixes for 5.0
 2019-01-10 17:09 UTC 

[PATCHSET v1] io_uring IO interface
 2019-01-10 16:05 UTC  (4+ messages)
` [PATCH 03/16] block: add bio_set_polled() helper

[PATCH v1] : Switch to use new generic UUID API
 2019-01-10 14:30 UTC 

[PATCH blktests v2 00/16] Implement zoned block device support
 2019-01-10  9:37 UTC  (17+ messages)
` [PATCH blktests v2 01/16] config: Introduce ZONED variable
` [PATCH blktests v2 02/16] common: Introduce _test_dev_is_zoned() helper function
` [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 blktests v2 05/16] block/004: Adjust fio conditions for zoned block device
` [PATCH blktests v2 06/16] block/013: Skip for zoned block devices
` [PATCH blktests v2 07/16] block/018,024: Skip when ZONED is set
` [PATCH blktests v2 08/16] check: Introduce group_exit() function
` [PATCH blktests v2 09/16] src: Introduce zbdioctl program
` [PATCH blktests v2 10/16] common: Introduce _dd() helper function
` [PATCH blktests v2 11/16] tests: Introduce zbd test group
` [PATCH blktests v2 12/16] zbd/001: sysfs and ioctl consistency test
` [PATCH blktests v2 13/16] zbd/002: report zone test
` [PATCH blktests v2 14/16] zbd/003: Test sequential zones reset
` [PATCH blktests v2 15/16] zbd/004: Check write split accross sequential zones
` [PATCH blktests v2 16/16] zbd/005: Test write ordering

[PATCH] loop: drop caches if offset or block_size are changed
 2019-01-10  3:51 UTC  (2+ messages)

[PATCH] block: fix kerneldoc comment for blk_attempt_plug_merge()
 2019-01-09 22:29 UTC  (2+ messages)

[PATCH] loop: drop caches if offset is changed
 2019-01-09 20:51 UTC  (5+ messages)
` [PATCH v2] loop: drop caches if offset or block_size are changed
    ` [PATCH v3] "


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