summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* lightnvm: fix cleanup order of disk on init errorJavier González2017-04-161-7/+7
* lightnvm: double-clear of dev->lun_map on target init errorJavier González2017-04-161-7/+10
* lightnvm: don't check for failure from mempool_alloc()NeilBrown2017-04-161-9/+0
* lightnvm: enable nvme size compile assertsMatias Bjørling2017-04-161-2/+4
* lightnvm: free reverse device mapJavier González2017-04-161-1/+13
* lightnvm: submit erases using the I/O pathJavier González2017-04-163-45/+44
* nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identifyScott Bauer2017-04-161-1/+1
* lightnvm: Fix error handlingChristophe JAILLET2017-04-161-2/+4
* remove the mg_disk driverChristoph Hellwig2017-04-143-1128/+0
* scsi: sd: Remove LBPRZ dependency for discardsMartin K. Petersen2017-04-081-19/+6
* scsi: sd: Separate zeroout and discard command choicesMartin K. Petersen2017-04-082-3/+61
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-0814-79/+21
* drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-085-7/+15
* drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig2017-04-084-110/+7
* mmc: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-2/+0
* rsxx: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+0
* rbd: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+0
* brd: remove discard supportChristoph Hellwig2017-04-081-54/+0
* loop: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+4
* zram: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-5/+8
* nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-083-11/+11
* sd: implement unmapping Write ZeroesChristoph Hellwig2017-04-081-0/+9
* block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-082-4/+7
* dm kcopyd: switch to use REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-3/+3
* dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-088-8/+77
* dm io: discards don't take a payloadChristoph Hellwig2017-04-081-2/+8
* md: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-087-1/+16
* sd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-082-5/+27
* sd: split sd_setup_discard_cmndChristoph Hellwig2017-04-081-69/+84
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-07263-1482/+4092
|\
| * dm rq: Avoid that request processing stalls sporadicallyBart Van Assche2017-04-071-0/+1
| * scsi: Avoid that SCSI queues get stuckBart Van Assche2017-04-071-3/+3
| * nvmet: fix byte swap in nvmet_parse_io_cmdChristoph Hellwig2017-04-021-1/+1
| * nvmet: fix byte swap in nvmet_execute_write_zeroesChristoph Hellwig2017-04-021-1/+1
| * nvmet: add missing byte swap in nvmet_get_smart_logChristoph Hellwig2017-04-021-1/+1
| * nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig2017-04-021-1/+1
| * Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2017-03-292-19/+34
| |\
| | * thermal: cpu_cooling: Check OPP for errorsViresh Kumar2017-03-131-2/+9
| | * thermal: cpu_cooling: Replace dev_warn with dev_errViresh Kumar2017-03-131-6/+6
| | * thermal: devfreq: Check OPP for errorsViresh Kumar2017-03-131-2/+8
| | * thermal: devfreq_cooling: Replace dev_warn with dev_errViresh Kumar2017-03-131-3/+3
| | * thermal: devfreq: Simplify expressionViresh Kumar2017-03-131-1/+1
| | * thermal: Fix potential deadlock in cpu_coolingMatthew Wilcox2017-03-131-9/+11
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-291-33/+103
| |\ \
| | * | nbd: replace kill_bdev() with __invalidate_device()Ratna Manoj Bolla2017-03-241-2/+6
| | * | nbd: set queue timeout properlyJosef Bacik2017-03-241-1/+4
| | * | nbd: set rq->errors to actual error codeJosef Bacik2017-03-241-4/+4
| | * | nbd: handle ERESTARTSYS properlyJosef Bacik2017-03-241-26/+89
| * | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-282-10/+18
| |\ \ \
| | * | | virtio_balloon: prevent uninitialized variable useArnd Bergmann2017-03-281-0/+2