linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-18 13:04:08 to 2018-05-21 20:46:10 UTC [more...]

buffered I/O without buffer heads in xfs and iomap v2
 2018-05-21 20:46 UTC  (38+ 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 25/34] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [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 28/34] xfs: remove the imap_valid flag
` [PATCH 29/34] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 30/34] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 31/34] xfs: remove xfs_start_page_writeback
` [PATCH 32/34] xfs: refactor the tail of xfs_writepage_map
` [PATCH 33/34] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 34/34] xfs: allow writeback on pages without buffer heads

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

[PATCH 00/13] convert block layer to bioset_init()/mempool_init()
 2018-05-21 18:39 UTC  (34+ messages)
` [PATCH 01/12] block: convert bounce, q->bio_split "
` [PATCH 02/12] drbd: convert "
` [PATCH 03/12] pktcdvd: "
` [PATCH 04/12] lightnvm: "
` [PATCH 05/12] bcache: "
` [PATCH 06/12] md: "
` [PATCH 07/12] dm: "
` [PATCH 08/12] target: "
` [PATCH 09/12] fs: convert block_dev.c to bioset_init()
` [PATCH 10/12] btrfs: convert to bioset_init()/mempool_init()
` [PATCH 11/12] xfs: "
` [PATCH 12/12] block: Drop bioset_create()

[PATCH RESEND] loop: clear wb_err in bd_inode when detaching backing file
 2018-05-21 18:36 UTC  (2+ messages)

[PATCH] loop: clear wb_err in bd_inode when detaching backing file
 2018-05-21 18:29 UTC  (3+ messages)

[PATCH blktests] Documentation: document prerequisite scriptlets
 2018-05-21 18:29 UTC  (2+ messages)

[PATCH] block: Verify whether blk_queue_enter() is used when necessary
 2018-05-21 18:11 UTC 

[PATCH v12 0/2] blk-mq: Rework blk-mq timeout handling again
 2018-05-21 17:16 UTC  (3+ messages)
` [PATCH v12 1/2] ARM: cmpxchg64: Only define cmpxchg64() if not using the Thumb instruction set
` [PATCH v12 2/2] blk-mq: Rework blk-mq timeout handling again

[PATCH 1/6] nvme: Sync request queues on reset
 2018-05-21 16:25 UTC  (22+ 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 v5 0/5] AIO add per-command iopriority
 2018-05-21 16:01 UTC  (6+ messages)
` [PATCH v5 1/5] block: add ioprio_check_cap function
` [PATCH v5 2/5] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v5 3/5] fs: Add aio iopriority support
` [PATCH v5 4/5] fs: blkdev set bio prio from kiocb prio
` [PATCH v5 5/5] fs: iomap dio "

[PATCH v11 0/2] blk-mq: Rework blk-mq timeout handling again
 2018-05-21 15:35 UTC  (5+ messages)
` [PATCH v11 1/2] arch/*: Add CONFIG_ARCH_HAVE_CMPXCHG64
` [PATCH v11 2/2] blk-mq: Rework blk-mq timeout handling again

[PATCH v2 00/26] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2018-05-21 15:33 UTC  (24+ 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 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

[PATCH] fs: clear writeback errors in inode_init_always
 2018-05-21 14:43 UTC  (2+ messages)

[PATCH blktests] Fix block/011 to not use sysfs for device disabling
 2018-05-21 14:08 UTC  (4+ messages)

[PATCH] bdi: Fix oops in wb_workfn()
 2018-05-21  9:38 UTC  (4+ messages)

[PATCH v2 14/26] ibtrs: include client and server modules into kernel compilation
 2018-05-21  6:36 UTC  (3+ messages)

[PATCH 06/12] md: convert to bioset_init()/mempool_init()
 2018-05-20 23:11 UTC 

[PATCH v7 1/2] xfs: remove assert to check bytes returned
 2018-05-20 13:54 UTC  (4+ messages)
` [PATCH v7 2/2] Return bytes transferred for partial direct I/O

[PATCH V2] blk-mq: avoid to starve tag allocation after allocation process migrates
 2018-05-19  7:44 UTC 

[PATCH] blk-mq: avoid to starve tag allocation after allocation process migrates
 2018-05-19  7:27 UTC 

[PATCH V6 00/11] nvme: pci: fix & improve timeout handling
 2018-05-18 23:51 UTC  (15+ messages)
` [PATCH V6 11/11] nvme: pci: support nested EH

[PATCH v10 1/2] arch/*: Add CONFIG_ARCH_HAVE_CMPXCHG64
 2018-05-18 20:33 UTC  (2+ messages)

[PATCH v4 0/3] AIO add per-command iopriority
 2018-05-18 20:08 UTC  (14+ 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

[PATCH v3 0/2] Ensure that a request queue is dissociated from the cgroup controller
 2018-05-18 18:40 UTC  (3+ messages)
` [PATCH v3 1/2] block: Introduce blk_exit_queue()
` [PATCH v3 2/2] block: Ensure that a request queue is dissociated from the cgroup controller

sub-page blocksize support in iomap non-buffer head path
 2018-05-18 16:52 UTC  (3+ messages)
` [PATCH 1/2] iomap: add support for sub-pagesize buffered I/O without buffer heads
` [PATCH 2/2] xfs: add support for sub-pagesize writeback without buffer_heads

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

[GIT PULL] Single block fix for 4.17-rc6
 2018-05-18 14:57 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).