aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/zram (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-18zram: fix zram_bvec_read duplicate dump failure message and stat accumulationWanpeng Li1-4/+1
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-4/+1
2013-02-08staging: zram: __zram_reset_device() can be staticFengguang Wu1-1/+1
2013-02-05zram: get rid of lockdep warningMinchan Kim3-96/+116
2013-02-05zram: fix warning of print formatMinchan Kim1-1/+1
2013-02-03zram: give up lazy initialization of zram metadataMinchan Kim2-16/+5
2013-02-03zram: force disksize setting before using zramMinchan Kim4-55/+34
2013-02-03zram: Fix deadlock bug in partial read/writeMinchan Kim1-4/+5
2013-01-30staging: zsmalloc: remove unused pool nameSeth Jennings1-1/+1
2013-01-25Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman1-12/+22
2013-01-15staging: zram: drop zram_stat_dec/inc functionsDavidlohr Bueso1-18/+8
2013-01-15staging: zram: show correct disksizeDavidlohr Bueso1-2/+1
2013-01-15staging: zram: simplify num_devices paramaterDavidlohr Bueso1-7/+3
2013-01-13staging: zram: fix invalid memory references during disk writeNitin Gupta1-15/+24
2013-01-07staging: Add angle bracket before and after the URLMasanari Iida1-1/+1
2012-10-31staging: zram: handle mem suffixes in disk size zram_sysfs parameterSergey Senozhatsky1-4/+4
2012-10-31staging: zram: factor-out zram_decompress_page() functionSergey Senozhatsky1-65/+48
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman1-2/+10
2012-10-22staging: zram: Fix handling of incompressible pagesNitin Gupta1-2/+10
2012-10-22staging: zram: correct obsolete comment on max_zpage_sizeMinchan Kim1-2/+2
2012-07-09staging: zsmalloc: add mapping modesSeth Jennings1-3/+4
2012-06-25staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOCSeth Jennings1-4/+1
2012-06-11staging: zram: conventions, __aligned() attributeSam Hansen1-1/+1
2012-06-11staging: zram: conventions pr_warning -> pr_warn()Sam Hansen1-4/+4
2012-06-11staging: zram: remove special handle of uncompressed pageMinchan Kim3-112/+15
2012-06-11staging: zram: fix random data readMinchan Kim1-7/+8
2012-06-11staging: zsmalloc: zsmalloc: use unsigned long instead of void *Minchan Kim2-9/+9
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-16/+16
2012-03-20zram: remove the second argument of k[un]map_atomic()Cong Wang2-42/+41
2012-02-13staging: zram: Rename module parameterNitin Gupta3-13/+18
2012-02-13staging: fix powerpc linux-next break on zsmallocSeth Jennings1-1/+3
2012-02-08staging: zram: remove xvmallocNitin Gupta3-635/+0
2012-02-08staging: zram: replace xvmalloc with zsmallocNitin Gupta5-62/+46
2011-12-08Staging: zram: Add a missing GFP_KERNEL specifier in zram_init_device()Jerome Marchand1-1/+2
2011-12-08Staging: zram/zram_sysfs.c: Fixed call of obsolete function strict_strtoXSergey Datsevich1-3/+3
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-5/+3
2011-09-09zram: Fix sparse warningsNitin Gupta2-2/+3
2011-09-06staging: zram: prevent accessing an unallocated table when init fails earlyJerome Marchand1-5/+6
2011-09-06staging: zram: fix zram lockingJerome Marchand3-26/+44
2011-08-23staging: zram: make global var "num_devices" use unique nameNoah Watkins3-13/+13
2011-08-23staging: zram: make global var "devices" use unique nameNoah Watkins3-10/+10
2011-07-18Staging: zram: Fix kunmapping orderJerome Marchand1-2/+2
2011-07-05Staging: zram: Replace mutex lock by a R/W semaphoreJerome Marchand2-14/+15
2011-07-05Staging: zram: allow partial page operationsJerome Marchand2-38/+169
2011-07-05Staging: zram: Refactor zram_read/write() functionsJerome Marchand1-160/+155
2011-07-05Staging: zram: Remove useless offset calculation in handle_uncompressed_page()Jerome Marchand1-2/+1
2011-02-23staging: Allow sharing xvmalloc for zram and zcacheNitin Gupta3-1/+15
2011-02-18Staging: zram: initialize device on first readJerome Marchand1-12/+7
2011-02-18Merge 2.6.38-rc5 into staging-nextGreg Kroah-Hartman1-0/+4