aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2013-04-05NFSv4: Fix a memory leak in nfs4_discover_server_trunkingTrond Myklebust
2013-04-05NFSv4: Don't clear the machine cred when client establish returns EACCESTrond Myklebust
2013-04-05NFSv4: Fix issues in nfs4_discover_server_trunkingTrond Myklebust
2013-04-04NFSv4: Fix the fallback to AUTH_NULL if krb5i is not availableTrond Myklebust
2013-04-04NFS: Use server-recommended security flavor by default (NFSv3)Chuck Lever
2013-04-02selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton
2013-03-29NFS: Use "krb5i" to establish NFSv4 state whenever possibleChuck Lever
2013-03-29NFS: Try AUTH_UNIX when PUTROOTFH gets NFS4ERR_WRONGSECChuck Lever
2013-03-29NFS: Use static list of security flavors during root FH lookup recoveryChuck Lever
2013-03-29NFS: Avoid PUTROOTFH when managing leasesChuck Lever
2013-03-29NFS: Clean up nfs4_proc_get_rootfhChuck Lever
2013-03-29NFS: Handle missing rpc.gssd when looking up root FHChuck Lever
2013-03-29SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever
2013-03-29SUNRPC: Define rpcsec_gss_info structureChuck Lever
2013-03-28NFSv4: Fix Oopses in the fs_locations codeTrond Myklebust
2013-03-28NFSv4: Fix another reboot recovery raceTrond Myklebust
2013-03-27NFSv4: Add a mapping for NFS4ERR_FILE_OPEN in nfs4_map_errorsTrond Myklebust
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-03-25NFSv4.1: Use CLAIM_DELEG_CUR_FH opens when availableTrond Myklebust
2013-03-25NFSv4.1: Enable open-by-filehandleTrond Myklebust
2013-03-25NFSv4.1: Add xdr support for CLAIM_FH and CLAIM_DELEG_CUR_FH opensTrond Myklebust
2013-03-25NFSv4: Clean up nfs4_opendata_alloc in preparation for NFSv4.1 open modesTrond Myklebust
2013-03-25NFSv4.1: Select the "most recent locking state" for read/write/setattr stateidsTrond Myklebust
2013-03-25NFSv4: Prepare for minorversion-specific nfs_server capabilitiesTrond Myklebust
2013-03-25NFSv4: Resend the READ/WRITE RPC call if a stateid change causes an errorTrond Myklebust
2013-03-25NFSv4: The stateid must remain the same for replayed RPC callsTrond Myklebust
2013-03-25NFS: __nfs_find_lock_context needs to check ctx->lock_context for a match tooTrond Myklebust
2013-03-25NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust
2013-03-25NFSv4: Fail I/O if the state recovery fails irrevocablyTrond Myklebust
2013-03-21NFSv4.1: Add a helper pnfs_commit_and_return_layoutTrond Myklebust
2013-03-21NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust
2013-03-21NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust
2013-03-21pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting
2013-03-20NFSv4: Fix the string length returned by the idmapperTrond Myklebust
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-28NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDSWeston Andros Adamson
2013-02-28PNFS: set the default DS timeout to 60 secondsWeston Andros Adamson
2013-02-28NFSv4: Fix another open/open_recovery deadlockTrond Myklebust
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27nfs4client: convert to idr_alloc()Tejun Heo
2013-02-27nfs: idr_destroy() no longer needs idr_remove_all()Tejun Heo
2013-02-27nfs: don't allow nfs_find_actor to match inodes of the wrong typeJeff Layton
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton
2013-02-25NFSv4.1: Hold reference to layout hdr in layoutgetWeston Andros Adamson
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-24pnfs: fix resend_to_mds for directioBenny Halevy