linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-13 14:32:56 to 2017-03-22 19:09:08 UTC [more...]

[PATCH rfc 00/10] non selective polling block interface
 2017-03-22 19:09 UTC  (18+ messages)
` [PATCH rfc 01/10] nvme-pci: Split __nvme_process_cq to poll and handle
` [PATCH rfc 02/10] nvme-pci: Add budget to __nvme_process_cq
` [PATCH rfc 03/10] nvme-pci: open-code polling logic in nvme_poll
` [PATCH rfc 04/10] block: Add a non-selective polling interface
` [PATCH rfc 06/10] IB/cq: Don't force IB_POLL_DIRECT poll context for ib_process_cq_direct
` [PATCH rfc 10/10] target: Use non-selective polling

unify and streamline the blk-mq make_request implementations V3
 2017-03-22 19:01 UTC  (6+ messages)
` [PATCH 1/5] blk-mq: remove BLK_MQ_F_DEFER_ISSUE
` [PATCH 2/5] blk-mq: merge mq and sq make_request instances
` [PATCH 3/5] blk-mq: improve blk_mq_try_issue_directly
` [PATCH 4/5] blk-mq: split the plug and sync cases in blk_mq_make_request
` [PATCH 5/5] blk-mq: streamline blk_mq_make_request

unify and streamline the blk-mq make_request implementations V2
 2017-03-22 18:59 UTC  (11+ messages)
` [PATCH 1/4] blk-mq: remove BLK_MQ_F_DEFER_ISSUE
` [PATCH 2/4] blk-mq: merge mq and sq make_request instances
` [PATCH 3/4] blk-mq: improve blk_mq_try_issue_directly
` [PATCH 4/4] blk-mq: streamline blk_mq_make_request

support ranges TRIM for libata
 2017-03-22 18:19 UTC  (10+ messages)
` [PATCH 1/7] ѕd: split sd_setup_discard_cmnd
` [PATCH 2/7] sd: provide a new ata trim provisioning mode
` [PATCH 3/7] libata: remove SCT WRITE SAME support
` [PATCH 4/7] libata: simplify the trim implementation
` [PATCH 5/7] block: add a max_discard_segment_size queue limit
` [PATCH 6/7] sd: support multi-range TRIM for ATA disks
` [PATCH 7/7] sd: use ZERO_PAGE for WRITE_SAME payloads

[PATCH] blk-mq: don't complete un-started request in timeout handler
 2017-03-22 16:35 UTC  (4+ messages)

[PATCH] block: trace completion of all bios
 2017-03-22 12:51 UTC  (2+ messages)

[blk-stat] 34dbad5d26: BUG: KASAN: null-ptr-deref on address 0000000000000030
 2017-03-21 22:41 UTC 

[PATCH v2 0/4] block: callback-based statistics
 2017-03-21 16:04 UTC  (6+ messages)
` [PATCH v2 1/4] block: remove extra calls to wbt_exit()
` [PATCH v2 2/4] blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}
` [PATCH v2 3/4] blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.c
` [PATCH v2 4/4] blk-stat: convert to callback-based statistics reporting

[PATCH] blk-mq: add statistics for tag allocation failures
 2017-03-21 16:26 UTC  (2+ messages)

[PATCH 0/11 v4] block: Fix block device shutdown related races
 2017-03-21 16:21 UTC  (16+ messages)
` [PATCH 01/11] block: Fix bdi assignment to bdev inode when racing with disk delete
` [PATCH 02/11] block: Fix race of bdev open with gendisk shutdown
` [PATCH 03/11] bdi: Mark congested->bdi as internal
` [PATCH 04/11] bdi: Make wb->bdi a proper reference
` [PATCH 05/11] bdi: Unify bdi->wb_list handling for root wb_writeback
` [PATCH 06/11] bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()
` [PATCH 07/11] bdi: Do not wait for cgwbs release in bdi_unregister()
` [PATCH 08/11] bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()
` [PATCH 09/11] block: Fix oops in locked_inode_to_wb_and_lock_list()
` [PATCH 10/11] kobject: Export kobject_get_unless_zero()
` [PATCH 11/11] block: Fix oops scsi_disk_get()

[RFC PATCH 0/1] nbd: fix crash when unmaping nbd device with fs still mounted
 2017-03-20 22:58 UTC  (2+ messages)
` [RFC PATCH 1/1] nbd: replace kill_bdev() with __invalidate_device()

[PATCH RFC 00/14] Add the BFQ I/O Scheduler to blk-mq
 2017-03-20 18:40 UTC  (39+ messages)
