summaryrefslogtreecommitdiff
path: root/drivers/block/z2ram.c
AgeCommit message (Expand)Author
2021-11-04z2ram: add error handling support for add_disk()Luis Chamberlain
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-11z2ram: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-09z2ram: remove unnecessary oom messageZhen Lei
2020-11-16z2ram: use separate gendisk for the different modesChristoph Hellwig
2020-11-16z2ram: reindentChristoph Hellwig
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-10-16z2ram: convert to blk-mqJens Axboe
2018-10-13drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)Christophe Leroy
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara
2017-06-09block: introduce new block status code typeChristoph Hellwig
2014-04-15block: remove struct request buffer memberJens Axboe
2013-11-26block/z2ram: Remove duplicate external declarationsGeert Uytterhoeven
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven
2013-05-07block_device_operations->release() should return voidAl Viro
2010-10-28drivers/block/z2ram.c: correct printing of sector_tGeert Uytterhoeven
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-07-15z2ram: Small cleanup for z2ram.cZhaolei
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11z2ram: dequeue in-flight requestTejun Heo
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo
2008-10-21[PATCH] switch z2ramAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-05-18m68k: Return -ENODEV if no device is foundGeert Uytterhoeven
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-17unregister_blkdev() delete redundant messages in callersAkinobu Mita
2007-07-16drivers/block/z2ram: Remove TRUE/FALSE definesRichard Knutsson
2006-10-11[PATCH] z2_init() in non-modular caseAl Viro
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman
2005-09-10[PATCH] vfree and kfree cleanup in drivers/Jesper Juhl
2005-04-16Linux-2.6.12-rc2Linus Torvalds