aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-2/+2
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds8-75/+153
2012-07-31Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds32-390/+690
2012-07-31nfs: prevent page allocator recursions with swap over NFS.Mel Gorman2-3/+3
2012-07-31nfs: enable swap on NFSMel Gorman3-30/+82
2012-07-31nfs: disable data cache revalidation for swapfilesMel Gorman2-14/+39
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman5-28/+29
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2012-07-31nfs: explicitly reject LOCK_MAND flock() requestsJeff Layton1-0/+9
2012-07-31nfs: increase number of permitted callback connections.NeilBrown1-0/+4
2012-07-30Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds33-1746/+2054
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker21-108/+147
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker11-33/+25
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker12-24/+50
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker7-49/+48
2012-07-30NFS: Split out remaining NFS v4 inode functionsBryan Schumaker5-48/+41
2012-07-30NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker6-25/+13
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker10-69/+96
2012-07-30NFS: Create a try_mount rpc opBryan Schumaker7-12/+12
2012-07-30NFS: Remove the NFS v4 xdev mount functionBryan Schumaker3-58/+10
2012-07-30NFS: Add version registering frameworkBryan Schumaker11-61/+282
2012-07-30NFS: Fix a number of bugs in the idmapperDavid Howells1-6/+20
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-2/+5
2012-07-30pnfsblock: bail out partial page IOPeng Tao1-3/+36
2012-07-30nfs: fix fl_type tests in NFSv4 codeJeff Layton2-2/+2
2012-07-30NFS: fix pnfs regression with directio writesFred Isaman1-2/+2
2012-07-30NFS: fix pnfs regression with directio readsFred Isaman1-1/+1
2012-07-30nfs: fix stub return type warningsRandy Dunlap1-1/+1
2012-07-27SUNRPC: service request network namespace helper introducedStanislav Kinsbursky1-2/+2
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-224/+135
2012-07-20Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-5/+20
2012-07-20pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh1-3/+13
2012-07-20pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh1-2/+7
2012-07-17NFS: exit_nfs_v4() shouldn't be an __exit functionBryan Schumaker1-1/+1
2012-07-17NFS: Split out NFS v4 client functionsBryan Schumaker2-93/+91
2012-07-17NFS: Split out the NFS v4 filesystem typesBryan Schumaker4-373/+381
2012-07-17NFS: Create a single nfs_clone_super() functionBryan Schumaker1-26/+6
2012-07-17NFS: Split out NFS v4 server creating codeBryan Schumaker3-448/+462
2012-07-17NFS: Initialize the NFS v4 client from init_nfs_v4()Bryan Schumaker4-135/+149
2012-07-17NFS: Move the v4 getroot code to nfs4getroot.cBryan Schumaker3-51/+50
2012-07-17NFS: Split out NFS v4 file operationsBryan Schumaker4-136/+160
2012-07-17NFS: Initialize v4 sysctls from nfs_init_v4()Bryan Schumaker5-27/+98
2012-07-17NFS: Create an init_nfs_v4() functionBryan Schumaker4-31/+65
2012-07-17NFS: Split out NFS v4 inode operationsBryan Schumaker3-31/+27
2012-07-17NFS: Split out NFS v3 inode operationsBryan Schumaker3-33/+29
2012-07-17NFS: Split out NFS v2 inode operationsBryan Schumaker4-40/+39
2012-07-16NFS: Clean up nfs4_proc_setclientid() and friendsChuck Lever2-8/+41
2012-07-16NFS: Treat NFS4ERR_CLID_INUSE as a fatal errorChuck Lever2-32/+22
2012-07-16NFS: When state recovery fails, waiting tasks should exitChuck Lever1-1/+6
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever1-4/+7