summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-03-29lightnvm: simplify geometry structureJavier González11-327/+353
2018-03-29lightnvm: pblk: refactor init/exit sequencesJavier González1-203/+202
2018-03-29lightnvm: Avoid validation of default op valueHeiner Litz1-4/+2
2018-03-29lightnvm: centralize permission check for lightnvm ioctlJohannes Thumshirn1-18/+3
2018-03-29lightnvm: fix bad block initializationHeiner Litz1-1/+2
2018-03-29nvme: lightnvm: add late setup of block size and metadataMatias Bjørling4-3/+12
2018-03-29lightnvm: remove nvm_dev_ops->max_phys_sectMatias Bjørling4-36/+14
2018-03-29lightnvm: remove max_rq_sizeMatias Bjørling1-1/+0
2018-03-29lightnvm: add 2.0 geometry identificationMatias Bjørling2-54/+292
2018-03-29lightnvm: flatten nvm_id_group into nvm_idMatias Bjørling2-68/+63
2018-03-29lightnvm: make 1.2 data structures explicitMatias Bjørling1-41/+41
2018-03-29lightnvm: pblk: refactor bad block identificationJavier González3-109/+109
2018-03-29lightnvm: pblk: prevent race in pblk_rb_flush_point_setHans Holmberg1-3/+4
2018-03-29lightnvm: pblk: allow allocation of new lines during shutdownHans Holmberg1-7/+0
2018-03-29lightnvm: pblk: delete writer kick timer before stopping threadHans Holmberg1-1/+1
2018-03-29lightnvm: pblk: add padding distribution sysfs attributeHans Holmberg4-13/+113
2018-03-29lightnvm: remove multiple groups in 1.2 data structureMatias Bjørling1-2/+3
2018-03-29lightnvm: remove mlc pairs structureMatias Bjørling1-13/+1
2018-03-29lightnvm: pblk: export write amplification counters to sysfsHans Holmberg8-10/+168
2018-03-29lightnvm: pblk: check data lines version on recoveryHans Holmberg3-5/+46
2018-03-29lightnvm: pblk: handle bad sectors in the emeta area correctlyHans Holmberg1-5/+6
2018-03-29lightnvm: remove chnl_offset in nvme_nvm_identityMatias Bjørling1-3/+1
2018-03-29lightnvm/pblk-gc: Delete an error message for a failed memory allocation in p...Markus Elfring1-3/+1
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesKeith Busch3-3/+3
2018-03-27loop: use killable lock in ioctlsOmar Sandoval1-10/+19
2018-03-27loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval1-14/+24
2018-03-26nvme: make nvme_get_log_ext non-staticMatias Bjørling2-1/+4
2018-03-26nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig5-17/+17
2018-03-26nvmet: refactor configfs transport type handlingChristoph Hellwig1-32/+29
2018-03-26nvmet: move device_uuid configfs attr definition to suitable placeMax Gurtovoy1-2/+2
2018-03-26nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi3-3/+12
2018-03-26nvme-rdma: Allow DELETING state change failure in error_recoveryNitzan Carmi1-2/+2
2018-03-26nvme: Skip checking heads without namespacesKeith Busch1-0/+1
2018-03-26nvme-rdma: Don't flush delete_wq by default during remove_oneMax Gurtovoy1-0/+14
2018-03-26nvmet-rdma: Don't flush system_wq by default during remove_oneMax Gurtovoy1-1/+18
2018-03-26nvmet-rdma: Fix use after free in nvmet_rdma_cm_handler()Israel Rukshin1-16/+11
2018-03-26nvmet-rdma: Remove unused queue stateIsrael Rukshin1-5/+1
2018-03-26nvmet_fc: prevent new io rqsts in possible isr completionsJames Smart1-3/+16
2018-03-26nvme_fc: on remoteport reuse, set new nport_id and role.James Smart1-0/+2
2018-03-26nvme_fc: fix abort race on teardown with lld rejectJames Smart1-1/+4
2018-03-26nvme_fc: io timeout should defer abort to ctrl resetJames Smart1-11/+1
2018-03-26nvme_fc: fix ctrl create failures racing with workq itemsJames Smart1-0/+4
2018-03-26nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-AJarosław Janik1-2/+5
2018-03-26nvme: centralize ctrl removal printsMax Gurtovoy3-12/+8
2018-03-26nvme-pci: Add .get_address ctrl callbackKeith Busch1-0/+8
2018-03-26nvme: implement log page low/high offset and dwordsMatias Bjørling1-10/+22
2018-03-26nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang3-35/+35
2018-03-26nvme: fix the dangerous reference of namespaces listJianchao Wang1-2/+14
2018-03-26nvme-pci: quiesce IO queues prior to disabling device HMB accessesJianchao Wang1-5/+4
2018-03-26nvme: Add fault injection featureThomas Tai4-0/+109