linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-27 16:59:59 to 2017-03-02 17:56:00 UTC [more...]

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

[PATCH] block: Initialize bd_bdi on inode initialization
 2017-03-02 15:50 UTC 

[PATCH] blk-mq-sched: don't hold queue_lock when calling exit_icq
 2017-03-02 15:13 UTC  (7+ messages)

[PATCH 0/8 v2] Non-blocking AIO
 2017-03-02 15:22 UTC  (20+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_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

[WIP BRANCH] cgroups support in bfq-mq WIP branch
 2017-03-02 15:19 UTC  (4+ messages)

[PATCH] cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
 2017-03-02 10:29 UTC  (2+ messages)

[PATCH 0/3] nvme suspend/resume fix
 2017-03-02  7:15 UTC  (7+ messages)
` [PATCH 1/3] blk-mq: Export blk_mq_freeze_queue_wait
` [PATCH 2/3] blk-mq: Provide freeze queue timeout
` [PATCH 3/3] nvme: Complete all stuck requests

blk_integrity_revalidate() clears BDI_CAP_STABLE_WRITES
 2017-03-02  3:24 UTC  (6+ messages)

[PATCH 1/2] loop: fix LO_FLAGS_PARTSCAN hang
 2017-03-02  3:07 UTC  (6+ messages)
` [PATCH 2/2] blk-mq-debugfs: add q->mq_freeze_depth output

[PATCH] blkcg: allocate struct blkcg_gq outside request queue spinlock
 2017-03-01 23:49 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH 00/16] multiqueue for MMC/SD third try
 2017-03-01 17:48 UTC  (33+ messages)
` [PATCH 01/16] mmc: core: move some code in mmc_start_areq()
` [PATCH 02/16] mmc: core: refactor asynchronous request finalization
` [PATCH 03/16] mmc: core: refactor mmc_request_done()
` [PATCH 05/16] mmc: core: add a kthread for completing requests
` [PATCH 06/16] mmc: core: replace waitqueue with worker
` [PATCH 07/16] mmc: core: do away with is_done_rcv
` [PATCH 08/16] mmc: core: do away with is_new_req
` [PATCH 09/16] mmc: core: kill off the context info
` [PATCH 10/16] mmc: queue: simplify queue logic
` [PATCH 11/16] mmc: block: shuffle retry and error handling
` [PATCH 12/16] mmc: queue: stop flushing the pipeline with NULL
` [PATCH 13/16] mmc: queue: issue struct mmc_queue_req items
` [PATCH 14/16] mmc: queue: get/put struct mmc_queue_req
` [PATCH 15/16] mmc: queue: issue requests in massive parallel

[PATCH] nbd: stop leaking sockets
 2017-03-01 16:53 UTC  (2+ messages)

[PATCH 0/13 v2] block: Fix block device shutdown related races
 2017-03-01 16:26 UTC  (23+ messages)
` [PATCH 05/13] bdi: Mark congested->bdi as internal
` [PATCH 06/13] bdi: Make wb->bdi a proper reference
` [PATCH 07/13] bdi: Move removal from bdi->wb_list into wb_shutdown()
` [PATCH 08/13] bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()
` [PATCH 09/13] bdi: Do not wait for cgwbs release in bdi_unregister()
` [PATCH 10/13] bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()
` [PATCH 11/13] block: Fix oops in locked_inode_to_wb_and_lock_list()

[PATCH] sbitmap: boundary checks for resized bitmap
 2017-03-01 15:39 UTC  (3+ messages)

[RFC] failure atomic writes for file systems and block devices
 2017-03-01 15:17 UTC  (23+ messages)
` [PATCH 01/12] uapi/fs: add O_ATOMIC to the open flags
` [PATCH 02/12] iomap: pass IOMAP_* flags to actors
` [PATCH 03/12] iomap: add a IOMAP_ATOMIC flag
` [PATCH 04/12] fs: add a BH_Atomic flag
` [PATCH 05/12] fs: add a F_IOINFO fcntl
` [PATCH 06/12] xfs: cleanup is_reflink checks
` [PATCH 07/12] xfs: implement failure-atomic writes
` [PATCH 08/12] xfs: implement the F_IOINFO fcntl
` [PATCH 09/12] block: advertize max atomic write limit
` [PATCH 10/12] block_dev: set REQ_NOMERGE for O_ATOMIC writes
` [PATCH 11/12] block_dev: implement the F_IOINFO fcntl
` [PATCH 12/12] nvme: export the atomic write limit

connect cmd error for nvme-rdma with eventual kernel crash
 2017-03-01 15:06 UTC  (5+ messages)

[PATCHv2 1/2] blk-mq: Export blk_mq_freeze_queue_wait
 2017-03-01  8:54 UTC  (10+ messages)
` [PATCHv2 2/2] nvme: Complete all stuck requests

[PATCH 0/3] Separate zone requests from medium access requests
 2017-03-01  3:21 UTC  (10+ messages)
` [PATCH 1/3] block: Introduce blk_rq_accesses_medium()
` [PATCH 2/3] block: Separate zone requests from medium access requests
` [PATCH 3/3] mpt3sas: Do not check resid for non medium access commands

[PATCH] libsas: add sas_unregister_devs_sas_addr in flutter case
 2017-03-01  1:23 UTC 

[LSF/MM TOPIC] do we really need PG_error at all?
 2017-02-28 20:45 UTC  (12+ messages)
              ` [Lsf-pc] "

[PATCH 0/6] Lots of NBD fixes and enhancements
 2017-02-28 16:57 UTC  (7+ messages)
` [PATCH 1/6] nbd: handle single path failures gracefully
` [PATCH 2/6] nbd: ref count the nbd device
` [PATCH 3/6] nbd: stop using the bdev everywhere
` [PATCH 4/6] nbd: set queue timeout properly
` [PATCH 5/6] nbd: handle ERESTARTSYS properly
` [PATCH 6/6] nbd: add a basic netlink interface

[PATCH v1 00/14] md: cleanup on direct access to bvec table
 2017-02-28 12:18 UTC  (7+ messages)
` [PATCH v1 01/14] block: introduce bio_segments_all()
` [PATCH v1 02/14] block: introduce bio_remove_last_page()

[blk_mq_register_hctx] 29dee3c03a WARNING: CPU: 0 PID: 5 at lib/refcount.c:114 refcount_inc
 2017-02-28  9:45 UTC  (6+ messages)

[PATCH 0/4] blk-mq: cleanup on all kinds of kobjects
 2017-02-28  9:46 UTC  (2+ messages)

[PATCH 1/3] blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler request
 2017-02-27 18:44 UTC  (11+ messages)
` [PATCH 2/3] blk-mq: kill blk_mq_set_alloc_data()
` [PATCH 3/3] blk-mq: move update of tags->rqs to __blk_mq_alloc_request()
` [PATCH v2] blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler request

automatic IRQ affinity for virtio V3
 2017-02-27 18:49 UTC  (6+ messages)

[PATCH 1/2] lightnvm: add generic ocssd detection
 2017-02-27 18:50 UTC  (6+ messages)

[PATCH 1/2] blk-mq-sched: Allocate sched reserved tags as specified in the original queue tagset
 2017-02-27 17:26 UTC  (7+ messages)
` [PATCH 2/2] blk-mq: make sure to back-assign the request to rq_map in blk_mq_alloc_request_hctx


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