aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/zram/zram_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-30zram: promote zram from stagingMinchan Kim1-994/+0
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-5/+14
2013-11-25Staging: zram: Fix memory leak by refcount mismatchRashika Kheria1-5/+14
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-9/+10
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-6/+8
2013-10-30Staging: zram: Fix access of NULL pointerRashika Kheria1-2/+4
2013-10-30Staging: zram: Fix variable dereferenced before checkRashika Kheria1-6/+3
2013-09-17Revert "staging: zram: Add auto loading of module if user opens /dev/zram."Greg Kroah-Hartman1-1/+0
2013-08-12zram: don't grab mutex in zram_slot_free_noityMinchan Kim1-3/+57
2013-08-12zram: fix invalid memory accessMinchan Kim1-6/+9
2013-08-12Staging: zram: zram_drv.c: Fixed Error of trailing whitespaceKumar Gaurav1-1/+1
2013-07-29Merge 3.11-rc3 into staging-nextGreg Kroah-Hartman1-1/+5
2013-07-26zram: prevent data loss in error cases of function zram_bvec_write()Sunghan Suh1-8/+9
2013-07-25staging: zram: Add auto loading of module if user opens /dev/zram.Konrad Rzeszutek Wilk1-0/+1
2013-07-23staging: zram: protect zram_reset_device() callSergey Senozhatsky1-1/+5
2013-06-24zram: allow request end to coincide with disksizeSergey Senozhatsky1-1/+1
2013-06-24zram: remove zram_sysfs file (v2)Sergey Senozhatsky1-167/+349
2013-06-06zram: use atomic64_xxx() to replace zram_stat64_xxx()Jiang Liu1-29/+8
2013-06-06zram: optimize memory operations with clear_page()/copy_page()Jiang Liu1-11/+16
2013-06-06zram: kill unused zram_get_num_devices()Jiang Liu1-6/+1
2013-06-06zram: avoid access beyond the zram deviceJiang Liu1-5/+12
2013-06-06zram: avoid double free in function zram_bvec_write()Jiang Liu1-2/+0
2013-06-06zram: destroy all devices on error recovery path in zram_init()Jiang Liu1-6/+9
2013-06-06zram: use zram->lock to protect zram_free_page() in swap free notify pathJiang Liu1-0/+2
2013-06-06zram: avoid invalid memory access in zram_exit()Jiang Liu1-0/+2
2013-05-20Staging: Fixes string split across lines in zramMarlies Ruck1-2/+2
2013-03-18zram: fix zram_bvec_read duplicate dump failure message and stat accumulationWanpeng Li1-4/+1
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-4/+1
2013-02-08staging: zram: __zram_reset_device() can be staticFengguang Wu1-1/+1
2013-02-05zram: get rid of lockdep warningMinchan Kim1-90/+99
2013-02-05zram: fix warning of print formatMinchan Kim1-1/+1
2013-02-03zram: give up lazy initialization of zram metadataMinchan Kim1-16/+4
2013-02-03zram: force disksize setting before using zramMinchan Kim1-33/+18
2013-02-03zram: Fix deadlock bug in partial read/writeMinchan Kim1-4/+5
2013-01-30staging: zsmalloc: remove unused pool nameSeth Jennings1-1/+1
2013-01-25Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman1-12/+22
2013-01-15staging: zram: drop zram_stat_dec/inc functionsDavidlohr Bueso1-18/+8
2013-01-15staging: zram: show correct disksizeDavidlohr Bueso1-2/+1
2013-01-15staging: zram: simplify num_devices paramaterDavidlohr Bueso1-7/+3
2013-01-13staging: zram: fix invalid memory references during disk writeNitin Gupta1-15/+24
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