summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)Author
2014-12-13zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attributeGanesh Mahendran
2014-12-13mm/zram: correct ZRAM_ZERO flag bit positionMahendran Ganesh
2014-12-13zram: implement rw_page operation of zramkaram.lee
2014-12-13zram: change parameter from vaild_io_request()karam.lee
2014-12-13zram: remove bio parameter from zram_bvec_rw()karam.lee
2014-11-14zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang
2014-10-29zram: avoid NULL pointer access in concurrent situationWeijie Yang
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-10zram: use notify_free to account all free notificationsSergey Senozhatsky
2014-10-10zram: report maximum used memoryMinchan Kim
2014-10-10zram: zram memory size limitationMinchan Kim
2014-10-10zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer
2014-08-29zram: fix incorrect stat with failed_readsChao Yu
2014-08-07zram: replace global tb_lock with fine grain lockWeijie Yang
2014-08-07zram: use size_t instead of u16Minchan Kim
2014-08-07zram: remove unused SECTOR_SIZE defineSergey Senozhatsky
2014-08-07zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky
2014-07-23zram: avoid lockdep splat by revalidate_diskMinchan Kim
2014-07-03zram: revalidate disk after capacity changeMinchan Kim
2014-06-04zram: correct offset usage in zram_bio_discardWeijie Yang
2014-04-07zram: support REQ_DISCARDJoonsoo Kim
2014-04-07zram: use scnprintf() in attrs show() methodsSergey Senozhatsky
2014-04-07zram: propagate error to userMinchan Kim
2014-04-07zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky
2014-04-07zram: move comp allocation out of init_lockSergey Senozhatsky
2014-04-07zram: add lz4 algorithm backendSergey Senozhatsky
2014-04-07zram: make compression algorithm selection possibleSergey Senozhatsky
2014-04-07zram: add set_max_streams knobSergey Senozhatsky
2014-04-07zram: add multi stream functionalitySergey Senozhatsky
2014-04-07zram: factor out single stream compressionSergey Senozhatsky
2014-04-07zram: use zcomp compressing backendsSergey Senozhatsky
2014-04-07zram: introduce compressing backend abstractionSergey Senozhatsky
2014-04-07zram: delete zram_init_device()Sergey Senozhatsky
2014-04-07zram: move zram size warning to documentationSergey Senozhatsky
2014-04-07zram: drop not used table `count' memberSergey Senozhatsky
2014-04-07zram: report failed read and write statsSergey Senozhatsky
2014-04-07zram: remove zram stats code duplicationSergey Senozhatsky
2014-04-07zram: use atomic64_t for all zram statsSergey Senozhatsky
2014-04-07zram: remove good and bad compress statsSergey Senozhatsky
2014-04-07zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky
2014-04-07zram: drop `init_done' struct zram memberSergey Senozhatsky
2014-03-04zram: avoid null access when fail to alloc metaMinchan Kim
2014-01-31zram: remove zram->lock in read path and change it with mutexMinchan Kim
2014-01-31zram: remove workqueue for freeing removed pending slotMinchan Kim
2014-01-31zram: introduce zram->tb_lockMinchan Kim
2014-01-31zram: use atomic operation for statMinchan Kim
2014-01-31zram: remove unnecessary freeMinchan Kim
2014-01-31zram: delay pending free request in read pathMinchan Kim
2014-01-31zram: fix race between reset and flushing pending workMinchan Kim