summaryrefslogtreecommitdiffstats
path: root/drivers/staging/zram
Commit message (Expand)AuthorAgeFilesLines
* 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
* | zram: Fix sparse warningsNitin Gupta2011-09-092-2/+3
* | staging: zram: prevent accessing an unallocated table when init fails earlyJerome Marchand2011-09-061-5/+6
* | staging: zram: fix zram lockingJerome Marchand2011-09-063-26/+44
* | staging: zram: make global var "num_devices" use unique nameNoah Watkins2011-08-233-13/+13
* | staging: zram: make global var "devices" use unique nameNoah Watkins2011-08-233-10/+10
|/
* Staging: zram: Fix kunmapping orderJerome Marchand2011-07-181-2/+2
* Staging: zram: Replace mutex lock by a R/W semaphoreJerome Marchand2011-07-052-14/+15
* Staging: zram: allow partial page operationsJerome Marchand2011-07-052-38/+169
* Staging: zram: Refactor zram_read/write() functionsJerome Marchand2011-07-051-160/+155
* Staging: zram: Remove useless offset calculation in handle_uncompressed_page()Jerome Marchand2011-07-051-2/+1
* staging: Allow sharing xvmalloc for zram and zcacheNitin Gupta2011-02-233-1/+15
* Staging: zram: initialize device on first readJerome Marchand2011-02-181-12/+7
* Merge 2.6.38-rc5 into staging-nextGreg Kroah-Hartman2011-02-181-0/+4
|\
| * staging: zram: fix data corruption issueNitin Gupta2011-02-091-0/+4
* | zram/xvmalloc: combine duplicate block delete codeRobert Jennings2011-02-041-42/+31
* | zram: Return zero'd pages on new readsRobert Jennings2011-02-041-1/+1
* | zram/xvmalloc: Close 32byte hole on 64bit CPUsRobert Jennings2011-02-041-5/+2
* | zram/xvmalloc: create CONFIG_ZRAM_DEBUG for debug codeRobert Jennings2011-02-043-0/+16
* | zram/xvmalloc: free bit block insertion optimizationRobert Jennings2011-02-041-0/+2
* | zram: Prevent overflow in logical block sizeRobert Jennings2011-02-042-1/+3
* | zram/vmalloc: Correct tunings to enable use with 64K pagesRobert Jennings2011-02-041-2/+14
* | Staging: zram: simplify zram_make_requestNitin Gupta2011-01-251-11/+8
* | staging:zram:xvmalloc.c Fix a typo.Justin P. Mattock2011-01-201-1/+1
* | Staging: zram: make zram_read return a bio error if the device is not initial...Jerome Marchand2011-01-201-2/+1
* | Staging: zram: round up the disk size provided by userJerome Marchand2011-01-201-1/+2
* | Staging: zram: make ZRAM depends on SYSFSJerome Marchand2011-01-203-9/+1
|/
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-102-5/+4
|\
| * staging/zram: Fix sparse warning 'Using plain integer as NULL pointer'Peter Huewe2010-12-081-3/+3
OpenPOWER on IntegriCloud