aboutsummaryrefslogtreecommitdiffstats
path: root/block/compat_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-11block: Add BLKROTATIONAL ioctlMartin K. Petersen1-0/+3
2011-07-01compat_ioctl: fix warning caused by qemuJohannes Stezenbach1-14/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-10block: read i_size with i_size_read()Mike Snitzer1-2/+2
2010-08-12block: add secure discardAdrian Hunter1-0/+1
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann1-56/+0
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-12-03block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen1-0/+2
2009-10-03block: Topology ioctlsMartin K. Petersen1-0/+13
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-04-16blktrace: support per-partition tracingShawn Du1-1/+1
2008-12-29block: don't take lock on changing ra_pagesWu Fengguang1-2/+0
2008-12-04[PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig1-1/+7
2008-12-04[PATCH] Fix block dev compat ioctl handlingAndreas Schwab1-0/+23
2008-10-23compat_blkdev_driver_ioctl: Remove unused variable warningLinus Torvalds1-2/+0
2008-10-21[PATCH] kill the rest of struct file propagation in block ioctlsAl Viro1-5/+5
2008-10-21[PATCH] get rid of blkdev_locked_ioctl()Al Viro1-52/+49
2008-10-21[PATCH] trim file propagation in block/compat_ioctl.cAl Viro1-47/+26
2008-10-21[PATCH] end of methods switch: remove the old onesAl Viro1-12/+0
2008-10-21[PATCH] beginning of methods conversionAl Viro1-8/+9
2008-10-09Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse1-0/+1
2008-05-13Fix misuses of bdevname()Jean Delvare1-1/+1
2008-04-18ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)Bartlomiej Zolnierkiewicz1-1/+0
2008-01-28blktrace: Add blktrace ioctls to SCSI generic devicesChristof Schmitt1-1/+4
2007-10-29compat_ioctl: fix block device compat ioctl regressionPhilip Langdale1-1/+1
2007-10-10compat_ioctl: move floppy handlers to block/compat_ioctl.cArnd Bergmann1-0/+336
2007-10-10compat_ioctl: move cdrom handlers to block/compat_ioctl.cArnd Bergmann1-0/+83
2007-10-10compat_ioctl: move BLKPG handling to block/compat_ioctl.cArnd Bergmann1-0/+31
2007-10-10compat_ioctl: move hdio calls to block/compat_ioctl.cArnd Bergmann1-0/+70
2007-10-10compat_ioctl: handle blk_trace ioctlsArnd Bergmann1-0/+54
2007-10-10compat_ioctl: add compat_blkdev_driver_ioctl()Arnd Bergmann1-1/+120
2007-10-10compat_ioctl: move common block ioctls to compat_blkdev_ioctlArnd Bergmann1-0/+121