Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / block / ioctl.c
2010-04-28 Dmitry Monakhovblkdev: generalize flags for blkdev_issue_fn functions
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-12-03 Martin K. Petersenblock: Allow devices to indicate whether discarded...
2009-10-03 Martin K. Petersenblock: Topology ioctls
2009-09-14 Christoph Hellwigblock: use blkdev_issue_discard in blk_ioctl_discard
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-04-15 Nikanth Karthikesanblock: Remove code handling bio_alloc failure with...
2008-12-29 Wu Fengguangblock: don't take lock on changing ra_pages
2008-11-18 Tejun Heoblock: make add_partition() return pointer to hd_struct
2008-10-21 Al Viro[PATCH] kill the rest of struct file propagation in...
2008-10-21 Al Viro[PATCH] get rid of struct file use in blkdev_ioctl...
2008-10-21 Al Viro[PATCH] get rid of blkdev_locked_ioctl()
2008-10-21 Al Viro[PATCH] get rid of blkdev_driver_ioctl()
2008-10-21 Al Viro[PATCH] end of methods switch: remove the old ones
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-10-21 Al Viro[PATCH] introduce __blkdev_driver_ioctl()
2008-10-09 Tejun Heoblock: make partition array dynamic
2008-10-09 Tejun Heoblock: introduce partition 0
2008-10-09 Tejun Heoblock: fix disk->part[] dereferencing race
2008-10-09 Tejun Heoblock: don't depend on consecutive minor space
2008-10-09 Tejun Heoblock: make variable and argument names more consistent
2008-10-09 Tejun Heoblock: update add_partition() error handling
2008-10-09 Tejun Heoblock: allow deleting zero length partition
2008-10-09 David WoodhouseAllow elevators to sort/merge discard requests
2008-10-09 David WoodhouseAdd BLKDISCARD ioctl to allow userspace to discard...
2008-07-25 Abdel Benamroucheblock/ioctl.c and fs/partition/check.c: check value...
2007-10-10 Arnd Bergmanncompat_ioctl: move common block ioctls to compat_blkdev...
2007-05-07 Peter Zijlstramm: remove destroy_dirty_buffers from invalidate_bdev()
2007-02-21 Peter Zijlstra[PATCH] lockdep: annotate BLKPG_DEL_PARTITION
2007-02-11 Fabio Massimo Di... [PARTITION]: Add whole_disk attribute.
2006-12-08 Josef Sipek[PATCH] struct path: convert block
2006-12-08 Peter Zijlstra[PATCH] remove the old bd_mutex lockdep annotation
2006-10-03 Alasdair G Kergon[PATCH] dm: export blkdev_driver_ioctl
2006-07-15 Arjan van de Ven[PATCH] lockdep: annotate the BLKPG_DEL_PARTITION ioctl
2006-03-23 Jens Axboe[PATCH] Block queue IO tracing support (blktrace) as...
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: blockdev #2
2006-01-12 Randy.Dunlap[PATCH] move capable() to capability.h
2006-01-09 Christoph Hellwig[PATCH] Add block_device_operations.getgeo block device...
2005-11-04 Jens Axboe[BLOCK] Move all core block layer code to new block...