summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | xtensa: Use seq_puts() in c_show()Markus Elfring2017-05-081-2/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-06-1310-49/+146
| |\ \ \
| | * | | s390: update defconfigMartin Schwidefsky2017-06-085-21/+87
| | * | | s390/zcrypt: Fix blocking queue device after unbind/bind.Harald Freudenberger2017-06-023-16/+40
| | * | | Merge tag 'vfio-ccw-20170522' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2017-05-231-6/+6
| | |\ \ \
| | | * | | s390/vfio_ccw: make some symbols staticSebastian Ott2017-05-221-6/+6
| | * | | | s390/kvm: do not rely on the ILC on kvm host protection faulsChristian Borntraeger2017-05-171-6/+13
* | | | | | blk-mq: remove double set queue_numweiping2017-06-221-1/+0
* | | | | | blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche2017-06-212-11/+19
* | | | | | block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()Bart Van Assche2017-06-211-2/+2
* | | | | | block: Declare local symbols staticBart Van Assche2017-06-211-1/+1
* | | | | | block: Add fallthrough markers to switch statementsBart Van Assche2017-06-213-1/+4
* | | | | | btrfs: use new block error codeDan Carpenter2017-06-211-1/+1
* | | | | | blk-mq: Warn when attempting to run a hardware queue that is not mappedBart Van Assche2017-06-211-3/+5
* | | | | | block: Constify disk_typeBart Van Assche2017-06-211-2/+2
* | | | | | blk-mq: Document locking assumptionsBart Van Assche2017-06-212-0/+6
* | | | | | block: Document what queue type each function is intended forBart Van Assche2017-06-212-0/+35
* | | | | | block: Check locking assumptions at runtimeBart Van Assche2017-06-215-37/+64
* | | | | | block: Add a comment above queue_lockdep_assert_held()Bart Van Assche2017-06-211-0/+7
* | | | | | blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()Bart Van Assche2017-06-211-1/+2
* | | | | | block: Change argument type of scsi_req_init()Bart Van Assche2017-06-215-7/+13
* | | | | | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-2125-33/+20
* | | | | | block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2017-06-213-4/+19
* | | | | | block: Make request operation type argument declarations consistentBart Van Assche2017-06-214-15/+17
* | | | | | blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche2017-06-212-10/+25
* | | | | | block: stop using bio_data() in blk_write_same_mergeableChristoph Hellwig2017-06-211-1/+2
* | | | | | block: remove the unused bio_to_phys macroChristoph Hellwig2017-06-211-1/+0
* | | | | | null_blk: add support for shared tagsJens Axboe2017-06-201-42/+70
* | | | | | btrfs: nowait aio supportGoldwyn Rodrigues2017-06-202-6/+30
* | | | | | xfs: nowait aio supportGoldwyn Rodrigues2017-06-202-6/+48
* | | | | | ext4: nowait aio supportGoldwyn Rodrigues2017-06-201-6/+29
* | | | | | block: return on congested block deviceGoldwyn Rodrigues2017-06-205-4/+42
* | | | | | fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues2017-06-202-0/+9
* | | | | | fs: return if direct I/O will trigger writebackGoldwyn Rodrigues2017-06-201-7/+25
* | | | | | fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues2017-06-203-1/+18
* | | | | | fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues2017-06-202-2/+8
* | | | | | fs: Introduce filemap_range_has_page()Goldwyn Rodrigues2017-06-202-0/+34
* | | | | | fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues2017-06-203-9/+19
* | | | | | nvme: host: unquiesce queue in nvme_kill_queues()Ming Lei2017-06-191-0/+6
* | | | | | Revert "blk-mq: don't use sync workqueue flushing from drivers"Ming Lei2017-06-181-22/+8
* | | | | | blk-mq: clarify dispatch may not be drained/blocked by stopping queueMing Lei2017-06-181-0/+18
* | | | | | blk-mq: don't stop queue for quiescingMing Lei2017-06-182-8/+3
* | | | | | blk-mq: update comments on blk_mq_quiesce_queue()Ming Lei2017-06-181-3/+4
* | | | | | blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei2017-06-184-2/+18
* | | | | | blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei2017-06-183-4/+4
* | | | | | blk-mq: introduce blk_mq_unquiesce_queueMing Lei2017-06-182-0/+14
* | | | | | blk-mq: introduce blk_mq_quiesce_queue_nowait()Ming Lei2017-06-181-0/+8
* | | | | | blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei2017-06-182-1/+1
* | | | | | block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()NeilBrown2017-06-181-16/+0
* | | | | | block: remove bio_clone() and all references.NeilBrown2017-06-185-11/+6