linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-24 07:02:54 to 2017-05-28 09:31:13 UTC [more...]

[PATCH 0/10 v9] No wait AIO
 2017-05-28  9:31 UTC  (20+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags
` [PATCH 02/10] fs: Introduce filemap_range_has_page()
` [PATCH 03/10] fs: Use RWF_* flags for AIO operations
` [PATCH 04/10] fs: Introduce RWF_NOWAIT
` [PATCH 05/10] fs: return if direct write will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] fs: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "

[PATCH 00/19] Block layer patches for kernel v4.13
 2017-05-28  8:43 UTC  (44+ messages)
` [PATCH 01/19] block: Avoid that blk_exit_rl() triggers a use-after-free
` [PATCH 02/19] block: Introduce queue flag QUEUE_FLAG_SCSI_PDU
` [PATCH 03/19] bsg: Check queue type before attaching to a queue
` [PATCH 04/19] pktcdvd: "
` [PATCH 05/19] cdrom: Check private request size "
` [PATCH 06/19] nfsd: Check private request size before submitting a SCSI request
` [PATCH 07/19] scsi: Make scsi_ioctl_reset() pass the request queue pointer to blk_rq_init()
` [PATCH 08/19] block: Introduce request_queue.initialize_rq_fn()
` [PATCH 09/19] block: Make scsi_req_init() calls implicit
` [PATCH 10/19] blk-mq: Change blk_mq_hw_ctx.queue_rq_srcu into an array
` [PATCH 11/19] blk-mq: Reduce blk_mq_hw_ctx size
` [PATCH 12/19] blk-mq: Initialize a request before assigning a tag
` [PATCH 13/19] blk-mq: Fix the comment above blk_mq_quiesce_queue()
` [PATCH 14/19] block: Add a comment above queue_lockdep_assert_held()
` [PATCH 15/19] block: Check locking assumptions at runtime
` [PATCH 16/19] block: Document what queue type each function is intended for
` [PATCH 17/19] blk-mq: Document locking assumptions
` [PATCH 18/19] block: Constify disk_type
` [PATCH 19/19] block: Make request operation type argument declarations consistent

[PATCH 0/3] cfq-iosched: Fix warnings about unused functions
 2017-05-28  7:49 UTC  (5+ messages)
` [PATCH 1/3] cfq-iosched: Mark cfq_clear_cfqq_*() as __maybe_unused
` [PATCH 2/3] cfq-iosched: Fix warning about unused dummy functions
` [PATCH 3/3] cfq-iosched: Delete unused function min_vdisktime()

[PATCH v2 0/8] blk-mq: fix & improve queue quiescing
 2017-05-27 21:49 UTC  (12+ messages)
` [PATCH v2 1/8] blk-mq: introduce blk_mq_unquiesce_queue
` [PATCH v2 2/8] block: introduce flag of QUEUE_FLAG_QUIESCED
` [PATCH v2 3/8] blk-mq: use the introduced blk_mq_unquiesce_queue()
` [PATCH v2 4/8] blk-mq: fix blk_mq_quiesce_queue
` [PATCH v2 5/8] blk-mq: update comments on blk_mq_quiesce_queue()
` [PATCH v2 6/8] blk-mq: don't stop queue for quiescing
` [PATCH v2 7/8] blk-mq: clarify dispatch may not be drained/blocked by stopping queue
` [PATCH v2 8/8] Revert "blk-mq: don't use sync workqueue flushing from drivers"

[PATCH 0/5] Five blk-mq-debugfs patches
 2017-05-27  3:16 UTC  (21+ messages)
` [PATCH 1/5] blk-mq: Only register debugfs attributes for blk-mq queues
` [PATCH 2/5] blk-mq-debugfs: Show atomic request flags
` [PATCH 3/5] blk-mq-debugfs: Show requeue list
` [PATCH 4/5] blk-mq-debugfs: Show busy requests
` [PATCH 5/5] blk-mq-debugfs: Add 'kick' operation

dedicated error codes for the block layer V2
 2017-05-26 20:24 UTC  (16+ messages)
` [PATCH 01/13] nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmd
` [PATCH 02/13] scsi/osd: don't save block errors into req_results
` [PATCH 03/13] gfs2: remove the unused sd_log_error field
` [PATCH 04/13] dm: fix REQ_RAHEAD handling
` [PATCH 05/13] fs: remove the unused error argument to dio_end_io()
` [PATCH 06/13] fs: simplify dio_bio_complete
` [PATCH 07/13] block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IO
` [PATCH 08/13] dm mpath: merge do_end_io_bio into multipath_end_io_bio
` [PATCH 09/13] dm: don't return errnos from ->map
` [PATCH 10/13] dm: change ->end_io calling convention
` [PATCH 11/13] block: introduce new block status code type
` [PATCH 12/13] blk-mq: switch ->queue_rq return value to blk_status_t
` [PATCH 13/13] block: switch bios "

[GIT PULL] Block changes for 4.12-rc3
 2017-05-26 18:03 UTC 

[PATCH v2 0/2] blk-mq: merge bio into sw queue before plugging
 2017-05-26 13:30 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] blk-mq: make per-sw-queue bio merge as default .bio_merge

[PATCH 0/6] blk-mq: fix & improve queue quiescing
 2017-05-26  8:24 UTC  (10+ messages)
