aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zram_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim1-1/+1
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran1-3/+5
2015-02-12zram: remove request_queue from struct zramSergey Senozhatsky1-8/+8
2015-02-12zram: remove init_lock in zram_make_requestMinchan Kim1-23/+53
2015-02-12zram: check bd_openers instead of bd_holdersMinchan Kim1-1/+1
2015-02-12zram: rework reset and destroy pathSergey Senozhatsky1-42/+33
2015-02-12zram: fix umount-reset_store-mount race conditionSergey Senozhatsky1-14/+9
2015-02-12zram: free meta table in zram_meta_freeGanesh Mahendran1-17/+16
2015-02-12zram: clean up zram_meta_alloc()Sergey Senozhatsky1-8/+6
2014-12-13zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attributeGanesh Mahendran1-17/+11
2014-12-13zram: implement rw_page operation of zramkaram.lee1-0/+44
2014-12-13zram: change parameter from vaild_io_request()karam.lee1-8/+8
2014-12-13zram: remove bio parameter from zram_bvec_rw()karam.lee1-8/+8
2014-11-13zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang1-1/+2
2014-10-29zram: avoid NULL pointer access in concurrent situationWeijie Yang1-4/+6
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2014-10-09zram: use notify_free to account all free notificationsSergey Senozhatsky1-0/+1
2014-10-09zram: report maximum used memoryMinchan Kim1-2/+58
2014-10-09zram: zram memory size limitationMinchan Kim1-0/+45
2014-10-09zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim1-2/+2
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-08-29zram: fix incorrect stat with failed_readsChao Yu1-3/+7
2014-08-06zram: replace global tb_lock with fine grain lockWeijie Yang1-27/+42
2014-08-06zram: use size_t instead of u16Minchan Kim1-1/+1
2014-07-23zram: avoid lockdep splat by revalidate_diskMinchan Kim1-4/+18
2014-07-03zram: revalidate disk after capacity changeMinchan Kim1-1/+4
2014-06-04zram: correct offset usage in zram_bio_discardWeijie Yang1-2/+2
2014-04-07zram: support REQ_DISCARDJoonsoo Kim1-0/+62
2014-04-07zram: use scnprintf() in attrs show() methodsSergey Senozhatsky1-6/+6
2014-04-07zram: propagate error to userMinchan Kim1-4/+13
2014-04-07zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky1-9/+10
2014-04-07zram: move comp allocation out of init_lockSergey Senozhatsky1-12/+15
2014-04-07zram: make compression algorithm selection possibleSergey Senozhatsky1-3/+34
2014-04-07zram: add set_max_streams knobSergey Senozhatsky1-3/+2
2014-04-07zram: add multi stream functionalitySergey Senozhatsky1-1/+41
2014-04-07zram: use zcomp compressing backendsSergey Senozhatsky1-38/+31
2014-04-07zram: delete zram_init_device()Sergey Senozhatsky1-11/+5
2014-04-07zram: move zram size warning to documentationSergey Senozhatsky1-15/+0
2014-04-07zram: report failed read and write statsSergey Senozhatsky1-0/+4
2014-04-07zram: remove zram stats code duplicationSergey Senozhatsky1-59/+23
2014-04-07zram: use atomic64_t for all zram statsSergey Senozhatsky1-9/+9
2014-04-07zram: remove good and bad compress statsSergey Senozhatsky1-11/+0
2014-04-07zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky1-18/+12
2014-04-07zram: drop `init_done' struct zram memberSergey Senozhatsky1-10/+11
2014-03-04zram: avoid null access when fail to alloc metaMinchan Kim1-0/+2
2014-01-30zram: remove zram->lock in read path and change it with mutexMinchan Kim1-9/+8
2014-01-30zram: remove workqueue for freeing removed pending slotMinchan Kim1-48/+6
2014-01-30zram: introduce zram->tb_lockMinchan Kim1-5/+21
2014-01-30zram: use atomic operation for statMinchan Kim1-10/+10
2014-01-30zram: remove unnecessary freeMinchan Kim1-8/+0