aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+5
2020-10-19zram: Fix __zram_bvec_{read,write}() locking orderPeter Zijlstra1-3/+5
2020-10-16zram: failing to decompress is WARN_ON worthyDouglas Anderson1-1/+1
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-1/+1
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig1-6/+13
2020-09-23zram: cleanup backing_dev_storeChristoph Hellwig1-3/+4
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig1-2/+2
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+7
2020-07-01Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"Wade Mealing1-1/+2
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-5/+6
2020-07-01zram: stop using ->queuedataChristoph Hellwig1-2/+1
2020-06-04zcomp: Use ARRAY_SIZE() for backends listAndy Shevchenko1-4/+3
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+10
2020-05-28zram: Use local lock to protect per-CPU dataMike Galbraith2-2/+8
2020-05-28zram: Allocate struct zcomp_strm as per-CPU memorySebastian Andrzej Siewior2-26/+17
2020-05-27zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acctChristoph Hellwig1-14/+10
2020-03-27block: simplify queue allocationChristoph Hellwig1-3/+1
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-01-31drivers/block/zram/zram_drv.c: fix error return codes not being returned in writeback_storeColin Ian King1-2/+1
2020-01-31zram: try to avoid worst-case scenario on same element pagesTaejoon Song1-2/+5
2019-10-19zram: fix race between backing_dev_show and backing_dev_storeChenwandun1-2/+3
2019-07-15docs: blockdev: add it to the admin-guideMauro Carvalho Chehab1-3/+3
2019-07-15docs: blockdev: convert to ReSTMauro Carvalho Chehab1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-26zram: pass down the bvec we need to read into in the work structJérôme Glisse1-2/+3
2019-03-29drivers/block/zram/zram_drv.c: fix idle/writeback string compareMinchan Kim1-26/+6
2019-03-14zram: default to lzo-rle instead of lzoDave Rodgman1-1/+1
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman1-0/+1
2019-01-08zram: idle writeback fixes and cleanupMinchan Kim2-26/+69
2018-12-28zram: writeback throttleMinchan Kim2-3/+51
2018-12-28zram: add bd_stat statisticsMinchan Kim2-0/+34
2018-12-28zram: support idle/huge page writebackMinchan Kim3-75/+178
2018-12-28zram: introduce ZRAM_IDLE flagMinchan Kim2-3/+55
2018-12-28zram: refactor flags and writeback stuffMinchan Kim2-69/+44
2018-12-28zram: fix double free backing deviceMinchan Kim1-1/+3
2018-12-28zram: fix lockdep warning of free block handlingMinchan Kim2-18/+22
2018-10-10drivers/block: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-2/+0
2018-09-28zram: register default groups with device_add_disk()Hannes Reinecke1-21/+7
2018-08-22drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas1-1/+6
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+9
2018-08-10zram: remove BD_CAP_SYNCHRONOUS_IO with writeback featureMinchan Kim1-1/+14
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-3/+2
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo1-8/+8
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-07zram: introduce zram memory trackingMinchan Kim3-14/+139
2018-06-07zram: record accessed secondMinchan Kim2-0/+17
2018-06-07zram: mark incompressible page as ZRAM_HUGEMinchan Kim2-3/+16
2018-06-07zram: correct flag name of ZRAM_ACCESSMinchan Kim2-13/+13
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-17/+8