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