aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/z2ram.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseGravatar Christoph Hellwig 1-1/+1
2023-06-12block: pass a gendisk to ->openGravatar Christoph Hellwig 1-4/+2
2022-06-28block: remove blk_cleanup_diskGravatar Christoph Hellwig 1-1/+1
2022-06-28block: simplify disk shutdownGravatar Christoph Hellwig 1-1/+0
2021-11-29block: remove GENHD_FL_EXT_DEVTGravatar Christoph Hellwig 1-0/+1
2021-11-04z2ram: add error handling support for add_disk()Gravatar Luis Chamberlain 1-2/+5
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+2
2021-06-11z2ram: use blk_mq_alloc_disk and blk_cleanup_diskGravatar Christoph Hellwig 1-11/+4
2021-06-09z2ram: remove unnecessary oom messageGravatar Zhen Lei 1-8/+2
2020-11-16z2ram: use separate gendisk for the different modesGravatar Christoph Hellwig 1-42/+58
2020-11-16z2ram: reindentGravatar Christoph Hellwig 1-257/+236
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+1
2018-10-16z2ram: convert to blk-mqGravatar Jens Axboe 1-38/+49
2018-10-13drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)Gravatar Christophe Leroy 1-2/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Gravatar Jan Kara 1-1/+1
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-2/+2
2014-04-15block: remove struct request buffer memberGravatar Jens Axboe 1-2/+4
2013-11-26block/z2ram: Remove duplicate external declarationsGravatar Geert Uytterhoeven 1-3/+0
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Gravatar Geert Uytterhoeven 1-2/+2
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-4/+2
2010-10-28drivers/block/z2ram.c: correct printing of sector_tGravatar Geert Uytterhoeven 1-2/+4
2010-10-05block: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-7/+8
2010-08-07block: push down BKL into .open and .releaseGravatar Arnd Bergmann 1-3/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-22const: make block_device_operations constGravatar Alexey Dobriyan 1-2/+1
2009-07-15z2ram: Small cleanup for z2ram.cGravatar Zhaolei 1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchGravatar Tejun Heo 1-9/+3
2009-05-11z2ram: dequeue in-flight requestGravatar Tejun Heo 1-4/+15
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupGravatar Tejun Heo 1-1/+1
2009-05-11block: convert to pos and nr_sectors accessorsGravatar Tejun Heo 1-3/+3
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Gravatar Tejun Heo 1-2/+2
2008-10-21[PATCH] switch z2ramGravatar Al Viro 1-6/+5
2008-10-21[PATCH] beginning of methods conversionGravatar Al Viro 1-2/+2
2008-05-18m68k: Return -ENODEV if no device is foundGravatar Geert Uytterhoeven 1-1/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-1/+1
2007-07-17unregister_blkdev() delete redundant messages in callersGravatar Akinobu Mita 1-3/+1
2007-07-16drivers/block/z2ram: Remove TRUE/FALSE definesGravatar Richard Knutsson 1-3/+0
2006-10-11[PATCH] z2_init() in non-modular caseGravatar Al Viro 1-22/+6
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-1/+0
2005-09-10[PATCH] vfree and kfree cleanup in drivers/Gravatar Jesper Juhl 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+429