index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-gd.c
Age
Commit message (
Expand
)
Author
2020-02-24
scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...
Adam Williamson
2020-01-03
compat_ioctl: ide: floppy: add handler
Arnd Bergmann
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-04-12
Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd"
Martin Wilck
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
2016-06-27
block: convert to device_add_disk()
Dan Williams
2013-07-03
drivers: avoid format string in dev_set_name
Kees Cook
2013-05-07
block_device_operations->release() should return void
Al Viro
2011-04-21
ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd
Tejun Heo
2011-03-09
ide: Convert to bdops->check_events()
Tejun Heo
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-08-10
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
2010-06-16
Merge branch 'master' into for-next
Jiri Kosina
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
2010-05-21
block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()
Tejun Heo
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
2009-06-07
ide-gd: implement block device ->set_capacity method (v2)
Bartlomiej Zolnierkiewicz
2009-04-22
ide: Stop disks on reboot for laptop which cuts power
Bruno Prémont
2009-03-27
ide: remove ->end_request method
Bartlomiej Zolnierkiewicz
2009-03-27
ide: improve debugging scheme
Borislav Petkov
2009-02-25
ide: fix refcounting in device drivers
Bartlomiej Zolnierkiewicz
2009-01-06
ide: remove ->error method from struct ide_driver
Bartlomiej Zolnierkiewicz
2009-01-06
ide: remove ide_driver_t typedef
Bartlomiej Zolnierkiewicz
2008-11-02
ide-gd: re-get capacity on revalidate
Borislav Petkov
2008-10-21
[PATCH] switch ide-gd
Al Viro
2008-10-21
[PATCH] beginning of methods conversion
Al Viro
2008-10-21
[PATCH] switch ide_disk_ops ->ioctl() to sane prototype
Al Viro
2008-10-21
[PATCH] eliminate use of ->f_flags in block methods
Al Viro
2008-10-21
[PATCH] introduce fmode_t, do annotations
Al Viro
2008-10-17
ide: add generic ATA/ATAPI disk driver
Bartlomiej Zolnierkiewicz
2008-10-17
ide: allow device drivers to specify per-device type /proc settings
Bartlomiej Zolnierkiewicz
2008-10-17
ide-disk: use IDE_DFLAG_MEDIA_CHANGED
Bartlomiej Zolnierkiewicz
2008-10-17
ide-disk: factor out generic disk handling code to ide-gd.c
Bartlomiej Zolnierkiewicz