aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-31ext3: move headers to fs/ext3/Al Viro1-6/+1
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+5
2012-01-09ext{3,4}: Fix potential race when setversion ioctl updates inodeDjalal Harouni1-1/+5
2012-01-03vfs: mnt_drop_write_file()Al Viro1-5/+5
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-5/+5
2011-10-10ext3: Remove the obsolete broken EXT3_IOC32_WAIT_FOR_READONLY.Tao Ma1-24/+0
2011-06-25ext3/ioctl.c: silence sparse warnings about different address spacesH Hartley Sweeten1-2/+2
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-3/+3
2011-01-10ext3: Add FITRIM handlingLukas Czerner1-0/+22
2009-04-02ext3: remove the BKL in ext3/ioctl.cCyrus Massoumi1-39/+20
2009-01-08ext3: tighten restrictions on inode flagsDuane Griffin1-2/+1
2008-10-23ext3: add checks for errors from jbdHidehiro Kawai1-4/+8
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-35/+68
2007-11-14Forbid user to change file flags on quota filesJan Kara1-0/+5
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma1-3/+3
2007-05-08ext3: copy i_flags to inode flags on writeJan Kara1-0/+1
2006-12-08[PATCH] ext3: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-09-30[PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [try #6]David Howells1-1/+54
2006-06-25[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversionMingming Cao1-1/+1
2006-04-26[PATCH] protect ext3 ioctl modifying append_only, immutable, etc. with i_mutexAl Viro1-4/+14
2006-03-23[PATCH] convert ext3's truncate_sem to a mutexArjan van de Ven1-2/+2
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+243