index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-floppy_ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-03
compat_ioctl: move HDIO ioctl handling into drivers/ide
Arnd Bergmann
1
-4
/
+3
2020-01-03
compat_ioctl: ide: floppy: add handler
Arnd Bergmann
1
-0
/
+36
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2012-01-14
block: add and use scsi_blk_cmd_ioctl
Paolo Bonzini
1
-2
/
+1
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-3
/
+4
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
1
-3
/
+9
2009-05-15
ide-atapi: remove pc->buf
Borislav Petkov
1
-1
/
+0
2009-05-15
ide-floppy/ide_floppy_get_format_progress: use local sense buffer
Borislav Petkov
1
-1
/
+2
2009-05-15
ide-floppy/ide_floppy_format_unit: use local buffer
Borislav Petkov
1
-11
/
+13
2009-05-15
ide-floppy/ide_floppy_get_sfrp_bit: use local buffer
Borislav Petkov
1
-2
/
+3
2009-05-15
ide-atapi: add a buffer-arg to ide_queue_pc_tail
Borislav Petkov
1
-8
/
+8
2009-05-15
ide-atapi: add a len-parameter to ide_queue_pc_tail
Borislav Petkov
1
-4
/
+4
2009-03-31
ide: decrease size of ->pc_buf field in struct ide_atapi_pc
Bartlomiej Zolnierkiewicz
1
-1
/
+4
2009-01-02
ide-floppy: allocate only toplevel packet commands
Linus Torvalds
1
-28
/
+30
2008-10-21
[PATCH] switch ide_disk_ops ->ioctl() to sane prototype
Al Viro
1
-7
/
+6
2008-10-21
[PATCH] lose the unused file argument in generic_ide_ioctl()
Al Viro
1
-1
/
+1
2008-10-21
[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
Al Viro
1
-2
/
+2
2008-10-21
[PATCH] introduce fmode_t, do annotations
Al Viro
1
-1
/
+1
2008-10-17
ide-floppy: remove idefloppy_floppy_t typedef
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-10-17
ide: add generic ATA/ATAPI disk driver
Bartlomiej Zolnierkiewicz
1
-6
/
+3
2008-10-17
ide: IDE_AFLAG_FORMAT_IN_PROGRESS -> IDE_DFLAG_FORMAT_IN_PROGRESS
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-10-13
ide-floppy: move all ioctl handling to ide-floppy_ioctl.c (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+52
2008-10-13
ide: add ide_retry_pc() helper
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-10
ide-floppy: move floppy ioctls handling to ide-floppy_ioctl.c
Bartlomiej Zolnierkiewicz
1
-0
/
+243