aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/zram
AgeCommit message (Expand)AuthorFilesLines
2011-09-09zram: Fix sparse warningsGravatar Nitin Gupta 2-2/+3
2011-09-06staging: zram: prevent accessing an unallocated table when init fails earlyGravatar Jerome Marchand 1-5/+6
2011-09-06staging: zram: fix zram lockingGravatar Jerome Marchand 3-26/+44
2011-08-23staging: zram: make global var "num_devices" use unique nameGravatar Noah Watkins 3-13/+13
2011-08-23staging: zram: make global var "devices" use unique nameGravatar Noah Watkins 3-10/+10
2011-07-18Staging: zram: Fix kunmapping orderGravatar Jerome Marchand 1-2/+2
2011-07-05Staging: zram: Replace mutex lock by a R/W semaphoreGravatar Jerome Marchand 2-14/+15
2011-07-05Staging: zram: allow partial page operationsGravatar Jerome Marchand 2-38/+169
2011-07-05Staging: zram: Refactor zram_read/write() functionsGravatar Jerome Marchand 1-160/+155
2011-07-05Staging: zram: Remove useless offset calculation in handle_uncompressed_page()Gravatar Jerome Marchand 1-2/+1
2011-02-23staging: Allow sharing xvmalloc for zram and zcacheGravatar Nitin Gupta 3-1/+15
2011-02-18Staging: zram: initialize device on first readGravatar Jerome Marchand 1-12/+7
2011-02-18Merge 2.6.38-rc5 into staging-nextGravatar Greg Kroah-Hartman 1-0/+4
2011-02-09staging: zram: fix data corruption issueGravatar Nitin Gupta 1-0/+4
2011-02-04zram/xvmalloc: combine duplicate block delete codeGravatar Robert Jennings 1-42/+31
2011-02-04zram: Return zero'd pages on new readsGravatar Robert Jennings 1-1/+1
2011-02-04zram/xvmalloc: Close 32byte hole on 64bit CPUsGravatar Robert Jennings 1-5/+2
2011-02-04zram/xvmalloc: create CONFIG_ZRAM_DEBUG for debug codeGravatar Robert Jennings 3-0/+16
2011-02-04zram/xvmalloc: free bit block insertion optimizationGravatar Robert Jennings 1-0/+2
2011-02-04zram: Prevent overflow in logical block sizeGravatar Robert Jennings 2-1/+3
2011-02-04zram/vmalloc: Correct tunings to enable use with 64K pagesGravatar Robert Jennings 1-2/+14
2011-01-25Staging: zram: simplify zram_make_requestGravatar Nitin Gupta 1-11/+8
2011-01-20staging:zram:xvmalloc.c Fix a typo.Gravatar Justin P. Mattock 1-1/+1
2011-01-20Staging: zram: make zram_read return a bio error if the device is not initial...Gravatar Jerome Marchand 1-2/+1
2011-01-20Staging: zram: round up the disk size provided by userGravatar Jerome Marchand 1-1/+2
2011-01-20Staging: zram: make ZRAM depends on SYSFSGravatar Jerome Marchand 3-9/+1
2011-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-5/+4
2010-12-30Revert "Staging: zram: work around oops due to startup ordering snafu"Gravatar Nitin Gupta 1-6/+0
2010-12-08staging/zram: Fix sparse warning 'Using plain integer as NULL pointer'Gravatar Peter Huewe 1-3/+3
2010-12-07Staging: Merge 2.6.37-rc5 into staging-nextGravatar Greg Kroah-Hartman 1-2/+2
2010-11-18Staging: zram: fix up my fixup for some sysfs attribute permissionsGravatar Greg Kroah-Hartman 1-2/+2
2010-11-16Staging: zram: fix up some sysfs attribute permissionsGravatar Greg Kroah-Hartman 1-2/+2
2010-11-09staging: Use vzallocGravatar Joe Perches 1-2/+1
2010-10-28Merge 'staging-next' to Linus's treeGravatar Greg Kroah-Hartman 7-262/+351
2010-10-08Staging: zram: Makefile: replace the use of <module>-objs with <module>-yGravatar Tracey Dent 1-1/+1
2010-10-05Staging: zram: work around oops due to startup ordering snafuGravatar Anton Blanchard 1-0/+6
2010-09-03Staging: zram: free device memory when init failsGravatar Shahar Havivi 1-0/+1
2010-08-31Staging: zram: Update zram documentationGravatar Nitin Gupta 1-22/+36
2010-08-31Staging: zram: Remove need for explicit device initializationGravatar Nitin Gupta 3-34/+29
2010-08-31Staging: zram: Replace ioctls with sysfs interfaceGravatar Nitin Gupta 6-232/+306
2010-06-24Staging: zram: fix build errors, depends on BLOCKGravatar Randy Dunlap 2-0/+2
2010-06-18Staging: zram: Rename ramzswap to zram in documentationGravatar Nitin Gupta 1-20/+31
2010-06-18Staging: zram: Rename ramzswap to zram in codeGravatar Nitin Gupta 3-262/+256
2010-06-18Staging: Rename ramzswap files to zramGravatar Nitin Gupta 9-0/+1720