1. 296b2f6 block: convert to dequeueing model (easy ones) by Tejun Heo · 15 years ago
  2. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 15 years ago
  3. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  4. 83f9ef4 floppy: provide a PNP device table in the module. by Scott James Remnant · 15 years ago
  5. 71b3e0c platform: make better use of to_platform_{device,driver}() macros by Eric Miao · 15 years ago
  6. 5a74db0 floppy: request and release only the ports we actually use by Philippe De Muyter · 15 years ago
  7. 31c00fc Create/use more directory structure in the Documentation/ tree. by Randy Dunlap · 16 years ago
  8. a4af9b4 [PATCH] switch floppy by Al Viro · 16 years ago
  9. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  10. 86d434d [PATCH] eliminate use of ->f_flags in block methods by Al Viro · 17 years ago
  11. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  12. 6dc6472 Merge commit 'origin' by Benjamin Herrenschmidt · 16 years ago
  13. 9e49184 floppy: support arbitrary first-sector numbers by Keith Wansbrough · 16 years ago
  14. 061837b drivers/block: Use DIV_ROUND_UP by Julia Lawall · 16 years ago
  15. 68e1ee6 powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks by Kumar Gala · 16 years ago
  16. 7afea3b drivers/block/floppy.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 16 years ago
  17. f2005e17 block: floppy: fix rmmod lockup by Jiri Slaby · 16 years ago
  18. 1c5093b blk_end_request: changing floppy (take 4) by Kiyoshi Ueda · 16 years ago
  19. fdc1ca8 floppy: remove register keyword use from floppy driver by Jesper Juhl · 17 years ago
  20. aee9041 floppy: remove dead/commented out code from floppy driver by Jesper Juhl · 17 years ago
  21. 06f748c floppy: do a very minimal style cleanup of the floppy driver by Jesper Juhl · 17 years ago
  22. 2e9c47c floppy: tolerate DMA channel unavailability by Jan Beulich · 17 years ago
  23. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  24. 5705f70 Introduce rq_for_each_segment replacing rq_for_each_bio by NeilBrown · 17 years ago
  25. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  26. 4acb3e2 Off by one in floppy.c by Eric Sesterhenn / Snakebyte · 17 years ago
  27. 4ea1b0f floppy: handle device_create_file() failure while init by Dmitriy Monakhov · 17 years ago
  28. 7b8f850 [PATCH] Fix build errors if bitop functions are do {} while macros by Ralf Baechle · 17 years ago
  29. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  30. 365970a WorkStruct: Merge the pending bit into the wq_data pointer by David Howells · 18 years ago
  31. 6bb49e5 WorkStruct: Typedef the work function prototype by David Howells · 18 years ago
  32. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  33. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  34. ef16b51 [PATCH] exit early in floppy_init when no floppy exists by Olaf Hering · 18 years ago
  35. 3e541a4 [PATCH] lockdep: floppy.c irq release fix by Ingo Molnar · 18 years ago
  36. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  37. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  38. 1a715c5 [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  39. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  40. 1269277a [PATCH] powerpc: Use check_legacy_ioport() on ppc32 too. by David Woodhouse · 18 years ago
  41. 50297cb [PATCH] drivers/block/*: use time_after() and friends by Marcelo Feitoza Parisi · 18 years ago
  42. 6dc659d [PATCH] drivers/block/floppy.c: dont free_irq() from irq context by Ingo Molnar · 18 years ago
  43. 1efa646 [PATCH] block/floppy: fix section mismatch warnings by Sam Ravnborg · 18 years ago
  44. b1c82b5 [PATCH] sem2mutex: drivers/block/floppy.c by Jes Sorensen · 18 years ago
  45. 46a9f65 remove unused LOCAL_END_REQUEST by Domen Puncer · 18 years ago
  46. 945f390 [PATCH] drivers/block: Use ARRAY_SIZE macro by Tobias Klauser · 18 years ago
  47. a885c8c [PATCH] Add block_device_operations.getgeo block device method by Christoph Hellwig · 18 years ago
  48. 8ffdc65 [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() by Tejun Heo · 18 years ago
  49. c101e77 [PATCH] revert floppy-fix-read-only-handling by Andrew Morton · 19 years ago
  50. 63f45b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  51. 8c744fb [PATCH] add a file_permission helper by Christoph Hellwig · 19 years ago
  52. 88baf3e [PATCH] fix floppy.c to store correct ro/rw status in underlying gendisk by Jon Masters · 19 years ago
  53. b88b098 floppy: relocate devfs comment by James Nelson · 19 years ago
  54. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  55. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  56. 9a8af6b [PATCH] Floppy: add cmos attribute to floppy driver tidy by Andrew Morton · 19 years ago
  57. 94fd0db [PATCH] Floppy: Add cmos attribute to floppy driver by Hannes Reinecke · 19 years ago
  58. 2ef4163 [PATCH] remove do_sync parameter from __invalidate_device by Christoph Hellwig · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago