messages from 2016-10-29 08:12:55 to 2016-11-03 19:45:07 UTC [more...]
[PATCHSET v2] block: IO polling improvements
 2016-11-03 19:45 UTC  (6+ messages)
` [PATCH 1/5] block: fast-path for small and simple direct I/O requests
` [PATCH 2/5] block: add scalable completion tracking of requests
` [PATCH 3/5] block: move poll code to blk-mq
` [PATCH 4/5] blk-mq: implement hybrid poll mode for sync O_DIRECT
` [PATCH 5/5] blk-mq: make the polling code adaptive
[PATCHv3 00/41] ext4: support of huge pages
 2016-11-03 17:56 UTC  (15+ messages)
` [PATCHv3 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()
[PATCHSET] block: IO polling improvements
 2016-11-03 16:55 UTC  (24+ messages)
` [PATCH 1/4] block: add scalable completion tracking of requests
` [PATCH 2/4] block: move poll code to blk-mq
` [PATCH 3/4] blk-mq: implement hybrid poll mode for sync O_DIRECT
` [PATCH 4/4] blk-mq: make the polling code adaptive
[PATCH] block: drop q argument from bsg_validate_sgv4_hdr
 2016-11-03 13:56 UTC  (2+ messages)
[PATCH 01/60] block: bio: introduce bio_init_with_vec_table()
 2016-11-03 11:30 UTC  (73+ messages)
` [PATCH 03/60] block: drbd: remove impossible failure handling
` [PATCH 04/60] block: floppy: use bio_add_page()
` [PATCH 05/60] target: avoid to access .bi_vcnt directly
` [PATCH 09/60] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
` [PATCH 11/60] fs: logfs: use bio_add_page() in __bdev_writeseg()
` [PATCH 12/60] fs: logfs: use bio_add_page() in do_erase()
` [PATCH 13/60] fs: logfs: remove unnecesary check
` [PATCH 14/60] block: drbd: comment on direct access bvec table
` [PATCH 15/60] block: loop: comment on direct access to "
` [PATCH 16/60] block: pktcdvd: "
` [PATCH 17/60] kernel/power/swap.c: "
` [PATCH 18/60] mm: page_io.c: "
` [PATCH 19/60] fs/buffer: "
` [PATCH 20/60] f2fs: f2fs_read_end_io: "
` [PATCH 23/60] block: introduce flag QUEUE_FLAG_NO_MP
` [PATCH 25/60] block: pktcdvd: set NO_MP for pktcdvd request queue
` [PATCH 26/60] btrfs: set NO_MP for request queues behind BTRFS
` [PATCH 27/60] block: introduce BIO_SP_MAX_SECTORS
` [PATCH 28/60] block: introduce QUEUE_FLAG_SPLIT_MP
` [PATCH 29/60] dm: limit the max bio size as BIO_SP_MAX_SECTORS << SECTOR_SHIFT
` [PATCH 31/60] block: introduce multipage/single page bvec helpers
` [PATCH 33/60] block: introduce bio_for_each_segment_mp()
` [PATCH 44/60] block: introduce bvec_for_each_sp_bvec()
` [PATCH 45/60] block: bio: introduce bio_for_each_segment_all_rd() and its write pair
` [PATCH 46/60] block: deal with dirtying pages for multipage bvec
` [PATCH 48/60] fs/mpage: convert to bio_for_each_segment_all_rd()
` [PATCH 52/60] logfs: "
` [PATCH 53/60] gfs2: "
` [PATCH 55/60] exofs: "
` [PATCH 59/60] fs/buffer.c: use bvec iterator to truncate the bio
[PATCH v5 0/14] Fix race conditions related to stopping block layer queues
 2016-11-02 19:35 UTC  (25+ messages)
` [PATCH v5 05/14] blk-mq: Avoid that requeueing starts stopped queues
` [PATCH v5 06/14] blk-mq: Remove blk_mq_cancel_requeue_work()
` [PATCH v5 07/14] blk-mq: Introduce blk_mq_quiesce_queue()
` [PATCH v5 08/14] blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
` [PATCH v5 11/14] SRP transport: Move queuecommand() wait code to SCSI core
` [PATCH v5 12/14] SRP transport, scsi-mq: Wait for .queue_rq() if necessary
` [PATCH v5 13/14] nvme: Fix a race condition related to stopping queues
` [PATCH v5 14/14] nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
[PATCHSET] Throttled buffered writeback
 2016-11-02 16:40 UTC  (18+ messages)
` [PATCH 1/8] block: add WRITE_BACKGROUND
` [PATCH 2/8] writeback: add wbc_to_write_flags()
` [PATCH 3/8] writeback: mark background writeback as such
` [PATCH 4/8] writeback: track if we're sleeping on progress in balance_dirty_pages()
` [PATCH 5/8] block: add code to track actual device queue depth
` [PATCH 6/8] block: add scalable completion tracking of requests
` [PATCH 7/8] blk-wbt: add general throttling mechanism
` [PATCH 8/8] block: hook up writeback throttling
[PATCH 0/7] LightNVM patchset V2
 2016-11-02 16:02 UTC  (6+ messages)
` [PATCH 4/7] lightnvm: drop reserve and release LUN callbacks
untange block operations and fs READ/WRITE
 2016-11-01 20:01 UTC  (20+ messages)
` [PATCH 01/16] cfq-iosched: use op_is_sync instead of opencoding it
` [PATCH 02/16] blk-cgroup: use op_is_sync to check for synchronous requests
` [PATCH 03/16] umem: "
` [PATCH 04/16] bcache: "
` [PATCH 05/16] btrfs: "
` [PATCH 06/16] block: don't use REQ_SYNC in the READ_SYNC definition
` [PATCH 07/16] block: treat REQ_FUA and REQ_PREFLUSH as synchronous
` [PATCH 08/16] block: replace REQ_NOIDLE with REQ_IDLE
` [PATCH 09/16] block,fs: use REQ_* flags directly
` [PATCH 10/16] fs: decouple READ and WRITE from the block layer ops
` [PATCH 11/16] block, fs: move submit_bio to bio.h
` [PATCH 12/16] block,fs: untangle fs.h and blk_types.h
` [PATCH 13/16] arm, arm64: don't include blk_types.h in <asm/io.h>
` [PATCH 14/16] ceph: don't include blk_types.h in messenger.h
` [PATCH 15/16] mm: only include blk_types in swap.h if CONFIG_SWAP is enabled
` [PATCH 16/16] block: remove the CONFIG_BLOCK ifdef in blk_types.h
[RFC PATCH 0/6] Sed Opal
 2016-11-01 18:56 UTC  (11+ messages)
` [RFC PATCH 1/6] Include: Add definitions for sed
` [RFC PATCH 2/6] lib: Add Sed-opal library
` [RFC PATCH 3/6] lib: Add Sed to Kconfig and Makefile
` [RFC PATCH 4/6] include: Add sec_ops to block device operations
` [RFC PATCH 5/6] nvme: Add unlock_from_suspend
` [RFC PATCH 6/6] block: ioctl: Wire up Sed to block ioctls
block device direct I/O fast path
 2016-11-01 18:22 UTC  (11+ messages)
` [PATCH 1/2] block: add bio_iov_iter_get_pages()
` [PATCH 2/2] block: fast-path for small and simple direct I/O requests
expose queue the queue mapping for SCSI drivers V2
 2016-11-01 17:37 UTC  (9+ messages)
` [PATCH 1/3] blk-mq: export blk_mq_map_queues
` [PATCH 2/3] scsi: allow LLDDs to expose the queue mapping to blk-mq
` [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors
[PATCH] Unittest framework based on nvme-cli
 2016-11-01  6:05 UTC  (2+ messages)
expose queue the queue mapping for SCSI drivers
 2016-10-31 19:32 UTC  (4+ messages)
` [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors
Device or HBA level QD throttling creates randomness in sequetial workload
 2016-10-31 17:24 UTC  (2+ messages)
[PATCH] brd: remove support for BLKFLSBUF
 2016-10-31 16:36 UTC  (14+ messages)
            ` [PATCH 0/4] brd: support discard
              ` [PATCH 1/4] brd: handle misaligned discard
                ` [dm-devel] "
                    ` REQ_OP for zeroing, was "
[PATCH 00/14] introduce the BFQ-v0 I/O scheduler as an extra scheduler
 2016-10-30  3:06 UTC  (12+ messages)
[patch added to 3.12-stable] cfq: fix starvation of asynchronous writes
 2016-10-29 19:26 UTC 
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).