aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Pass in lookup flags from nfs_atomic_open to nfs_lookupTrond Myklebust2013-08-221-1/+3
* NFS: Add event tracing for generic NFS eventsTrond Myklebust2013-08-227-11/+231
* NFS: refactor code for calculating the crc32 hash of a filehandleTrond Myklebust2013-08-222-2/+21
* NFS: Clean up nfs_sillyrename()Trond Myklebust2013-08-221-10/+16
* NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_typeTrond Myklebust2013-08-221-1/+1
* NFSv4: Deal with a sparse warning in nfs_idmap_get_key()Trond Myklebust2013-08-221-1/+1
* NFSv4: Deal with some more sparse warningsTrond Myklebust2013-08-222-7/+7
* NFSv4: Deal with a sparse warning in nfs4_opendata_allocTrond Myklebust2013-08-221-1/+1
* NFSv3: Deal with a sparse warning in nfs3_proc_createTrond Myklebust2013-08-211-2/+2
* NFS: Remove the NFSv4 "open optimisation" from nfs_permissionTrond Myklebust2013-08-201-5/+0
* NFSv4.1 Use clientid management rpc_clnt for secinfo_no_nameAndy Adamson2013-08-081-1/+6
* NFSv4.1 Use clientid management rpc_clnt for secinfoAndy Adamson2013-08-081-1/+6
* NFSv4.1 Increase NFS4_DEF_SLOT_TABLE_SIZEAndy Adamson2013-08-071-1/+1
* NFS Remove unused authflavour parameter from init_clientAndy Adamson2013-08-073-9/+5
* NFS: Never use user credentials for lease renewalChuck Lever2013-08-074-58/+11
* NFS: Use root's credential for lease management when keytab is missingChuck Lever2013-08-071-1/+18
* NFSv4: Refuse mount attempts with proto=udpTrond Myklebust2013-08-071-0/+12
* nfs: verify open flags before allowing an atomic openJeff Layton2013-08-071-0/+4
* NFSv4: Fix nfs4_init_uniform_client_string for net namespacesTrond Myklebust2013-07-241-2/+6
* NFSv4.1 Use the mount point rpc_clnt for layoutreturnAndy Adamson2013-07-231-1/+1
* NFS: Fix return type of nfs4_end_drain_session() stubChuck Lever2013-07-231-1/+1
* nfs: fix open(O_RDONLY|O_TRUNC) in NFS4.0Nadav Shemer2013-07-231-2/+2
* NFSv4: encode_attrs should not backfill the bitmap and attribute lengthTrond Myklebust2013-07-231-72/+53
* NFSv4: Fix brainfart in attribute length calculationTrond Myklebust2013-07-231-1/+1
* NFSv4: Fix a regression against the FreeBSD serverTrond Myklebust2013-07-171-7/+14
* NFS: Allow nfs_updatepage to extend a write under additional circumstancesScott Mayhew2013-07-091-8/+23
* NFS: Make nfs_readdir revalidate less oftenScott Mayhew2013-07-091-2/+3
* NFS: Make nfs_attribute_cache_expired() non-staticScott Mayhew2013-07-091-1/+1
* nfs: set verifier on existing dentries in nfs_prime_dcacheJeff Layton2013-07-091-0/+1
* Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-0934-453/+1228
|\
| * Merge branch 'labeled-nfs' into linux-nextTrond Myklebust2013-06-2818-147/+856
| |\
| | * NFS: Apply v4.1 capabilities to v4.2Bryan Schumaker2013-06-191-0/+7
| | * NFS: Add in v4.2 callback operationBryan Schumaker2013-06-082-2/+36
| | * NFS: Make callbacks minor version genericBryan Schumaker2013-06-085-13/+15
| | * Kconfig: Add Kconfig entry for Labeled NFS V4 clientSteve Dickson2013-06-081-0/+5
| | * NFS: Extend NFS xattr handlers to accept the security namespaceDavid Quigley2013-06-081-0/+50
| | * NFS: Client implementation of Labeled-NFSDavid Quigley2013-06-085-54/+477
| | * NFS: Add label lifecycle managementDavid Quigley2013-06-083-11/+96
| | * NFS:Add labels to client function prototypesDavid Quigley2013-06-088-55/+89
| | * NFSv4: Extend fattr bitmaps to support all 3 wordsDavid Quigley2013-06-084-16/+21
| | * NFSv4: Introduce new label structureSteve Dickson2013-06-081-0/+28
| | * NFSv4.2: Added NFS v4.2 support to the NFS clientSteve Dickson2013-06-086-4/+39
| | * LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley2013-06-081-1/+2
| * | NFS: Set NFS_CS_MIGRATION for NFSv4 mountsChuck Lever2013-06-282-2/+2
| * | NFSv4.1 Refactor nfs4_init_session and nfs4_init_channel_attrsAndy Adamson2013-06-284-54/+12
| * | nfs: have NFSv3 try server-specified auth flavors in turnJeff Layton2013-06-281-57/+69
| * | nfs: have nfs_mount fake up a auth_flavs list when the server didn't provide itJeff Layton2013-06-282-14/+13
| * | nfs: move server_authlist into nfs_try_mount_requestJeff Layton2013-06-281-5/+9
| * | nfs: refactor "need_mount" code out of nfs_try_mountJeff Layton2013-06-281-8/+16
| * | NFSv4.1 use pnfs_device maxcount for the objectlayout gdia_maxcountAndy Adamson2013-06-281-0/+1