aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-ioctls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-25ide: fix ioctl to pass requested transfer mode to ide_find_dma_mode instead of UDMA6Hemant Pedanekar1-1/+1
2009-08-07ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz1-6/+2
2009-06-29ide: memory overrun in ide_get_identity_ioctl() on big endian machines using ioctl HDIO_OBSOLETE_IDENTITYChristian Engelmayer1-1/+2
2009-06-15ide: filter out invalid DMA xfer mode changes in HDIO_DRIVE_CMD ioctl handlerBartlomiej Zolnierkiewicz1-9/+4
2009-04-19ide: don't set REQ_SOFTBARRIERTejun Heo1-1/+0
2009-04-08ide: simplify 'struct ide_taskfile'Sergei Shtylyov1-2/+2
2009-04-08ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov1-4/+6
2009-03-27ide: use ata_tf_protocols enumsBartlomiej Zolnierkiewicz1-1/+1
2009-03-27ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz1-22/+22
2009-01-02ide: remove the last ide-scsi remnantsBorislav Petkov1-2/+1
2008-12-29ide-cd: remove dead dsc_overlap settingBartlomiej Zolnierkiewicz1-1/+1
2008-12-29ide: IDE settings don't need an ide_lock heldBartlomiej Zolnierkiewicz1-3/+0
2008-10-21[PATCH] lose the unused file argument in generic_ide_ioctl()Al Viro1-2/+1
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz1-6/+15
2008-10-10ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns1-10/+11
2008-10-10ide: move ioctls handling to ide-ioctls.cBartlomiej Zolnierkiewicz1-0/+289