aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-18skd: Use ARRAY_SIZE() where appropriateBart Van Assche1-3/+2
2017-08-18skd: Make the skd_isr() code more briefBart Van Assche1-2/+1
2017-08-18skd: Use __packed only when neededBart Van Assche1-5/+1
2017-08-18skd: Check structure sizes at build timeBart Van Assche1-0/+5
2017-08-18skd: Use a structure instead of hardcoding structure offsetsBart Van Assche1-19/+22
2017-08-18skd: Simplify the code for allocating DMA message buffersBart Van Assche2-14/+7
2017-08-18skd: Simplify the code for deciding whether or not to send a FIT msgBart Van Assche1-24/+5
2017-08-18skd: Reorder the code in skd_process_request()Bart Van Assche1-33/+9
2017-08-18skd: Fix size argument in skd_free_skcomp()Bart Van Assche1-7/+2
2017-08-18skd: Introduce SKD_SKCOMP_SIZEBart Van Assche1-14/+8
2017-08-18skd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSGBart Van Assche1-2/+8
2017-08-18skd: Document locking assumptionsBart Van Assche1-0/+8
2017-08-18skd: Fix endianness annotationsBart Van Assche2-17/+15
2017-08-18skd: Switch from the pr_*() to the dev_*() logging functionsBart Van Assche1-521/+391
2017-08-18skd: Remove useless barrier() callsBart Van Assche1-32/+10
2017-08-18skd: Remove a set-but-not-used variable from struct skd_deviceBart Van Assche1-3/+0
2017-08-18skd: Remove set-but-not-used local variablesBart Van Assche1-10/+1
2017-08-18skd: Fix a function name in a commentBart Van Assche1-1/+1
2017-08-18skd: Fix spelling in a source code commentBart Van Assche1-1/+1
2017-08-18skd: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche1-1/+1
2017-08-18skd: Remove unnecessary blank linesBart Van Assche1-16/+5
2017-08-18skd: Remove ESXi codeBart Van Assche1-14/+0
2017-08-18skd: Remove unneeded #include directivesBart Van Assche1-2/+0
2017-08-18skd: Update maintainer informationBart Van Assche1-1/+0
2017-08-18skd: Switch to GPLv2Bart Van Assche2-23/+14
2017-08-18skd: Submit requests to firmware before triggering the doorbellBart Van Assche1-0/+6
2017-08-18skd: Avoid that module unloading triggers a use-after-freeBart Van Assche1-8/+9
2017-08-18xen-blkfront: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche1-1/+1
2017-08-18xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche2-1/+3
2017-08-18xen-blkback: Fix indentationBart Van Assche1-2/+2
2017-08-18virtio_blk: Use blk_rq_is_scsi()Bart Van Assche1-1/+1
2017-08-18ide-floppy: Use blk_rq_is_scsi()Bart Van Assche1-1/+1
2017-08-18blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche2-8/+7
2017-08-17nbd: change the default nbd partitionsJosef Bacik1-2/+2
2017-08-17nbd: allow device creation at a specific indexJosef Bacik1-0/+9
2017-08-15loop: fix to a race condition due to the early registration of deviceAnton Volkov1-6/+8
2017-08-09block: pass in queue to inflight accountingJens Axboe6-16/+23
2017-08-09dm-crypt: don't mess with BIP_BLOCK_INTEGRITYChristoph Hellwig1-3/+0
2017-08-07null_blk: make sure submit_queues > 0weiping zhang1-2/+2
2017-08-07null_blk: simplify logic for use_per_node_hctxweiping zhang1-5/+2
2017-07-29block: DAC960: shut up format-overflow warningArnd Bergmann1-4/+8
2017-07-28Merge tag 'devicetree-fixes-for-4.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2017-07-28Merge tag 'for-linus-4.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-13/+5
2017-07-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-19/+33
2017-07-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-6/+5
2017-07-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds6-126/+115
2017-07-28Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-46/+92
2017-07-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds9-135/+171
2017-07-28Merge tag 'mmc-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds3-14/+7
2017-07-28lightnvm: pblk: advance bio according to lba indexJavier González3-10/+19