aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2013-06-28NFS: Improve legacy idmapping fallbackBryan Schumaker1-30/+26
2013-06-28Merge branch 'freezer'Rafael J. Wysocki3-4/+4
2013-06-20NFSv4.1 end back channel session drainingAndy Adamson1-12/+11
2013-06-19NFS: Apply v4.1 capabilities to v4.2Bryan Schumaker1-0/+7
2013-06-18NFSv4.1: Clean up layout segment comparison helper namesTrond Myklebust1-9/+9
2013-06-18NFSv4.1: layout segment comparison helpers should take 'const' parametersTrond Myklebust1-14/+14
2013-06-18NFSv4: Move the DNS resolver into the NFSv4 moduleTrond Myklebust4-19/+44
2013-06-18NFSv4: SETCLIENTID add the format string for the NETIDDjalal Harouni1-1/+1
2013-06-08NFS: Add in v4.2 callback operationBryan Schumaker2-2/+36
2013-06-08NFS: Make callbacks minor version genericBryan Schumaker5-13/+15
2013-06-08Kconfig: Add Kconfig entry for Labeled NFS V4 clientSteve Dickson1-0/+5
2013-06-08NFS: Extend NFS xattr handlers to accept the security namespaceDavid Quigley1-0/+50
2013-06-08NFS: Client implementation of Labeled-NFSDavid Quigley5-54/+477
2013-06-08NFS: Add label lifecycle managementDavid Quigley3-11/+96
2013-06-08NFS:Add labels to client function prototypesDavid Quigley8-55/+89
2013-06-08NFSv4: Extend fattr bitmaps to support all 3 wordsDavid Quigley4-16/+21
2013-06-08NFSv4: Introduce new label structureSteve Dickson1-0/+28
2013-06-08NFSv4.2: Added NFS v4.2 support to the NFS clientSteve Dickson6-4/+39
2013-06-08LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley1-1/+2
2013-06-06NFSv4: Close another NFSv4 recovery raceTrond Myklebust2-6/+17
2013-06-06NFSv4: Move dentry instantiation into the NFSv4-specific atomic open codeTrond Myklebust3-21/+20
2013-06-06NFSv4: Refactor _nfs4_open_and_get_state to set ctx->stateTrond Myklebust1-10/+7
2013-06-06NFSv4: Cleanup: pass the nfs_open_context to nfs4_do_openTrond Myklebust1-18/+11
2013-06-06NFSv4: Remove redundant check for FMODE_EXEC in nfs_finish_openTrond Myklebust1-7/+0
2013-06-06NFSv4.1: Simplify setting the layout header credentialTrond Myklebust1-1/+1
2013-06-06NFSv4.1: Enable state protectionTrond Myklebust1-1/+2
2013-06-06NFSv4.1: Use layout credentials for get_deviceinfo callsTrond Myklebust7-10/+22
2013-06-06NFSv4.1: Ensure that test_stateid and free_stateid use correct credentialsTrond Myklebust1-15/+50
2013-06-06NFSv4.1: Ensure that reclaim_complete uses the right credentialTrond Myklebust3-5/+14
2013-06-06NFSv4.1: Ensure that layoutreturn uses the correct credentialTrond Myklebust2-0/+2
2013-06-06NFSv4.1: Ensure that layoutget is called using the layout credentialTrond Myklebust2-0/+2
2013-05-30NFS: Fix security flavor negotiation with legacy binary mountsChuck Lever1-0/+2
2013-05-29NFSv4: Fix a thinko in nfs4_try_open_cachedTrond Myklebust1-1/+1
2013-05-23NFS: Fix SETCLIENTID fallback if GSS is not availableChuck Lever1-1/+1
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-3/+5
2013-05-20NFSv4.1 Fix a pNFS session draining deadlockAndy Adamson6-18/+20
2013-05-12freezer: add unsafe versions of freezable helpers for NFSColin Cross3-4/+4
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-42/+169
2013-05-08NFS4.1 Fix data server connection raceAndy Adamson2-2/+26
2013-05-07make blkdev_put() return voidAl Viro3-10/+4
2013-05-06NFSv3: match sec= flavor against server listWeston Andros Adamson1-7/+41
2013-05-06NFSv4.1: Ensure that we free the lock stateid on the serverTrond Myklebust3-7/+24
2013-05-06NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC callTrond Myklebust2-24/+76
2013-05-03NFSv4.x: Fix handling of partially delegated locksTrond Myklebust1-2/+2
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-2/+1
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds22-467/+830
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2013-04-29NFSv4: Warn once about servers that incorrectly apply open mode to setattrTrond Myklebust1-0/+7
2013-04-29NFSv4: Servers should only check SETATTR stateid open mode on size changeTrond Myklebust1-4/+9
2013-04-23Merge branch 'bugfixes' into linux-nextTrond Myklebust3-17/+37