linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-15 19:00:36 to 2018-05-18 16:49:34 UTC [more...]

buffered I/O without buffer heads in xfs and iomap v2
 2018-05-18 16:48 UTC  (28+ messages)
` [PATCH 01/34] block: add a lower-level bio_add_page interface
` [PATCH 02/34] fs: factor out a __generic_write_end helper
` [PATCH 03/34] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/34] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/34] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/34] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/34] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 08/34] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 09/34] iomap: inline data should be an iomap type, not a flag
` [PATCH 10/34] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 11/34] iomap: move IOMAP_F_BOUNDARY to gfs2
` [PATCH 12/34] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 13/34] iomap: add a iomap_sector helper
` [PATCH 14/34] iomap: add an iomap-based bmap implementation
` [PATCH 15/34] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 16/34] iomap: add initial support for writes without buffer heads
` [PATCH 17/34] xfs: use iomap_bmap
` [PATCH 18/34] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 19/34] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 20/34] xfs: simplify xfs_aops_discard_page
` [PATCH 21/34] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 22/34] xfs: make xfs_writepage_map extent map centric
` [PATCH 23/34] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 24/34] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 26/34] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 27/34] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 29/34] xfs: don't look at buffer heads in xfs_add_to_ioend

[PATCH 1/6] nvme: Sync request queues on reset
 2018-05-18 16:38 UTC  (6+ messages)
` [PATCH 2/6] nvme-pci: Fix queue freeze criteria "
` [PATCH 3/6] nvme: Move all IO out of controller reset
` [PATCH 4/6] nvme: Allow reset from CONNECTING state
` [PATCH 5/6] nvme-pci: Attempt reset retry for IO failures
` [PATCH 6/6] nvme-pci: Rate limit the nvme timeout warnings

[PATCH 00/10] Misc block layer patches for bcachefs
 2018-05-18 16:33 UTC  (10+ messages)
` [PATCH 02/10] block: Convert bio_set to mempool_init()

[PATCH V6 00/11] nvme: pci: fix & improve timeout handling
 2018-05-18 16:28 UTC  (22+ messages)
` [PATCH V6 01/11] block: introduce blk_quiesce_timeout() and blk_unquiesce_timeout()
` [PATCH V6 02/11] nvme: pci: cover timeout for admin commands running in EH
` [PATCH V6 03/11] nvme: pci: unquiesce admin queue after controller is shutdown
` [PATCH V6 04/11] nvme: pci: set nvmeq->cq_vector after alloc cq/sq
` [PATCH V6 05/11] nvme: pci: only wait freezing if queue is frozen
` [PATCH V6 06/11] nvme: pci: freeze queue in nvme_dev_disable() in case of error recovery
` [PATCH V6 07/11] nvme: pci: prepare for supporting error recovery from resetting context
` [PATCH V6 08/11] nvme: pci: move error handling out of nvme_reset_dev()
` [PATCH V6 09/11] nvme: pci: don't unfreeze queue until controller state updating succeeds
` [PATCH V6 10/11] nvme: core: introduce nvme_force_change_ctrl_state()
` [PATCH V6 11/11] nvme: pci: support nested EH

[PATCH v4 0/3] AIO add per-command iopriority
 2018-05-18 16:06 UTC  (11+ messages)
` [PATCH v4 1/3] block: add ioprio_check_cap function
` [PATCH v4 2/3] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v4 3/3] fs: Add aio iopriority support for block_dev

blk-mq: make sure that correct hctx->dispatch_from is set
 2018-05-18 15:15 UTC  (8+ messages)

[PATCH v2 00/26] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2018-05-18 15:08 UTC  (28+ messages)
` [PATCH v2 01/26] rculist: introduce list_next_or_null_rr_rcu()
` [PATCH v2 02/26] sysfs: export sysfs_remove_file_self()
` [PATCH v2 03/26] ibtrs: public interface header to establish RDMA connections
` [PATCH v2 04/26] ibtrs: private headers with IBTRS protocol structs and helpers
` [PATCH v2 05/26] ibtrs: core: lib functions shared between client and server modules
` [PATCH v2 06/26] ibtrs: client: private header with client structs and functions
` [PATCH v2 07/26] ibtrs: client: main functionality
` [PATCH v2 08/26] ibtrs: client: statistics functions
` [PATCH v2 09/26] ibtrs: client: sysfs interface functions
` [PATCH v2 10/26] ibtrs: server: private header with server structs and functions
` [PATCH v2 11/26] ibtrs: server: main functionality
` [PATCH v2 12/26] ibtrs: server: statistics functions
` [PATCH v2 13/26] ibtrs: server: sysfs interface functions
` [PATCH v2 14/26] ibtrs: include client and server modules into kernel compilation
` [PATCH v2 15/26] ibtrs: a bit of documentation
` [PATCH v2 16/26] ibnbd: private headers with IBNBD protocol structs and helpers
` [PATCH v2 17/26] ibnbd: client: private header with client structs and functions
` [PATCH v2 18/26] ibnbd: client: main functionality
` [PATCH v2 19/26] ibnbd: client: sysfs interface functions
` [PATCH v2 20/26] ibnbd: server: private header with server structs and functions
` [PATCH v2 21/26] ibnbd: server: main functionality
` [PATCH v2 22/26] ibnbd: server: functionality for IO submission to file or block dev
` [PATCH v2 23/26] ibnbd: server: sysfs interface functions
` [PATCH v2 24/26] ibnbd: include client and server modules into kernel compilation
` [PATCH v2 25/26] ibnbd: a bit of documentation
` [PATCH v2 26/26] MAINTAINERS: Add maintainer for IBNBD/IBTRS modules

