summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2013-04-12NFSv4: Fix handling of revoked delegations by setattrTrond Myklebust
2013-04-12treewide: Fix typo in printksMasanari Iida
2013-04-11NFSv4 release the sequence id in the return on close caseAndy Adamson
2013-04-10nfs: remove unnecessary check for NULL inode->i_flock from nfs_delegation_cla...Jeff Layton
2013-04-10Merge tag 'nfs-for-3.9-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-04-10NFSv4: Doh! Typo in the fix to nfs41_walk_client_listTrond Myklebust
2013-04-10Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-04-09NFSv4: Fix another potential state manager deadlockTrond Myklebust
2013-04-08NFS: Ensure that NFS file unlock waits for readahead to completeTrond Myklebust
2013-04-08NFS: Add functionality to allow waiting on all outstanding reads to completeTrond Myklebust
2013-04-08NFSv4: Handle timeouts correctly when probing for lease validityTrond Myklebust
2013-04-05NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in useTrond Myklebust
2013-04-05NFSv4: Clean up nfs_expire_all_delegationsTrond Myklebust
2013-04-05NFSv4: Fix nfs_server_return_all_delegationsTrond Myklebust
2013-04-05NFSv4: Be less aggressive about returning delegations for open filesTrond Myklebust
2013-04-05NFSv4: Clean up delegation recall error handlingTrond Myklebust
2013-04-05NFSv4: Clean up nfs4_open_delegation_recallTrond Myklebust
2013-04-05NFSv4: Clean up nfs4_lock_delegation_recallTrond Myklebust
2013-04-05NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recallTrond Myklebust
2013-04-05NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_lock_delegation_recallTrond Myklebust
2013-04-05nfs: allow the v4.1 callback thread to freezeJeff Layton
2013-04-05NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_listTrond Myklebust
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