1. 7b7b68bb floppy: bail out in open() if drive is not responding to block0 read by Jiri Kosina · 10 years ago
  2. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  3. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  4. 5953316 block: make rq->cmd_flags be 64-bit by Jens Axboe · 11 years ago
  5. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  6. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  7. 4f2ac93 block: Remove bi_idx references by Kent Overstreet · 12 years ago
  8. eac7cc5 floppy: destroy floppy workqueue before cleaning up the queue by Jiri Kosina · 12 years ago
  9. 1a4ae43 floppy: remove dr, reuse drive on do_floppy_init by Herton Ronaldo Krzesinski · 12 years ago
  10. 8d3ab4e floppy: use common function to check if floppies can be registered by Herton Ronaldo Krzesinski · 12 years ago
  11. d60e7ec floppy: properly handle failure on add_disk loop by Herton Ronaldo Krzesinski · 12 years ago
  12. 238ab78 floppy: do put_disk on current dr if blk_init_queue fails by Herton Ronaldo Krzesinski · 12 years ago
  13. b54e1f8 floppy: don't call alloc_ordered_workqueue inside the alloc_disk loop by Herton Ronaldo Krzesinski · 12 years ago
  14. 136b572 workqueue: deprecate __cancel_delayed_work() by Tejun Heo · 12 years ago
  15. e7c2f96 workqueue: use mod_delayed_work() instead of __cancel + queue by Tejun Heo · 12 years ago
  16. 10af813 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy into for-3.6/drivers by Jens Axboe · 12 years ago
  17. 2fb2ca6 floppy: remove duplicated flag FD_RAW_NEED_DISK by Fengguang Wu · 12 years ago
  18. 72ea1f7 Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.6/drivers by Jens Axboe · 12 years ago
  19. 0cc15d03 floppy: Run floppy initialization asynchronous by Andi Kleen · 12 years ago
  20. dab058f floppy: cancel any pending fd_timeouts before adding a new one by Linus Torvalds · 12 years ago
  21. bfa10b8 floppy: remove floppy-specific O_EXCL handling by Jiri Kosina · 12 years ago
  22. 070ad7e floppy: convert to delayed work and single-thread wq by Jiri Kosina · 12 years ago
  23. f636520 x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility by Len Brown · 12 years ago
  24. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  25. 9354f1b floppy/scsi: fix setting of BIO flags by Muthu Kumar · 12 years ago
  26. 4609dff floppy: Fix a crash during rmmod by Vivek Goyal · 12 years ago
  27. 3f9a5aa floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never called by Vivek Goyal · 12 years ago
  28. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  29. 6c4867f floppy: use del_timer_sync() in init cleanup by Carsten Emde · 13 years ago
  30. f310642 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 13 years ago
  31. 3b70b2e x86 idle floppy: deprecate disable_hlt() by Len Brown · 13 years ago
  32. 9fd097b block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers by Tejun Heo · 13 years ago
  33. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  34. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  35. 1a8a74f floppy,{ami|ata}flop: Convert to bdops->check_events() by Tejun Heo · 13 years ago
  36. 93b270f Fix over-zealous flush_disk when changing device size. by NeilBrown · 13 years ago
  37. 7b0cb1b Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  38. 8aa0f41 floppy: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  39. 2b51dca floppy: replace NO_GEOM macro with a function by Pekka Enberg · 14 years ago
  40. d017bf6 floppy: fix another use-after-free by Vivek Goyal · 14 years ago
  41. c093ee4 floppy: fix use-after-free in module load failure path by Linus Torvalds · 14 years ago
  42. 8abfc6e Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  43. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  44. 4882118 floppy: switch to one queue per drive instead of sharing a queue by Jens Axboe · 14 years ago
  45. 3b06c21 floppy: make controller const by Stephen Hemminger · 14 years ago
  46. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  47. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  48. 01b6b67 floppy: use warning macros by Stephen Hemminger · 14 years ago
  49. b862f26 floppy: use wait_event_interruptible by Stephen Hemminger · 14 years ago
  50. 21af544 floppy: fix signed/unsigned warnings by Stephen Hemminger · 14 years ago
  51. be1c0fb floppy: cmos attribute should be static by Stephen Hemminger · 14 years ago
  52. 575cfc6 floppy: use atomic type for usage_count by Stephen Hemminger · 14 years ago
  53. 41a55b4 floppy: silence warning during disk test by Stephen Hemminger · 14 years ago
  54. be7a12b floppy: remove unnecessary inlines by Stephen Hemminger · 14 years ago
  55. 285203c floppy: initialize debug jiffies offset by Stephen Hemminger · 14 years ago
  56. 724ee62 drivers/block/floppy.c: remove unnecessary casting in fd_ioctl by Joe Perches · 14 years ago
  57. 0aad92c drivers/block/floppy.c: remove misleading, used once FD_IOCTL_ALLOWED macro by Joe Perches · 14 years ago
  58. 712e1de drivers/block/floppy.c: remove obfuscating CODE2SIZE macro by Joe Perches · 14 years ago
  59. ded2863 drivers/block/floppy.c: add __func__ to debugt by Joe Perches · 14 years ago
  60. 7f25271 drivers/block/floppy.c: convert raw_cmd_copyin from while(1) to label: goto by Joe Perches · 14 years ago
  61. ce2f11f drivers/block/floppy.c: remove some unnecessary casting by Joe Perches · 14 years ago
  62. 1ebddd8 drivers/block/floppy.c: use %pf in logging messages by Joe Perches · 14 years ago
  63. 275176b drivers/block/floppy.c: use __func__ where appropriate by Joe Perches · 14 years ago
  64. 891eda8 drivers/block/floppy.c: DPRINT neatening by Joe Perches · 14 years ago
  65. 1a23d13 drivers/block/floppy.c: remove #define FLOPPY_SANITY_CHECK by Joe Perches · 14 years ago
  66. 73507e6 drivers/block/floppy.c: remove unnecessary argument from [__]reschedule_timeout by Joe Perches · 14 years ago
  67. 0da3132 drivers/block/floppy.c: unclutter redo_fd_request logic by Joe Perches · 14 years ago
  68. 416d8d2 drivers/block/floppy.c: remove REPEAT macro by Joe Perches · 14 years ago
  69. 15b2630 drivers/block/floppy.c: remove unnecessary return and braces by Joe Perches · 14 years ago
  70. 57584c5 drivers/block/floppy.c: add function is_ready_state by Joe Perches · 14 years ago
  71. 29f1c78 drivers/block/floppy.c: convert int initialising to bool initialized by Joe Perches · 14 years ago
  72. 4d18ef0 drivers/block/floppy.c: remove #define DEVICE_NAME "floppy" by Joe Perches · 14 years ago
  73. c529730 drivers/block/floppy.c: move leading && and || to preceding line by Joe Perches · 14 years ago
  74. 74f63f4 drivers/block/floppy.c: convert int 1/0 to bool true/false by Joe Perches · 14 years ago
  75. 55eee80 drivers/block/floppy.c: remove macros CALL, WAIT and IWAIT by Joe Perches · 14 years ago
  76. 86b12b4 drivers/block/floppy.c: remove [_]COPYIN [_]COPYOUT and ECALL macros by Joe Perches · 14 years ago
  77. 4575b55 drivers/block/floppy.c: remove most uses of CALL and ECALL macros by Joe Perches · 14 years ago
  78. e029853 drivers/block/floppy.c: remove [U]CLEARF, [U]SETF, and [U]TESTF macros by Joe Perches · 14 years ago
  79. 87f530d drivers/block/floppy.c: add debug_dcl(...) macro by Joe Perches · 14 years ago
  80. 52a0d61 drivers/block/floppy.c: remove macro LOCK_FDC by Joe Perches · 14 years ago
  81. a0a52d6 drivers/block/floppy.c: remove a few spaces from function casts by Joe Perches · 14 years ago
  82. da27365 drivers/block/floppy.c: remove IN/OUT macros, indent switch/case by Joe Perches · 14 years ago
  83. 96534f1 drivers/block/floppy.c: indent a comment by Joe Perches · 14 years ago
  84. b87c9e0 drivers/block/floppy.c: remove CLEARSTRUCT macro, use memset by Joe Perches · 14 years ago
  85. bb57f0c6 drivers/block/floppy.c: comment neatening and remove naked ; by Joe Perches · 14 years ago
  86. 2300f90 drivers/block/floppy.c: remove LAST_OUT macro by Joe Perches · 14 years ago
  87. d7b2b2e drivers/block/floppy.c: hoist assigns from if()s, neatening by Joe Perches · 14 years ago
  88. 045f983 drivers/block/floppy.c: remove used once CHECK_READY macro by Joe Perches · 14 years ago
  89. a81ee54 drivers/block/floppy.c: remove unnecessary braces by Joe Perches · 14 years ago
  90. b46df35 drivers/block/floppy.c: use pr_<level> by Joe Perches · 14 years ago
  91. 48c8cee drivers/block/floppy.c: #define space and column neatening by Joe Perches · 14 years ago
  92. d493754 drivers/block/floppy.c: convert some #include <asm/ to #include <linux/ by Joe Perches · 14 years ago
  93. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  94. 2886a8b floppy: Add an extra bound check on ioctl arguments by Arjan van de Ven · 15 years ago
  95. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  96. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  97. c90cd33 floppy: Switch driver to dev_pm_ops by Frans Pop · 15 years ago
  98. 8516a50 floppy: fix lock imbalance by Jiri Slaby · 15 years ago
  99. 5e50b9e floppy: fix hibernation by Ondrej Zary · 15 years ago
  100. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago