summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-ioctls.c
Commit message (Expand)AuthorAgeFilesLines
* ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-311-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ide: fix ioctl to pass requested transfer mode to ide_find_dma_mode instead o...Hemant Pedanekar2009-11-251-1/+1
* ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz2009-08-071-6/+2
* ide: memory overrun in ide_get_identity_ioctl() on big endian machines using ...Christian Engelmayer2009-06-291-1/+2
* ide: filter out invalid DMA xfer mode changes in HDIO_DRIVE_CMD ioctl handlerBartlomiej Zolnierkiewicz2009-06-151-9/+4
* ide: don't set REQ_SOFTBARRIERTejun Heo2009-04-191-1/+0
* ide: simplify 'struct ide_taskfile'Sergei Shtylyov2009-04-081-2/+2
* ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov2009-04-081-4/+6
* ide: use ata_tf_protocols enumsBartlomiej Zolnierkiewicz2009-03-271-1/+1
* ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz2009-03-271-22/+22
* ide: remove the last ide-scsi remnantsBorislav Petkov2009-01-021-2/+1
* ide-cd: remove dead dsc_overlap settingBartlomiej Zolnierkiewicz2008-12-291-1/+1
* ide: IDE settings don't need an ide_lock heldBartlomiej Zolnierkiewicz2008-12-291-3/+0
* [PATCH] lose the unused file argument in generic_ide_ioctl()Al Viro2008-10-211-2/+1
* ide: add device flagsBartlomiej Zolnierkiewicz2008-10-131-6/+15
* ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns2008-10-101-10/+11
* ide: move ioctls handling to ide-ioctls.cBartlomiej Zolnierkiewicz2008-10-101-0/+289