- 4ddb85d ataflop: remove ataflop_probe_lock mutex by Tetsuo Handa · 3 years, 2 months ago
- df75db1 block: ataflop: Fix warning comparing pointer to 0 by Jiapeng Chong · 3 years, 3 months ago
- d28e4df block: ataflop: more blk-mq refactoring fixes by Michael Schmitz · 3 years, 3 months ago
- 86d46fd block: ataflop: fix breakage introduced at blk-mq refactoring by Michael Schmitz · 3 years, 3 months ago
- 2f15107 block/ataflop: add error handling support for add_disk() by Luis Chamberlain · 3 years, 4 months ago
- deae113 block/ataflop: provide a helper for cleanup up an atari disk by Luis Chamberlain · 3 years, 4 months ago
- 573effb block/ataflop: add registration bool before calling del_gendisk() by Luis Chamberlain · 3 years, 4 months ago
- 44a469b block/ataflop: use the blk_cleanup_disk() helper by Luis Chamberlain · 3 years, 4 months ago
- b81e0c2 block: drop unused includes in <linux/genhd.h> by Christoph Hellwig · 3 years, 4 months ago
- fd71c8a ataflop: use blk_mq_alloc_disk and blk_cleanup_disk by Christoph Hellwig · 3 years, 8 months ago
- b777f4c ataflop: fix off by one in ataflop_probe() by Dan Carpenter · 3 years, 9 months ago
- 1ffec38 ataflop: potential out of bounds in do_format() by Dan Carpenter · 3 years, 9 months ago
- bf9c053 ataflop: use a separate gendisk for each media format by Christoph Hellwig · 4 years, 3 months ago
- 22f9716 ataflop: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- 9677d64 ataflop: Remove unneeded semicolon by zhengbin · 5 years ago
- 7be2176 ataflop: Mark expected switch fall-through by Gustavo A. R. Silva · 5 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 773008f Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers" by Martin Wilck · 6 years ago
- 80ff204 ataflop: implement mq_ops->commit_rqs() hook by Jens Axboe · 6 years ago
- 49379e6 ataflop: fix error handling in atari_floppy_init() by Dan Carpenter · 6 years ago
- 6ec3938 ataflop: convert to blk-mq by Omar Sandoval · 6 years ago
- 71327f5 ataflop: fix error handling during setup by Omar Sandoval · 6 years ago
- 3e6b8c3c ataflop: fold headers into C file by Omar Sandoval · 6 years ago
- 3079c22 genhd: Rename get_disk() to get_disk_and_module() by Jan Kara · 7 years ago
- 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
- 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
- 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
- c8e9078 ataflop: switch from req->errors to req->error_count by Christoph Hellwig · 8 years ago
- 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 11 years ago
- a4de73f m68k/atari - ataflop: use correct virt/phys translation for DMA buffer by Michael Schmitz · 11 years ago
- b4f42e2 block: remove struct request buffer member by Jens Axboe · 11 years ago
- 7b8a3d2 ataflop: fix sleep_on races by Arnd Bergmann · 11 years ago
- db2a144 block_device_operations->release() should return void by Al Viro · 12 years ago
- 9fd097b block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers by Tejun Heo · 14 years ago
- 1a8a74f floppy,{ami|ata}flop: Convert to bdops->check_events() by Tejun Heo · 14 years ago
- 3e9bb2a block: fix amiga and atari floppy driver compile warning by Vivek Goyal · 14 years ago
- 8abfc6e Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 15 years ago
- 639e2f2 atari floppy: Stop sharing request queue across multiple gendisks by Vivek Goyal · 14 years ago
- 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
- 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 15 years ago
- 41fb11c ataflop: Killl warning about unused variable flags by Geert Uytterhoeven · 15 years ago
- e0c0978 ataflop: remove buggy/commented-out IRQ disable from do_fd_request() by Jiri Kosina · 15 years ago
- 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
- 8f47428 ataflop: adjust NULL test by Julia Lawall · 16 years ago
- 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 16 years ago
- a336ca6 ataflop: dequeue and track in-flight request by Tejun Heo · 16 years ago
- 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 16 years ago
- 5b5c5d1 amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block drivers by Tejun Heo · 16 years ago
- f06d9a2 block: replace end_request() with [__]blk_end_request_cur() by Tejun Heo · 16 years ago
- 3d92e8f m68k: atari - Rename "mfp" to "st_mfp" by Geert Uytterhoeven · 16 years ago
- 60ad234 [PATCH] switch ataflop by Al Viro · 17 years ago
- d4430d6 [PATCH] beginning of methods conversion by Al Viro · 17 years ago
- 86d434d [PATCH] eliminate use of ->f_flags in block methods by Al Viro · 17 years ago
- aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
- 29c8a24 m68k: Remove the broken Hades support by Adrian Bunk · 16 years ago
- e945b56 m68k: Return -ENODEV if no device is found by Geert Uytterhoeven · 17 years ago
- 5ceadd2 Atari floppy: Rename disk_type to atari_disk_type by Geert Uytterhoeven · 17 years ago
- 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
- 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
- 8d3b33f [PATCH] Remove MODULE_PARM by Rusty Russell · 19 years ago
- 6390743 [PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in drivers by Al Viro · 19 years ago
- 2c7af51 [PATCH] m68k: ataflop __user annotations, NULL noise removal by Al Viro · 19 years ago
- 945f390 [PATCH] drivers/block: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
- 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago