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