aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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/rafael/linux-pmLinus Torvalds3-4/+4
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+9
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus 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
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