summaryrefslogtreecommitdiff
path: root/block/ioctl.c
AgeCommit message (Expand)Author
2011-02-24block: fix refcounting in BLKBSZSETMiklos Szeredi
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-11-10block: ioctl: fix information leak to userlandVasiliy Kulikov
2010-11-10block: read i_size with i_size_read()Mike Snitzer
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry
2010-08-12block: add secure discardAdrian Hunter
2010-08-07block: remove BKL from partition ioctlsArnd Bergmann
2010-08-07block: remove BKL from BLKROSET and BLKFLSBUFArnd Bergmann
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-03block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen
2009-10-03block: Topology ioctlsMartin K. Petersen
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-04-15block: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan
2008-12-29block: don't take lock on changing ra_pagesWu Fengguang
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo
2008-10-21[PATCH] kill the rest of struct file propagation in block ioctlsAl Viro
2008-10-21[PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSETAl Viro
2008-10-21[PATCH] get rid of blkdev_locked_ioctl()Al Viro
2008-10-21[PATCH] get rid of blkdev_driver_ioctl()Al Viro
2008-10-21[PATCH] end of methods switch: remove the old onesAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro
2008-10-09block: make partition array dynamicTejun Heo
2008-10-09block: introduce partition 0Tejun Heo
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo
2008-10-09block: don't depend on consecutive minor spaceTejun Heo
2008-10-09block: make variable and argument names more consistentTejun Heo
2008-10-09block: update add_partition() error handlingTejun Heo
2008-10-09block: allow deleting zero length partitionTejun Heo
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse
2008-10-09Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse
2008-07-25block/ioctl.c and fs/partition/check.c: check value returned by add_partition()Abdel Benamrouche
2007-10-10compat_ioctl: move common block ioctls to compat_blkdev_ioctlArnd Bergmann
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra
2007-02-20[PATCH] lockdep: annotate BLKPG_DEL_PARTITIONPeter Zijlstra
2007-02-10[PARTITION]: Add whole_disk attribute.Fabio Massimo Di Nitto
2006-12-08[PATCH] struct path: convert blockJosef Sipek
2006-12-08[PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra
2006-10-03[PATCH] dm: export blkdev_driver_ioctlAlasdair G Kergon
2006-07-14[PATCH] lockdep: annotate the BLKPG_DEL_PARTITION ioctlArjan van de Ven