summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-143-4/+4
|\
| * zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang2024-03-041-1/+0
| * zram: do not allocate physically contiguous strm buffersBarry Song2024-02-221-2/+3
| * zram: use copy_page for full page copyMark-PK Tsai2024-02-221-1/+1
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-26/+25
|\ \
| * | zram: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-24/+23
| * | block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-191-3/+3
| |/
* / zram: port block device access to fileChristian Brauner2024-02-252-14/+14
|/
* Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+0
|\
| * zram: use the default discard granularityChristoph Hellwig2023-12-291-1/+0
* | zram: use kmap_local_page()Sergey Senozhatsky2023-12-101-15/+15
* | zram: tweak writeback config helpSergey Senozhatsky2023-12-101-2/+2
* | zram: split memory-tracking and ac-time trackingSergey Senozhatsky2023-12-103-16/+24
|/
* zram: Convert to use bdev_open_by_dev()Jan Kara2023-10-282-18/+15
* zram: take device and not only bvec offset into accountChristoph Hellwig2023-08-051-12/+20
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\
| * zram: further limit recompression thresholdSergey Senozhatsky2023-06-191-1/+1
* | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-3/+3
* | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-4/+4
* | block: pass a gendisk to ->openChristoph Hellwig2023-06-121-8/+5
* | block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* | zram: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
|/
* Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-061-1/+0
|\
| * block/drivers: remove dead clear of random flagChaitanya Kulkarni2023-04-251-1/+0
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-272-246/+137
|\ \
| * | zram: return errors from read_from_bdev_syncChristoph Hellwig2023-04-181-3/+4
| * | zram: fix synchronous readsChristoph Hellwig2023-04-181-38/+22
| * | zram: don't return errors from read_from_bdev_asyncChristoph Hellwig2023-04-181-12/+4
| * | zram: pass a page to read_from_bdevChristoph Hellwig2023-04-181-27/+16
| * | zram: refactor zram_bdev_writeChristoph Hellwig2023-04-181-19/+19
| * | zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig2023-04-181-10/+4
| * | zram: refactor zram_bdev_readChristoph Hellwig2023-04-181-20/+20
| * | zram: directly call zram_read_page in writeback_storeChristoph Hellwig2023-04-181-10/+4
| * | zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig2023-04-181-4/+4
| * | zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig2023-04-181-12/+5
| * | zram: refactor highlevel read and write handlingChristoph Hellwig2023-04-181-28/+30
| * | zram: return early on error in zram_bvec_rwChristoph Hellwig2023-04-181-9/+9
| * | zram: move discard handling to zram_submit_bioChristoph Hellwig2023-04-181-10/+13
| * | zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig2023-04-181-31/+11
| * | zram: make zram_bio_discard more self-containedChristoph Hellwig2023-04-181-9/+7
| * | zram: remove valid_io_requestChristoph Hellwig2023-04-182-34/+1
| * | zram: always compile read_from_bdev_syncChristoph Hellwig2023-04-181-12/+6
| |/
* | zram: fix up permission for the hot_add sysfs fileGreg Kroah-Hartman2023-04-181-1/+3
* | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-6/+5
* | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-64/+5
|\
| * block: remove ->rw_pageChristoph Hellwig2023-02-021-60/+1
| * zram: correctly handle all next_arg() casesSergey Senozhatsky2023-01-181-2/+2
| * zram: fix typos in commentsJeongHyeon Lee2023-01-181-2/+2
* | zram: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-031-11/+4
|/