summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-2025-103/+102
* 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
* nvme: make nvme_error_status privateChristoph Hellwig2017-04-203-6/+4
* nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-207-60/+65
* nvme-fc: fix status code handling in nvme_fc_fcpio_doneChristoph Hellwig2017-04-201-8/+8
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-2012-17/+27
* pd: don't check blk_execute_rq return value.Christoph Hellwig2017-04-201-5/+2
* bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara2017-04-201-1/+1
* fs: Remove SB_I_DYNBDI flagJan Kara2017-04-201-1/+0
* mtd: Convert to dynamically allocated bdi infrastructureJan Kara2017-04-202-12/+18
* lustre: Convert to separately allocated bdiJan Kara2017-04-202-25/+3
* ligtnvm: fix double blk_put_queue on same queueRakesh Pandit2017-04-201-0/+1
* lightnvm: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche2017-04-191-5/+1
* null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche2017-04-191-8/+1
* lightnvm: assume 64-bit lba numbersArnd Bergmann2017-04-191-1/+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
* lightnvm: fix some error code in pblk-init.cDan Carpenter2017-04-161-6/+14
* lightnvm: fix some WARN() messagesDan Carpenter2017-04-163-8/+8
* lightnvm: pblk-gc: fix an error pointer dereference in initDan Carpenter2017-04-161-2/+2
* lightnvm: physical block device (pblk) targetJavier González2017-04-1614-0/+8023
* lightnvm: convert sprintf into strlcpyJavier González2017-04-161-3/+3
* lightnvm: fix type checks on rrpcJavier González2017-04-161-2/+2
* lightnvm: clean unused variableJavier González2017-04-161-3/+0
* lightnvm: make nvm_free staticJavier González2017-04-161-1/+1
* lightnvm: allow to init targets on factory modeJavier González2017-04-162-4/+13
* lightnvm: bad type conversion for nvme control bitsJavier González2017-04-161-1/+1
* 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