nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / block / compat_ioctl.c
2008-12-29 Wu Fengguangblock: don't take lock on changing ra_pages
2008-12-04 Christoph Hellwig[PATCH 1/2] kill FMODE_NDELAY_NOW
2008-12-04 Andreas Schwab[PATCH] Fix block dev compat ioctl handling
2008-10-23 Linus Torvaldscompat_blkdev_driver_ioctl: Remove unused variable...
2008-10-21 Al Viro[PATCH] kill the rest of struct file propagation in...
2008-10-21 Al Viro[PATCH] get rid of blkdev_locked_ioctl()
2008-10-21 Al Viro[PATCH] trim file propagation in block/compat_ioctl.c
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-09 David WoodhouseAdd BLKDISCARD ioctl to allow userspace to discard...
2008-05-13 Jean DelvareFix misuses of bdevname()
2008-04-17 Bartlomiej Zolnier... ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN...
2008-01-28 Christof Schmittblktrace: Add blktrace ioctls to SCSI generic devices
2007-10-29 Philip Langdalecompat_ioctl: fix block device compat ioctl regression
2007-10-10 Arnd Bergmanncompat_ioctl: move floppy handlers to block/compat_ioctl.c
2007-10-10 Arnd Bergmanncompat_ioctl: move cdrom handlers to block/compat_ioctl.c
2007-10-10 Arnd Bergmanncompat_ioctl: move BLKPG handling to block/compat_ioctl.c
2007-10-10 Arnd Bergmanncompat_ioctl: move hdio calls to block/compat_ioctl.c
2007-10-10 Arnd Bergmanncompat_ioctl: handle blk_trace ioctls
2007-10-10 Arnd Bergmanncompat_ioctl: add compat_blkdev_driver_ioctl()
2007-10-10 Arnd Bergmanncompat_ioctl: move common block ioctls to compat_blkdev...