summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-021-1/+1
|\
| * sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-111-1/+1
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-0133-3282/+1487Star
|\ \
| * | nbd: fix use after free on module unloadJosef Bacik2017-04-281-4/+4
| * | mtip32xx: use runtime tag to initialize command headerMing Lei2017-04-271-12/+24
| * | virtio_blk: Fix English description of VIRTIO_BLK_SCSIJean Delvare2017-04-251-1/+1
| * | mtip32xx: fix dereference of stack garbageJens Axboe2017-04-211-0/+1
| * | nbd: set the max segments to USHRT_MAXJosef Bacik2017-04-211-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/+15Star
| * | 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/+3Star
| * | 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/+2Star
| * | null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche2017-04-201-8/+1Star
| * | block: remove the osdblk driverChristoph Hellwig2017-04-193-710/+0Star
| * | 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/+37Star
| * | 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/+0Star
| * | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-085-12/+1Star
| * | drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-085-7/+15
| * | drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig2017-04-084-110/+7Star
| * | rsxx: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+0Star
| * | rbd: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+0Star
| * | brd: remove discard supportChristoph Hellwig2017-04-081-54/+0Star
| * | 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
| |\|
| * | remove the obsolete hd driverChristoph Hellwig2017-04-053-832/+0Star