summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2017-08-18skd: Update maintainer informationBart Van Assche-1/+0
2017-08-18skd: Switch to GPLv2Bart Van Assche-23/+14
2017-08-18skd: Submit requests to firmware before triggering the doorbellBart Van Assche-0/+6
2017-08-18skd: Avoid that module unloading triggers a use-after-freeBart Van Assche-8/+9
2017-08-18xen-blkfront: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche-1/+1
2017-08-18xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche-1/+3
2017-08-18xen-blkback: Fix indentationBart Van Assche-2/+2
2017-08-18virtio_blk: Use blk_rq_is_scsi()Bart Van Assche-1/+1
2017-08-17nbd: change the default nbd partitionsJosef Bacik-2/+2
2017-08-17nbd: allow device creation at a specific indexJosef Bacik-0/+9
2017-08-17block/ps3vram: Check return of ps3vram_cache_initGeoff Levand-1/+5
2017-08-17block/ps3vram: Delete an error message for a failed memory allocation in ps3v...Markus Elfring-3/+1
2017-08-16Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe-3/+3
2017-08-15loop: fix to a race condition due to the early registration of deviceAnton Volkov-6/+8
2017-08-15xen-blkfront: use a right index when checking requestsMunehisa Kamata-3/+3
2017-08-10zram: rework copy of compressor name in comp_algorithm_store()Matthias Kaehlcke-2/+2
2017-08-09sunvdc: prevent sunvdc panic when mpgroup disk added to guest domainJim Quigley-0/+61
2017-08-09block: pass in queue to inflight accountingJens Axboe-8/+13
2017-08-07null_blk: make sure submit_queues > 0weiping zhang-2/+2
2017-08-07null_blk: simplify logic for use_per_node_hctxweiping zhang-5/+2
2017-07-29block: DAC960: shut up format-overflow warningArnd Bergmann-4/+8
2017-07-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-16/+27
2017-07-25Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe-9/+12
2017-07-25nbd: clear disconnected on reconnectJosef Bacik-0/+2
2017-07-25xen/blkfront: always allocate grants first from per-queue persistent grantsDongli Zhang-8/+11
2017-07-25xen-blkfront: fix mq start/stop raceJunxiao Bi-1/+1
2017-07-25virtio_blk: Use sysfs_match_string() helperAndy Shevchenko-5/+2
2017-07-24xen-blkfront: Fix handling of non-supported operationsBart Van Assche-2/+2
2017-07-22nbd: only set sndtimeo if we have a timeout setJosef Bacik-2/+5
2017-07-22nbd: take tx_lock before disconnectingJosef Bacik-0/+4
2017-07-22nbd: allow multiple disconnects to be sentJosef Bacik-3/+2
2017-07-13nbd: kill unused ret in recv_workKefeng Wang-2/+0
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-15/+43
2017-07-10ARM: fix rd_size declarationBart Van Assche-0/+1
2017-07-10zram: constify attribute_group structures.Arvind Yadav-1/+1
2017-07-10zram: use __sysfs_match_string() helperAndy Shevchenko-6/+4
2017-07-10Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe-8/+19
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+8
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+2
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-0/+328
2017-07-06zram: count same page write as page_storedMinchan Kim-0/+2
2017-07-06cciss: initialize struct scsi_reqChristoph Hellwig-0/+8
2017-07-06null_blk: fix error flow for shared tags during module_initMax Gurtovoy-5/+13
2017-07-06virtio_blk: quiesce/unquiesce live IO when entering PM statesSagi Grimberg-2/+2
2017-07-06mtip32xx: quiesce request queues to make sure no submissions are inflightSagi Grimberg-4/+15
2017-07-06nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg-2/+2
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+0
2017-07-05mtip32xx: avoid to read HOST_CAP from HW in .queue_rq()Ming Lei-2/+3
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-29/+32