summaryrefslogtreecommitdiff
path: root/block/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+27
2012-09-20block: ioctl to zero block rangesMartin K. Petersen1-0/+27
2012-09-18blk: add an upper sanity check on partition addingAlan Cox1-1/+1
2012-08-01block: add partition resize function to blkpg ioctlVivek Goyal1-3/+56
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2012-01-11block: Add BLKROTATIONAL ioctlMartin K. Petersen1-0/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds1-4/+22
2012-01-03fs: move code out of buffer.cAl Viro1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-08-23block: add GENHD_FL_NO_PART_SCANTejun Heo1-1/+1
2011-02-24block: fix refcounting in BLKBSZSETMiklos Szeredi1-3/+5
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe1-2/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-2/+3
2010-11-10block: ioctl: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-11-10block: read i_size with i_size_read()Mike Snitzer1-3/+3
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+2
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry1-1/+1
2010-08-12block: add secure discardAdrian Hunter1-5/+10
2010-08-07block: remove BKL from partition ioctlsArnd Bergmann1-4/+0
2010-08-07block: remove BKL from BLKROSET and BLKFLSBUFArnd Bergmann1-4/+0
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann1-2/+0
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-10/+1
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun 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-2/+15
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig1-47/+2
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-5/+5
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-04-15block: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan1-2/+0
2008-12-29block: don't take lock on changing ra_pagesWu Fengguang1-2/+0
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo1-4/+3
2008-10-21[PATCH] kill the rest of struct file propagation in block ioctlsAl Viro1-8/+1
2008-10-21[PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSETAl Viro1-2/+3
2008-10-21[PATCH] get rid of blkdev_locked_ioctl()Al Viro1-72/+70
2008-10-21[PATCH] get rid of blkdev_driver_ioctl()Al Viro1-19/+10
2008-10-21[PATCH] end of methods switch: remove the old onesAl Viro1-26/+0
2008-10-21[PATCH] beginning of methods conversionAl Viro1-9/+26
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro1-0/+31
2008-10-09block: make partition array dynamicTejun Heo1-1/+1
2008-10-09block: introduce partition 0Tejun Heo1-2/+2
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-10/+16
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-3/+3
2008-10-09block: make variable and argument names more consistentTejun Heo1-7/+8
2008-10-09block: update add_partition() error handlingTejun Heo1-5/+2