linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-18 21:52:57 to 2016-10-26 20:52:07 UTC [more...]

[PATCHSET] block: buffered writeback throttling
 2016-10-26 20:52 UTC 

[PATCH] brd: remove support for BLKFLSBUF
 2016-10-26 20:38 UTC  (8+ messages)
            ` [PATCH 0/4] brd: support discard
              ` [PATCH 1/4] brd: handle misaligned discard
                ` [dm-devel] "
              ` [PATCH 2/4] brd: extend rcu read sections
              ` [PATCH 3/4] brd: implement discard
              ` [PATCH 4/4] brd: remove unused brd_zero_page

Block layer state diagrams
 2016-10-26 20:21 UTC 

[PATCH 00/14] introduce the BFQ-v0 I/O scheduler as an extra scheduler
 2016-10-26 16:12 UTC  (19+ messages)
` [PATCH 01/14] block, bfq: "
` [PATCH 02/14] block, bfq: add full hierarchical scheduling and cgroups support
` [PATCH 03/14] block, bfq: improve throughput boosting
` [PATCH 04/14] block, bfq: modify the peak-rate estimator
` [PATCH 05/14] block, bfq: add more fairness with writes and slow processes
` [PATCH 06/14] block, bfq: improve responsiveness
` [PATCH 07/14] block, bfq: reduce I/O latency for soft real-time applications
` [PATCH 08/14] block, bfq: preserve a low latency also with NCQ-capable drives
` [PATCH 09/14] block, bfq: reduce latency during request-pool saturation

(no subject)
 2016-10-26 14:02 UTC  (15+ messages)
` [PATCH 1/6] locking/lockdep: Provide a type check for lock_is_held
` [PATCH 2/6] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
` [PATCH 3/6] block: add bio_iov_iter_get_pages()
` [PATCH 4/6] fs: make sb_init_dio_done_wq available outside of direct-io.c
` [PATCH 5/6] iomap: implement direct I/O
` [PATCH 6/6] xfs: use iomap_dio_rw

[PATCH] block: flush: fix IO hang in case of flood fua req
 2016-10-26 13:48 UTC  (2+ messages)

[PATCH 0/3] iopmem : A block device for PCIe memory
 2016-10-26 13:39 UTC  (19+ messages)
` [PATCH 1/3] memremap.c : Add support for ZONE_DEVICE IO memory with struct pages
` [PATCH 2/3] iopmem : Add a block device driver for PCIe attached IO memory
` [PATCH 3/3] iopmem : Add documentation for iopmem driver

[PATCHv4 00/43] ext4: support of huge pages
 2016-10-26  7:36 UTC  (51+ messages)
` [PATCHv4 01/43] tools: Add WARN_ON_ONCE
` [PATCHv4 02/43] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv4 03/43] radix-tree: Add radix_tree_join
` [PATCHv4 04/43] radix-tree: Add radix_tree_split
` [PATCHv4 05/43] radix-tree: Add radix_tree_split_preload()
` [PATCHv4 06/43] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv4 07/43] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv4 08/43] page-flags: relax page flag policy for few flags
` [PATCHv4 09/43] mm, rmap: account file thp pages
` [PATCHv4 10/43] thp: try to free page's buffers before attempt split
` [PATCHv4 11/43] thp: handle write-protection faults for file THP
` [PATCHv4 12/43] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv4 13/43] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv4 14/43] filemap: handle huge pages in do_generic_file_read()
` [PATCHv4 15/43] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv4 16/43] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv4 17/43] HACK: readahead: alloc huge pages, if allowed
` [PATCHv4 18/43] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
` [PATCHv4 19/43] brd: make it handle huge pages
` [PATCHv4 20/43] mm: make write_cache_pages() work on "
` [PATCHv4 21/43] thp: introduce hpage_size() and hpage_mask()
` [PATCHv4 22/43] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv4 23/43] thp: make thp_get_unmapped_area() respect S_HUGE_MODE
` [PATCHv4 24/43] fs: make block_read_full_page() be able to read huge page
` [PATCHv4 25/43] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv4 26/43] fs: make block_page_mkwrite() aware about "
` [PATCHv4 27/43] truncate: make truncate_inode_pages_range() "
` [PATCHv4 28/43] truncate: make invalidate_inode_pages2_range() "
` [PATCHv4 29/43] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv4 30/43] mm: account huge pages to dirty, writaback, reclaimable, etc
` [PATCHv4 31/43] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv4 32/43] ext4: make ext4_writepage() work on huge pages
` [PATCHv4 33/43] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv4 34/43] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv4 35/43] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv4 36/43] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv4 37/43] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv4 38/43] ext4: handle writeback with "
` [PATCHv4 39/43] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv4 40/43] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv4 41/43] ext4: make fallocate() operations work with "
` [PATCHv4 42/43] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv4 43/43] ext4, vfs: add huge= mount option

