Age | Commit message (Expand) | Author | Files | Lines |
2018-06-13 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -1/+1 |
2018-06-08 | zram: introduce zram memory tracking | Minchan Kim | 3 | -14/+139 |
2018-06-08 | zram: record accessed second | Minchan Kim | 2 | -0/+17 |
2018-06-08 | zram: mark incompressible page as ZRAM_HUGE | Minchan Kim | 2 | -3/+16 |
2018-06-08 | zram: correct flag name of ZRAM_ACCESS | Minchan Kim | 2 | -13/+13 |
2018-04-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -17/+8 |
2018-04-06 | zram: drop max_zpage_size and use zs_huge_class_size() | Sergey Senozhatsky | 2 | -17/+8 |
2018-03-17 | block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> | Bart Van Assche | 1 | -1/+0 |
2018-03-09 | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() | Bart Van Assche | 1 | -3/+3 |
2018-02-28 | zram: Delete gendisk before cleaning up the request queue | Bart Van Assche | 1 | -1/+1 |
2018-01-06 | block: convert to bio_first_bvec_all & bio_first_page_all | Ming Lei | 1 | -1/+1 |
2017-11-16 | drivers/block/zram/zram_drv.c: make zram_page_end_io() static | Colin Ian King | 1 | -1/+1 |
2017-11-16 | zram: remove zlib from the list of recommended algorithms | Sergey Senozhatsky | 1 | -3/+0 |
2017-11-16 | zram: add zstd to the supported algorithms list | Sergey Senozhatsky | 1 | -0/+3 |
2017-11-16 | bdi: introduce BDI_CAP_SYNCHRONOUS_IO | Minchan Kim | 1 | -1/+1 |
2017-11-16 | zram: set BDI_CAP_STABLE_WRITES once | Minchan Kim | 1 | -10/+6 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-04 | zram: fix null dereference of handle | Minchan Kim | 1 | -24/+12 |
2017-09-09 | drivers/block/zram/zram_drv.c: convert to using memset_l | Matthew Wilcox | 1 | -11/+2 |
2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+5 |
2017-09-07 | block, THP: make block_device_operations.rw_page support THP | Huang Ying | 1 | -0/+2 |
2017-09-07 | zram: add config and doc file for writeback feature | Minchan Kim | 1 | -0/+12 |
2017-09-07 | zram: read page from backing device | Minchan Kim | 1 | -5/+118 |
2017-09-07 | zram: write incompressible pages to backing device | Minchan Kim | 2 | -13/+103 |
2017-09-07 | zram: identify asynchronous IO's return value | Minchan Kim | 1 | -8/+24 |
2017-09-07 | zram: add free space management in backing device | Minchan Kim | 2 | -1/+50 |
2017-09-07 | zram: add interface to specif backing device | Minchan Kim | 2 | -0/+147 |
2017-09-07 | zram: rename zram_decompress_page to __zram_bvec_read | Minchan Kim | 1 | -3/+3 |
2017-09-07 | zram: inline zram_compress | Minchan Kim | 1 | -42/+22 |
2017-09-07 | zram: clean up duplicated codes in __zram_bvec_write | Minchan Kim | 1 | -33/+23 |
2017-08-11 | zram: rework copy of compressor name in comp_algorithm_store() | Matthias Kaehlcke | 1 | -2/+2 |
2017-08-09 | block: pass in queue to inflight accounting | Jens Axboe | 1 | -2/+3 |
2017-07-11 | zram: constify attribute_group structures. | Arvind Yadav | 1 | -1/+1 |
2017-07-11 | zram: use __sysfs_match_string() helper | Andy Shevchenko | 1 | -6/+4 |
2017-07-07 | zram: count same page write as page_stored | Minchan Kim | 1 | -0/+2 |
2017-06-13 | zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO() | Greg Kroah-Hartman | 1 | -1/+1 |
2017-06-09 | zram: use class_groups instead of class_attrs | Greg Kroah-Hartman | 1 | -11/+15 |
2017-05-04 | zram: reduce load operation in page_same_filled | Sangwoo Park | 1 | -3/+5 |
2017-05-04 | zram: use zram_free_page instead of open-coded | Minchan Kim | 1 | -14/+3 |
2017-05-04 | zram: introduce zram data accessor | Minchan Kim | 1 | -11/+22 |
2017-05-04 | zram: remove zram_meta structure | Minchan Kim | 2 | -117/+78 |
2017-05-04 | zram: use zram_slot_lock instead of raw bit_spin_lock op | Minchan Kim | 1 | -14/+27 |
2017-05-04 | zram: partial IO refactoring | Minchan Kim | 1 | -153/+184 |
2017-05-04 | zram: handle multiple pages attached bio's bvec | Minchan Kim | 1 | -29/+11 |
2017-05-01 | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -5/+8 |
2017-04-14 | zram: do not use copy_page with non-page aligned address | Minchan Kim | 1 | -2/+2 |
2017-04-14 | zram: fix operator precedence to get offset | Minchan Kim | 1 | -1/+1 |
2017-04-08 | zram: implement REQ_OP_WRITE_ZEROES | Christoph Hellwig | 1 | -5/+8 |
2017-03-08 | zram: set physical queue limits to avoid array out of bounds accesses | Johannes Thumshirn | 1 | -0/+2 |
2017-02-25 | zram: extend zero pages to same element pages | zhouxianrong | 2 | -30/+66 |