summaryrefslogtreecommitdiffstats
path: root/drivers/staging/zram
Commit message (Expand)AuthorAgeFilesLines
* zram: allow request end to coincide with disksizeSergey Senozhatsky2013-06-241-1/+1
* zram: remove zram_sysfs file (v2)Sergey Senozhatsky2013-06-244-387/+350
* zram: use atomic64_xxx() to replace zram_stat64_xxx()Jiang Liu2013-06-063-53/+24
* zram: optimize memory operations with clear_page()/copy_page()Jiang Liu2013-06-061-11/+16
* zram: kill unused zram_get_num_devices()Jiang Liu2013-06-062-8/+1
* zram: simplify and optimize dev_to_zram()Jiang Liu2013-06-061-11/+2
* zram: protect sysfs handler from invalid memory accessJiang Liu2013-06-061-0/+2
* zram: avoid access beyond the zram deviceJiang Liu2013-06-061-5/+12
* zram: avoid double free in function zram_bvec_write()Jiang Liu2013-06-061-2/+0
* zram: destroy all devices on error recovery path in zram_init()Jiang Liu2013-06-061-6/+9
* zram: use zram->lock to protect zram_free_page() in swap free notify pathJiang Liu2013-06-062-2/+5
* zram: avoid invalid memory access in zram_exit()Jiang Liu2013-06-061-0/+2
* Staging: Fixes string split across lines in zramMarlies Ruck2013-05-201-2/+2
* zram: fix zram_bvec_read duplicate dump failure message and stat accumulationWanpeng Li2013-03-181-4/+1
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-4/+1
* staging: zram: __zram_reset_device() can be staticFengguang Wu2013-02-081-1/+1
* zram: get rid of lockdep warningMinchan Kim2013-02-053-96/+116
* zram: fix warning of print formatMinchan Kim2013-02-051-1/+1
* zram: give up lazy initialization of zram metadataMinchan Kim2013-02-032-16/+5
* zram: force disksize setting before using zramMinchan Kim2013-02-034-55/+34
* zram: Fix deadlock bug in partial read/writeMinchan Kim2013-02-031-4/+5
* staging: zsmalloc: remove unused pool nameSeth Jennings2013-01-301-1/+1
* Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman2013-01-251-12/+22
|\
| * staging: zram: fix invalid memory references during disk writeNitin Gupta2013-01-131-15/+24
* | staging: zram: drop zram_stat_dec/inc functionsDavidlohr Bueso2013-01-151-18/+8
* | staging: zram: show correct disksizeDavidlohr Bueso2013-01-151-2/+1
* | staging: zram: simplify num_devices paramaterDavidlohr Bueso2013-01-151-7/+3
* | staging: Add angle bracket before and after the URLMasanari Iida2013-01-071-1/+1
|/
* staging: zram: handle mem suffixes in disk size zram_sysfs parameterSergey Senozhatsky2012-10-311-4/+4
* staging: zram: factor-out zram_decompress_page() functionSergey Senozhatsky2012-10-311-65/+48
* Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman2012-10-291-2/+10
|\
| * staging: zram: Fix handling of incompressible pagesNitin Gupta2012-10-221-2/+10
* | staging: zram: correct obsolete comment on max_zpage_sizeMinchan Kim2012-10-221-2/+2
|/
* staging: zsmalloc: add mapping modesSeth Jennings2012-07-091-3/+4
* staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOCSeth Jennings2012-06-251-4/+1
* staging: zram: conventions, __aligned() attributeSam Hansen2012-06-111-1/+1
* staging: zram: conventions pr_warning -> pr_warn()Sam Hansen2012-06-111-4/+4
* staging: zram: remove special handle of uncompressed pageMinchan Kim2012-06-113-112/+15
* staging: zram: fix random data readMinchan Kim2012-06-111-7/+8
* staging: zsmalloc: zsmalloc: use unsigned long instead of void *Minchan Kim2012-06-112-9/+9
* Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-16/+16
|\
| * zram: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-42/+41
* | staging: zram: Rename module parameterNitin Gupta2012-02-133-13/+18
* | staging: fix powerpc linux-next break on zsmallocSeth Jennings2012-02-131-1/+3
* | staging: zram: remove xvmallocNitin Gupta2012-02-083-635/+0
* | staging: zram: replace xvmalloc with zsmallocNitin Gupta2012-02-085-62/+46
|/
* Staging: zram: Add a missing GFP_KERNEL specifier in zram_init_device()Jerome Marchand2011-12-081-1/+2
* Staging: zram/zram_sysfs.c: Fixed call of obsolete function strict_strtoXSergey Datsevich2011-12-081-3/+3
* Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-3/+2
|\
| * block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-5/+3