linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-17 12:23:24 to 2017-03-24 14:12:15 UTC [more...]

[GIT PULL] Block fixes for 4.11-rc
 2017-03-24 14:12 UTC 

[RFC PATCH 00/28] INFINIBAND NETWORK BLOCK DEVICE (IBNBD)
 2017-03-24 13:31 UTC  (35+ messages)
` [PATCH 01/28] ibtrs: add header shared between ibtrs_client and ibtrs_server
` [PATCH 02/28] ibtrs: add header for log MICROs "
` [PATCH 03/28] ibtrs_lib: add common functions shared by client and server
` [PATCH 04/28] ibtrs_clt: add header file for exported interface
` [PATCH 05/28] ibtrs_clt: main functionality of ibtrs_client
` [PATCH 06/28] ibtrs_clt: add header file shared only in ibtrs_client
` [PATCH 07/28] ibtrs_clt: add files for sysfs interface
` [PATCH 08/28] ibtrs_clt: add Makefile and Kconfig
` [PATCH 09/28] ibtrs_srv: add header file for exported interface
` [PATCH 10/28] ibtrs_srv: add main functionality for ibtrs_server
` [PATCH 11/28] ibtrs_srv: add header shared in ibtrs_server
` [PATCH 12/28] ibtrs_srv: add sysfs interface
` [PATCH 13/28] ibtrs_srv: add Makefile and Kconfig
` [PATCH 14/28] ibnbd: add headers shared by ibnbd_client and ibnbd_server
` [PATCH 15/28] ibnbd: add shared library functions
` [PATCH 16/28] ibnbd_clt: add main functionality of ibnbd_client
` [PATCH 17/28] ibnbd_clt: add header shared in ibnbd_client
` [PATCH 18/28] ibnbd_clt: add sysfs interface
` [PATCH 19/28] ibnbd_clt: add log helpers
` [PATCH 20/28] ibnbd_clt: add Makefile and Kconfig
` [PATCH 21/28] ibnbd_srv: add header shared in ibnbd_server
` [PATCH 22/28] ibnbd_srv: add main functionality
` [PATCH 23/28] ibnbd_srv: add abstraction for submit IO to file or block device
` [PATCH 24/28] ibnbd_srv: add log helpers
` [PATCH 25/28] ibnbd_srv: add sysfs interface
` [PATCH 26/28] ibnbd_srv: add Makefile and Kconfig
` [PATCH 27/28] ibnbd: add doc for how to use ibnbd and sysfs interface
` [PATCH 28/28] MAINTRAINERS: Add maintainer for IBNBD/IBTRS

[PATCH v2 0/4] block: misc changes
 2017-03-24 12:36 UTC  (5+ messages)
` [PATCH v2 1/4] blk-mq: comment on races related with timeout handler
` [PATCH v2 2/4] block: add a read barrier in blk_queue_enter()
` [PATCH v2 3/4] block: rename blk_mq_freeze_queue_start()
` [PATCH v2 4/4] block: block new I/O just after queue is set as dying

[PATCH 0/8 v3] No wait AIO
 2017-03-24 11:32 UTC  (8+ messages)
` [PATCH 5/8] nowait aio: return on congested block device

[PATCH] block: trace completion of all bios
 2017-03-24  6:47 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v3 00/14] md: cleanup on direct access to bvec table
 2017-03-24  6:30 UTC  (8+ messages)
` [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 08/14] block: introduce bio_copy_data_partial

RFC: always use REQ_OP_WRITE_ZEROES for zeroing offload
 2017-03-23 22:53 UTC  (30+ messages)
` [PATCH 01/23] block: renumber REQ_OP_WRITE_ZEROES
` [PATCH 02/23] block: implement splitting of REQ_OP_WRITE_ZEROES bios
` [PATCH 03/23] sd: implement REQ_OP_WRITE_ZEROES
` [PATCH 04/23] md: support REQ_OP_WRITE_ZEROES
` [PATCH 05/23] dm: "
` [PATCH 06/23] dm-kcopyd: switch to use REQ_OP_WRITE_ZEROES
` [PATCH 07/23] block: stop using blkdev_issue_write_same for zeroing
` [PATCH 08/23] block: add a flags argument to (__)blkdev_issue_zeroout
` [PATCH 09/23] block: add a REQ_UNMAP flag for REQ_OP_WRITE_ZEROES
` [PATCH 10/23] block: add a new BLKDEV_ZERO_NOFALLBACK flag
` [PATCH 11/23] block_dev: use blkdev_issue_zerout for hole punches
` [PATCH 12/23] sd: handle REQ_UNMAP
` [PATCH 13/23] nvme: implement REQ_OP_WRITE_ZEROES
` [PATCH 14/23] zram: "
` [PATCH 15/23] loop: "
` [PATCH 16/23] brd: remove discard support
` [PATCH 17/23] rbd: remove the discard_zeroes_data flag
` [PATCH 18/23] rsxx: "
` [PATCH 19/23] mmc: "
` [PATCH 20/23] block: stop using discards for zeroing
` [PATCH 21/23] drbd: make intelligent use of blkdev_issue_zeroout
` [PATCH 22/23] drbd: implement REQ_OP_WRITE_ZEROES
` [PATCH 23/23] block: remove the discard_zeroes_data flag

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

support ranges TRIM for libata
 2017-03-23 15:39 UTC  (18+ 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 0/11 v4] block: Fix block device shutdown related races
 2017-03-23 15:38 UTC  (8+ messages)
` [PATCH 02/11] block: Fix race of bdev open with gendisk shutdown
` [PATCH 05/11] bdi: Unify bdi->wb_list handling for root wb_writeback

[PATCH] block: make nr_iovecs unsigned in bio_alloc_bioset()
 2017-03-23 14:16 UTC  (3+ messages)

[PATCH] blk-mq: don't complete un-started request in timeout handler
 2017-03-23 12:14 UTC  (5+ messages)

unify and streamline the blk-mq make_request implementations V3
 2017-03-23  2:17 UTC  (7+ 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

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

[PATCH rfc 00/10] non selective polling block interface
 2017-03-22 19:09 UTC  (10+ 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 10/10] target: Use non-selective polling

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

[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 RFC 00/14] Add the BFQ I/O Scheduler to blk-mq
 2017-03-20 18:40 UTC  (25+ 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] 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


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