[GIT PULL] Single block fix for 4.17-rc6
 2018-05-18 14:57 UTC 

[PATCH] Bsg referencing parent device
 2018-05-18  9:30 UTC  (2+ messages)

[PATCH 01/10] mempool: Add mempool_init()/mempool_exit()
 2018-05-18  9:00 UTC  (14+ messages)
` [PATCH 02/10] block: Convert bio_set to mempool_init()
` [PATCH 03/10] block: Add bioset_init()/bioset_exit()
` [PATCH 04/10] block: Use bioset_init() for fs_bio_set
` [PATCH 05/10] block: Add bio_copy_data_iter(), zero_fill_bio_iter()
` [PATCH 06/10] block: Split out bio_list_copy_data()
` [PATCH 07/10] block: Add missing flush_dcache_page() call
` [PATCH 08/10] block: Add warning for bi_next not NULL in bio_endio()
` [PATCH 09/10] block: Export bio check/set pages_dirty
` [PATCH 10/10] block: Add sysfs entry for fua support

[PATCH 1/2] nbd: wait uninterruptible for the dead timeout
 2018-05-17 18:52 UTC  (5+ messages)
` [PATCH 2/2] nbd: don't start req until after the dead connection logic

[PATCH 0/1] bcache fix for 4.17-rc6
 2018-05-17 15:43 UTC  (3+ messages)
` [PATCH 1/1] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n

[PATCH v3] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
 2018-05-17 14:48 UTC  (2+ messages)

[PATCH v2] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
 2018-05-17 14:33 UTC  (3+ messages)

[PATCH blktests] Documentation: document prerequisite scriptlets
 2018-05-17 13:44 UTC  (2+ messages)

stop using buffer heads in xfs and iomap
 2018-05-17 11:33 UTC  (12+ messages)
` [PATCH 01/33] block: add a lower-level bio_add_page interface
` [PATCH 04/33] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 31/33] iomap: add support for sub-pagesize buffered I/O without buffer heads

[PATCH V5 0/9] nvme: pci: fix & improve timeout handling
 2018-05-16 22:18 UTC  (20+ messages)

[PATCH 1/7] block: fix MAINTAINERS email for nbd
 2018-05-16 18:56 UTC  (8+ messages)
` [PATCH 2/7] nbd: fix nbd device deletion
` [PATCH 3/7] nbd: update size when connected
` [PATCH 4/7] nbd: use bd_set_size when updating disk size
` [PATCH 5/7] nbd: clear_sock on netlink disconnect
` [PATCH 6/7] nbd: fix how we set bd_invalidated
` [PATCH 7/7] nbd: call nbd_bdev_reset instead of bd_set_size on disconnect

[PATCH 1/5] block: fix MAINTAINERS email for nbd
 2018-05-16 18:50 UTC  (6+ messages)
` [PATCH 2/5] nbd: do queue cleanup after del_gendisk
` [PATCH 3/5] nbd: clear_sock on netlink disconnect
` [PATCH 4/5] nbd: fix how we set bd_invalidated
` [PATCH 5/5] nbd: call nbd_bdev_reset instead of bd_set_size on disconnect

[PATCH v10 0/2] blk-mq: Rework blk-mq timeout handling again
 2018-05-16 18:06 UTC  (14+ messages)
` [PATCH v10 1/2] arch/*: Add CONFIG_ARCH_HAVE_CMPXCHG64
` [PATCH v10 2/2] blk-mq: Rework blk-mq timeout handling again
` [PATCH v9 0/2] "
` [PATCH v9 1/2] arch/*: Add CONFIG_ARCH_HAVE_CMPXCHG64
` [PATCH v9 2/2] blk-mq: Rework blk-mq timeout handling again

INFO: task hung in blk_queue_enter
 2018-05-16 17:33 UTC  (7+ messages)

[PATCH v2 09/11] docs: Fix some broken references
 2018-05-16 15:12 UTC  (4+ messages)

blk-mq: remove unnecessary judgement from blk_mq_make_request
 2018-05-16 14:19 UTC  (2+ messages)

blk-mq: for sync case, whether it is mq or sq make_request instances, we should send the request directly
 2018-05-16 14:15 UTC  (2+ messages)

[PATCH] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
 2018-05-16 12:39 UTC 

blk-mq: for sync case, whether it is mq or sq make_request instances, we should send the request directly
 2018-05-16  3:43 UTC 

blk-mq: for sync case, whether it is mq or sq make_request instances, we should send the request directly
 2018-05-16  3:24 UTC 

blk-mq: for sync case, whether it is mq or sq make_request instances, we should send the request directly
 2018-05-16  2:56 UTC 

blk-mq: for sync case, whether it is mq or sq make_request instances, we should send the request directly
 2018-05-16  2:54 UTC 

blk-mq: for sync case, whether it is mq or sq make_request instances, we should send the request directly
 2018-05-16  2:44 UTC 

[PATCH] jsflash: fix compilation
 2018-05-15 19:57 UTC  (6+ messages)


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