linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-04 14:30:39 to 2018-05-09 07:54:02 UTC [more...]

fix confusion around GFP_* flags and blk_get_request
 2018-05-09  7:54 UTC 

stop using buffer heads in xfs and iomap
 2018-05-09  7:48 UTC  (34+ messages)
` [PATCH 01/33] block: add a lower-level bio_add_page interface
` [PATCH 02/33] fs: factor out a __generic_write_end helper
` [PATCH 03/33] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/33] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/33] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/33] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/33] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 08/33] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 09/33] iomap: add a iomap_sector helper
` [PATCH 10/33] iomap: add an iomap-based bmap implementation
` [PATCH 11/33] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 12/33] xfs: use iomap_bmap
` [PATCH 13/33] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 14/33] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 15/33] xfs: simplify xfs_aops_discard_page
` [PATCH 16/33] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 17/33] xfs: make xfs_writepage_map extent map centric
` [PATCH 18/33] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 19/33] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 20/33] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 21/33] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 22/33] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 23/33] xfs: remove the imap_valid flag
` [PATCH 24/33] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 25/33] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 26/33] xfs: allow writeback on pages without buffer heads
` [PATCH 27/33] xfs: remove xfs_start_page_writeback
` [PATCH 28/33] xfs: refactor the tail of xfs_writepage_map
` [PATCH 29/33] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 30/33] iomap: add initial support for writes without buffer heads
` [PATCH 31/33] iomap: add support for sub-pagesize buffered I/O "
` [PATCH 32/33] xfs: add support for sub-pagesize writeback without buffer_heads
` [PATCH 33/33] fs: remove __block_write_begin and iomap_to_bh

[PATCH V4 0/7] nvme: pci: fix & improve timeout handling
 2018-05-09  5:46 UTC  (14+ messages)
` [PATCH V4 1/7] block: introduce blk_quiesce_timeout() and blk_unquiesce_timeout()
` [PATCH V4 2/7] nvme: pci: cover timeout for admin commands running in EH
` [PATCH V4 3/7] nvme: pci: only wait freezing if queue is frozen
` [PATCH V4 4/7] nvme: pci: freeze queue in nvme_dev_disable() in case of error recovery
` [PATCH V4 5/7] nvme: core: introduce 'reset_lock' for sync reset state and reset activities
` [PATCH V4 6/7] nvme: pci: prepare for supporting error recovery from resetting context
` [PATCH V4 7/7] nvme: pci: support nested EH

bug in tag handling in blk-mq?
 2018-05-09  5:09 UTC  (13+ messages)

[PATCH] brd: Mark as non-rotational
 2018-05-09  4:07 UTC  (2+ messages)

[PATCH 00/10] Misc block layer patches for bcachefs
 2018-05-09  1:33 UTC  (11+ messages)
` [PATCH 01/10] mempool: Add mempool_init()/mempool_exit()
` [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 v4 00/14] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-05-09  0:17 UTC  (56+ messages)
` [PATCH v4 01/14] PCI/P2PDMA: Support peer-to-peer memory
` [PATCH v4 03/14] PCI/P2PDMA: Add PCI p2pmem dma mappings to adjust the bus offset
` [PATCH v4 04/14] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches
` [PATCH v4 06/14] PCI/P2PDMA: Add P2P DMA driver writer's documentation

general protection fault in lo_ioctl (2)
 2018-05-08 21:06 UTC  (6+ messages)

[PATCHSET v2 0/4] Add throttling for discards
 2018-05-08 20:57 UTC  (14+ messages)
` [PATCH 1/4] block: break discard submissions into the user defined size
` [PATCH 2/4] blk-wbt: account any writing command as a write
` [PATCH 3/4] blk-wbt: pass in enum wbt_flags to get_rq_wait()
` [PATCH 4/4] blk-wbt: throttle discards like background writes

[PATCH v3 0/3] AIO add per-command iopriority
 2018-05-08 17:42 UTC  (4+ messages)
` [PATCH v3 1/3] block: add ioprio_check_cap function
` [PATCH v3 2/3] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v3 3/3] fs: Add aio iopriority support for block_dev

[PATCH 0/2] nvme: pci: fix & improve timeout handling
 2018-05-08 15:30 UTC  (5+ messages)
` [PATCH 1/2] nvme: pci: simplify "

[PATCH] Documentation: block: cmdline-partition.txt fixes and additions
 2018-05-08 15:19 UTC  (3+ messages)

[PATCH] loop: remember whether sysfs_create_group() succeeded
 2018-05-08  9:02 UTC  (12+ messages)
                ` [PATCH v2] "

[PATCH] loop: add recursion validation to LOOP_CHANGE_FD
 2018-05-08  4:23 UTC  (11+ messages)
        ` [PATCH -v2] "

[PATCH v4] block: add verifier for cmdline partition
 2018-05-08  1:21 UTC 

[PATCH BUGFIX] block, bfq: postpone rq preparation to insert or merge
 2018-05-07 18:03 UTC  (14+ messages)

[PATCHSET 0/3] Add throttling for discards
 2018-05-07 15:51 UTC  (9+ messages)
` [PATCH 1/3] block: break discard submissions into the user defined size
` [PATCH 2/3] blk-wbt: account any writing command as a write
` [PATCH 3/3] blk-wbt: throttle discards like background writes

lockdep splats with blk-mq drivers
 2018-05-07 14:48 UTC  (2+ messages)

[PATCH v2 0/3] Rework write error handling in pblk
 2018-05-07 13:05 UTC  (2+ messages)

[V2 PATCH 00/11] lightnvm: pblk: small fixes
 2018-05-07 13:05 UTC  (2+ messages)

[PATCH v3] block: add verifier for cmdline partition
 2018-05-07  2:30 UTC  (3+ messages)

[PATCH v2] block: add verifier for cmdline partition
 2018-05-06  4:52 UTC 

[PATCH] bcache: display rate debug parameters to 0 when writeback is not running
 2018-05-05 13:04 UTC 

INFO: rcu detected stall in blkdev_ioctl
 2018-05-05 11:57 UTC  (3+ messages)

INFO: task hung in blk_freeze_queue
 2018-05-05  4:27 UTC  (2+ messages)

[PATCH V3 0/8] nvme: pci: fix & improve timeout handling
 2018-05-05  0:16 UTC  (10+ messages)
` [PATCH V3 7/8] nvme: pci: recover controller reliably

[GIT PULL] Block IO fixes for 4.17-rc4
 2018-05-04 15:13 UTC 

[PATCH 1/3] block: don't disable interrupts during kmap_atomic()
 2018-05-04 14:36 UTC  (4+ messages)
` [PATCH 2/3] block: Remove redundant WARN_ON()
` [PATCH 3/3] block: Shorten interrupt disabled regions


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