summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lightnvm: pblk: generalize erase pathJavier González2017-06-276-90/+116
* lightnvm: pblk: expose max sec per write on sysfsJavier González2017-06-274-1/+48
* lightnvm: pblk: add debug stat for read cache hitsJavier González2017-06-274-1/+10
* lightnvm: pblk: spare double cpu_to_le64 calc.Javier González2017-06-272-4/+5
* lightnvm: propagate right error code to targetJavier González2017-06-271-1/+1
* lightnvm: re-convert ppa format on I/O failureJavier González2017-06-271-1/+7
* mtip32xx: fix up the checking for internal command failureJens Axboe2017-06-231-17/+4Star
* Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-2327-148/+275
|\
| * blk-mq: fix performance regression with shared tagsJens Axboe2017-06-214-24/+61
| * Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-06-203-41/+26Star
| |\
| | * xen-blkback: don't leak stack data via response ringJan Beulich2017-06-132-31/+17Star
| | * xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2017-06-132-4/+0Star
| | * xen/blkback: don't free be structure too earlyJuergen Gross2017-06-131-4/+3Star
| | * xen/blkback: fix disconnect while I/Os in flightJuergen Gross2017-06-132-2/+6
| * | block: Fix a blk_exit_rl() regressionBart Van Assche2017-06-142-12/+24
| * | Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2017-06-139-22/+18Star
| |\ \
| | * | xtensa: don't use linux IRQ #0Max Filippov2017-06-066-15/+13Star
| | * | xtensa: reduce double exception literal reservationMax Filippov2017-06-051-3/+3
| | * | xtensa: ISS: Use kmalloc_array() in simdisk_init()Markus Elfring2017-05-081-2/+1Star
| | * | xtensa: Use seq_puts() in c_show()Markus Elfring2017-05-081-2/+1Star
| * | | 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/+0Star
* | | | | | 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/+20Star
* | | | | | 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/+0Star
* | | | | | 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