summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: remove an unnecessary initialization in HMB codeMinwoo Im2018-01-081-2/+2
* nvme-fabrics: protect against module unload during create_ctrlRoy Shterman2018-01-085-4/+18
* nvmet-fc: cleanup nvmet add_port/remove_portJames Smart2018-01-081-21/+3
* nvme_fcloop: refactor host/target io job accessJames Smart2018-01-081-22/+125
* nvme_fcloop: rework to remove xxx_IN_ISR feature flagsJames Smart2018-01-081-35/+63
* nvme_fcloop: disassocate local port structsJames Smart2018-01-081-10/+25
* nvme_fcloop: fix abort race conditionJames Smart2018-01-081-5/+7
* nvmet: lower log level for each queue creationSagi Grimberg2018-01-081-1/+1
* nvmet-rdma: lowering log level for chatty debug messagesSagi Grimberg2018-01-081-1/+1
* nvmet-rdma: removed queue cleanup from module exitSagi Grimberg2018-01-081-17/+1
* target: Use sgl_alloc_order() and sgl_free()Bart Van Assche2018-01-062-42/+5
* nvmet/rdma: Use sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-59/+5
* nvmet/fc: Use sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-34/+3
* DAC960: split up ioctl function to reduce stack sizeArnd Bergmann2018-01-061-70/+90
* dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei2018-01-061-1/+0
* block: move bio_alloc_pages() to bcacheMing Lei2018-01-067-5/+33
* bcache: comment on direct access to bvec tableMing Lei2018-01-062-0/+8
* dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZEMing Lei2018-01-061-1/+9
* block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-063-6/+6
* pktcdvd: Fix a recently introduced NULL pointer dereferenceBart Van Assche2018-01-051-4/+4
* pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche2018-01-051-3/+1
* lightnvm: pblk: refactor pblk_ppa_comp functionMatias Bjørling2018-01-051-4/+1
* lightnvm: pblk: add iostat supportJavier González2018-01-053-12/+25
* lightnvm: pblk: print instance name on instance infoJavier González2018-01-051-1/+2
* lightnvm: pblk: free write buffer on init failureJavier González2018-01-051-1/+2
* lightnvm: pblk: ensure kthread alloc. before kicking itJavier González2018-01-051-6/+11
* lightnvm: pblk: do not log recovery read errorsJavier González2018-01-052-3/+4
* lightnvm: pblk: ignore high ecc errors on recoveryJavier González2018-01-051-1/+1
* lightnvm: set target over-provision on create ioctlJavier González2018-01-053-24/+89
* lightnvm: pblk: use exact free block counter in RLJavier González2018-01-056-46/+73
* lightnvm: pblk: remove pblk_gc_stopHans Holmberg2018-01-051-12/+2
* lightnvm: pblk: prevent premature sync point resetsHans Holmberg2018-01-051-6/+6
* lightnvm: pblk: clear flush point on completed writesHans Holmberg2018-01-052-31/+44
* lightnvm: pblk: rename sync_point to flush_pointHans Holmberg2018-01-053-34/+35
* lightnvm: pblk: refactor emeta consistency checkHans Holmberg2018-01-053-7/+19
* lightnvm: pblk: remove pblk_for_each_lun helperJavier González2018-01-051-4/+0
* lightnvm: pblk: compress and reorder helper functionsJavier González2018-01-055-98/+71
* lightnvm: guarantee target unique name across devs.Javier González2018-01-051-6/+27
* lightnvm: refactor target type lookupJavier González2018-01-051-13/+17
* lightnvm: make geometry structures 2.0 readyMatias Bjørling2018-01-057-117/+137
* lightnvm: remove lower page tablesMatias Bjørling2018-01-052-81/+0
* lightnvm: remove hybrid ocssd 1.2 supportMatias Bjørling2018-01-052-237/+0
* lightnvm: use internal pblk methodsMatias Bjørling2018-01-052-3/+3
* lightnvm: remove rrpcMatias Bjørling2018-01-054-1923/+0
* null_blk: remove lightnvm supportMatias Bjørling2018-01-051-217/+3
* Merge branch 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/sc...Linus Torvalds2017-12-171-1/+1
|\
| * drivers/misc/intel/pti: Rename the header file to free up the namespaceIngo Molnar2017-12-171-1/+1
* | Merge tag 'dmaengine-fix-4.15-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2017-12-175-41/+52
|\ \
| * | dmaengine: fsl-edma: disable clks on all error pathsAndreas Platschek2017-12-151-14/+14
| * | dmaengine: jz4740: disable/unprepare clk if probe failsTobias Jordan2017-12-111-1/+3