1. a9f38e1 floppy: convert to blk-mq by Omar Sandoval · 6 years ago
  2. c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
  3. fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
  4. 65eea8e floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl by Andy Whitcroft · 6 years ago
  5. b64a71a0 block/floppy: remove redundant variable dflags by Colin Ian King · 7 years ago
  6. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  7. 3079c22 genhd: Rename get_disk() to get_disk_and_module() by Jan Kara · 7 years ago
  8. b1bf421 block/floppy: Convert callback to pass timer_list by Kees Cook · 7 years ago
  9. acfef4f floppy: consolidate the dummy fd_cacheflush definition by Christoph Hellwig · 7 years ago
  10. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  11. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. 229b53c take floppy compat ioctls to sodding floppy.c by Al Viro · 8 years ago
  13. 8fc4504 block: don't set bounce limit in blk_init_queue by Christoph Hellwig · 8 years ago
  14. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  15. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  16. 4590879 floppy: switch from req->errors to req->error_count by Christoph Hellwig · 8 years ago
  17. 68219bd block: floppy: use setup_timer by Geliang Tang · 8 years ago
  18. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  19. 1661f2e floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNEL by Vlastimil Babka · 8 years ago
  20. 2c73a60 block: floppy: use bio_add_page() by Ming Lei · 8 years ago
  21. 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
  22. f2791e7 Revert "floppy: refactor open() flags handling" by Jens Axboe · 8 years ago
  23. 468c298 Revert "floppy: fix open(O_ACCMODE) for ioctl-only open" by Jens Axboe · 8 years ago
  24. ff06db1 floppy: fix open(O_ACCMODE) for ioctl-only open by Jiri Kosina · 9 years ago
  25. 0d52c756 block: convert to device_add_disk() by Dan Williams · 9 years ago
  26. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 9 years ago
  27. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  28. 09954ba floppy: refactor open() flags handling by Jiri Kosina · 9 years ago
  29. 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 · 9 years ago
  30. a0c80ef floppy: fix lock_fdc() signal handling by Jiri Kosina · 9 years ago
  31. bcf4299 floppy: make local variable non-static by Rasmus Villemoes · 9 years ago
  32. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  33. b7f120b floppy: Avoid manual call of device_create_file() by Takashi Iwai · 10 years ago
  34. e64d468 Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linus by Jens Axboe · 11 years ago
  35. 1c65df3 floppy: format block0 read error message properly by Jiri Kosina · 11 years ago
  36. 80081ec Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 11 years ago
  37. 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 11 years ago
  38. 6314a10 floppy: do not corrupt bio.bi_flags when reading block 0 by Jiri Kosina · 11 years ago
  39. 2145e15 floppy: don't write kernel-only members to FDRAWCMD ioctl output by Matthew Daley · 11 years ago
  40. ef87dbe floppy: ignore kernel-only members in FDRAWCMD ioctl input by Matthew Daley · 11 years ago
  41. b4f42e2 block: remove struct request buffer member by Jens Axboe · 11 years ago
  42. 75ddb38 floppy: don't use PREPARE_[DELAYED_]WORK by Tejun Heo · 11 years ago
  43. 7b7b68bb floppy: bail out in open() if drive is not responding to block0 read by Jiri Kosina · 11 years ago
  44. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  45. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  46. 5953316 block: make rq->cmd_flags be 64-bit by Jens Axboe · 12 years ago
  47. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  48. db2a144 block_device_operations->release() should return void by Al Viro · 12 years ago
  49. 4f2ac93 block: Remove bi_idx references by Kent Overstreet · 12 years ago
  50. eac7cc5 floppy: destroy floppy workqueue before cleaning up the queue by Jiri Kosina · 12 years ago
  51. 1a4ae43 floppy: remove dr, reuse drive on do_floppy_init by Herton Ronaldo Krzesinski · 12 years ago
  52. 8d3ab4e floppy: use common function to check if floppies can be registered by Herton Ronaldo Krzesinski · 12 years ago
  53. d60e7ec floppy: properly handle failure on add_disk loop by Herton Ronaldo Krzesinski · 12 years ago
  54. 238ab78 floppy: do put_disk on current dr if blk_init_queue fails by Herton Ronaldo Krzesinski · 12 years ago
  55. b54e1f8 floppy: don't call alloc_ordered_workqueue inside the alloc_disk loop by Herton Ronaldo Krzesinski · 12 years ago
  56. 136b572 workqueue: deprecate __cancel_delayed_work() by Tejun Heo · 12 years ago
  57. e7c2f96 workqueue: use mod_delayed_work() instead of __cancel + queue by Tejun Heo · 12 years ago
  58. 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
  59. 2fb2ca6 floppy: remove duplicated flag FD_RAW_NEED_DISK by Fengguang Wu · 12 years ago
  60. 72ea1f7 Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.6/drivers by Jens Axboe · 12 years ago
  61. 0cc15d03 floppy: Run floppy initialization asynchronous by Andi Kleen · 13 years ago
  62. dab058f floppy: cancel any pending fd_timeouts before adding a new one by Linus Torvalds · 13 years ago
  63. bfa10b8 floppy: remove floppy-specific O_EXCL handling by Jiri Kosina · 13 years ago
  64. 070ad7e floppy: convert to delayed work and single-thread wq by Jiri Kosina · 13 years ago
  65. f636520 x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility by Len Brown · 13 years ago
  66. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  67. 9354f1b8 floppy/scsi: fix setting of BIO flags by Muthu Kumar · 13 years ago
  68. 4609dff floppy: Fix a crash during rmmod by Vivek Goyal · 13 years ago
  69. 3f9a5aa floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never called by Vivek Goyal · 13 years ago
  70. ff01bb4 fs: move code out of buffer.c by Al Viro · 13 years ago
  71. 6c4867f floppy: use del_timer_sync() in init cleanup by Carsten Emde · 13 years ago
  72. f310642 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  73. 3b70b2e x86 idle floppy: deprecate disable_hlt() by Len Brown · 14 years ago
  74. 9fd097b block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers by Tejun Heo · 14 years ago
  75. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 14 years ago
  76. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  77. 1a8a74f floppy,{ami|ata}flop: Convert to bdops->check_events() by Tejun Heo · 14 years ago
  78. 93b270f Fix over-zealous flush_disk when changing device size. by NeilBrown · 14 years ago
  79. 7b0cb1b Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  80. 8aa0f41 floppy: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  81. 2b51dca floppy: replace NO_GEOM macro with a function by Pekka Enberg · 14 years ago
  82. d017bf6 floppy: fix another use-after-free by Vivek Goyal · 14 years ago
  83. c093ee4 floppy: fix use-after-free in module load failure path by Linus Torvalds · 14 years ago
  84. 8abfc6e Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  85. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 15 years ago
  86. 4882118 floppy: switch to one queue per drive instead of sharing a queue by Jens Axboe · 14 years ago
  87. 3b06c21 floppy: make controller const by Stephen Hemminger · 14 years ago
  88. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  89. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 15 years ago
  90. 01b6b67 floppy: use warning macros by Stephen Hemminger · 15 years ago
  91. b862f26 floppy: use wait_event_interruptible by Stephen Hemminger · 15 years ago
  92. 21af544 floppy: fix signed/unsigned warnings by Stephen Hemminger · 15 years ago
  93. be1c0fb floppy: cmos attribute should be static by Stephen Hemminger · 15 years ago
  94. 575cfc6 floppy: use atomic type for usage_count by Stephen Hemminger · 15 years ago
  95. 41a55b4 floppy: silence warning during disk test by Stephen Hemminger · 15 years ago
  96. be7a12b floppy: remove unnecessary inlines by Stephen Hemminger · 15 years ago
  97. 285203c floppy: initialize debug jiffies offset by Stephen Hemminger · 15 years ago
  98. 724ee62 drivers/block/floppy.c: remove unnecessary casting in fd_ioctl by Joe Perches · 15 years ago
  99. 0aad92c drivers/block/floppy.c: remove misleading, used once FD_IOCTL_ALLOWED macro by Joe Perches · 15 years ago
  100. 712e1de drivers/block/floppy.c: remove obfuscating CODE2SIZE macro by Joe Perches · 15 years ago