` [PATCH RFC 01/14] block, bfq: introduce the BFQ-v0 I/O scheduler as an extra scheduler
` [PATCH RFC 10/14] block, bfq: add Early Queue Merge (EQM)
` [PATCH RFC 13/14] block, bfq: boost the throughput with random I/O on NCQ-capable HDDs

[PATCH 0/8 v3] No wait AIO
 2017-03-20 17:33 UTC  (19+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_RW_FLAG_NOWAIT
` [PATCH 2/8] nowait aio: Return if cannot get hold of i_rwsem
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

[PATCH] blk-mq: Add NULL pointer check for HW dispatch queue
 2017-03-20  9:40 UTC 

[RFC PATCH 0/4] blk-mq: multiqueue I/O scheduler
 2017-03-18 20:18 UTC  (10+ messages)
` [RFC PATCH 1/4] sbitmap: add sbitmap_get_shallow() operation
` [RFC PATCH 2/4] blk-mq: add shallow depth option for blk_mq_get_tag()
` [RFC PATCH 3/4] blk-mq: export blk_mq_finish_request()
` [RFC PATCH 4/4] blk-mq: introduce Kyber multiqueue I/O scheduler
` [Lsf] [RFC PATCH 0/4] blk-mq: "

[PATCH v1 0/3] blk-mq: dying queue fix & improvement
 2017-03-18 11:27 UTC  (14+ messages)
` [PATCH v1 1/3] blk-mq: don't complete un-started request in timeout handler
` [PATCH v1 2/3] blk-mq: comment on races related with "
` [PATCH v1 3/3] blk-mq: start to freeze queue just after setting dying

[PATCH 0/2] blk-mq: dying queue fix & improvement
 2017-03-17  0:07 UTC  (16+ messages)
` [PATCH 1/2] blk-mq: don't complete un-started request in timeout handler

[PATCH v3 00/14] md: cleanup on direct access to bvec table
 2017-03-16 16:12 UTC  (15+ messages)
` [PATCH v3 01/14] md: raid1/raid10: don't handle failure of bio_add_page()
` [PATCH v3 02/14] md: move two macros into md.h
` [PATCH v3 03/14] md: prepare for managing resync I/O pages in clean way
` [PATCH v3 04/14] md: raid1: simplify r1buf_pool_free()
` [PATCH v3 05/14] md: raid1: don't use bio's vec table to manage resync pages
` [PATCH v3 06/14] md: raid1: retrieve page from pre-allocated resync page array
` [PATCH v3 07/14] md: raid1: use bio helper in process_checks()
` [PATCH v3 08/14] block: introduce bio_copy_data_partial
` [PATCH v3 09/14] md: raid1: move 'offset' out of loop
` [PATCH v3 10/14] md: raid1: improve write behind
` [PATCH v3 11/14] md: raid10: refactor code of read reshape's .bi_end_io
` [PATCH v3 12/14] md: raid10: don't use bio's vec table to manage resync pages
` [PATCH v3 13/14] md: raid10: retrieve page from preallocated resync page array
` [PATCH v3 14/14] md: raid10: avoid direct access to bvec table in handle_reshape_read_error

[GIT PULL] Block fixes for 4.11-rc
 2017-03-15 21:06 UTC 

[PATCH 0/4] block: callback-based statistics
 2017-03-14 21:07 UTC  (6+ messages)
` [PATCH 1/4] block: tear out blk-stat debugfs/sysfs entries
` [PATCH 2/4] block: remove extra calls to wbt_exit()
` [PATCH 3/4] block: change stats from array type to struct type
` [PATCH 4/4] blk-stats: convert to callback-based statistics reporting

[PATCH] blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()
 2017-03-14 17:51 UTC  (5+ messages)

unify and streamline the blk-mq make_request implementations
 2017-03-14 15:40 UTC  (11+ messages)
` [PATCH 1/4] blk-mq: remove BLK_MQ_F_DEFER_ISSUE
` [PATCH 2/4] blk-mq: merge mq and sq make_request instances
` [PATCH 3/4] blk-mq: improve blk_mq_try_issue_directly
` [PATCH 4/4] blk-mq: streamline blk_mq_make_request

[PATCH 00/16] multiqueue for MMC/SD third try
 2017-03-14 14:52 UTC  (12+ messages)
` [PATCH 06/16] mmc: core: replace waitqueue with worker

NULL deref in cpu hot unplug on jens for-linus branch
 2017-03-13 21:46 UTC  (3+ messages)

[PATCH] brd: make rd_size static
 2017-03-13 20:07 UTC  (3+ messages)

4.11.0-rc1 boot resulted in WARNING: CPU: 14 PID: 1722 at fs/sysfs/dir.c:31 .sysfs_warn_dup+0x78/0xb0
 2017-03-13 17:30 UTC  (3+ messages)

[PATCH v4] blkcg: allocate struct blkcg_gq outside request queue spinlock
 2017-03-13 16:17 UTC  (7+ messages)
` [PATCH v5] "


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