` [PATCH 1/6] blk-mq: introduce blk_mq_unquiesce_queue
` [PATCH 2/6] blk-mq: use the introduced blk_mq_unquiesce_queue()
` [PATCH 3/6] blk-mq: fix blk_mq_quiesce_queue
` [PATCH 4/6] blk-mq: update comments on blk_mq_quiesce_queue()
` [PATCH 5/6] blk-mq: don't stop queue for quiescing
` [PATCH 6/6] blk-mq: clarify dispatching may not be drained/blocked by stopping queue
` [PATCH 6/6] blk-mq: clarify dispatching won't be blocked "

[PATCH 1/1] block: use the effective nr_hw_queues
 2017-05-26  8:11 UTC 

dedicated error codes for the block layer
 2017-05-26  5:18 UTC  (17+ messages)
` [PATCH 01/15] nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmd
` [PATCH 02/15] scsi/osd: don't save block errors into req_results
` [PATCH 03/15] gfs2: remove the unused sd_log_error field
` [PATCH 04/15] dm: fix REQ_RAHEAD handling
` [PATCH 05/15] fs: remove the unused error argument to dio_end_io()
` [PATCH 06/15] fs: simplify dio_bio_complete
` [PATCH 08/15] dm mpath: merge do_end_io_bio into multipath_end_io_bio
  ` [dm-devel] "

[PATCH v3 1/1] partitions/msdos: FreeBSD UFS2 file systems are not recognized
 2017-05-26  4:52 UTC 

[PATCH] nbd: add FUA op support
 2017-05-26  3:55 UTC 

[PATCH 0/7] blk-mq: fix queue quiescing
 2017-05-26  0:44 UTC  (15+ messages)
` [PATCH 1/7] blk-mq: introduce blk_mq_unquiesce_queue
` [PATCH 2/7] block: introduce flag of QUEUE_FLAG_QUIESCED
` [PATCH 3/7] dm: use the introduced blk_mq_unquiesce_queue()
` [PATCH 4/7] nvme: "
` [PATCH 5/7] scsi: "
` [PATCH 6/7] blk-mq: quiesce queue via percpu_ref
` [PATCH 7/7] blk-mq: update comments on blk_mq_quiesce_queue()

[PATCH BUGFIX] block, bfq: access and cache blkg data only when safe
 2017-05-25 14:37 UTC  (11+ messages)

BFQ: the purpose of idle rb-tree in bfq_service_tree
 2017-05-25 13:18 UTC 

[PATCH 00/31] SCSI patches for kernel v4.13
 2017-05-25  2:04 UTC  (22+ messages)
` [PATCH 01/31] Split scsi_internal_device_block()
` [PATCH 02/31] Create two versions of scsi_internal_device_unblock()
` [PATCH 03/31] Protect SCSI device state changes with a mutex
` [PATCH 07/31] scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer
` [PATCH 08/31] sd, sr: Convert two assignments into warning statements
` [PATCH 09/31] block: Avoid that blk_exit_rl() triggers a use-after-free
` [PATCH 11/31] block: Introduce queue flag QUEUE_FLAG_SCSI_SUP
` [PATCH 12/31] bsg: Check queue type before attaching to a queue
` [PATCH 31/31] xen/scsifront: Remove code that zeroes driver-private command data

[RFC PATCH 00/16] Unmappable memory in SGLs for p2p transfers
 2017-05-24 21:42 UTC  (17+ messages)
` [RFC PATCH 01/16] dmaengine: ste_dma40, imx-dma: Cleanup scatterlist layering violations
` [RFC PATCH 02/16] staging: ccree: Cleanup: remove references to page_link
` [RFC PATCH 03/16] kfifo: Cleanup example to not use page_link
` [RFC PATCH 04/16] um: add dummy ioremap and iounmap functions
` [RFC PATCH 05/16] tile: provide default ioremap declaration
` [RFC PATCH 06/16] scatterlist: convert page_link to pfn_t
` [RFC PATCH 07/16] scatterlist: support unmappable memory in the scatterlist
` [RFC PATCH 08/16] scatterlist: add iomem support to sg_miter and sg_copy_*
` [RFC PATCH 09/16] bvec: introduce bvec_page and bvec_set_page accessors
` [RFC PATCH 10/16] bvec: massive conversion of all bv_page users
` [RFC PATCH 11/16] bvec: convert to using pfn_t internally
` [RFC PATCH 12/16] bvec: use sg_set_pfn when mapping a bio to an sgl
` [RFC PATCH 13/16] block: bio: introduce bio_add_pfn
` [RFC PATCH 14/16] block: bio: go straight from pfn_t to phys instead of through page
` [RFC PATCH 15/16] dma-mapping: introduce and use unmappable safe sg_virt call
` [RFC PATCH 16/16] nvmet: use unmappable sgl in rdma target

[block] question about potential null pointer dereference
 2017-05-24 11:34 UTC  (2+ messages)

[PATCH 0/2] blk-mq: merge bio into sw queue before plugging
 2017-05-24 10:31 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] blk-mq: make per-sw-queue bio merge as default .bio_merge

[RFC PATCH 0/2] Introduce blkdev_issue_flush_no_wait()
 2017-05-24  8:42 UTC  (6+ messages)
` [PATCH 1/2] block: "


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