index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
floppy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-19
floppy: remove duplicated code in redo_fd_request()
Yufeng Wang
1
-1
/
+0
2024-02-20
floppy: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-2
/
+4
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2024-02-13
floppy: fix function pointer cast warnings
Arnd Bergmann
1
-4
/
+7
2024-01-09
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-1
/
+1
2023-10-28
block: move bdev_mark_dead out of disk_check_media_change
Christoph Hellwig
1
-1
/
+3
2023-08-21
floppy: call disk_force_media_change when changing the format
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-14
/
+14
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-14
/
+16
2023-06-12
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
1
-8
/
+8
2023-05-31
floppy: use __bio_add_page for adding single page to bio
Johannes Thumshirn
1
-1
/
+1
2023-04-06
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-1
/
+1
2023-04-06
floppy: fix MAX_ORDER usage
Kirill A. Shutemov
1
-2
/
+2
2022-12-04
floppy: Fix memory leak in do_floppy_init()
Yuan Can
1
-1
/
+3
2022-07-14
block/floppy: Fix a sparse warning
Bart Van Assche
1
-1
/
+1
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-3
/
+3
2022-05-08
floppy: use a statically allocated error counter
Willy Tarreau
1
-10
/
+8
2022-04-27
floppy: disable FDRAWCMD by default
Willy Tarreau
1
-11
/
+32
2022-03-04
floppy: use memcpy_{to,from}_bvec
Christoph Hellwig
1
-4
/
+2
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
1
-3
/
+1
2021-12-03
floppy: Add max size check for user space request
Xiongwei Song
1
-1
/
+3
2021-12-03
floppy: Fix hang in watchdog when disk is ejected
Tasos Sahanidis
1
-1
/
+1
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
1
-3
/
+3
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
1
-0
/
+1
2021-11-04
floppy: address add_disk() error handling on probe
Luis Chamberlain
1
-4
/
+13
2021-10-18
floppy: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+4
2021-10-18
floppy: fix calling platform_device_unregister() on invalid drives
Luis Chamberlain
1
-2
/
+7
2021-10-18
floppy: use blk_cleanup_disk()
Luis Chamberlain
1
-5
/
+1
2021-10-18
floppy: fix add_disk() assumption on exit due to new developments
Luis Chamberlain
1
-13
/
+0
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
1
-0
/
+1
2021-08-28
Revert "floppy: reintroduce O_NDELAY fix"
Denis Efremov
1
-15
/
+15
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-06-15
floppy: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-06-15
floppy: cleanup: remove redundant assignment to nr_sectors
Jiapeng Chong
1
-1
/
+0
2021-06-11
floppy: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
1
-15
/
+5
2021-04-29
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-126
/
+33
2021-04-20
floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undef
Denis Efremov
1
-2
/
+0
2021-04-20
floppy: cleanups: use memcpy() to copy reply_buffer
Denis Efremov
1
-4
/
+1
2021-04-20
floppy: cleanups: use memset() to zero reply_buffer
Denis Efremov
1
-3
/
+1
2021-04-20
floppy: cleanups: use ST0 as reply_buffer index 0
Denis Efremov
1
-6
/
+6
2021-04-06
floppy: always use the track buffer
Christoph Hellwig
1
-111
/
+25
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
1
-1
/
+0
2021-02-04
floppy: reintroduce O_NDELAY fix
Jiri Kosina
1
-15
/
+15
2020-11-16
floppy: use a separate gendisk for each media format
Christoph Hellwig
1
-57
/
+97
2020-09-10
floppy: use bdev_check_media_change
Christoph Hellwig
1
-3
/
+5
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-01
floppy: use block_size
Christoph Hellwig
1
-6
/
+1
2020-05-27
block/floppy: fix contended case in floppy_queue_rq()
Jiri Kosina
1
-5
/
+5
2020-05-12
floppy: suppress UBSAN warning in setup_rw_floppy()
Denis Efremov
1
-2
/
+2
[next]