summaryrefslogtreecommitdiff
path: root/block/ioctl.c
Commit message (Expand)AuthorAge
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* block: ioctl: fix information leak to userlandVasiliy Kulikov2010-11-10
* block: read i_size with i_size_read()Mike Snitzer2010-11-10
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\
| * block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-16
* | block, partition: add partition_meta_info to hd_structWill Drewry2010-09-15
|/
* block: add secure discardAdrian Hunter2010-08-12
* block: remove BKL from partition ioctlsArnd Bergmann2010-08-07
* block: remove BKL from BLKROSET and BLKFLSBUFArnd Bergmann2010-08-07
* block: push BKL into blktrace ioctlsArnd Bergmann2010-08-07
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-07
* blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-28
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen2009-12-03
* block: Topology ioctlsMartin K. Petersen2009-10-03
* block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig2009-09-14
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-22
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-22
* block: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-15
* block: don't take lock on changing ra_pagesWu Fengguang2008-12-29
* block: make add_partition() return pointer to hd_structTejun Heo2008-11-18
* [PATCH] kill the rest of struct file propagation in block ioctlsAl Viro2008-10-21
* [PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSETAl Viro2008-10-21
* [PATCH] get rid of blkdev_locked_ioctl()Al Viro2008-10-21
* [PATCH] get rid of blkdev_driver_ioctl()Al Viro2008-10-21
* [PATCH] end of methods switch: remove the old onesAl Viro2008-10-21
* [PATCH] beginning of methods conversionAl Viro2008-10-21
* [PATCH] introduce __blkdev_driver_ioctl()Al Viro2008-10-21
* block: make partition array dynamicTejun Heo2008-10-09
* block: introduce partition 0Tejun Heo2008-10-09
* block: fix disk->part[] dereferencing raceTejun Heo2008-10-09
* block: don't depend on consecutive minor spaceTejun Heo2008-10-09
* block: make variable and argument names more consistentTejun Heo2008-10-09
* block: update add_partition() error handlingTejun Heo2008-10-09
* block: allow deleting zero length partitionTejun Heo2008-10-09
* Allow elevators to sort/merge discard requestsDavid Woodhouse2008-10-09
* Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse2008-10-09
* block/ioctl.c and fs/partition/check.c: check value returned by add_partition()Abdel Benamrouche2008-07-25
* compat_ioctl: move common block ioctls to compat_blkdev_ioctlArnd Bergmann2007-10-10
* mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra2007-05-07
* [PATCH] lockdep: annotate BLKPG_DEL_PARTITIONPeter Zijlstra2007-02-20
* [PARTITION]: Add whole_disk attribute.Fabio Massimo Di Nitto2007-02-10
* [PATCH] struct path: convert blockJosef Sipek2006-12-08
* [PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra2006-12-08
* [PATCH] dm: export blkdev_driver_ioctlAlasdair G Kergon2006-10-03
* [PATCH] lockdep: annotate the BLKPG_DEL_PARTITION ioctlArjan van de Ven2006-07-14
* [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-23
* [PATCH] sem2mutex: blockdev #2Arjan van de Ven2006-03-23
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-11
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-08