aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-24NFSv4: Fix nfs4_init_uniform_client_string for net namespacesTrond Myklebust1-2/+6
2013-07-23NFSv4.1 Use the mount point rpc_clnt for layoutreturnAndy Adamson1-1/+1
2013-07-23NFS: Fix return type of nfs4_end_drain_session() stubChuck Lever1-1/+1
2013-07-23nfs: fix open(O_RDONLY|O_TRUNC) in NFS4.0Nadav Shemer1-2/+2
2013-07-23NFSv4: encode_attrs should not backfill the bitmap and attribute lengthTrond Myklebust1-72/+53
2013-07-23NFSv4: Fix brainfart in attribute length calculationTrond Myklebust1-1/+1
2013-07-17NFSv4: Fix a regression against the FreeBSD serverTrond Myklebust1-7/+14
2013-07-09NFS: Allow nfs_updatepage to extend a write under additional circumstancesScott Mayhew1-8/+23
2013-07-09NFS: Make nfs_readdir revalidate less oftenScott Mayhew1-2/+3
2013-07-09NFS: Make nfs_attribute_cache_expired() non-staticScott Mayhew1-1/+1
2013-07-09nfs: set verifier on existing dentries in nfs_prime_dcacheJeff Layton1-0/+1
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds34-453/+1228
2013-07-05helper for reading ->d_countAl Viro2-4/+4
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds4-9/+35
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook2-4/+3
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman1-5/+2
2013-07-03fs: nfs: inform the VM about pages being committed or unstableMel Gorman1-0/+30
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+4
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-9/+9
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+5
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton2-9/+9
2013-06-29[readdir] convert nfsAl Viro1-26/+25
2013-06-28Merge branch 'labeled-nfs' into linux-nextTrond Myklebust18-147/+856
2013-06-28NFS: Set NFS_CS_MIGRATION for NFSv4 mountsChuck Lever2-2/+2
2013-06-28NFSv4.1 Refactor nfs4_init_session and nfs4_init_channel_attrsAndy Adamson4-54/+12
2013-06-28nfs: have NFSv3 try server-specified auth flavors in turnJeff Layton1-57/+69
2013-06-28nfs: have nfs_mount fake up a auth_flavs list when the server didn't provide itJeff Layton2-14/+13
2013-06-28nfs: move server_authlist into nfs_try_mount_requestJeff Layton1-5/+9
2013-06-28nfs: refactor "need_mount" code out of nfs_try_mountJeff Layton1-8/+16
2013-06-28NFSv4.1 use pnfs_device maxcount for the objectlayout gdia_maxcountAndy Adamson1-0/+1
2013-06-28NFSv4.1 use pnfs_device maxcount for the blocklayout gdia_maxcountAndy Adamson1-0/+1
2013-06-28NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesizeAndy Adamson4-2/+11