summaryrefslogtreecommitdiffstats
path: root/block/compat_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+1
* block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-021-5/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* block, bdi: an active gendisk always has a request_queue associated with itTejun Heo2014-09-081-4/+0
* Merge branch 'for-3.17/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-141-2/+4
|\
| * block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAXAkinobu Mita2014-07-011-2/+4
* | block: provide compat ioctl for BLKZEROOUTMikulas Patocka2014-07-141-0/+1
|/
* kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers2013-09-111-1/+1
* 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