index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
floppy.c
Age
Commit message (
Expand
)
Author
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
2023-05-31
floppy: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-05
floppy: fix MAX_ORDER usage
Kirill A. Shutemov
2022-12-04
floppy: Fix memory leak in do_floppy_init()
Yuan Can
2022-07-14
block/floppy: Fix a sparse warning
Bart Van Assche
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2022-05-08
floppy: use a statically allocated error counter
Willy Tarreau
2022-04-27
floppy: disable FDRAWCMD by default
Willy Tarreau
2022-03-04
floppy: use memcpy_{to,from}_bvec
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
2021-12-03
floppy: Add max size check for user space request
Xiongwei Song
2021-12-03
floppy: Fix hang in watchdog when disk is ejected
Tasos Sahanidis
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-11-04
floppy: address add_disk() error handling on probe
Luis Chamberlain
2021-10-18
floppy: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
floppy: fix calling platform_device_unregister() on invalid drives
Luis Chamberlain
2021-10-18
floppy: use blk_cleanup_disk()
Luis Chamberlain
2021-10-18
floppy: fix add_disk() assumption on exit due to new developments
Luis Chamberlain
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
2021-08-28
Revert "floppy: reintroduce O_NDELAY fix"
Denis Efremov
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-15
floppy: Fix fall-through warning for Clang
Gustavo A. R. Silva
2021-06-15
floppy: cleanup: remove redundant assignment to nr_sectors
Jiapeng Chong
2021-06-11
floppy: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
2021-04-28
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-20
floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undef
Denis Efremov
2021-04-20
floppy: cleanups: use memcpy() to copy reply_buffer
Denis Efremov
2021-04-20
floppy: cleanups: use memset() to zero reply_buffer
Denis Efremov
2021-04-20
floppy: cleanups: use ST0 as reply_buffer index 0
Denis Efremov
2021-04-06
floppy: always use the track buffer
Christoph Hellwig
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2021-02-04
floppy: reintroduce O_NDELAY fix
Jiri Kosina
2020-11-16
floppy: use a separate gendisk for each media format
Christoph Hellwig
2020-09-10
floppy: use bdev_check_media_change
Christoph Hellwig
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-01
floppy: use block_size
Christoph Hellwig
2020-05-26
block/floppy: fix contended case in floppy_queue_rq()
Jiri Kosina
2020-05-12
floppy: suppress UBSAN warning in setup_rw_floppy()
Denis Efremov
2020-05-12
floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmd
Denis Efremov
2020-05-12
floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_params
Denis Efremov
2020-05-12
floppy: use print_hex_dump() in setup_DMA()
Denis Efremov
2020-05-12
floppy: cleanup: make set_fdc() always set current_drive and current_fd
Willy Tarreau
2020-05-12
floppy: cleanup: get rid of current_reqD in favor of current_drive
Willy Tarreau
2020-05-12
floppy: make sure to reset all FDCs upon resume()
Willy Tarreau
2020-05-12
floppy: cleanup: do not iterate on current_fdc in do_floppy_init()
Willy Tarreau
[next]