index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
floppy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/floppy: Fix a sparse warning
Bart Van Assche
2022-07-14
1
-1
/
+1
*
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
1
-3
/
+3
*
floppy: use a statically allocated error counter
Willy Tarreau
2022-05-08
1
-10
/
+8
*
floppy: disable FDRAWCMD by default
Willy Tarreau
2022-04-27
1
-11
/
+32
*
floppy: use memcpy_{to,from}_bvec
Christoph Hellwig
2022-03-04
1
-4
/
+2
*
block: pass a block_device and opf to bio_init
Christoph Hellwig
2022-02-02
1
-3
/
+1
*
floppy: Add max size check for user space request
Xiongwei Song
2021-12-03
1
-1
/
+3
*
floppy: Fix hang in watchdog when disk is ejected
Tasos Sahanidis
2021-12-03
1
-1
/
+1
*
block: remove the ->rq_disk field in struct request
Christoph Hellwig
2021-11-29
1
-3
/
+3
*
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-11-29
1
-0
/
+1
*
floppy: address add_disk() error handling on probe
Luis Chamberlain
2021-11-04
1
-4
/
+13
*
floppy: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
1
-2
/
+4
*
floppy: fix calling platform_device_unregister() on invalid drives
Luis Chamberlain
2021-10-18
1
-2
/
+7
*
floppy: use blk_cleanup_disk()
Luis Chamberlain
2021-10-18
1
-5
/
+1
*
floppy: fix add_disk() assumption on exit due to new developments
Luis Chamberlain
2021-10-18
1
-13
/
+0
*
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
2021-10-18
1
-0
/
+1
*
Revert "floppy: reintroduce O_NDELAY fix"
Denis Efremov
2021-08-28
1
-15
/
+15
*
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
1
-1
/
+1
|
\
|
*
floppy: Fix fall-through warning for Clang
Gustavo A. R. Silva
2021-06-15
1
-0
/
+1
|
*
floppy: cleanup: remove redundant assignment to nr_sectors
Jiapeng Chong
2021-06-15
1
-1
/
+0
*
|
floppy: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
2021-06-11
1
-15
/
+5
|
/
*
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
1
-126
/
+33
|
\
|
*
floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undef
Denis Efremov
2021-04-20
1
-2
/
+0
|
*
floppy: cleanups: use memcpy() to copy reply_buffer
Denis Efremov
2021-04-20
1
-4
/
+1
|
*
floppy: cleanups: use memset() to zero reply_buffer
Denis Efremov
2021-04-20
1
-3
/
+1
|
*
floppy: cleanups: use ST0 as reply_buffer index 0
Denis Efremov
2021-04-20
1
-6
/
+6
|
*
floppy: always use the track buffer
Christoph Hellwig
2021-04-06
1
-111
/
+25
*
|
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2021-03-17
1
-1
/
+0
|
/
*
floppy: reintroduce O_NDELAY fix
Jiri Kosina
2021-02-04
1
-15
/
+15
*
floppy: use a separate gendisk for each media format
Christoph Hellwig
2020-11-16
1
-57
/
+97
*
floppy: use bdev_check_media_change
Christoph Hellwig
2020-09-10
1
-3
/
+5
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
*
floppy: use block_size
Christoph Hellwig
2020-07-01
1
-6
/
+1
*
block/floppy: fix contended case in floppy_queue_rq()
Jiri Kosina
2020-05-26
1
-5
/
+5
*
floppy: suppress UBSAN warning in setup_rw_floppy()
Denis Efremov
2020-05-12
1
-2
/
+2
*
floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmd
Denis Efremov
2020-05-12
1
-14
/
+5
*
floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_params
Denis Efremov
2020-05-12
1
-4
/
+5
*
floppy: use print_hex_dump() in setup_DMA()
Denis Efremov
2020-05-12
1
-6
/
+3
*
floppy: cleanup: make set_fdc() always set current_drive and current_fd
Willy Tarreau
2020-05-12
1
-14
/
+29
*
floppy: cleanup: get rid of current_reqD in favor of current_drive
Willy Tarreau
2020-05-12
1
-6
/
+2
*
floppy: make sure to reset all FDCs upon resume()
Willy Tarreau
2020-05-12
1
-2
/
+4
*
floppy: cleanup: do not iterate on current_fdc in do_floppy_init()
Willy Tarreau
2020-05-12
1
-20
/
+18
*
floppy: cleanup: add a few comments about expectations in certain functions
Willy Tarreau
2020-05-12
1
-1
/
+13
*
floppy: cleanup: do not iterate on current_fdc in DMA grab/release functions
Willy Tarreau
2020-05-12
1
-19
/
+20
*
floppy: cleanup: make get_fdc_version() not rely on current_fdc anymore
Willy Tarreau
2020-05-12
1
-26
/
+26
*
floppy: cleanup: make next_valid_format() not rely on current_drive anymore
Willy Tarreau
2020-05-12
1
-8
/
+8
*
floppy: cleanup: make check_wp() not rely on current_{fdc,drive} anymore
Willy Tarreau
2020-05-12
1
-13
/
+13
*
floppy: cleanup: make fdc_specify() not rely on current_{fdc,drive} anymore
Willy Tarreau
2020-05-12
1
-21
/
+21
*
floppy: cleanup: make fdc_configure() not rely on current_fdc anymore
Willy Tarreau
2020-05-12
1
-9
/
+8
*
floppy: cleanup: make perpendicular_mode() not rely on current_fdc anymore
Willy Tarreau
2020-05-12
1
-8
/
+8
[next]