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