aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-07-20fs: simplify handling of zero sized reads in __blockdev_direct_IOChristoph Hellwig
2011-07-20ext4: Rewrite ext4_page_mkwrite() to use generic helpersJan Kara
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig
2011-07-20VFS: Fixup kerneldoc for generic_permission()Tobias Klauser
2011-07-20xfs: make use of new shrinker callout for the inode cacheDave Chinner
2011-07-20vfs: increase shrinker batch sizeDave Chinner
2011-07-20superblock: add filesystem shrinker operationsDave Chinner
2011-07-20inode: remove iprune_semDave Chinner
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner
2011-07-20superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner
2011-07-20inode: move to per-sb LRU locksDave Chinner
2011-07-20inode: Make unused inode LRU per superblockDave Chinner
2011-07-20inode: convert inode_stat.nr_unused to per-cpu countersDave Chinner
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-07-20deuglify squashfs_lookup()Al Viro
2011-07-20nfsd4_list_rec_dir(): don't bother with reopening rec_fileAl Viro
2011-07-20kill useless checks for sb->s_op == NULLAl Viro
2011-07-20btrfs: kill magical embedded struct superblockAl Viro
2011-07-20get rid of pointless checks for dentry->sb == NULLAl Viro
2011-07-20Make ->d_sb assign-once and always non-NULLAl Viro
2011-07-20unexport kern_path_parent()Al Viro
2011-07-20switch vfs_path_lookup() to struct pathAl Viro
2011-07-20kill lookup_create()Al Viro
2011-07-20new helpers: kern_path_create/user_path_createAl Viro
2011-07-20kill LOOKUP_CONTINUEAl Viro
2011-07-20nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last stepAl Viro
2011-07-20cifs_lookup(): LOOKUP_OPEN is set only on the last componentAl Viro
2011-07-20ceph: LOOKUP_OPEN is set only when it's the last componentAl Viro
2011-07-20jfs_ci_revalidate() is safe from RCU modeAl Viro
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro
2011-07-20don't pass nameidata to vfs_create() from ecryptfs_create()Al Viro
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro
2011-07-20Don't pass nameidata when calling vfs_create() from mknod()Al Viro
2011-07-20fix mknod() on nfs4 (hopefully)Al Viro
2011-07-20nameidata_to_nfs_open_context() doesn't need nameidata, actually...Al Viro
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro
2011-07-20nfs4_opendata doesn't need struct path eitherAl Viro
2011-07-20nfs4_closedata doesn't need to mess with struct pathAl Viro
2011-07-20cifs: fix the type of cifs_demultiplex_thread()Al Viro
2011-07-20ecryptfs_inode_permission() doesn't need to bail out on RCUAl Viro
2011-07-20merge do_revalidate() into its only callerAl Viro
2011-07-20no reason to keep exec_permission() separate nowAl Viro
2011-07-20massage generic_permission() to treat directories on a separate pathAl Viro
2011-07-20->permission() sanitizing: don't pass flags to exec_permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro