Age | Commit message (Expand) | Author |
2024-06-19 | z2ram: add missing MODULE_DESCRIPTION() macro | Jeff Johnson |
2024-02-13 | block: pass a queue_limits argument to blk_mq_alloc_disk | Christoph Hellwig |
2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig |
2023-06-12 | block: remove the unused mode argument to ->release | Christoph Hellwig |
2023-06-12 | block: pass a gendisk to ->open | Christoph Hellwig |
2022-06-28 | block: remove blk_cleanup_disk | Christoph Hellwig |
2022-06-28 | block: simplify disk shutdown | Christoph Hellwig |
2021-11-29 | block: remove GENHD_FL_EXT_DEVT | Christoph Hellwig |
2021-11-04 | z2ram: add error handling support for add_disk() | Luis Chamberlain |
2021-06-30 | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-06-11 | z2ram: use blk_mq_alloc_disk and blk_cleanup_disk | Christoph Hellwig |
2021-06-09 | z2ram: remove unnecessary oom message | Zhen Lei |
2020-11-16 | z2ram: use separate gendisk for the different modes | Christoph Hellwig |
2020-11-16 | z2ram: reindent | Christoph Hellwig |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2018-10-26 | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2018-10-16 | z2ram: convert to blk-mq | Jens Axboe |
2018-10-13 | drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU) | Christophe Leroy |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-02-26 | genhd: Rename get_disk() to get_disk_and_module() | Jan Kara |
2017-06-09 | block: introduce new block status code type | Christoph Hellwig |
2014-04-15 | block: remove struct request buffer member | Jens Axboe |
2013-11-26 | block/z2ram: Remove duplicate external declarations | Geert Uytterhoeven |
2013-11-26 | zorro: ZTWO_VADDR() should return "void __iomem *" | Geert Uytterhoeven |
2013-05-07 | block_device_operations->release() should return void | Al Viro |
2010-10-28 | drivers/block/z2ram.c: correct printing of sector_t | Geert Uytterhoeven |
2010-10-05 | block: autoconvert trivial BKL users to private mutex | Arnd Bergmann |
2010-08-07 | block: push down BKL into .open and .release | Arnd Bergmann |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-09-22 | const: make block_device_operations const | Alexey Dobriyan |
2009-07-15 | z2ram: Small cleanup for z2ram.c | Zhaolei |
2009-05-11 | block: implement and enforce request peek/start/fetch | Tejun Heo |
2009-05-11 | z2ram: dequeue in-flight request | Tejun Heo |
2009-05-11 | block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup | Tejun Heo |
2009-05-11 | block: convert to pos and nr_sectors accessors | Tejun Heo |
2009-04-28 | block: replace end_request() with [__]blk_end_request_cur() | Tejun Heo |
2008-10-21 | [PATCH] switch z2ram | Al Viro |
2008-10-21 | [PATCH] beginning of methods conversion | Al Viro |
2008-05-18 | m68k: Return -ENODEV if no device is found | Geert Uytterhoeven |
2007-07-24 | [BLOCK] Get rid of request_queue_t typedef | Jens Axboe |
2007-07-17 | unregister_blkdev() delete redundant messages in callers | Akinobu Mita |
2007-07-16 | drivers/block/z2ram: Remove TRUE/FALSE defines | Richard Knutsson |
2006-10-11 | [PATCH] z2_init() in non-modular case | Al Viro |
2006-06-26 | [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed | Greg Kroah-Hartman |
2005-09-10 | [PATCH] vfree and kfree cleanup in drivers/ | Jesper Juhl |
2005-04-16 | Linux-2.6.12-rc2 | Linus Torvalds |