summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-gd.c
Commit message (Expand)AuthorAge
* ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cdTejun Heo2011-04-21
* ide: Convert to bdops->check_events()Tejun Heo2011-03-09
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-10
|\
| * block: push down BKL into .open and .releaseArnd Bergmann2010-08-07
| * block: push down BKL into .locked_ioctlArnd Bergmann2010-08-07
* | Merge branch 'master' into for-nextJiri Kosina2010-06-16
|\ \ | |/
| * block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo2010-05-21
* | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-16
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* const: make block_device_operations constAlexey Dobriyan2009-09-22
* ide-gd: implement block device ->set_capacity method (v2)Bartlomiej Zolnierkiewicz2009-06-07
* ide: Stop disks on reboot for laptop which cuts powerBruno Prémont2009-04-22
* ide: remove ->end_request methodBartlomiej Zolnierkiewicz2009-03-27
* ide: improve debugging schemeBorislav Petkov2009-03-27
* ide: fix refcounting in device driversBartlomiej Zolnierkiewicz2009-02-25
* ide: remove ->error method from struct ide_driverBartlomiej Zolnierkiewicz2009-01-06
* ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz2009-01-06
* ide-gd: re-get capacity on revalidateBorislav Petkov2008-11-02
* [PATCH] switch ide-gdAl Viro2008-10-21
* [PATCH] beginning of methods conversionAl Viro2008-10-21
* [PATCH] switch ide_disk_ops ->ioctl() to sane prototypeAl Viro2008-10-21
* [PATCH] eliminate use of ->f_flags in block methodsAl Viro2008-10-21
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-21
* ide: add generic ATA/ATAPI disk driverBartlomiej Zolnierkiewicz2008-10-17
* ide: allow device drivers to specify per-device type /proc settingsBartlomiej Zolnierkiewicz2008-10-17
* ide-disk: use IDE_DFLAG_MEDIA_CHANGEDBartlomiej Zolnierkiewicz2008-10-17
* ide-disk: factor out generic disk handling code to ide-gd.cBartlomiej Zolnierkiewicz2008-10-17