summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-04-20nbd: set the max segments to USHRT_MAXJosef Bacik1-0/+1
2017-04-20swim3: remove (commented out) printing of req->errorsChristoph Hellwig1-2/+2
2017-04-20ataflop: switch from req->errors to req->error_countChristoph Hellwig1-5/+7
2017-04-20floppy: switch from req->errors to req->error_countChristoph Hellwig1-2/+4
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig10-13/+13
2017-04-20xen-blkfront: don't use req->errorsChristoph Hellwig1-11/+25
2017-04-20mtip32xx: add a status field to struct mtip_cmdChristoph Hellwig2-7/+10
2017-04-20nbd: don't use req->errorsChristoph Hellwig1-15/+15
2017-04-20dm mpath: don't check for req->errorsChristoph Hellwig1-1/+1
2017-04-20dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20null_blk: don't pass always-0 req->errors to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20loop: zero-fill bio on the submitting cpuChristoph Hellwig2-16/+15
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig25-103/+102
2017-04-20virtio_blk: don't use req->errorsChristoph Hellwig1-7/+3
2017-04-20virtio: fix spelling of virtblk_scsi_request_doneChristoph Hellwig1-3/+3
2017-04-20nvme: make nvme_error_status privateChristoph Hellwig3-6/+4
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig7-60/+65
2017-04-20nvme-fc: fix status code handling in nvme_fc_fcpio_doneChristoph Hellwig1-8/+8
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig12-17/+27
2017-04-20pd: don't check blk_execute_rq return value.Christoph Hellwig1-5/+2
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara1-1/+1
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara1-1/+0
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureJan Kara2-12/+18
2017-04-20lustre: Convert to separately allocated bdiJan Kara2-25/+3
2017-04-20ligtnvm: fix double blk_put_queue on same queueRakesh Pandit1-0/+1
2017-04-19lightnvm: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche1-5/+1
2017-04-19null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche1-8/+1
2017-04-19lightnvm: assume 64-bit lba numbersArnd Bergmann1-1/+1
2017-04-19block: remove the osdblk driverChristoph Hellwig3-710/+0
2017-04-19nbd: set the max segment size to UINT_MAXJosef Bacik1-0/+1
2017-04-18blkfront: add uevent for size changeMarc Olson1-0/+3
2017-04-17nbd: add a flag to destroy an nbd device on disconnectJosef Bacik1-0/+30
2017-04-17nbd: add device refcountingJosef Bacik1-18/+86
2017-04-17nbd: add a status netlink commandJosef Bacik1-0/+108
2017-04-17nbd: handle dead connectionsJosef Bacik1-4/+59
2017-04-17nbd: only clear the queue on device teardownJosef Bacik1-1/+3
2017-04-17nbd: multicast dead link notificationsJosef Bacik1-12/+77
2017-04-17nbd: add a reconfigure netlink commandJosef Bacik1-0/+141
2017-04-17nbd: add a basic netlink interfaceJosef Bacik1-26/+290
2017-04-17nbd: stop using the bdev everywhereJosef Bacik1-55/+37
2017-04-17nbd: separate out the config informationJosef Bacik1-174/+263
2017-04-17nbd: handle single path failures gracefullyJosef Bacik1-26/+125
2017-04-17nbd: put socket in error casesJosef Bacik1-2/+7
2017-04-16lightnvm: fix some error code in pblk-init.cDan Carpenter1-6/+14
2017-04-16lightnvm: fix some WARN() messagesDan Carpenter3-8/+8
2017-04-16lightnvm: pblk-gc: fix an error pointer dereference in initDan Carpenter1-2/+2
2017-04-16lightnvm: physical block device (pblk) targetJavier González14-0/+8023
2017-04-16lightnvm: convert sprintf into strlcpyJavier González1-3/+3
2017-04-16lightnvm: fix type checks on rrpcJavier González1-2/+2
2017-04-16lightnvm: clean unused variableJavier González1-3/+0