[PATCHv3 00/41] ext4: support of huge pages
 2016-10-24 11:36 UTC  (11+ messages)
` [PATCHv3 13/41] truncate: make sure invalidate_mapping_pages() can discard "
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()

[PATCH 1/2] brd: Make rd_size argument static
 2016-10-25 14:23 UTC  (3+ messages)
` [PATCH 2/2] brd: Switch rd_size to unsigned long

clean up block ops defintions
 2016-10-25 12:01 UTC  (9+ messages)
` [PATCH 1/7] block: remove bio_is_rw
` [PATCH 2/7] block: REQ_NOMERGE is common to the bio and request
` [PATCH 3/7] block: move REQ_RAHEAD to common flags
` [PATCH 4/7] block: replace REQ_THROTTLED with a bio flag
` [PATCH 5/7] block: split out request-only flags into a new namespace
` [PATCH 6/7] block: better op and flags encoding
` [PATCH 7/7] block: add a proper block layer data direction encoding

[PATCH] blk-cgroup: use __GFP_NOWARN for NOWAIT allocations
 2016-10-25 11:44 UTC 

[PATCH] block: zoned: fix harmless maybe-uninitialized warning
 2016-10-25  2:51 UTC  (5+ messages)

Device or HBA level QD throttling creates randomness in sequetial workload
 2016-10-24 18:54 UTC 

Device or HBA level QD throttling creates randomness in sequetial workload
 2016-10-24 15:41 UTC  (4+ messages)

[PATCH] block: Fix kernel panic occurs while creating second raid disk
 2016-10-24 13:42 UTC 

[PATCH 2/3] zram: support page-based parallel write
 2016-10-24  4:51 UTC  (7+ messages)

[PATCH] badblocks: badblocks_set/clear update unacked_exist
 2016-10-21 16:15 UTC  (3+ messages)

[PATCH] softirq: Display IRQ_POLL for irq-poll statistics
 2016-10-21 16:14 UTC  (3+ messages)

[GIT PULL] Block fixes for 4.9-rc
 2016-10-21 16:09 UTC 

[PATCH] blk-mq: use GFP_KERNEL for allocations in blk_mq_map_queues()
 2016-10-21 14:51 UTC 

kernel develop mail list
 2016-10-21  7:32 UTC 

[PATCH] nbd: allow socket reconnect without block IO errors
 2016-10-21  7:24 UTC 

Need a help regarding block layer development setup
 2016-10-20 22:50 UTC 

[PATCH v3 0/11] Fix race conditions related to stopping block layer queues
 2016-10-20 15:35 UTC  (33+ messages)
` [PATCH v3 01/11] blk-mq: Do not invoke .queue_rq() for a stopped queue
` [PATCH v3 02/11] blk-mq: Introduce blk_mq_hctx_stopped()
` [PATCH v3 03/11] blk-mq: Introduce blk_mq_queue_stopped()
` [PATCH v3 04/11] blk-mq: Introduce blk_mq_quiesce_queue()
` [PATCH v3 05/11] blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
` [PATCH v3 06/11] dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
` [PATCH v3 07/11] dm: Fix a race condition related to stopping and starting queues
` [PATCH v3 08/11] SRP transport: Move queuecommand() wait code to SCSI core
` [PATCH v3 09/11] SRP transport, scsi-mq: Wait for .queue_rq() if necessary
` [PATCH v3 10/11] nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
` [PATCH v3 11/11] nvme: Fix a race condition

[PATCH 3/3 v2] md: unblock array if bad blocks have been acknowledged
 2016-10-20  5:28 UTC  (2+ messages)

[PATCH v6 0/3] Enabling ATA Command Priorities
 2016-10-19 20:02 UTC  (12+ messages)
` [PATCH v6 1/3] block: Add iocontext priority to request
` [PATCH v6 2/3] ata: Enabling ATA Command Priorities
` [PATCH v6 3/3] ata: ATA Command Priority Disabled By Default

[PATCH v8 0/7] ZBC / Zoned block device support
 2016-10-19 13:23 UTC  (17+ messages)
` [PATCH v8 2/7] blk-sysfs: Add 'chunk_sectors' to sysfs attributes
` [PATCH v8 6/7] sd: Implement support for ZBC devices

[PATCH] badblocks: fix overlapping check for clearing
 2016-10-19  2:36 UTC  (5+ messages)

[regression, 4.9-rc1] blk-mq: list corruption in request queue
 2016-10-18 23:11 UTC  (2+ 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).