summaryrefslogtreecommitdiffstats
path: root/block/compat_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* block/compat_ioctl.c: do not leak info to user-spaceCong Wang2013-07-031-0/+1
* block: Add BLKROTATIONAL ioctlMartin K. Petersen2012-01-111-0/+3
* compat_ioctl: fix warning caused by qemuJohannes Stezenbach2011-07-011-14/+0
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* block: read i_size with i_size_read()Mike Snitzer2010-11-101-2/+2
* block: add secure discardAdrian Hunter2010-08-121-0/+1
* block: push BKL into blktrace ioctlsArnd Bergmann2010-08-071-56/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen2009-12-031-0/+2
* block: Topology ioctlsMartin K. Petersen2009-10-031-0/+13
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-2/+2
|\
| * block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-1/+1
| * block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* | blktrace: support per-partition tracingShawn Du2009-04-161-1/+1
|/
* block: don't take lock on changing ra_pagesWu Fengguang2008-12-291-2/+0
* [PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig2008-12-041-1/+7
* [PATCH] Fix block dev compat ioctl handlingAndreas Schwab2008-12-041-0/+23
* compat_blkdev_driver_ioctl: Remove unused variable warningLinus Torvalds2008-10-231-2/+0
* [PATCH] kill the rest of struct file propagation in block ioctlsAl Viro2008-10-211-5/+5
* [PATCH] get rid of blkdev_locked_ioctl()Al Viro2008-10-211-52/+49
* [PATCH] trim file propagation in block/compat_ioctl.cAl Viro2008-10-211-47/+26
* [PATCH] end of methods switch: remove the old onesAl Viro2008-10-211-12/+0
* [PATCH] beginning of methods conversionAl Viro2008-10-211-8/+9
* Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse2008-10-091-0/+1
* Fix misuses of bdevname()Jean Delvare2008-05-131-1/+1
* ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)Bartlomiej Zolnierkiewicz2008-04-181-1/+0
* blktrace: Add blktrace ioctls to SCSI generic devicesChristof Schmitt2008-01-281-1/+4
* compat_ioctl: fix block device compat ioctl regressionPhilip Langdale2007-10-291-1/+1
* compat_ioctl: move floppy handlers to block/compat_ioctl.cArnd Bergmann2007-10-101-0/+336
* compat_ioctl: move cdrom handlers to block/compat_ioctl.cArnd Bergmann2007-10-101-0/+83
* compat_ioctl: move BLKPG handling to block/compat_ioctl.cArnd Bergmann2007-10-101-0/+31
* compat_ioctl: move hdio calls to block/compat_ioctl.cArnd Bergmann2007-10-101-0/+70
* compat_ioctl: handle blk_trace ioctlsArnd Bergmann2007-10-101-0/+54
* compat_ioctl: add compat_blkdev_driver_ioctl()Arnd Bergmann2007-10-101-1/+120
* compat_ioctl: move common block ioctls to compat_blkdev_ioctlArnd Bergmann2007-10-101-0/+121