linux-block.git
2017-06-27 Jens Axboenvme: add support for streams and directives write-stream
2017-06-27 Jens Axboebtrfs: add support for passing in write hints for buffe...
2017-06-27 Jens Axboexfs: add support for passing in write hints for buffere...
2017-06-27 Jens Axboeext4: add support for passing in write hints for buffer...
2017-06-27 Jens Axboefs: add support for buffered writeback to pass down...
2017-06-27 Jens Axboefs: add O_DIRECT and aio support for sending down write...
2017-06-27 Jens Axboeblk-mq: expose write hints through debugfs
2017-06-27 Jens Axboeblock: add support for write hints in a bio
2017-06-27 Jens Axboefs: add fcntl() interface for setting/getting write...
2017-06-23 Jens Axboemtip32xx: fix up the checking for internal command...
2017-06-23 Jens AxboeMerge commit '8e8320c9315c' into for-4.13/block
2017-06-22 weipingblk-mq: remove double set queue_num
2017-06-21 Bart Van Asscheblk-mq: Make it safe to quiesce and unquiesce from...
2017-06-21 Bart Van Asscheblock: Fix off-by-one errors in blk_status_to_errno...
2017-06-21 Bart Van Asscheblock: Declare local symbols static
2017-06-21 Bart Van Asscheblock: Add fallthrough markers to switch statements
2017-06-21 Jens Axboeblk-mq: fix performance regression with shared tags
2017-06-21 Dan Carpenterbtrfs: use new block error code
2017-06-21 Bart Van Asscheblk-mq: Warn when attempting to run a hardware queue...
2017-06-21 Bart Van Asscheblock: Constify disk_type
2017-06-21 Bart Van Asscheblk-mq: Document locking assumptions
2017-06-21 Bart Van Asscheblock: Document what queue type each function is intend...
2017-06-21 Bart Van Asscheblock: Check locking assumptions at runtime
2017-06-21 Bart Van Asscheblock: Add a comment above queue_lockdep_assert_held()
2017-06-21 Bart Van Asscheblk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()
2017-06-21 Bart Van Asscheblock: Change argument type of scsi_req_init()
2017-06-21 Bart Van Asscheblock: Make most scsi_req_init() calls implicit
2017-06-21 Bart Van Asscheblock: Introduce request_queue.initialize_rq_fn()
2017-06-21 Bart Van Asscheblock: Make request operation type argument declaration...
2017-06-21 Bart Van Asscheblk-mq: Reduce blk_mq_hw_ctx size
2017-06-21 Christoph Hellwigblock: stop using bio_data() in blk_write_same_mergeable
2017-06-21 Christoph Hellwigblock: remove the unused bio_to_phys macro
2017-06-20 Jens Axboenull_blk: add support for shared tags
2017-06-20 Goldwyn Rodriguesbtrfs: nowait aio support
2017-06-20 Goldwyn Rodriguesxfs: nowait aio support
2017-06-20 Goldwyn Rodriguesext4: nowait aio support
2017-06-20 Goldwyn Rodriguesblock: return on congested block device
2017-06-20 Goldwyn Rodriguesfs: Introduce IOMAP_NOWAIT
2017-06-20 Goldwyn Rodriguesfs: return if direct I/O will trigger writeback
2017-06-20 Goldwyn Rodriguesfs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT
2017-06-20 Goldwyn Rodriguesfs: Use RWF_* flags for AIO operations
2017-06-20 Goldwyn Rodriguesfs: Introduce filemap_range_has_page()
2017-06-20 Goldwyn Rodriguesfs: Separate out kiocb flags setup based on RWF_* flags
2017-06-20 Jens AxboeMerge branch 'stable/for-jens-4.12' of git://git./linux...
2017-06-19 Ming Leinvme: host: unquiesce queue in nvme_kill_queues()
2017-06-18 Ming LeiRevert "blk-mq: don't use sync workqueue flushing from...
2017-06-18 Ming Leiblk-mq: clarify dispatch may not be drained/blocked...
2017-06-18 Ming Leiblk-mq: don't stop queue for quiescing
2017-06-18 Ming Leiblk-mq: update comments on blk_mq_quiesce_queue()
2017-06-18 Ming Leiblk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue
2017-06-18 Ming Leiblk-mq: use the introduced blk_mq_unquiesce_queue()
2017-06-18 Ming Leiblk-mq: introduce blk_mq_unquiesce_queue
2017-06-18 Ming Leiblk-mq: introduce blk_mq_quiesce_queue_nowait()
2017-06-18 Ming Leiblk-mq: move blk_mq_quiesce_queue() into include/linux...
2017-06-18 NeilBrownblock: don't check for BIO_MAX_PAGES in blk_bio_segment...
2017-06-18 NeilBrownblock: remove bio_clone() and all references.
2017-06-18 NeilBrownbcache: use kmalloc to allocate bio in bch_data_verify()
2017-06-18 NeilBrownxen-blkfront: remove bio splitting.
2017-06-18 NeilBrownlightnvm/pblk-read: use bio_clone_fast()
2017-06-18 NeilBrownpktcdvd: use bio_clone_fast() instead of bio_clone()
2017-06-18 NeilBrowndrbd: use bio_clone_fast() instead of bio_clone()
2017-06-18 NeilBrownrbd: use bio_clone_fast() instead of bio_clone()
2017-06-18 NeilBrownblock: Improvements to bounce-buffer handling
2017-06-18 NeilBrownblk: use non-rescuing bioset for q->bio_split.
2017-06-18 NeilBrownblk: make the bioset rescue_workqueue optional.
2017-06-18 NeilBrownblk: replace bioset_create_nobvec() with a flags arg...
2017-06-18 NeilBrownblk: remove bio_set arg from blk_queue_split()
2017-06-18 Christoph Hellwigblk-mq: remove __blk_mq_alloc_request
2017-06-18 Christoph Hellwigblk-mq-sched: unify request prepare methods
2017-06-18 Christoph Hellwigblk-mq: refactor blk_mq_sched_assign_ioc
2017-06-18 Christoph Hellwigbfq-iosched: fix NULL ioc check in bfq_get_rq_private
2017-06-18 Christoph Hellwigblk-mq: streamline blk_mq_get_request
2017-06-18 Christoph Hellwigblk-mq: simplify blk_mq_free_request
2017-06-18 Christoph Hellwigblk-mq-sched: unify request finished methods
2017-06-18 Christoph Hellwigblk-mq: remove blk_mq_sched_{get,put}_rq_priv
2017-06-18 Christoph Hellwigblk-mq: move blk_mq_sched_{get,put}_request to blk...
2017-06-18 Christoph Hellwigblk-mq: mark blk_mq_rq_ctx_init static
2017-06-18 NeilBrownloop: Add PF_LESS_THROTTLE to block/loop device thread.
2017-06-16 Jens AxboeMerge branch 'nvme-4.13' of git://git.infradead.org...
2017-06-16 Arvind Yadavblock: swim3: make of_device_ids const.
2017-06-16 Bart Van Asscheblock: Dedicated error code fixups
2017-06-16 Scott Bauernvme: implement NS Optimal IO Boundary from 1.3 Spec
2017-06-15 Sagi Grimbergnvme: don't hard code size of struct t10_pi_tuple
2017-06-15 Christoph Hellwignvme: no need to wait for the reset when keepalive...
2017-06-15 Christoph Hellwignvme: move reset workqueue handling to common code
2017-06-15 Christoph Hellwignvme-pci: merge init_request methods
2017-06-15 Christoph Hellwignvme-loop: merge init_request methods
2017-06-15 Christoph Hellwignvme-fc: merge init_request methods
2017-06-15 Christoph Hellwignvme-rdma: merge init_request and exit_request methods
2017-06-15 Christoph Hellwignvme: move protection information check into nvme_setup_rw
2017-06-15 Christoph Hellwignvme: mark shutdown_timeout static
2017-06-15 Dan Carpenternvme-rdma: fix error code in nvme_rdma_create_ctrl()
2017-06-15 Guan Junxiongnvmf: keep track of nvmet connect error status
2017-06-15 Guan Junxiongnvme: add fields into identify controller data structure
2017-06-15 Bart Van Asschenvmet-fc: Remove a set-but-not-used variable
2017-06-15 Johannes Thumshirnnvme: use ctrl->device consistently for logging
2017-06-15 Johannes Thumshirnnvmet: allow overriding the NVMe VS via configfs
2017-06-15 Johannes Thumshirnnvmet: add uuid field to nvme_ns and populate via configfs
2017-06-15 Johannes Thumshirnnvmet: implement namespace identify descriptor list
2017-06-15 Johannes Thumshirnnvme: provide UUID value to userspace
next