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
/
ataflop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-13
/
+12
*
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
1
-2
/
+2
*
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
1
-8
/
+8
*
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
2023-06-12
1
-3
/
+3
*
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
1
-2
/
+2
*
block: simplify disk shutdown
Christoph Hellwig
2022-06-28
1
-1
/
+0
*
ataflop: use a statically allocated error counters
Willy Tarreau
2022-05-08
1
-4
/
+6
*
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
*
ataflop: Add missing semicolon to return statement
Geert Uytterhoeven
2021-11-06
1
-1
/
+1
*
ataflop: address add_disk() error handling on probe
Luis Chamberlain
2021-11-04
1
-6
/
+12
*
ataflop: remove ataflop_probe_lock mutex
Tetsuo Handa
2021-11-04
1
-20
/
+27
*
block: ataflop: Fix warning comparing pointer to 0
Jiapeng Chong
2021-10-29
1
-2
/
+1
*
block: ataflop: more blk-mq refactoring fixes
Michael Schmitz
2021-10-25
1
-6
/
+39
*
block: ataflop: fix breakage introduced at blk-mq refactoring
Michael Schmitz
2021-10-19
1
-15
/
+3
*
block/ataflop: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
1
-1
/
+5
*
block/ataflop: provide a helper for cleanup up an atari disk
Luis Chamberlain
2021-10-18
1
-15
/
+19
*
block/ataflop: add registration bool before calling del_gendisk()
Luis Chamberlain
2021-10-18
1
-2
/
+7
*
block/ataflop: use the blk_cleanup_disk() helper
Luis Chamberlain
2021-10-18
1
-4
/
+2
*
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
2021-10-18
1
-0
/
+1
*
ataflop: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
2021-06-11
1
-12
/
+4
*
ataflop: fix off by one in ataflop_probe()
Dan Carpenter
2021-04-21
1
-1
/
+4
*
ataflop: potential out of bounds in do_format()
Dan Carpenter
2021-04-21
1
-6
/
+5
*
ataflop: use a separate gendisk for each media format
Christoph Hellwig
2020-11-16
1
-49
/
+86
*
ataflop: use bdev_check_media_change
Christoph Hellwig
2020-09-10
1
-3
/
+4
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
ataflop: Remove unneeded semicolon
zhengbin
2019-11-28
1
-1
/
+1
*
ataflop: Mark expected switch fall-through
Gustavo A. R. Silva
2019-07-29
1
-0
/
+1
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"
Martin Wilck
2019-04-12
1
-0
/
+1
*
ataflop: implement mq_ops->commit_rqs() hook
Jens Axboe
2018-11-29
1
-0
/
+10
*
ataflop: fix error handling in atari_floppy_init()
Dan Carpenter
2018-11-29
1
-10
/
+6
*
ataflop: convert to blk-mq
Omar Sandoval
2018-10-16
1
-102
/
+71
*
ataflop: fix error handling during setup
Omar Sandoval
2018-10-16
1
-10
/
+15
*
ataflop: fold headers into C file
Omar Sandoval
2018-10-16
1
-2
/
+81
*
genhd: Rename get_disk() to get_disk_and_module()
Jan Kara
2018-02-26
1
-1
/
+1
*
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
2017-11-21
1
-8
/
+8
*
timer: Remove expires and data arguments from DEFINE_TIMER
Kees Cook
2017-10-05
1
-4
/
+4
*
block: introduce new block status code type
Christoph Hellwig
2017-06-09
1
-8
/
+8
*
ataflop: switch from req->errors to req->error_count
Christoph Hellwig
2017-04-20
1
-5
/
+7
*
Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next
Linus Torvalds
2014-06-02
1
-1
/
+1
|
\
|
*
block: remove struct request buffer member
Jens Axboe
2014-04-15
1
-1
/
+1
*
|
m68k/atari - ataflop: use correct virt/phys translation for DMA buffer
Michael Schmitz
2014-05-26
1
-1
/
+1
|
/
*
ataflop: fix sleep_on races
Arnd Bergmann
2014-03-13
1
-8
/
+8
*
block_device_operations->release() should return void
Al Viro
2013-05-07
1
-3
/
+2
*
block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers
Tejun Heo
2011-04-21
1
-1
/
+0
*
floppy,{ami|ata}flop: Convert to bdops->check_events()
Tejun Heo
2011-03-09
1
-6
/
+8
*
block: fix amiga and atari floppy driver compile warning
Vivek Goyal
2010-11-15
1
-1
/
+1
*
Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-10-22
1
-11
/
+39
|
\
|
*
atari floppy: Stop sharing request queue across multiple gendisks
Vivek Goyal
2010-09-24
1
-11
/
+39
[next]