summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: move the synchronous flag to queue_limitsChristoph Hellwig2024-06-191-2/+2
* block: move the stable_writes flag to queue_limitsChristoph Hellwig2024-06-191-1/+1
* block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-2/+0
* Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-212-23/+8
|\
| * zram: don't bother with reopening - just use O_EXCL for openAl Viro2024-05-022-23/+8
* | zram: add max_pages param to recompressionSergey Senozhatsky2024-04-261-3/+28
|/
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-153-4/+4
|\
| * zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang2024-03-051-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-201-24/+23
| * | block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-201-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-111-15/+15
* | zram: tweak writeback config helpSergey Senozhatsky2023-12-111-2/+2
* | zram: split memory-tracking and ac-time trackingSergey Senozhatsky2023-12-113-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-061-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-201-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-282-246/+137
|\ \
| * | zram: return errors from read_from_bdev_syncChristoph Hellwig2023-04-191-3/+4
| * | zram: fix synchronous readsChristoph Hellwig2023-04-191-38/+22
| * | zram: don't return errors from read_from_bdev_asyncChristoph Hellwig2023-04-191-12/+4
| * | zram: pass a page to read_from_bdevChristoph Hellwig2023-04-191-27/+16
| * | zram: refactor zram_bdev_writeChristoph Hellwig2023-04-191-19/+19
| * | zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig2023-04-191-10/+4
| * | zram: refactor zram_bdev_readChristoph Hellwig2023-04-191-20/+20
| * | zram: directly call zram_read_page in writeback_storeChristoph Hellwig2023-04-191-10/+4
| * | zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig2023-04-191-4/+4
| * | zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig2023-04-191-12/+5
| * | zram: refactor highlevel read and write handlingChristoph Hellwig2023-04-191-28/+30
| * | zram: return early on error in zram_bvec_rwChristoph Hellwig2023-04-191-9/+9
| * | zram: move discard handling to zram_submit_bioChristoph Hellwig2023-04-191-10/+13
| * | zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig2023-04-191-31/+11
| * | zram: make zram_bio_discard more self-containedChristoph Hellwig2023-04-191-9/+7
| * | zram: remove valid_io_requestChristoph Hellwig2023-04-192-34/+1
| * | zram: always compile read_from_bdev_syncChristoph Hellwig2023-04-191-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