summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig-9/+9
2017-04-20xen-blkfront: don't use req->errorsChristoph Hellwig-11/+25
2017-04-20mtip32xx: add a status field to struct mtip_cmdChristoph Hellwig-7/+10
2017-04-20nbd: don't use req->errorsChristoph Hellwig-15/+15
2017-04-20null_blk: don't pass always-0 req->errors to blk_mq_complete_requestChristoph Hellwig-1/+1
2017-04-20loop: zero-fill bio on the submitting cpuChristoph Hellwig-16/+15
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig-23/+23
2017-04-20virtio_blk: don't use req->errorsChristoph Hellwig-7/+3
2017-04-20virtio: fix spelling of virtblk_scsi_request_doneChristoph Hellwig-3/+3
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig-1/+2
2017-04-20pd: don't check blk_execute_rq return value.Christoph Hellwig-5/+2
2017-04-19null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche-8/+1
2017-04-19brd: add dax_operations supportDan Williams-11/+55
2017-04-19mtip32xx: pass BLK_MQ_F_NO_SCHEDMing Lei-1/+1
2017-04-19block: remove the osdblk driverChristoph Hellwig-710/+0
2017-04-19nbd: set the max segment size to UINT_MAXJosef Bacik-0/+1
2017-04-18blkfront: add uevent for size changeMarc Olson-0/+3
2017-04-17nbd: add a flag to destroy an nbd device on disconnectJosef Bacik-0/+30
2017-04-17nbd: add device refcountingJosef Bacik-18/+86
2017-04-17nbd: add a status netlink commandJosef Bacik-0/+108
2017-04-17nbd: handle dead connectionsJosef Bacik-4/+59
2017-04-17nbd: only clear the queue on device teardownJosef Bacik-1/+3
2017-04-17nbd: multicast dead link notificationsJosef Bacik-12/+77
2017-04-17nbd: add a reconfigure netlink commandJosef Bacik-0/+141
2017-04-17nbd: add a basic netlink interfaceJosef Bacik-26/+290
2017-04-17nbd: stop using the bdev everywhereJosef Bacik-55/+37
2017-04-17nbd: separate out the config informationJosef Bacik-174/+263
2017-04-17nbd: handle single path failures gracefullyJosef Bacik-26/+125
2017-04-17nbd: put socket in error casesJosef Bacik-2/+7
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2017-04-14remove the mg_disk driverChristoph Hellwig-1128/+0
2017-04-13zram: do not use copy_page with non-page aligned addressMinchan Kim-2/+2
2017-04-13zram: fix operator precedence to get offsetMinchan Kim-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-1/+1
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown-1/+1
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig-12/+1
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig-7/+15
2017-04-08drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig-110/+7
2017-04-08rsxx: remove the discard_zeroes_data flagChristoph Hellwig-1/+0
2017-04-08rbd: remove the discard_zeroes_data flagChristoph Hellwig-1/+0
2017-04-08brd: remove discard supportChristoph Hellwig-54/+0
2017-04-08loop: implement REQ_OP_WRITE_ZEROESChristoph Hellwig-0/+4
2017-04-08zram: implement REQ_OP_WRITE_ZEROESChristoph Hellwig-5/+8
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig-3/+6
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe-33/+103
2017-04-05remove the obsolete hd driverChristoph Hellwig-832/+0
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers-7/+7
2017-03-30null_blk: add blocking modeJens Axboe-0/+9
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei-1/+1
2017-03-28swim: stop sharing request queue across multiple gendisksOmar Sandoval-19/+36