aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/zram
AgeCommit message (Expand)Author
2012-10-31staging: zram: handle mem suffixes in disk size zram_sysfs parameterSergey Senozhatsky
2012-10-31staging: zram: factor-out zram_decompress_page() functionSergey Senozhatsky
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman
2012-10-22staging: zram: Fix handling of incompressible pagesNitin Gupta
2012-10-22staging: zram: correct obsolete comment on max_zpage_sizeMinchan Kim
2012-07-09staging: zsmalloc: add mapping modesSeth Jennings
2012-06-25staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOCSeth Jennings
2012-06-11staging: zram: conventions, __aligned() attributeSam Hansen
2012-06-11staging: zram: conventions pr_warning -> pr_warn()Sam Hansen
2012-06-11staging: zram: remove special handle of uncompressed pageMinchan Kim
2012-06-11staging: zram: fix random data readMinchan Kim
2012-06-11staging: zsmalloc: zsmalloc: use unsigned long instead of void *Minchan Kim
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20zram: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-13staging: zram: Rename module parameterNitin Gupta
2012-02-13staging: fix powerpc linux-next break on zsmallocSeth Jennings
2012-02-08staging: zram: remove xvmallocNitin Gupta
2012-02-08staging: zram: replace xvmalloc with zsmallocNitin Gupta
2011-12-08Staging: zram: Add a missing GFP_KERNEL specifier in zram_init_device()Jerome Marchand
2011-12-08Staging: zram/zram_sysfs.c: Fixed call of obsolete function strict_strtoXSergey Datsevich
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2011-09-09zram: Fix sparse warningsNitin Gupta
2011-09-06staging: zram: prevent accessing an unallocated table when init fails earlyJerome Marchand
2011-09-06staging: zram: fix zram lockingJerome Marchand
2011-08-23staging: zram: make global var "num_devices" use unique nameNoah Watkins
2011-08-23staging: zram: make global var "devices" use unique nameNoah Watkins
2011-07-18Staging: zram: Fix kunmapping orderJerome Marchand
2011-07-05Staging: zram: Replace mutex lock by a R/W semaphoreJerome Marchand
2011-07-05Staging: zram: allow partial page operationsJerome Marchand
2011-07-05Staging: zram: Refactor zram_read/write() functionsJerome Marchand
2011-07-05Staging: zram: Remove useless offset calculation in handle_uncompressed_page()Jerome Marchand
2011-02-23staging: Allow sharing xvmalloc for zram and zcacheNitin Gupta
2011-02-18Staging: zram: initialize device on first readJerome Marchand
2011-02-18Merge 2.6.38-rc5 into staging-nextGreg Kroah-Hartman
2011-02-09staging: zram: fix data corruption issueNitin Gupta
2011-02-04zram/xvmalloc: combine duplicate block delete codeRobert Jennings
2011-02-04zram: Return zero'd pages on new readsRobert Jennings
2011-02-04zram/xvmalloc: Close 32byte hole on 64bit CPUsRobert Jennings
2011-02-04zram/xvmalloc: create CONFIG_ZRAM_DEBUG for debug codeRobert Jennings
2011-02-04zram/xvmalloc: free bit block insertion optimizationRobert Jennings
2011-02-04zram: Prevent overflow in logical block sizeRobert Jennings
2011-02-04zram/vmalloc: Correct tunings to enable use with 64K pagesRobert Jennings
2011-01-25Staging: zram: simplify zram_make_requestNitin Gupta
2011-01-20staging:zram:xvmalloc.c Fix a typo.Justin P. Mattock
2011-01-20Staging: zram: make zram_read return a bio error if the device is not initial...Jerome Marchand
2011-01-20Staging: zram: round up the disk size provided by userJerome Marchand
2011-01-20Staging: zram: make ZRAM depends on SYSFSJerome Marchand
2011-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2010-12-30Revert "Staging: zram: work around oops due to startup ordering snafu"Nitin Gupta