Age | Commit message (Expand) | Author |
2013-09-26 | zram: don't grab mutex in zram_slot_free_noity | Minchan Kim |
2013-09-26 | zram: fix invalid memory access | Minchan Kim |
2013-07-23 | staging: zram: protect zram_reset_device() call | Sergey Senozhatsky |
2013-06-24 | zram: allow request end to coincide with disksize | Sergey Senozhatsky |
2013-06-24 | zram: remove zram_sysfs file (v2) | Sergey Senozhatsky |
2013-06-06 | zram: use atomic64_xxx() to replace zram_stat64_xxx() | Jiang Liu |
2013-06-06 | zram: optimize memory operations with clear_page()/copy_page() | Jiang Liu |
2013-06-06 | zram: kill unused zram_get_num_devices() | Jiang Liu |
2013-06-06 | zram: simplify and optimize dev_to_zram() | Jiang Liu |
2013-06-06 | zram: protect sysfs handler from invalid memory access | Jiang Liu |
2013-06-06 | zram: avoid access beyond the zram device | Jiang Liu |
2013-06-06 | zram: avoid double free in function zram_bvec_write() | Jiang Liu |
2013-06-06 | zram: destroy all devices on error recovery path in zram_init() | Jiang Liu |
2013-06-06 | zram: use zram->lock to protect zram_free_page() in swap free notify path | Jiang Liu |
2013-06-06 | zram: avoid invalid memory access in zram_exit() | Jiang Liu |
2013-05-20 | Staging: Fixes string split across lines in zram | Marlies Ruck |
2013-03-18 | zram: fix zram_bvec_read duplicate dump failure message and stat accumulation | Wanpeng Li |
2013-02-11 | staging: Remove unnecessary OOM messages | Joe Perches |
2013-02-08 | staging: zram: __zram_reset_device() can be static | Fengguang Wu |
2013-02-05 | zram: get rid of lockdep warning | Minchan Kim |
2013-02-05 | zram: fix warning of print format | Minchan Kim |
2013-02-03 | zram: give up lazy initialization of zram metadata | Minchan Kim |
2013-02-03 | zram: force disksize setting before using zram | Minchan Kim |
2013-02-03 | zram: Fix deadlock bug in partial read/write | Minchan Kim |
2013-01-30 | staging: zsmalloc: remove unused pool name | Seth Jennings |
2013-01-25 | Merge 3.8-rc5 into staging-next | Greg Kroah-Hartman |
2013-01-15 | staging: zram: drop zram_stat_dec/inc functions | Davidlohr Bueso |
2013-01-15 | staging: zram: show correct disksize | Davidlohr Bueso |
2013-01-15 | staging: zram: simplify num_devices paramater | Davidlohr Bueso |
2013-01-13 | staging: zram: fix invalid memory references during disk write | Nitin Gupta |
2013-01-07 | staging: Add angle bracket before and after the URL | Masanari Iida |
2012-10-31 | staging: zram: handle mem suffixes in disk size zram_sysfs parameter | Sergey Senozhatsky |
2012-10-31 | staging: zram: factor-out zram_decompress_page() function | Sergey Senozhatsky |
2012-10-29 | Merge 3.7-rc3 into staging-next | Greg Kroah-Hartman |
2012-10-22 | staging: zram: Fix handling of incompressible pages | Nitin Gupta |
2012-10-22 | staging: zram: correct obsolete comment on max_zpage_size | Minchan Kim |
2012-07-09 | staging: zsmalloc: add mapping modes | Seth Jennings |
2012-06-25 | staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOC | Seth Jennings |
2012-06-11 | staging: zram: conventions, __aligned() attribute | Sam Hansen |
2012-06-11 | staging: zram: conventions pr_warning -> pr_warn() | Sam Hansen |
2012-06-11 | staging: zram: remove special handle of uncompressed page | Minchan Kim |
2012-06-11 | staging: zram: fix random data read | Minchan Kim |
2012-06-11 | staging: zsmalloc: zsmalloc: use unsigned long instead of void * | Minchan Kim |
2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds |
2012-03-20 | zram: remove the second argument of k[un]map_atomic() | Cong Wang |
2012-02-13 | staging: zram: Rename module parameter | Nitin Gupta |
2012-02-13 | staging: fix powerpc linux-next break on zsmalloc | Seth Jennings |
2012-02-08 | staging: zram: remove xvmalloc | Nitin Gupta |
2012-02-08 | staging: zram: replace xvmalloc with zsmalloc | Nitin Gupta |
2011-12-08 | Staging: zram: Add a missing GFP_KERNEL specifier in zram_init_device() | Jerome Marchand |