summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2014-06-13NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch
2014-06-04NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox
2014-06-04NVMe: Use last bytes of f/w rev SCSI InquiryKeith Busch
2014-06-04NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw
2014-06-04NVMe: Fix nvme get/put queue semanticsKeith Busch
2014-06-04NVMe: Delete NVME_GET_FEAT_TEMP_THRESHMatthew Wilcox
2014-06-04NVMe: Make admin timeout a module parameterKeith Busch
2014-06-04NVMe: Make iod bio timeout a parameterKeith Busch
2014-06-03NVMe: Prevent possible NULL pointer dereferenceSantosh Y
2014-06-03NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD)Indraneel Mukherjee
2014-05-10NVMe: Enable BUILD_BUG_ON checksMatthew Wilcox
2014-05-05NVMe: Flush with data supportKeith Busch
2014-05-05NVMe: Configure support for block flushKeith Busch
2014-05-05NVMe: Add tracepointsKeith Busch
2014-05-05NVMe: Protect against badly formatted CQEsKeith Busch
2014-05-05NVMe: Improve error messagesMatthew Wilcox
2014-05-05NVMe: Update copyright headersMatthew Wilcox
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-11Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2014-04-10NVMe: Retry failed commands with non-fatal errorsKeith Busch
2014-04-10NVMe: Add getgeo to block opsKeith Busch
2014-04-10NVMe: Start-stop nvme_thread during device add-remove.Dan McLeran
2014-04-10NVMe: Make I/O timeout a module parameterKeith Busch
2014-04-10NVMe: CPU hot plug notificationKeith Busch
2014-04-10NVMe: per-cpu io queuesKeith Busch
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-04-08drivers/block/loop.c: ratelimit error messagesMike Galbraith
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-04-07zram: support REQ_DISCARDJoonsoo Kim
2014-04-07zram: use scnprintf() in attrs show() methodsSergey Senozhatsky
2014-04-07zram: propagate error to userMinchan Kim
2014-04-07zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky
2014-04-07zram: move comp allocation out of init_lockSergey Senozhatsky
2014-04-07zram: add lz4 algorithm backendSergey Senozhatsky
2014-04-07zram: make compression algorithm selection possibleSergey Senozhatsky
2014-04-07zram: add set_max_streams knobSergey Senozhatsky
2014-04-07zram: add multi stream functionalitySergey Senozhatsky
2014-04-07zram: factor out single stream compressionSergey Senozhatsky
2014-04-07zram: use zcomp compressing backendsSergey Senozhatsky
2014-04-07zram: introduce compressing backend abstractionSergey Senozhatsky
2014-04-07zram: delete zram_init_device()Sergey Senozhatsky
2014-04-07zram: move zram size warning to documentationSergey Senozhatsky
2014-04-07zram: drop not used table `count' memberSergey Senozhatsky
2014-04-07zram: report failed read and write statsSergey Senozhatsky
2014-04-07zram: remove zram stats code duplicationSergey Senozhatsky
2014-04-07zram: use atomic64_t for all zram statsSergey Senozhatsky
2014-04-07zram: remove good and bad compress statsSergey Senozhatsky
2014-04-07zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky
2014-04-07zram: drop `init_done' struct zram memberSergey Senozhatsky