aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-16lightnvm: make nvm_free staticJavier González1-1/+1
2017-04-16lightnvm: allow to init targets on factory modeJavier González2-4/+13
2017-04-16lightnvm: bad type conversion for nvme control bitsJavier González1-1/+1
2017-04-16lightnvm: fix cleanup order of disk on init errorJavier González1-7/+7
2017-04-16lightnvm: double-clear of dev->lun_map on target init errorJavier González1-7/+10
2017-04-16lightnvm: don't check for failure from mempool_alloc()NeilBrown1-9/+0
2017-04-16lightnvm: enable nvme size compile assertsMatias Bjørling1-2/+4
2017-04-16lightnvm: free reverse device mapJavier González1-1/+13
2017-04-16lightnvm: submit erases using the I/O pathJavier González3-45/+44
2017-04-16nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identifyScott Bauer1-1/+1
2017-04-16lightnvm: Fix error handlingChristophe JAILLET1-2/+4
2017-04-14remove the mg_disk driverChristoph Hellwig3-1128/+0
2017-04-08scsi: sd: Remove LBPRZ dependency for discardsMartin K. Petersen1-19/+6
2017-04-08scsi: sd: Separate zeroout and discard command choicesMartin K. Petersen2-3/+61
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig14-79/+21
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig5-7/+15
2017-04-08drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig4-110/+7
2017-04-08mmc: remove the discard_zeroes_data flagChristoph Hellwig1-2/+0
2017-04-08rsxx: remove the discard_zeroes_data flagChristoph Hellwig1-1/+0
2017-04-08rbd: remove the discard_zeroes_data flagChristoph Hellwig1-1/+0
2017-04-08brd: remove discard supportChristoph Hellwig1-54/+0