messages from 2017-03-21 15:57:07 to 2017-03-27 09:14:21 UTC [more...]
[PATCH] blk-mq: Add NULL pointer check for HW dispatch queue
2017-03-27 9:14 UTC (2+ messages)
RFC: always use REQ_OP_WRITE_ZEROES for zeroing offload
2017-03-27 9:12 UTC (32+ 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
[PATCH] fs: remove _submit_bh()
2017-03-27 9:06 UTC (2+ messages)
[PATCH] block: trace completion of all bios
2017-03-27 9:03 UTC (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
[RFC PATCH 00/28] INFINIBAND NETWORK BLOCK DEVICE (IBNBD)
2017-03-27 2:20 UTC (49+ 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
[BUG] Deadlock due due to interactions of block, RCU, and cpu offline
2017-03-26 23:28 UTC (2+ messages)
[PATCH] blkcg: allocate struct blkcg_gq outside request queue spinlock
2017-03-26 10:54 UTC
[PATCH 0/2] blk-stat: Add ability to not bucket IO, add this to IO poling
2017-03-26 2:49 UTC (4+ messages)
` [PATCH 1/2] blk-stat: convert blk-stat bucket callback to signed
` [PATCH 2/2] blk-stat: add a poll_size value to the request_queue struct
[PATCH] block: constify struct blk_integrity_profile
2017-03-25 2:35 UTC (2+ messages)
[PATCH v5] blkcg: allocate struct blkcg_gq outside request queue spinlock
2017-03-24 22:04 UTC (3+ messages)
` [PATCH] "
[PATCH] block: correct documentation for blkdev_issue_discard() flags
2017-03-24 21:42 UTC (3+ messages)
[PATCH] block: remove outdated part of blkdev_issue_flush() comment
2017-03-24 21:40 UTC (2+ messages)
[PATCH 0/4] nbd fixes for this cycle
2017-03-24 18:57 UTC (6+ messages)
` [PATCH 1/4] nbd: handle ERESTARTSYS properly
` [PATCH 2/4] nbd: set rq->errors to actual error code
` [PATCH 3/4] nbd: set queue timeout properly
` [PATCH 4/4] nbd: replace kill_bdev() with __invalidate_device()
[PATCH v2 0/4] block: misc changes
2017-03-24 18:45 UTC (13+ 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] block: remove bio_clone_bioset_partial()
2017-03-24 18:11 UTC (2+ messages)
[PATCH] blk-mq: include errors in did_work calculation
2017-03-24 18:03 UTC (4+ messages)
[PATCH v3 00/14] md: cleanup on direct access to bvec table
2017-03-24 16:53 UTC (10+ 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
[PATCH 0/8 v3] No wait AIO
2017-03-24 14:39 UTC (5+ messages)
` [PATCH 5/8] nowait aio: return on congested block device
[GIT PULL] Block fixes for 4.11-rc
2017-03-24 14:12 UTC
[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 (11+ messages)
[PATCH 0/11 v4] block: Fix block device shutdown related races
2017-03-23 15:38 UTC (7+ 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 (7+ 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
unify and streamline the blk-mq make_request implementations V2
2017-03-22 18:59 UTC (3+ 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)
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).