1. 724ee62 drivers/block/floppy.c: remove unnecessary casting in fd_ioctl by Joe Perches · 14 years ago
  2. 0aad92c drivers/block/floppy.c: remove misleading, used once FD_IOCTL_ALLOWED macro by Joe Perches · 14 years ago
  3. 712e1de drivers/block/floppy.c: remove obfuscating CODE2SIZE macro by Joe Perches · 14 years ago
  4. ded2863 drivers/block/floppy.c: add __func__ to debugt by Joe Perches · 14 years ago
  5. 7f25271 drivers/block/floppy.c: convert raw_cmd_copyin from while(1) to label: goto by Joe Perches · 14 years ago
  6. ce2f11f drivers/block/floppy.c: remove some unnecessary casting by Joe Perches · 14 years ago
  7. 1ebddd8 drivers/block/floppy.c: use %pf in logging messages by Joe Perches · 14 years ago
  8. 275176b drivers/block/floppy.c: use __func__ where appropriate by Joe Perches · 14 years ago
  9. 891eda8 drivers/block/floppy.c: DPRINT neatening by Joe Perches · 14 years ago
  10. 1a23d13 drivers/block/floppy.c: remove #define FLOPPY_SANITY_CHECK by Joe Perches · 14 years ago
  11. 73507e6 drivers/block/floppy.c: remove unnecessary argument from [__]reschedule_timeout by Joe Perches · 14 years ago
  12. 0da3132 drivers/block/floppy.c: unclutter redo_fd_request logic by Joe Perches · 14 years ago
  13. 416d8d2 drivers/block/floppy.c: remove REPEAT macro by Joe Perches · 14 years ago
  14. 15b2630 drivers/block/floppy.c: remove unnecessary return and braces by Joe Perches · 14 years ago
  15. 57584c5 drivers/block/floppy.c: add function is_ready_state by Joe Perches · 14 years ago
  16. 29f1c78 drivers/block/floppy.c: convert int initialising to bool initialized by Joe Perches · 14 years ago
  17. 4d18ef0 drivers/block/floppy.c: remove #define DEVICE_NAME "floppy" by Joe Perches · 14 years ago
  18. c529730 drivers/block/floppy.c: move leading && and || to preceding line by Joe Perches · 14 years ago
  19. 74f63f4 drivers/block/floppy.c: convert int 1/0 to bool true/false by Joe Perches · 14 years ago
  20. 55eee80 drivers/block/floppy.c: remove macros CALL, WAIT and IWAIT by Joe Perches · 14 years ago
  21. 86b12b4 drivers/block/floppy.c: remove [_]COPYIN [_]COPYOUT and ECALL macros by Joe Perches · 14 years ago
  22. 4575b55 drivers/block/floppy.c: remove most uses of CALL and ECALL macros by Joe Perches · 14 years ago
  23. e029853 drivers/block/floppy.c: remove [U]CLEARF, [U]SETF, and [U]TESTF macros by Joe Perches · 14 years ago
  24. 87f530d drivers/block/floppy.c: add debug_dcl(...) macro by Joe Perches · 14 years ago
  25. 52a0d61 drivers/block/floppy.c: remove macro LOCK_FDC by Joe Perches · 14 years ago
  26. a0a52d6 drivers/block/floppy.c: remove a few spaces from function casts by Joe Perches · 14 years ago
  27. da27365 drivers/block/floppy.c: remove IN/OUT macros, indent switch/case by Joe Perches · 14 years ago
  28. 96534f1 drivers/block/floppy.c: indent a comment by Joe Perches · 14 years ago
  29. b87c9e0 drivers/block/floppy.c: remove CLEARSTRUCT macro, use memset by Joe Perches · 14 years ago
  30. bb57f0c6 drivers/block/floppy.c: comment neatening and remove naked ; by Joe Perches · 14 years ago
  31. 2300f90 drivers/block/floppy.c: remove LAST_OUT macro by Joe Perches · 14 years ago
  32. d7b2b2e drivers/block/floppy.c: hoist assigns from if()s, neatening by Joe Perches · 14 years ago
  33. 045f983 drivers/block/floppy.c: remove used once CHECK_READY macro by Joe Perches · 14 years ago
  34. a81ee54 drivers/block/floppy.c: remove unnecessary braces by Joe Perches · 14 years ago
  35. b46df35 drivers/block/floppy.c: use pr_<level> by Joe Perches · 14 years ago
  36. 48c8cee drivers/block/floppy.c: #define space and column neatening by Joe Perches · 14 years ago
  37. d493754 drivers/block/floppy.c: convert some #include <asm/ to #include <linux/ by Joe Perches · 14 years ago
  38. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  39. 2886a8b floppy: Add an extra bound check on ioctl arguments by Arjan van de Ven · 15 years ago
  40. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  41. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  42. c90cd33 floppy: Switch driver to dev_pm_ops by Frans Pop · 15 years ago
  43. 8516a50 floppy: fix lock imbalance by Jiri Slaby · 15 years ago
  44. 5e50b9e floppy: fix hibernation by Ondrej Zary · 15 years ago
  45. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  46. 296b2f6 block: convert to dequeueing model (easy ones) by Tejun Heo · 15 years ago
  47. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 15 years ago
  48. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  49. 83f9ef4 floppy: provide a PNP device table in the module. by Scott James Remnant · 15 years ago
  50. 71b3e0c platform: make better use of to_platform_{device,driver}() macros by Eric Miao · 16 years ago
  51. 5a74db0 floppy: request and release only the ports we actually use by Philippe De Muyter · 15 years ago
  52. 31c00fc Create/use more directory structure in the Documentation/ tree. by Randy Dunlap · 16 years ago
  53. a4af9b4 [PATCH] switch floppy by Al Viro · 16 years ago
  54. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 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. 6dc6472 Merge commit 'origin' by Benjamin Herrenschmidt · 16 years ago
  58. 9e49184 floppy: support arbitrary first-sector numbers by Keith Wansbrough · 16 years ago
  59. 061837b drivers/block: Use DIV_ROUND_UP by Julia Lawall · 16 years ago
  60. 68e1ee6 powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks by Kumar Gala · 16 years ago
  61. 7afea3b drivers/block/floppy.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 16 years ago
  62. f2005e17 block: floppy: fix rmmod lockup by Jiri Slaby · 16 years ago
  63. 1c5093b blk_end_request: changing floppy (take 4) by Kiyoshi Ueda · 17 years ago
  64. fdc1ca8 floppy: remove register keyword use from floppy driver by Jesper Juhl · 17 years ago
  65. aee9041 floppy: remove dead/commented out code from floppy driver by Jesper Juhl · 17 years ago
  66. 06f748c floppy: do a very minimal style cleanup of the floppy driver by Jesper Juhl · 17 years ago
  67. 2e9c47c floppy: tolerate DMA channel unavailability by Jan Beulich · 17 years ago
  68. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  69. 5705f70 Introduce rq_for_each_segment replacing rq_for_each_bio by NeilBrown · 17 years ago
  70. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  71. 4acb3e2 Off by one in floppy.c by Eric Sesterhenn / Snakebyte · 17 years ago
  72. 4ea1b0f floppy: handle device_create_file() failure while init by Dmitriy Monakhov · 17 years ago
  73. 7b8f850 [PATCH] Fix build errors if bitop functions are do {} while macros by Ralf Baechle · 17 years ago
  74. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  75. 365970a WorkStruct: Merge the pending bit into the wq_data pointer by David Howells · 18 years ago
  76. 6bb49e5 WorkStruct: Typedef the work function prototype by David Howells · 18 years ago
  77. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  78. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  79. ef16b51 [PATCH] exit early in floppy_init when no floppy exists by Olaf Hering · 18 years ago
  80. 3e541a4 [PATCH] lockdep: floppy.c irq release fix by Ingo Molnar · 18 years ago
  81. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  82. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  83. 1a715c5 [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  84. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  85. 1269277a [PATCH] powerpc: Use check_legacy_ioport() on ppc32 too. by David Woodhouse · 18 years ago
  86. 50297cb [PATCH] drivers/block/*: use time_after() and friends by Marcelo Feitoza Parisi · 18 years ago
  87. 6dc659d [PATCH] drivers/block/floppy.c: dont free_irq() from irq context by Ingo Molnar · 18 years ago
  88. 1efa646 [PATCH] block/floppy: fix section mismatch warnings by Sam Ravnborg · 18 years ago
  89. b1c82b5 [PATCH] sem2mutex: drivers/block/floppy.c by Jes Sorensen · 18 years ago
  90. 46a9f65 remove unused LOCAL_END_REQUEST by Domen Puncer · 19 years ago
  91. 945f390 [PATCH] drivers/block: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
  92. a885c8c [PATCH] Add block_device_operations.getgeo block device method by Christoph Hellwig · 19 years ago
  93. 8ffdc65 [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() by Tejun Heo · 19 years ago
  94. c101e77 [PATCH] revert floppy-fix-read-only-handling by Andrew Morton · 19 years ago
  95. 63f45b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  96. 8c744fb [PATCH] add a file_permission helper by Christoph Hellwig · 19 years ago
  97. 88baf3e [PATCH] fix floppy.c to store correct ro/rw status in underlying gendisk by Jon Masters · 19 years ago
  98. b88b098 floppy: relocate devfs comment by James Nelson · 19 years ago
  99. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  100. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago