1. 5fbaa66 floppy: check FDC index for errors before assigning it by Linus Torvalds · 4 years, 3 months ago
  2. e07fb66 floppy: fix usercopy direction by Jann Horn · 5 years ago
  3. 1fdefbb floppy: fix out-of-bounds read in copy_buffer by Denis Efremov · 4 years, 11 months ago
  4. 5d6d639 floppy: fix invalid pointer dereference in drive_name by Denis Efremov · 4 years, 11 months ago
  5. 93f8955 floppy: fix out-of-bounds read in next_valid_format by Denis Efremov · 4 years, 11 months ago
  6. 604206c floppy: fix div-by-zero in setup_format_params by Denis Efremov · 4 years, 11 months ago
  7. 06f9e7b take floppy compat ioctls to sodding floppy.c by Al Viro · 7 years ago
  8. 489a9ab floppy: check_events callback should not return a negative number by Yufen Yu · 5 years ago
  9. 03781eb floppy: fix race condition in __floppy_read_block_0() by Jens Axboe · 6 years ago
  10. 3da4db1 floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl by Andy Whitcroft · 6 years ago
  11. f2791e7 Revert "floppy: refactor open() flags handling" by Jens Axboe · 8 years ago
  12. 468c298 Revert "floppy: fix open(O_ACCMODE) for ioctl-only open" by Jens Axboe · 8 years ago
  13. ff06db1 floppy: fix open(O_ACCMODE) for ioctl-only open by Jiri Kosina · 8 years ago
  14. 0d52c756 block: convert to device_add_disk() by Dan Williams · 8 years ago
  15. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  16. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  17. 09954ba floppy: refactor open() flags handling by Jiri Kosina · 8 years ago
  18. 90b90d0 Merge branch 'for-4.5/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linus by Jens Axboe · 8 years ago
  19. a0c80ef floppy: fix lock_fdc() signal handling by Jiri Kosina · 8 years ago
  20. bcf4299 floppy: make local variable non-static by Rasmus Villemoes · 8 years ago
  21. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  22. b7f120b floppy: Avoid manual call of device_create_file() by Takashi Iwai · 9 years ago
  23. e64d468 Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linus by Jens Axboe · 10 years ago
  24. 1c65df3 floppy: format block0 read error message properly by Jiri Kosina · 10 years ago
  25. 80081ec Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  26. 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  27. 6314a10 floppy: do not corrupt bio.bi_flags when reading block 0 by Jiri Kosina · 10 years ago
  28. 2145e15 floppy: don't write kernel-only members to FDRAWCMD ioctl output by Matthew Daley · 10 years ago
  29. ef87dbe floppy: ignore kernel-only members in FDRAWCMD ioctl input by Matthew Daley · 10 years ago
  30. b4f42e2 block: remove struct request buffer member by Jens Axboe · 10 years ago
  31. 75ddb38 floppy: don't use PREPARE_[DELAYED_]WORK by Tejun Heo · 10 years ago
  32. 7b7b68bb floppy: bail out in open() if drive is not responding to block0 read by Jiri Kosina · 10 years ago
  33. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  34. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  35. 5953316 block: make rq->cmd_flags be 64-bit by Jens Axboe · 11 years ago
  36. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  37. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  38. 4f2ac93 block: Remove bi_idx references by Kent Overstreet · 12 years ago
  39. eac7cc5 floppy: destroy floppy workqueue before cleaning up the queue by Jiri Kosina · 12 years ago
  40. 1a4ae43 floppy: remove dr, reuse drive on do_floppy_init by Herton Ronaldo Krzesinski · 12 years ago
  41. 8d3ab4e floppy: use common function to check if floppies can be registered by Herton Ronaldo Krzesinski · 12 years ago
  42. d60e7ec floppy: properly handle failure on add_disk loop by Herton Ronaldo Krzesinski · 12 years ago
  43. 238ab78 floppy: do put_disk on current dr if blk_init_queue fails by Herton Ronaldo Krzesinski · 12 years ago
  44. b54e1f8 floppy: don't call alloc_ordered_workqueue inside the alloc_disk loop by Herton Ronaldo Krzesinski · 12 years ago
  45. 136b572 workqueue: deprecate __cancel_delayed_work() by Tejun Heo · 12 years ago
  46. e7c2f96 workqueue: use mod_delayed_work() instead of __cancel + queue by Tejun Heo · 12 years ago
  47. 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
  48. 2fb2ca6 floppy: remove duplicated flag FD_RAW_NEED_DISK by Fengguang Wu · 12 years ago
  49. 72ea1f7 Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.6/drivers by Jens Axboe · 12 years ago
  50. 0cc15d03 floppy: Run floppy initialization asynchronous by Andi Kleen · 12 years ago
  51. dab058f floppy: cancel any pending fd_timeouts before adding a new one by Linus Torvalds · 12 years ago
  52. bfa10b8 floppy: remove floppy-specific O_EXCL handling by Jiri Kosina · 12 years ago
  53. 070ad7e floppy: convert to delayed work and single-thread wq by Jiri Kosina · 12 years ago
  54. f636520 x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility by Len Brown · 12 years ago
  55. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  56. 9354f1b floppy/scsi: fix setting of BIO flags by Muthu Kumar · 12 years ago
  57. 4609dff floppy: Fix a crash during rmmod by Vivek Goyal · 12 years ago
  58. 3f9a5aa floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never called by Vivek Goyal · 12 years ago
  59. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  60. 6c4867f floppy: use del_timer_sync() in init cleanup by Carsten Emde · 13 years ago
  61. 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
  62. 3b70b2e x86 idle floppy: deprecate disable_hlt() by Len Brown · 13 years ago
  63. 9fd097b block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers by Tejun Heo · 13 years ago
  64. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  65. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  66. 1a8a74f floppy,{ami|ata}flop: Convert to bdops->check_events() by Tejun Heo · 13 years ago
  67. 93b270f Fix over-zealous flush_disk when changing device size. by NeilBrown · 13 years ago
  68. 7b0cb1b Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  69. 8aa0f41 floppy: don't use flush_scheduled_work() by Tejun Heo · 13 years ago
  70. 2b51dca floppy: replace NO_GEOM macro with a function by Pekka Enberg · 14 years ago
  71. d017bf6 floppy: fix another use-after-free by Vivek Goyal · 14 years ago
  72. c093ee4 floppy: fix use-after-free in module load failure path by Linus Torvalds · 14 years ago
  73. 8abfc6e Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  74. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  75. 4882118 floppy: switch to one queue per drive instead of sharing a queue by Jens Axboe · 14 years ago
  76. 3b06c21 floppy: make controller const by Stephen Hemminger · 14 years ago
  77. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  78. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  79. 01b6b67 floppy: use warning macros by Stephen Hemminger · 14 years ago
  80. b862f26 floppy: use wait_event_interruptible by Stephen Hemminger · 14 years ago
  81. 21af544 floppy: fix signed/unsigned warnings by Stephen Hemminger · 14 years ago
  82. be1c0fb floppy: cmos attribute should be static by Stephen Hemminger · 14 years ago
  83. 575cfc6 floppy: use atomic type for usage_count by Stephen Hemminger · 14 years ago
  84. 41a55b4 floppy: silence warning during disk test by Stephen Hemminger · 14 years ago
  85. be7a12b floppy: remove unnecessary inlines by Stephen Hemminger · 14 years ago
  86. 285203c floppy: initialize debug jiffies offset by Stephen Hemminger · 14 years ago
  87. 724ee62 drivers/block/floppy.c: remove unnecessary casting in fd_ioctl by Joe Perches · 14 years ago
  88. 0aad92c drivers/block/floppy.c: remove misleading, used once FD_IOCTL_ALLOWED macro by Joe Perches · 14 years ago
  89. 712e1de drivers/block/floppy.c: remove obfuscating CODE2SIZE macro by Joe Perches · 14 years ago
  90. ded2863 drivers/block/floppy.c: add __func__ to debugt by Joe Perches · 14 years ago
  91. 7f25271 drivers/block/floppy.c: convert raw_cmd_copyin from while(1) to label: goto by Joe Perches · 14 years ago
  92. ce2f11f drivers/block/floppy.c: remove some unnecessary casting by Joe Perches · 14 years ago
  93. 1ebddd8 drivers/block/floppy.c: use %pf in logging messages by Joe Perches · 14 years ago
  94. 275176b drivers/block/floppy.c: use __func__ where appropriate by Joe Perches · 14 years ago
  95. 891eda8 drivers/block/floppy.c: DPRINT neatening by Joe Perches · 14 years ago
  96. 1a23d13 drivers/block/floppy.c: remove #define FLOPPY_SANITY_CHECK by Joe Perches · 14 years ago
  97. 73507e6 drivers/block/floppy.c: remove unnecessary argument from [__]reschedule_timeout by Joe Perches · 14 years ago
  98. 0da3132 drivers/block/floppy.c: unclutter redo_fd_request logic by Joe Perches · 14 years ago
  99. 416d8d2 drivers/block/floppy.c: remove REPEAT macro by Joe Perches · 14 years ago
  100. 15b2630 drivers/block/floppy.c: remove unnecessary return and braces by Joe Perches · 14 years ago