aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03NFS: When displaying session slot numbers, use "%u" consistentlyChuck Lever3-12/+12
2013-09-03NFS: Ensure that rmdir() waits for sillyrenames to completeTrond Myklebust2-6/+20
2013-09-03NFSv4: use the mach cred for SECINFO w/ integrityWeston Andros Adamson1-6/+47
2013-09-03NFS avoid expired credential keys for buffered writesAndy Adamson3-1/+43
2013-09-01NFSv4: Convert idmapper to use the new framework for pipefs dentriesTrond Myklebust1-150/+34
2013-08-30NFSv4: Fix a potentially Oopsable condition in __nfs_idmap_unregisterTrond Myklebust1-1/+3
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust1-1/+4
2013-08-30NFS: Fix up two use-after-free issues with the new tracing codeTrond Myklebust1-2/+2
2013-08-22NFS: remove incorrect "Lock reclaim failed!" warning.NeilBrown1-7/+9
2013-08-22NFSv4.1: Add tracepoints for debugging test_stateid eventsTrond Myklebust2-0/+52
2013-08-22NFSv4.1: Add tracepoints for debugging slot table operationsTrond Myklebust5-0/+154
2013-08-22NFSv4.1: Add tracepoints for debugging layoutget/return/commitTrond Myklebust2-0/+61
2013-08-22NFSv4: Add tracepoints for debugging reads and writesTrond Myklebust5-0/+169
2013-08-22NFSv4: Add tracepoints for debugging getattrTrond Myklebust2-2/+74
2013-08-22NFSv4: Add tracepoints for debugging the idmapperTrond Myklebust2-0/+51
2013-08-22NFSv4: Add tracepoints for debugging delegationsTrond Myklebust4-0/+79
2013-08-22NFSv4: Add tracepoints for debugging renameTrond Myklebust2-4/+49
2013-08-22NFSv4: Add tracepoints for debugging inode manipulationsTrond Myklebust2-14/+73
2013-08-22NFSv4: Add tracepoints for debugging lookup/create operationsTrond Myklebust2-14/+72
2013-08-22NFSv4: Add tracepoints for debugging file lockingTrond Myklebust2-2/+82
2013-08-22NFSv4: Add tracepoints for debugging file openTrond Myklebust2-0/+129
2013-08-22NFSv4: Add tracepoints for debugging state management problemsTrond Myklebust4-1/+245
2013-08-22NFS: Add tracepoints for debugging NFS hard linksTrond Myklebust2-0/+72
2013-08-22NFS: Add tracepoints for debugging NFS rename and sillyrename issuesTrond Myklebust3-0/+146
2013-08-22NFS: Add tracepoints for debugging directory changesTrond Myklebust2-1/+104
2013-08-22NFS: Add tracepoints for debugging generic file create eventsTrond Myklebust2-0/+72
2013-08-22NFS: Add event tracing for generic NFS lookupsTrond Myklebust3-0/+203
2013-08-22NFS: Pass in lookup flags from nfs_atomic_open to nfs_lookupTrond Myklebust1-1/+3
2013-08-22NFS: Add event tracing for generic NFS eventsTrond Myklebust7-11/+231
2013-08-22NFS: refactor code for calculating the crc32 hash of a filehandleTrond Myklebust2-2/+21
2013-08-22NFS: Clean up nfs_sillyrename()Trond Myklebust1-10/+16
2013-08-22NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_typeTrond Myklebust1-1/+1
2013-08-22NFSv4: Deal with a sparse warning in nfs_idmap_get_key()Trond Myklebust1-1/+1
2013-08-22NFSv4: Deal with some more sparse warningsTrond Myklebust2-7/+7
2013-08-22NFSv4: Deal with a sparse warning in nfs4_opendata_allocTrond Myklebust1-1/+1
2013-08-21NFSv3: Deal with a sparse warning in nfs3_proc_createTrond Myklebust1-2/+2
2013-08-20NFS: Remove the NFSv4 "open optimisation" from nfs_permissionTrond Myklebust1-5/+0
2013-08-08NFSv4.1 Use clientid management rpc_clnt for secinfo_no_nameAndy Adamson1-1/+6
2013-08-08NFSv4.1 Use clientid management rpc_clnt for secinfoAndy Adamson1-1/+6
2013-08-07NFSv4: Fix up nfs4_proc_lookup_mountpointTrond Myklebust1-5/+3
2013-08-07NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget()Trond Myklebust1-1/+0
2013-08-07NFSv4: Fix the sync mount option for nfs4 mountsScott Mayhew1-0/+4
2013-08-07NFS: Fix writeback performance issue on cache invalidationTrond Myklebust1-2/+8
2013-08-07NFSv4.1 Increase NFS4_DEF_SLOT_TABLE_SIZEAndy Adamson1-1/+1
2013-08-07NFS Remove unused authflavour parameter from init_clientAndy Adamson3-9/+5
2013-08-07NFS: Never use user credentials for lease renewalChuck Lever4-58/+11
2013-08-07NFS: Use root's credential for lease management when keytab is missingChuck Lever1-1/+18
2013-08-07NFSv4: Refuse mount attempts with proto=udpTrond Myklebust1-0/+12
2013-08-07nfs: verify open flags before allowing an atomic openJeff Layton1-0/+4
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet1-1/+0