summaryrefslogtreecommitdiffstats
path: root/drivers/staging/zram
Commit message (Expand)AuthorAgeFilesLines
* staging: zram: Fix handling of incompressible pagesNitin Gupta2012-10-221-2/+10
* staging: zsmalloc: add mapping modesSeth Jennings2012-07-091-3/+4
* staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOCSeth Jennings2012-06-251-4/+1Star
* 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/+15Star
* 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/+41Star
* | staging: zram: Rename module parameterNitin Gupta2012-02-143-13/+18
* | staging: fix powerpc linux-next break on zsmallocSeth Jennings2012-02-131-1/+3
* | staging: zram: remove xvmallocNitin Gupta2012-02-093-635/+0Star
* | staging: zram: replace xvmalloc with zsmallocNitin Gupta2012-02-095-62/+46Star
|/
* 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-051-3/+2Star
|\
| * block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-5/+3Star
* | zram: Fix sparse warningsNitin Gupta2011-09-102-2/+3
* | staging: zram: prevent accessing an unallocated table when init fails earlyJerome Marchand2011-09-071-5/+6
* | staging: zram: fix zram lockingJerome Marchand2011-09-073-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/+155Star
* Staging: zram: Remove useless offset calculation in handle_uncompressed_page()Jerome Marchand2011-07-051-2/+1Star
* staging: Allow sharing xvmalloc for zram and zcacheNitin Gupta2011-02-233-1/+15
* Staging: zram: initialize device on first readJerome Marchand2011-02-181-12/+7Star
* 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/+31Star
* | 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/+2Star
* | 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/+8Star
* | staging:zram:xvmalloc.c Fix a typo.Justin P. Mattock2011-01-211-1/+1
* | Staging: zram: make zram_read return a bio error if the device is not initial...Jerome Marchand2011-01-211-2/+1Star
* | Staging: zram: round up the disk size provided by userJerome Marchand2011-01-211-1/+2
* | Staging: zram: make ZRAM depends on SYSFSJerome Marchand2011-01-213-9/+1Star
|/
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-112-5/+4Star
|\
| * staging/zram: Fix sparse warning 'Using plain integer as NULL pointer'Peter Huewe2010-12-081-3/+3
| * Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman2010-12-071-2/+2
| |\
| * | staging: Use vzallocJoe Perches2010-11-101-2/+1Star
* | | Revert "Staging: zram: work around oops due to startup ordering snafu"Nitin Gupta2010-12-301-6/+0Star
| |/ |/|
* | Staging: zram: fix up my fixup for some sysfs attribute permissionsGreg Kroah-Hartman2010-11-181-2/+2