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