aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide-ioctls.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-2/+2
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVGravatar Christoph Hellwig 1-1/+1
2013-09-05ide-disk_proc: use macro to replace magic numberGravatar Xinghai Yu 1-2/+2
2011-10-31ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededGravatar Paul Gortmaker 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-25ide: fix ioctl to pass requested transfer mode to ide_find_dma_mode instead o...Gravatar Hemant Pedanekar 1-1/+1
2009-08-07ide: fix races in handling of user-space SET XFER commandsGravatar Bartlomiej Zolnierkiewicz 1-6/+2
2009-06-29ide: memory overrun in ide_get_identity_ioctl() on big endian machines using ...Gravatar Christian Engelmayer 1-1/+2
2009-06-15ide: filter out invalid DMA xfer mode changes in HDIO_DRIVE_CMD ioctl handlerGravatar Bartlomiej Zolnierkiewicz 1-9/+4
2009-04-19ide: don't set REQ_SOFTBARRIERGravatar Tejun Heo 1-1/+0
2009-04-08ide: simplify 'struct ide_taskfile'Gravatar Sergei Shtylyov 1-2/+2
2009-04-08ide: replace IDE_TFLAG_* flags by IDE_VALID_*Gravatar Sergei Shtylyov 1-4/+6
2009-03-27ide: use ata_tf_protocols enumsGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2009-03-27ide: remove ide_task_t typedefGravatar Bartlomiej Zolnierkiewicz 1-22/+22
2009-01-02ide: remove the last ide-scsi remnantsGravatar Borislav Petkov 1-2/+1
2008-12-29ide-cd: remove dead dsc_overlap settingGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2008-12-29ide: IDE settings don't need an ide_lock heldGravatar Bartlomiej Zolnierkiewicz 1-3/+0
2008-10-21[PATCH] lose the unused file argument in generic_ide_ioctl()Gravatar Al Viro 1-2/+1
2008-10-13ide: add device flagsGravatar Bartlomiej Zolnierkiewicz 1-6/+15
2008-10-10ide: Remove ide_spin_wait_hwgroup() and use special requests insteadGravatar Elias Oltmanns 1-10/+11
2008-10-10ide: move ioctls handling to ide-ioctls.cGravatar Bartlomiej Zolnierkiewicz 1-0/+289