aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* zram: correct offset usage in zram_bio_discardWeijie Yang2016-06-121-2/+2
* zram: support REQ_DISCARDJoonsoo Kim2016-06-121-0/+62
* zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2016-06-122-9/+11
* zram: propagate error to userMinchan Kim2016-06-123-11/+20
* zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2016-06-122-15/+18
* zram: move comp allocation out of init_lockSergey Senozhatsky2016-06-121-12/+15
* zram: add lz4 algorithm backendSergey Senozhatsky2016-06-125-0/+82
* zram: make compression algorithm selection possibleSergey Senozhatsky2016-06-124-6/+66
* zram: add set_max_streams knobSergey Senozhatsky2016-06-123-3/+41
* zram: add multi stream functionalitySergey Senozhatsky2016-06-124-5/+167
* zram: factor out single stream compressionSergey Senozhatsky2016-06-122-10/+59
* zram: use zcomp compressing backendsSergey Senozhatsky2016-06-123-43/+36
* zram: introduce compressing backend abstractionSergey Senozhatsky2016-06-124-0/+237
* zram: delete zram_init_device()Sergey Senozhatsky2016-06-121-11/+5
* zram: move zram size warning to documentationSergey Senozhatsky2016-06-121-15/+0
* zram: drop not used table `count' memberSergey Senozhatsky2016-06-121-1/+0
* zram: report failed read and write statsSergey Senozhatsky2016-06-121-0/+4
* zram: remove zram stats code duplicationSergey Senozhatsky2016-06-121-59/+23
* zram: use atomic64_t for all zram statsSergey Senozhatsky2016-06-122-12/+12
* zram: remove good and bad compress statsSergey Senozhatsky2016-06-122-13/+0
* zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky2016-06-121-19/+13
* zram: drop `init_done' struct zram memberSergey Senozhatsky2016-06-122-11/+11
* zram: avoid null access when fail to alloc metaMinchan Kim2016-06-121-0/+2
* zram: remove zram->lock in read path and change it with mutexMinchan Kim2016-06-122-12/+9
* zram: remove workqueue for freeing removed pending slotMinchan Kim2016-06-122-58/+6
* zram: introduce zram->tb_lockMinchan Kim2016-06-122-6/+23
* zram: use atomic operation for statMinchan Kim2016-06-122-20/+16
* zram: remove unnecessary freeMinchan Kim2016-06-121-8/+0
* zram: delay pending free request in read pathMinchan Kim2016-06-121-1/+0
* zram: fix race between reset and flushing pending workMinchan Kim2016-06-121-2/+2
* zram: add copyrightMinchan Kim2016-06-122-0/+2
* zram: promote zram from stagingMinchan Kim2016-06-129-80/+3
* zsmalloc: move it under mmMinchan Kim2016-06-125-1185/+1
* Staging: zram: Fix memory leak by refcount mismatchRashika Kheria2016-06-121-5/+14
* Staging: zram: Fix access of NULL pointerRashika Kheria2016-06-121-2/+4
* Staging: zram: Fix variable dereferenced before checkRashika Kheria2016-06-121-6/+3
* Revert "staging: zram: Add auto loading of module if user opens /dev/zram."Greg Kroah-Hartman2016-06-121-1/+0
* zsmalloc: add more commentNitin Cupta2016-06-122-11/+64
* zsmalloc: add Kconfig for enabling page table methodMinchan Kim2016-06-122-15/+17
* staging: zsmalloc: Ensure handle is never 0 on successOlav Haugan2016-06-121-4/+13
* staging: zsmalloc: access page->private by using page_private macroSunghan Suh2016-06-121-2/+2
* staging/zsmalloc: Fixed up incorrect formatted commentsSara Bird2016-06-122-3/+3
* Staging: Fixes string split across lines in zsmalloc zsmalloc-mainMarlies Ruck2016-06-121-2/+1
* staging: zram: Rate limit memory allocation errorsOlav Haugan2016-06-121-2/+12
* zram: Change ratio to 90% for bad compressOlav Haugan2016-06-121-1/+1
* zram: Disable allocation failure loggingOlav Haugan2016-06-121-1/+2
* zram: don't grab mutex in zram_slot_free_noityMinchan Kim2016-06-122-3/+67
* zram: fix invalid memory accessMinchan Kim2016-06-121-6/+9
* Staging: zram: zram_drv.c: Fixed Error of trailing whitespaceKumar Gaurav2016-06-121-1/+1
* zram: prevent data loss in error cases of function zram_bvec_write()Sunghan Suh2016-06-121-8/+9