summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2014-06-13NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox1-3/+2
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch1-10/+25
2014-06-04NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox1-2/+2
2014-06-04NVMe: Use last bytes of f/w rev SCSI InquiryKeith Busch1-1/+6
2014-06-04NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw1-14/+19
2014-06-04NVMe: Fix nvme get/put queue semanticsKeith Busch1-8/+21
2014-06-04NVMe: Delete NVME_GET_FEAT_TEMP_THRESHMatthew Wilcox1-1/+0
2014-06-04NVMe: Make admin timeout a module parameterKeith Busch1-3/+7
2014-06-04NVMe: Make iod bio timeout a parameterKeith Busch1-1/+5
2014-06-04NVMe: Prevent possible NULL pointer dereferenceSantosh Y1-1/+4
2014-06-04NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD)Indraneel Mukherjee1-4/+4
2014-05-10NVMe: Enable BUILD_BUG_ON checksMatthew Wilcox1-0/+1
2014-05-05NVMe: Flush with data supportKeith Busch1-20/+24
2014-05-05NVMe: Configure support for block flushKeith Busch1-0/+3
2014-05-05NVMe: Add tracepointsKeith Busch1-4/+9
2014-05-05NVMe: Protect against badly formatted CQEsKeith Busch1-2/+3
2014-05-05NVMe: Improve error messagesMatthew Wilcox1-3/+10
2014-05-05NVMe: Update copyright headersMatthew Wilcox2-9/+1
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-40/+20
2014-04-12Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-236/+491
2014-04-11NVMe: Retry failed commands with non-fatal errorsKeith Busch2-94/+151
2014-04-11NVMe: Add getgeo to block opsKeith Busch1-0/+11
2014-04-11NVMe: Start-stop nvme_thread during device add-remove.Dan McLeran1-14/+42
2014-04-11NVMe: Make I/O timeout a module parameterKeith Busch1-0/+4
2014-04-11NVMe: CPU hot plug notificationKeith Busch1-0/+19
2014-04-11NVMe: per-cpu io queuesKeith Busch1-37/+167
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2014-04-09drivers/block/loop.c: ratelimit error messagesMike Galbraith1-4/+4
2014-04-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds10-170/+797
2014-04-08zram: support REQ_DISCARDJoonsoo Kim1-0/+62
2014-04-08zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2-9/+11
2014-04-08zram: propagate error to userMinchan Kim3-11/+20
2014-04-08zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2-15/+18
2014-04-08zram: move comp allocation out of init_lockSergey Senozhatsky1-12/+15
2014-04-08zram: add lz4 algorithm backendSergey Senozhatsky5-0/+82
2014-04-08zram: make compression algorithm selection possibleSergey Senozhatsky4-6/+66
2014-04-08zram: add set_max_streams knobSergey Senozhatsky3-3/+41
2014-04-08zram: add multi stream functionalitySergey Senozhatsky4-5/+167
2014-04-08zram: factor out single stream compressionSergey Senozhatsky2-10/+59
2014-04-08zram: use zcomp compressing backendsSergey Senozhatsky3-43/+36
2014-04-08zram: introduce compressing backend abstractionSergey Senozhatsky4-0/+237
2014-04-08zram: delete zram_init_device()Sergey Senozhatsky1-11/+5
2014-04-08zram: move zram size warning to documentationSergey Senozhatsky1-15/+0
2014-04-08zram: drop not used table `count' memberSergey Senozhatsky1-1/+0
2014-04-08zram: report failed read and write statsSergey Senozhatsky1-0/+4
2014-04-08zram: remove zram stats code duplicationSergey Senozhatsky1-59/+23
2014-04-08zram: use atomic64_t for all zram statsSergey Senozhatsky2-12/+12
2014-04-08zram: remove good and bad compress statsSergey Senozhatsky2-13/+0
2014-04-08zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky1-18/+12
2014-04-08zram: drop `init_done' struct zram memberSergey Senozhatsky2-11/+11