summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* virtio_blk: Fix English description of VIRTIO_BLK_SCSIJean Delvare2017-04-241-1/+1
* mtip32xx: fix dereference of stack garbageJens Axboe2017-04-211-0/+1
* nbd: set the max segments to USHRT_MAXJosef Bacik2017-04-201-0/+1
* swim3: remove (commented out) printing of req->errorsChristoph Hellwig2017-04-201-2/+2
* ataflop: switch from req->errors to req->error_countChristoph Hellwig2017-04-201-5/+7
* floppy: switch from req->errors to req->error_countChristoph Hellwig2017-04-201-2/+4
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-206-9/+9
* xen-blkfront: don't use req->errorsChristoph Hellwig2017-04-201-11/+25
* mtip32xx: add a status field to struct mtip_cmdChristoph Hellwig2017-04-202-7/+10
* nbd: don't use req->errorsChristoph Hellwig2017-04-201-15/+15
* null_blk: don't pass always-0 req->errors to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
* loop: zero-fill bio on the submitting cpuChristoph Hellwig2017-04-202-16/+15
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-203-23/+23
* virtio_blk: don't use req->errorsChristoph Hellwig2017-04-201-7/+3
* virtio: fix spelling of virtblk_scsi_request_doneChristoph Hellwig2017-04-201-3/+3
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-1/+2
* pd: don't check blk_execute_rq return value.Christoph Hellwig2017-04-201-5/+2
* null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche2017-04-191-8/+1
* block: remove the osdblk driverChristoph Hellwig2017-04-193-710/+0
* nbd: set the max segment size to UINT_MAXJosef Bacik2017-04-191-0/+1
* blkfront: add uevent for size changeMarc Olson2017-04-181-0/+3
* nbd: add a flag to destroy an nbd device on disconnectJosef Bacik2017-04-171-0/+30
* nbd: add device refcountingJosef Bacik2017-04-171-18/+86
* nbd: add a status netlink commandJosef Bacik2017-04-171-0/+108
* nbd: handle dead connectionsJosef Bacik2017-04-171-4/+59
* nbd: only clear the queue on device teardownJosef Bacik2017-04-171-1/+3
* nbd: multicast dead link notificationsJosef Bacik2017-04-171-12/+77
* nbd: add a reconfigure netlink commandJosef Bacik2017-04-171-0/+141
* nbd: add a basic netlink interfaceJosef Bacik2017-04-171-26/+290
* nbd: stop using the bdev everywhereJosef Bacik2017-04-171-55/+37
* nbd: separate out the config informationJosef Bacik2017-04-171-174/+263
* nbd: handle single path failures gracefullyJosef Bacik2017-04-171-26/+125
* nbd: put socket in error casesJosef Bacik2017-04-171-2/+7
* remove the mg_disk driverChristoph Hellwig2017-04-143-1128/+0
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-085-12/+1
* drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-085-7/+15
* drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig2017-04-084-110/+7
* 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
* block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-081-3/+6
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-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
* | remove the obsolete hd driverChristoph Hellwig2017-04-053-832/+0
* | blk-mq: constify struct blk_mq_opsEric Biggers2017-03-317-7/+7