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

[PATCH V4 0/7] nvme: pci: fix & improve timeout handling
 2018-05-10 15:01 UTC  (7+ messages)
` [PATCH V4 1/7] block: introduce blk_quiesce_timeout() and blk_unquiesce_timeout()

[PATCH v4 00/14] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-05-10 14:59 UTC  (58+ messages)
` [PATCH v4 04/14] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches

[PATCH] mtip32xx: Fix an error handling path in 'mtip_pci_probe()'
 2018-05-10 14:21 UTC  (2+ messages)

stop using buffer heads in xfs and iomap
 2018-05-10  8:52 UTC  (46+ 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

inconsistent lock state in fs_reclaim_acquire (2)
 2018-05-10  6:37 UTC  (2+ messages)

bug in tag handling in blk-mq?
 2018-05-10  4:38 UTC  (19+ messages)

[PATCHSET v2 0/7] blk-mq-sched and sbitmap shallow depth
 2018-05-10  4:32 UTC  (9+ messages)
` [PATCH 1/7] blk-mq: don't call into depth limiting for reserved tags
` [PATCH 2/7] bfq-iosched: don't worry about reserved tags in limit_depth
` [PATCH 3/7] bfq: calculate shallow depths at init time
` [PATCH 4/7] sbitmap: add helper to inform the core about shallow depth limiting
` [PATCH 5/7] bfq-iosched: update shallow depth to smallest one used
` [PATCH 6/7] bfq-iosched: remove unused variable
` [PATCH 7/7] kyber-iosched: update shallow depth when setting up hardware queue

[PATCH v5] block: add verifier for cmdline partition
 2018-05-10  3:06 UTC 

[PATCH 1/1] block: fix race between opening blkext device and freeing it
 2018-05-10  0:51 UTC  (2+ messages)

[PATCH v2 09/11] docs: Fix some broken references
 2018-05-09 21:27 UTC  (7+ messages)

make a few block drivers highmem safe
 2018-05-09 16:26 UTC  (11+ messages)
` [PATCH 1/7] mtip32xx: don't use block layer bounce buffers
` [PATCH 2/7] DAC960: "
` [PATCH 3/7] memstick: don't call blk_queue_bounce_limit
` [PATCH 4/7] mtd_blkdevs: handle highmem pages
` [PATCH 5/7] aoe: "
` [PATCH 6/7] jsflash: "
` [PATCH 7/7] ps3disk: "

[PATCHSET 0/3] blk-mq-sched and sbitmap shallow depth
 2018-05-09 15:36 UTC  (4+ messages)
` [PATCH 1/3] sbitmap: add helper to inform the core about shallow depth limiting
` [PATCH 2/3] blk-mq-sched: return shallow depth limit from ->limit_depth
` [PATCH 3/3] blk-mq-sched: inform sbitmap of shallow depth changes

[PATCH v3 0/3] AIO add per-command iopriority
 2018-05-09 15:29 UTC  (6+ messages)
` [PATCH v3 2/3] fs: Convert kiocb rw_hint from enum to u16

write call hangs in kernel space after virtio hot-remove
 2018-05-09 14:45 UTC  (5+ messages)

[PATCH] brd: Mark as non-rotational
 2018-05-09 14:44 UTC  (3+ messages)

[PATCH] bdi: Fix oops in wb_workfn()
 2018-05-09 14:42 UTC  (7+ messages)

[PATCH v3 0/7] block: consolidate struct request timestamp fields
 2018-05-09 14:35 UTC  (9+ messages)
` [PATCH v3 1/7] block: move some wbt helpers to blk-wbt.c
` [PATCH v3 2/7] block: pass struct request instead of struct blk_issue_stat to wbt
` [PATCH v3 3/7] block: replace bio->bi_issue_stat with bio-specific type
` [PATCH v3 4/7] block: get rid of struct blk_issue_stat
` [PATCH v3 5/7] block: use ktime_get_ns() instead of sched_clock() for cfq and bfq
` [PATCH v3 6/7] block: move blk_stat_add() to __blk_mq_end_request()
` [PATCH v3 7/7] block: consolidate struct request timestamp fields

[PATCH] loop: add recursion validation to LOOP_CHANGE_FD
 2018-05-09 14:02 UTC  (6+ messages)

[PATCH] loop: remember whether sysfs_create_group() succeeded
 2018-05-09 12:31 UTC  (2+ messages)

[PATCH 5/7] sched: loadavg: make calc_load_n() public
 2018-05-09 11:38 UTC  (12+ messages)
  ` [PATCH 6/7] psi: pressure stall information for CPU, memory, and IO
  ` [PATCH 7/7] psi: cgroup support

possible deadlock in blkdev_reread_part
 2018-05-09 10:54 UTC  (3+ messages)
      ` [PATCH v2] block/loop: Serialize ioctl operations

[PATCH v3 3/3] fs: Add aio iopriority support for block_dev
 2018-05-09  8:54 UTC  (2+ messages)

fix confusion around GFP_* flags and blk_get_request
 2018-05-09  7:54 UTC  (7+ messages)
` [PATCH 1/6] scsi/osd: remove the gfp argument to osd_start_request
` [PATCH 2/6] block: fix __get_request documentation
` [PATCH 3/6] block: sanitize blk_get_request calling conventions
` [PATCH 4/6] block: pass an explicit gfp_t to get_request
` [PATCH 5/6] block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM
` [PATCH 6/6] block: consistently use GFP_NOIO instead of __GFP_NORECLAIM

[PATCH 00/10] Misc block layer patches for bcachefs
 2018-05-09  7:54 UTC  (12+ 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

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  (8+ messages)
` [PATCH 1/4] block: break discard submissions into the user defined size
` [PATCH 3/4] blk-wbt: pass in enum wbt_flags to get_rq_wait()
` [PATCH 4/4] blk-wbt: throttle discards like background writes


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