aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-20xfs: add size update tracepoint to IO completionDave Chinner2-4/+9
2011-07-20xfs: convert AIL cursors to use struct list_headDave Chinner2-55/+28
2011-07-20xfs: remove confusing ail cursor wrapperDave Chinner1-31/+19
2011-07-20xfs: use a cursor for bulk AIL insertionDave Chinner3-28/+118
2011-07-20xfs: failure mapping nfs fh to inode should return ESTALEJ. Bruce Fields1-2/+2
2011-07-20xfs: Remove the second parameter to xfs_sb_count()Chandra Seetharaman3-12/+7
2011-07-20superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner3-27/+35
2011-07-20inode: move to per-sb LRU locksDave Chinner2-14/+14
2011-07-20inode: Make unused inode LRU per superblockDave Chinner2-11/+81
2011-07-20inode: convert inode_stat.nr_unused to per-cpu countersDave Chinner1-5/+11
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro15-94/+39
2011-07-20deuglify squashfs_lookup()Al Viro1-4/+1
2011-07-20nfsd4_list_rec_dir(): don't bother with reopening rec_fileAl Viro1-31/+21
2011-07-20kill useless checks for sb->s_op == NULLAl Viro2-2/+1
2011-07-20btrfs: kill magical embedded struct superblockAl Viro4-22/+29
2011-07-20get rid of pointless checks for dentry->sb == NULLAl Viro1-1/+0
2011-07-20Make ->d_sb assign-once and always non-NULLAl Viro3-39/+47
2011-07-20unexport kern_path_parent()Al Viro1-1/+0
2011-07-20switch vfs_path_lookup() to struct pathAl Viro3-21/+20
2011-07-20kill lookup_create()Al Viro1-36/+18
2011-07-20new helpers: kern_path_create/user_path_createAl Viro2-116/+87
2011-07-20kill LOOKUP_CONTINUEAl Viro1-8/+3
2011-07-20nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last stepAl Viro1-4/+2
2011-07-20cifs_lookup(): LOOKUP_OPEN is set only on the last componentAl Viro1-1/+1
2011-07-20ceph: LOOKUP_OPEN is set only when it's the last componentAl Viro1-1/+0
2011-07-20jfs_ci_revalidate() is safe from RCU modeAl Viro1-2/+0
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro3-12/+6
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro5-10/+10
2011-07-20don't pass nameidata to vfs_create() from ecryptfs_create()Al Viro1-28/+5
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro6-30/+23
2011-07-20Don't pass nameidata when calling vfs_create() from mknod()Al Viro1-1/+1
2011-07-20fix mknod() on nfs4 (hopefully)Al Viro1-12/+12
2011-07-20nameidata_to_nfs_open_context() doesn't need nameidata, actually...Al Viro1-6/+7
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro7-42/+40
2011-07-20nfs4_opendata doesn't need struct path eitherAl Viro1-23/+22
2011-07-20nfs4_closedata doesn't need to mess with struct pathAl Viro3-22/+21
2011-07-20cifs: fix the type of cifs_demultiplex_thread()Al Viro1-2/+3
2011-07-20ecryptfs_inode_permission() doesn't need to bail out on RCUAl Viro1-2/+0
2011-07-20merge do_revalidate() into its only callerAl Viro1-24/+18
2011-07-20no reason to keep exec_permission() separate nowAl Viro1-41/+4
2011-07-20massage generic_permission() to treat directories on a separate pathAl Viro1-4/+13
2011-07-20->permission() sanitizing: don't pass flags to exec_permission()Al Viro1-10/+7
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro27-50/+50
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro15-18/+17
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro23-27/+27
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro13-15/+14
2011-07-20->permission() sanitizing: MAY_NOT_BLOCKAl Viro2-3/+6
2011-07-20kill check_acl callback of generic_permission()Al Viro18-35/+44
2011-07-20lockless get_write_access/deny_write_accessAl Viro1-46/+0
2011-07-20move exec_permission() up to the rest of permission-related functionsAl Viro1-34/+38