1. fc05860 Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  2. a720e11 floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undef by Denis Efremov · 3 years, 9 months ago
  3. fa6b885 floppy: cleanups: use memcpy() to copy reply_buffer by Denis Efremov · 3 years, 9 months ago
  4. f6df18f floppy: cleanups: use memset() to zero reply_buffer by Denis Efremov · 3 years, 9 months ago
  5. 67c0716 floppy: cleanups: use ST0 as reply_buffer index 0 by Denis Efremov · 3 years, 9 months ago
  6. 3d86739 floppy: always use the track buffer by Christoph Hellwig · 3 years, 9 months ago
  7. 6417f03 module: remove never implemented MODULE_SUPPORTED_DEVICE by Leon Romanovsky · 3 years, 10 months ago
  8. 8a0c014 floppy: reintroduce O_NDELAY fix by Jiri Kosina · 4 years ago
  9. 302cfee floppy: use a separate gendisk for each media format by Christoph Hellwig · 4 years, 2 months ago
  10. 4a6f3d4 floppy: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
  11. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  12. fe4ec12 floppy: use block_size by Christoph Hellwig · 4 years, 6 months ago
  13. 263c615 block/floppy: fix contended case in floppy_queue_rq() by Jiri Kosina · 4 years, 7 months ago
  14. 0836275 floppy: suppress UBSAN warning in setup_rw_floppy() by Denis Efremov · 4 years, 8 months ago
  15. bd10a5f floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmd by Denis Efremov · 4 years, 8 months ago
  16. 9c4c5a2 floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_params by Denis Efremov · 4 years, 8 months ago
  17. 29ac676 floppy: use print_hex_dump() in setup_DMA() by Denis Efremov · 4 years, 8 months ago
  18. ca1b409 floppy: cleanup: make set_fdc() always set current_drive and current_fd by Willy Tarreau · 4 years, 9 months ago
  19. 99ba6cc floppy: cleanup: get rid of current_reqD in favor of current_drive by Willy Tarreau · 4 years, 9 months ago
  20. 6111a4f floppy: make sure to reset all FDCs upon resume() by Willy Tarreau · 4 years, 9 months ago
  21. 05f5e31 floppy: cleanup: do not iterate on current_fdc in do_floppy_init() by Willy Tarreau · 4 years, 9 months ago
  22. 12aebfa floppy: cleanup: add a few comments about expectations in certain functions by Willy Tarreau · 4 years, 9 months ago
  23. 82a6301 floppy: cleanup: do not iterate on current_fdc in DMA grab/release functions by Willy Tarreau · 4 years, 9 months ago
  24. e5a9c95 floppy: cleanup: make get_fdc_version() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  25. 43d81bb floppy: cleanup: make next_valid_format() not rely on current_drive anymore by Willy Tarreau · 4 years, 9 months ago
  26. c7af70b floppy: cleanup: make check_wp() not rely on current_{fdc,drive} anymore by Willy Tarreau · 4 years, 9 months ago
  27. 3631a67 floppy: cleanup: make fdc_specify() not rely on current_{fdc,drive} anymore by Willy Tarreau · 4 years, 9 months ago
  28. d5da6fa floppy: cleanup: make fdc_configure() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  29. 197c7ff floppy: cleanup: make perpendicular_mode() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  30. 3ab12a1 floppy: cleanup: make need_more_output() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  31. 96dad77 floppy: cleanup: make result() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  32. f8a8e0f floppy: cleanup: make output_byte() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  33. 5ea00bf floppy: cleanup: make wait_til_ready() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  34. 6d494ed0 floppy: cleanup: make show_floppy() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  35. f3e0dc1 floppy: cleanup: make reset_fdc_info() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  36. c1f710b floppy: cleanup: make twaddle() not rely on current_{fdc,drive} anymore by Willy Tarreau · 4 years, 9 months ago
  37. e72e8bf floppy: split the base port from the register in I/O accesses by Willy Tarreau · 4 years, 9 months ago
  38. e83995c floppy: rename the global "fdc" variable to "current_fdc" by Willy Tarreau · 4 years, 10 months ago
  39. e203246 floppy: separate the FDC's base address from its registers by Willy Tarreau · 4 years, 10 months ago
  40. ac70186 floppy: introduce new functions fdc_inb() and fdc_outb() by Willy Tarreau · 4 years, 10 months ago
  41. 8fb3845 floppy: cleanup: expand the reply_buffer macros by Willy Tarreau · 4 years, 10 months ago
  42. 76dabe7 floppy: cleanup: expand the R/W / format command macros by Willy Tarreau · 4 years, 10 months ago
  43. 2a34875 floppy: cleanup: expand macro DRWE by Willy Tarreau · 4 years, 10 months ago
  44. 3bd7f87 floppy: cleanup: expand macro DRS by Willy Tarreau · 4 years, 10 months ago
  45. 031faab floppy: cleanup: expand macro DP by Willy Tarreau · 4 years, 10 months ago
  46. 121e297 floppy: cleanup: expand macro UDRWE by Willy Tarreau · 4 years, 10 months ago
  47. 8d9d34e2 floppy: cleanup: expand macro UDRS by Willy Tarreau · 4 years, 10 months ago
  48. 1ce9ae9 floppy: cleanup: expand macro UDP by Willy Tarreau · 4 years, 10 months ago
  49. f9d322b floppy: cleanup: expand macro UFDCS by Willy Tarreau · 4 years, 10 months ago
  50. de6048b floppy: cleanup: expand macro FDCS by Willy Tarreau · 4 years, 10 months ago
  51. 2e90ca6 floppy: check FDC index for errors before assigning it by Linus Torvalds · 4 years, 11 months ago
  52. 9452b1a compat_ioctl: block: handle cdrom compat ioctl in non-cdrom drivers by Arnd Bergmann · 5 years ago
  53. 52f6f9d floppy: fix usercopy direction by Jann Horn · 6 years ago
  54. 47d6a76 Merge branch 'floppy' by Linus Torvalds · 5 years ago
  55. da99466 floppy: fix out-of-bounds read in copy_buffer by Denis Efremov · 5 years ago
  56. 9b04609 floppy: fix invalid pointer dereference in drive_name by Denis Efremov · 5 years ago
  57. 5635f89 floppy: fix out-of-bounds read in next_valid_format by Denis Efremov · 5 years ago
  58. f3554ae floppy: fix div-by-zero in setup_format_params by Denis Efremov · 5 years ago
  59. e775161 docs: blockdev: add it to the admin-guide by Mauro Carvalho Chehab · 6 years ago
  60. 3944310 docs: blockdev: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  61. 2af47c1 floppy: fix harmless clang build warning by Arnd Bergmann · 6 years ago
  62. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  63. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  64. 773008f Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers" by Martin Wilck · 6 years ago
  65. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  66. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  67. 6dc8746 floppy: remove set but not used variable 'q' by YueHaibing · 6 years ago
  68. 96d7cb9 floppy: check_events callback should not return a negative number by Yufen Yu · 6 years ago
  69. a78b03b Merge tag 'v4.20-rc3' into for-4.21/block by Jens Axboe · 6 years ago
  70. fce15a6 floppy: remove now unused 'flags' variable by Jens Axboe · 6 years ago
  71. 503f620 floppy: remove queue_lock around floppy_end_request by Christoph Hellwig · 6 years ago
  72. 0d945c1 block: remove the queue_lock indirection by Christoph Hellwig · 6 years ago
  73. de7b75d floppy: fix race condition in __floppy_read_block_0() by Jens Axboe · 6 years ago
  74. a9f38e1 floppy: convert to blk-mq by Omar Sandoval · 6 years ago
  75. c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
  76. fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
  77. 65eea8e floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl by Andy Whitcroft · 6 years ago
  78. b64a71a0 block/floppy: remove redundant variable dflags by Colin Ian King · 7 years ago
  79. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  80. 3079c22 genhd: Rename get_disk() to get_disk_and_module() by Jan Kara · 7 years ago
  81. b1bf421 block/floppy: Convert callback to pass timer_list by Kees Cook · 7 years ago
  82. acfef4f floppy: consolidate the dummy fd_cacheflush definition by Christoph Hellwig · 7 years ago
  83. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  84. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  85. 229b53c take floppy compat ioctls to sodding floppy.c by Al Viro · 8 years ago
  86. 8fc4504 block: don't set bounce limit in blk_init_queue by Christoph Hellwig · 8 years ago
  87. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  88. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  89. 4590879 floppy: switch from req->errors to req->error_count by Christoph Hellwig · 8 years ago
  90. 68219bd block: floppy: use setup_timer by Geliang Tang · 8 years ago
  91. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  92. 1661f2e floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNEL by Vlastimil Babka · 8 years ago
  93. 2c73a60 block: floppy: use bio_add_page() by Ming Lei · 8 years ago
  94. 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
  95. f2791e7 Revert "floppy: refactor open() flags handling" by Jens Axboe · 8 years ago
  96. 468c298 Revert "floppy: fix open(O_ACCMODE) for ioctl-only open" by Jens Axboe · 8 years ago
  97. ff06db1 floppy: fix open(O_ACCMODE) for ioctl-only open by Jiri Kosina · 9 years ago
  98. 0d52c756 block: convert to device_add_disk() by Dan Williams · 9 years ago
  99. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 9 years ago
  100. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago