aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-ioctls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03compat_ioctl: move HDIO ioctl handling into drivers/ideArnd Bergmann1-16/+31
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-2/+2
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-2/+0
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-2/+2
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-3/+4
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-4/+2
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig1-1/+3
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-2/+4
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-2/+2
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig1-1/+1
2013-09-05ide-disk_proc: use macro to replace magic numberXinghai Yu1-2/+2
2011-10-31ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
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