aboutsummaryrefslogtreecommitdiffstats
path: root/block/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 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-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
2008-10-09block: allow deleting zero length partitionTejun Heo1-2/+0
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse1-1/+1
2008-10-09Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse1-0/+76
2008-07-25block/ioctl.c and fs/partition/check.c: check value returned by add_partition()Abdel Benamrouche1-2/+3
2007-10-10compat_ioctl: move common block ioctls to compat_blkdev_ioctlArnd Bergmann1-17/+4
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2007-02-20[PATCH] lockdep: annotate BLKPG_DEL_PARTITIONPeter Zijlstra1-1/+1
2007-02-10[PARTITION]: Add whole_disk attribute.Fabio Massimo Di Nitto1-1/+1
2006-12-08[PATCH] struct path: convert blockJosef Sipek1-1/+1
2006-12-08[PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra1-2/+2
2006-10-03[PATCH] dm: export blkdev_driver_ioctlAlasdair G Kergon1-2/+3
2006-07-14[PATCH] lockdep: annotate the BLKPG_DEL_PARTITION ioctlArjan van de Ven1-2/+2
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe1-0/+6
2006-03-23[PATCH] sem2mutex: blockdev #2Arjan van de Ven1-11/+11
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-1/+1
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-0/+22
2005-11-04[BLOCK] Move all core block layer code to new block/ directoryJens Axboe1-0/+275