aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/zram/zram_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-31staging: zram: factor-out zram_decompress_page() functionSergey Senozhatsky1-65/+48
2012-10-22staging: zram: Fix handling of incompressible pagesNitin Gupta1-2/+10
2012-07-09staging: zsmalloc: add mapping modesSeth Jennings1-3/+4
2012-06-11staging: zram: conventions pr_warning -> pr_warn()Sam Hansen1-4/+4
2012-06-11staging: zram: remove special handle of uncompressed pageMinchan Kim1-92/+12
2012-06-11staging: zram: fix random data readMinchan Kim1-7/+8
2012-06-11staging: zsmalloc: zsmalloc: use unsigned long instead of void *Minchan Kim1-8/+8
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 Wang1-22/+22
2012-02-13staging: zram: Rename module parameterNitin Gupta1-11/+16
2012-02-08staging: zram: replace xvmalloc with zsmallocNitin Gupta1-50/+39
2011-12-08Staging: zram: Add a missing GFP_KERNEL specifier in zram_init_device()Jerome Marchand1-1/+2
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 Gupta1-1/+2
2011-09-06staging: zram: prevent accessing an unallocated table when init fails earlyJerome Marchand1-5/+6
2011-09-06staging: zram: fix zram lockingJerome Marchand1-17/+29
2011-08-23staging: zram: make global var "num_devices" use unique nameNoah Watkins1-11/+11
2011-08-23staging: zram: make global var "devices" use unique nameNoah Watkins1-8/+8
2011-07-18Staging: zram: Fix kunmapping orderJerome Marchand1-2/+2
2011-07-05Staging: zram: Replace mutex lock by a R/W semaphoreJerome Marchand1-12/+13
2011-07-05Staging: zram: allow partial page operationsJerome Marchand1-37/+165
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-18Staging: zram: initialize device on first readJerome Marchand1-12/+7
2011-02-18Merge 2.6.38-rc5 into staging-nextGreg Kroah-Hartman1-0/+4
2011-02-09staging: zram: fix data corruption issueNitin Gupta1-0/+4
2011-02-04zram: Return zero'd pages on new readsRobert Jennings1-1/+1
2011-02-04zram/xvmalloc: create CONFIG_ZRAM_DEBUG for debug codeRobert Jennings1-0/+4
2011-02-04zram: Prevent overflow in logical block sizeRobert Jennings1-1/+2
2011-01-25Staging: zram: simplify zram_make_requestNitin Gupta1-11/+8
2011-01-20Staging: zram: make zram_read return a bio error if the device is not initializedJerome Marchand1-2/+1
2011-01-20Staging: zram: make ZRAM depends on SYSFSJerome Marchand1-4/+0
2011-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-2/+1
2010-12-30Revert "Staging: zram: work around oops due to startup ordering snafu"Nitin Gupta1-6/+0
2010-11-09staging: Use vzallocJoe Perches1-2/+1
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman1-141/+78
2010-10-05Staging: zram: work around oops due to startup ordering snafuAnton Blanchard1-0/+6
2010-09-03Staging: zram: free device memory when init failsShahar Havivi1-0/+1
2010-08-31Staging: zram: Remove need for explicit device initializationNitin Gupta1-12/+23
2010-08-31Staging: zram: Replace ioctls with sysfs interfaceNitin Gupta1-133/+53
2010-06-24Staging: zram: fix build errors, depends on BLOCKRandy Dunlap1-0/+1
2010-06-18Staging: zram: Rename ramzswap to zram in codeNitin Gupta1-216/+215
2010-06-18Staging: Rename ramzswap files to zramNitin Gupta1-0/+805