summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig9-83/+61
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig8-14/+84
2010-05-24ocfs2: Fix use after free on remount read-onlyJan Kara1-1/+7
2010-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds105-1170/+849
2010-05-22switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro3-45/+11
2010-05-22switch ecryptfs_get_locked_page() to struct inode *Al Viro3-15/+7
2010-05-22simplify access to ecryptfs inodes in ->readpage() and friendsAl Viro1-4/+3
2010-05-22AFS: Don't put struct file on the stackAl Viro4-36/+41
2010-05-22Ban ecryptfs over ecryptfsAl Viro1-0/+8
2010-05-22logfs: replace inode uid,gid,mode initialization with helper functionAl Viro1-8/+1
2010-05-22ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-9/+1
2010-05-22udf: replace inode uid,gid,mode init with helperDmitry Monakhov2-17/+4
2010-05-22ubifs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-8/+1
2010-05-22sysv: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-22reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-14/+4
2010-05-22ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-14/+6
2010-05-22omfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
2010-05-22bfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
2010-05-22ocfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-8/+1
2010-05-22nilfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-22minix: replace inode uid,gid,mode init with helperDmitry Monakhov3-12/+6
2010-05-22ext4: replace inode uid,gid,mode init with helperDmitry Monakhov1-8/+4
2010-05-22ext3: replace inode uid,gid,mode init with helperDmitry Monakhov1-8/+5
2010-05-22ext2: replace inode uid,gid,mode init with helperDmitry Monakhov1-8/+4
2010-05-22exofs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-22btrfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-22jfs: replace inode uid,gid,mode init with helperDmitry Monakhov1-10/+2
2010-05-229p: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
2010-05-22vfs: Add inode uid,gid,mode init helperDmitry Monakhov1-0/+20
2010-05-22fs-writeback.c: bitfields should be unsignedH Hartley Sweeten1-3/+3
2010-05-22namei.c : update mnt when it neededHuang Shijie1-2/+3
2010-05-22vfs: add lockdep annotation to s_vfs_rename_key for ecryptfsRoland Dreier1-0/+1
2010-05-22fs/partitions: use ADDPART_FLAG_RAID instead of magic numberCesar Eduardo Barros3-3/+3
2010-05-22sanitize vfs_fsync calling conventionsChristoph Hellwig6-46/+16
2010-05-22nfsd: open a file descriptor for fsync in nfs4 recoveryChristoph Hellwig1-45/+42
2010-05-22fs: inode.c use atomic_inc_return in __igetRichard Kennedy1-4/+2
2010-05-22anon_inode: set S_IFREG on the anon_inodeEric Paris1-1/+1
2010-05-22gfs: constify xattr_handlerStephen Hemminger4-6/+6
2010-05-22ocfs: constify xattr_handlerStephen Hemminger3-14/+14
2010-05-22jffs2: constify xattr_handlerStephen Hemminger7-15/+15
2010-05-22xfs: constify xattr_handlerStephen Hemminger4-9/+9
2010-05-22reiserfs: constify xattr_handlerStephen Hemminger5-13/+13
2010-05-22ext4: constify xattr_handlerStephen Hemminger6-16/+16
2010-05-22ext3: constify xattr handlersStephen Hemminger6-16/+16
2010-05-22ext2: constify xattr_handlerStephen Hemminger6-16/+16
2010-05-22btrfs: constify xattr_handlerStephen Hemminger3-6/+6
2010-05-22fs: xattr_handler table should be constStephen Hemminger2-9/+9
2010-05-22Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik3-71/+108
2010-05-22Trim includes in fs/super.cAl Viro1-7/+0
2010-05-22Move grabbing s_umount to callers of grab_super()Al Viro2-2/+3