aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/zram/zram_drv.c
AgeCommit message (Expand)Author
2015-05-11zram: promote zram from stagingMinchan Kim
2015-05-11Staging: zram: Fix memory leak by refcount mismatchRashika Kheria
2015-05-11Staging: zram: Fix access of NULL pointerRashika Kheria
2015-05-11Staging: zram: Fix variable dereferenced before checkRashika Kheria
2015-05-11Revert "staging: zram: Add auto loading of module if user opens /dev/zram."Greg Kroah-Hartman
2015-05-11zram: don't grab mutex in zram_slot_free_noityMinchan Kim
2015-05-11zram: fix invalid memory accessMinchan Kim
2015-05-11Staging: zram: zram_drv.c: Fixed Error of trailing whitespaceKumar Gaurav
2015-05-11zram: prevent data loss in error cases of function zram_bvec_write()Sunghan Suh
2015-05-11staging: zram: Add auto loading of module if user opens /dev/zram.Konrad Rzeszutek Wilk
2015-05-11staging: zram: protect zram_reset_device() callSergey Senozhatsky
2015-05-11zram: remove zram_sysfs file (v2)Sergey Senozhatsky
2015-05-11zram: use atomic64_xxx() to replace zram_stat64_xxx()Jiang Liu
2015-05-11zram: optimize memory operations with clear_page()/copy_page()Jiang Liu
2015-05-11zram: kill unused zram_get_num_devices()Jiang Liu
2015-05-11Staging: Fixes string split across lines in zramMarlies Ruck
2013-08-14zram: allow request end to coincide with disksizeSergey Senozhatsky
2013-08-11zram: avoid access beyond the zram deviceJiang Liu
2013-08-11zram: avoid double free in function zram_bvec_write()Jiang Liu
2013-08-11zram: destroy all devices on error recovery path in zram_init()Jiang Liu
2013-08-11zram: use zram->lock to protect zram_free_page() in swap free notify pathJiang Liu
2013-08-11zram: avoid invalid memory access in zram_exit()Jiang Liu
2013-03-18zram: fix zram_bvec_read duplicate dump failure message and stat accumulationWanpeng Li
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches
2013-02-08staging: zram: __zram_reset_device() can be staticFengguang Wu
2013-02-05zram: get rid of lockdep warningMinchan Kim
2013-02-05zram: fix warning of print formatMinchan Kim
2013-02-03zram: give up lazy initialization of zram metadataMinchan Kim
2013-02-03zram: force disksize setting before using zramMinchan Kim
2013-02-03zram: Fix deadlock bug in partial read/writeMinchan Kim
2013-01-30staging: zsmalloc: remove unused pool nameSeth Jennings
2013-01-25Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman
2013-01-15staging: zram: drop zram_stat_dec/inc functionsDavidlohr Bueso
2013-01-15staging: zram: show correct disksizeDavidlohr Bueso
2013-01-15staging: zram: simplify num_devices paramaterDavidlohr Bueso
2013-01-13staging: zram: fix invalid memory references during disk writeNitin Gupta
2012-10-31staging: zram: factor-out zram_decompress_page() functionSergey Senozhatsky
2012-10-22staging: zram: Fix handling of incompressible pagesNitin Gupta
2012-07-09staging: zsmalloc: add mapping modesSeth Jennings
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-08staging: zram: replace xvmalloc with zsmallocNitin Gupta
2011-12-08Staging: zram: Add a missing GFP_KERNEL specifier in zram_init_device()Jerome Marchand
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