summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-07-17NFS: Initialize v4 sysctls from nfs_init_v4()Bryan Schumaker
2012-07-17NFS: Create an init_nfs_v4() functionBryan Schumaker
2012-07-17NFS: Split out NFS v4 inode operationsBryan Schumaker
2012-07-17NFS: Split out NFS v3 inode operationsBryan Schumaker
2012-07-17NFS: Split out NFS v2 inode operationsBryan Schumaker
2012-07-16NFS: Clean up nfs4_proc_setclientid() and friendsChuck Lever
2012-07-16NFS: Treat NFS4ERR_CLID_INUSE as a fatal errorChuck Lever
2012-07-16NFS: When state recovery fails, waiting tasks should exitChuck Lever
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever
2012-07-16NFS: nfs_getaclargs.acl_len is a size_tChuck Lever
2012-07-16NFS: Clean up TEST_STATEID and FREE_STATEID error reportingChuck Lever
2012-07-16NFS: Clean up nfs41_check_expired_stateid()Chuck Lever
2012-07-16NFS: State reclaim clears OPEN and LOCK stateChuck Lever
2012-07-16NFS: Don't free a state ID the server does not recognizeChuck Lever
2012-07-16NFS: Fix up TEST_STATEID and FREE_STATEID return code handlingChuck Lever
2012-07-16NFSv4.1 do not send LAYOUTRETURN on emtpy plh_segs listAndy Adamson
2012-07-16NFSv4.1 mark layout when already returnedAndy Adamson
2012-07-16NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDSAndy Adamson
2012-07-16NFSv4.1 return the LAYOUT for each file with failed DS connection I/OAndy Adamson
2012-07-16Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14VFS: Comment mount following codeDavid Howells
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells
2012-07-14VFS: Make chown() and lchown() call fchownat()David Howells
2012-07-14do_dentry_open(): close the race with mark_files_ro() in failure exitAl Viro
2012-07-14mark_files_ro(): don't bother with mntget/mntputAl Viro
2012-07-14notify_change(): check that i_mutex is heldAndrew Morton
2012-07-14fs: add nd_jump_linkChristoph Hellwig
2012-07-14fs: move path_put on failure out of ->follow_linkChristoph Hellwig
2012-07-14debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}Al Viro
2012-07-14debugfs: fold debugfs_create_by_name() into the only callerAl Viro
2012-07-14debugfs: make sure that debugfs_create_file() gets used only for regularsAl Viro
2012-07-14__d_unalias() should refuse to move mountpointsAl Viro
2012-07-14sysfs: just use d_materialise_unique()Al Viro
2012-07-14sysfs: switch to ->s_d_op and ->d_release()Al Viro
2012-07-14get rid of kern_path_parent()Al Viro
2012-07-14VFS: Fix the banner comment on lookup_open()David Howells
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14fs/namei.c: don't pass namedata to lookup_dcache()Al Viro
2012-07-14fs/namei.c: don't pass nameidata to d_revalidate()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-07-14fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possibleAl Viro
2012-07-14nfs_lookup_verify_inode() - nd is *always* non-NULL hereAl Viro
2012-07-14switch nfs_lookup_check_intent() away from nameidataAl Viro
2012-07-14do_dentry_open(): take initialization of file->f_path to callerAl Viro
2012-07-14fold __dentry_open() into its sole callerAl Viro
2012-07-14switch do_dentry_open() to returning intAl Viro