summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-06-29NFS: 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
2013-06-28NFS: Improve legacy idmapping fallbackBryan Schumaker1-30/+26
2013-06-20NFSv4.1 end back channel session drainingAndy Adamson1-12/+11
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-07NFSv4: Close another NFSv4 recovery raceTrond Myklebust2-6/+17
2013-06-07NFSv4: Move dentry instantiation into the NFSv4-specific atomic open codeTrond Myklebust3-21/+20
2013-06-07NFSv4: Refactor _nfs4_open_and_get_state to set ctx->stateTrond Myklebust1-10/+7
2013-06-07NFSv4: Cleanup: pass the nfs_open_context to nfs4_do_openTrond Myklebust1-18/+11
2013-06-07NFSv4: Remove redundant check for FMODE_EXEC in nfs_finish_openTrond Myklebust1-7/+0
2013-06-07NFSv4.1: Simplify setting the layout header credentialTrond Myklebust1-1/+1
2013-06-07NFSv4.1: Enable state protectionTrond Myklebust1-1/+2
2013-06-07NFSv4.1: Use layout credentials for get_deviceinfo callsTrond Myklebust7-10/+22
2013-06-07NFSv4.1: Ensure that test_stateid and free_stateid use correct credentialsTrond Myklebust1-15/+50
2013-06-07NFSv4.1: Ensure that reclaim_complete uses the right credentialTrond Myklebust3-5/+14
2013-06-07NFSv4.1: Ensure that layoutreturn uses the correct credentialTrond Myklebust2-0/+2
2013-06-07NFSv4.1: Ensure that layoutget is called using the layout credentialTrond Myklebust2-0/+2
2013-05-31NFS: Fix security flavor negotiation with legacy binary mountsChuck Lever1-0/+2
2013-05-30NFSv4: Fix a thinko in nfs4_try_open_cachedTrond Myklebust1-1/+1
2013-05-24NFS: Fix SETCLIENTID fallback if GSS is not availableChuck Lever1-1/+1
2013-05-20NFSv4.1 Fix a pNFS session draining deadlockAndy Adamson6-18/+20
2013-05-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-9/+18
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+17
2013-05-10Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-41/+103
2013-05-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds1-1/+4
2013-05-10eCryptfs: Use the ablkcipher crypto APITyler Hicks2-41/+103
2013-05-10Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+1
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds48-1902/+3215
2013-05-10Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds15-32/+83
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro1-0/+17
2013-05-09ecryptfs: don't open-code kernel_read()Al Viro1-8/+1
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-42/+169
2013-05-09nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton1-7/+5
2013-05-09Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds17-682/+982
2013-05-09NFS4.1 Fix data server connection raceAndy Adamson2-2/+26
2013-05-08pstore/ram: fix error return code in ramoops_probe()Wei Yongjun1-0/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds13-221/+420
2013-05-08f2fs: cover free_nid management with spin_lockJaegeuk Kim1-16/+18