summaryrefslogtreecommitdiffstats
path: root/drivers/block/z2ram.c
Commit message (Expand)AuthorAgeFilesLines
* block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
* block: pass a gendisk to ->openChristoph Hellwig2023-06-121-4/+2
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+1
* block: simplify disk shutdownChristoph Hellwig2022-06-281-1/+0
* block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-0/+1
* z2ram: add error handling support for add_disk()Luis Chamberlain2021-11-041-2/+5
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-8/+2
|\
| * z2ram: remove unnecessary oom messageZhen Lei2021-06-091-8/+2
* | z2ram: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-11/+4
|/
* z2ram: use separate gendisk for the different modesChristoph Hellwig2020-11-161-42/+58
* z2ram: reindentChristoph Hellwig2020-11-161-257/+236
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-2/+1
|\
| * drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)Christophe Leroy2018-10-131-2/+1
* | z2ram: convert to blk-mqJens Axboe2018-10-161-38/+49
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-261-1/+1
* block: introduce new block status code typeChristoph Hellwig2017-06-091-2/+2
* block: remove struct request buffer memberJens Axboe2014-04-151-2/+4
* block/z2ram: Remove duplicate external declarationsGeert Uytterhoeven2013-11-261-3/+0
* zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven2013-11-261-2/+2
* block_device_operations->release() should return voidAl Viro2013-05-071-4/+2
* drivers/block/z2ram.c: correct printing of sector_tGeert Uytterhoeven2010-10-281-2/+4
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+8
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-3/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-2/+1
* z2ram: Small cleanup for z2ram.cZhaolei2009-07-151-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-9/+3
* z2ram: dequeue in-flight requestTejun Heo2009-05-111-4/+15
* block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo2009-05-111-1/+1
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-3/+3
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-281-2/+2
* [PATCH] switch z2ramAl Viro2008-10-211-6/+5
* [PATCH] beginning of methods conversionAl Viro2008-10-211-2/+2
* m68k: Return -ENODEV if no device is foundGeert Uytterhoeven2008-05-181-1/+1
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-1/+1
* unregister_blkdev() delete redundant messages in callersAkinobu Mita2007-07-171-3/+1
* drivers/block/z2ram: Remove TRUE/FALSE definesRichard Knutsson2007-07-161-3/+0
* [PATCH] z2_init() in non-modular caseAl Viro2006-10-111-22/+6
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] vfree and kfree cleanup in drivers/Jesper Juhl2005-09-101-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+429