aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-08NFS: Allow the "nfs" file system type to support NFSv4Chuck Lever1-0/+1
2009-09-08NFS: Mount option parser should detect missing "port="Chuck Lever1-2/+7
2009-08-10Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32Trond Myklebust1-22/+1
2009-08-10NFS: Add a ->migratepage() aop for NFSTrond Myklebust1-0/+6
2009-08-09NFS: Replace nfs_set_port() with rpc_set_port()Chuck Lever1-19/+0
2009-08-09NFS: Replace nfs_parse_ip_address() with rpc_pton()Chuck Lever1-1/+0
2009-08-09SUNRPC: Provide functions for managing universal addressesChuck Lever1-2/+0
2009-08-09NFS: Add ability to send MOUNTPROC_UMNT to the kernel's mountd clientChuck Lever1-0/+1
2009-06-18Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust1-0/+8
2009-06-17NFS: Update MNT and MNT3 reply decoding functionsChuck Lever1-0/+2
2009-06-17NFS: add XDR decoder for mountd version 3 auth-flavor listsChuck Lever1-0/+6
2009-06-17nfs41: recover lease in _nfs4_lookup_rootBenny Halevy1-0/+1
2009-06-17nfs41: use rpc prepare call state for session resetAndy Adamson1-12/+27
2009-06-17nfs41: add session setup to the state managerAndy Adamson1-0/+1
2009-06-17nfs41 write sequence setup done supportAndy Adamson1-0/+3
2009-06-17nfs41: read sequence setup/done supportAndy Adamson1-0/+3
2009-06-17nfs41: nfs41_sequence_free_slotAndy Adamson1-0/+14
2009-06-17nfs41: introduce nfs4_call_syncAndy Adamson1-0/+12
2009-06-17nfs41: sessions client infrastructureAndy Adamson1-0/+12
2009-06-17nfs41: add mount command option minorversionMike Sager1-0/+1
2009-04-03NFS: Add mount options to enable local caching on NFSDavid Howells1-0/+1
2009-04-03NFS: Define and create superblock-level objectsDavid Howells1-0/+3
2009-03-19NFS: Optimise NFS close()Trond Myklebust1-0/+3
2009-03-11NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust1-0/+1
2008-12-23NFS: "[no]resvport" mount option changes mountd client tooChuck Lever1-0/+1
2008-12-23NFS: introduce nfs_mount_info struct for calling nfs_mount()Chuck Lever1-2/+11
2008-12-23NFS: Move declaration of nfs_mount() to fs/nfs/internal.hChuck Lever1-0/+4
2008-10-10NFS: Cleanup nfs_set_portJ. Bruce Fields1-10/+9
2008-10-07nfs: Fix misparsing of nfsv4 fs_locations attributeJ. Bruce Fields1-0/+2
2008-10-07nfs: prepare to share nfs_set_portJ. Bruce Fields1-0/+20
2008-10-06NFS: Clean up nfs_sb_active/nfs_sb_deactiveTrond Myklebust1-2/+2
2008-07-09NFS: Ensure we zap only the access and acl caches when setting new aclsTrond Myklebust1-0/+1
2008-03-19NFS: Always enable NFS direct I/OChuck Lever1-5/+0
2008-03-19NFS: Save the value of the "port=" mount optionChuck Lever1-0/+1
2008-03-19NFS: Fix up data types of fields in nfs_parsed_mount_optionsChuck Lever1-3/+3
2008-03-08Merge commit 'origin' into develTrond Myklebust1-0/+3
2008-03-06NFS: use new LSM interfaces to explicitly set mount optionsEric Paris1-0/+3
2008-02-25NFS: Add an nfsiod workqueueTrond Myklebust1-0/+1
2008-01-30NFSv4: Iterate through all nfs_clients when the server recalls a delegationTrond Myklebust1-0/+1
2008-01-30NFS: Support non-IPv4 addresses in nfs_parsed_mount_dataChuck Lever1-2/+4
2008-01-30NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *"Chuck Lever1-1/+2
2008-01-30NFS: Change nfs_find_client() to take "struct sockaddr *"Chuck Lever1-1/+1
2008-01-30NFS: Remove support for the 'mountprog' optionChuck Lever1-1/+0
2008-01-30NFS: Remove support for the 'nfsprog' optionChuck Lever1-1/+0
2008-01-30NFS: Stop sillyname renames and unmounts from racingSteve Dickson1-0/+2
2007-10-09NFS: use in-kernel mount argument structure for nfsv4 mounts\"Talpey, Thomas\1-8/+3
2007-10-09NFS: use in-kernel mount argument structure for nfsv[23] mounts\"Talpey, Thomas\1-3/+3
2007-10-09NFS: move nfs_parsed_mount_data structure definition\"Talpey, Thomas\1-0/+33
2007-07-10NFS: Clean-up: use correct type when converting NFS blocks to local blocksChuck Lever1-2/+2
2007-04-30NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust1-0/+12