Commit Graph

299747 Commits (981f9face8fc21bede7b7a56a7cf6c176da5ab05)
 

Author SHA1 Message Date
Bryan Schumaker 981f9face8 NFS: Turn v3 on by default 13 years ago
Bryan Schumaker 2ba68002a7 NFS: Make v2 configurable 13 years ago
Bryan Schumaker 5e7e5a0da2 NFS: Create an NFS v3 stat_to_errno() 13 years ago
Bryan Schumaker 87c7083dc3 NFS: Pass mntfh as part of the nfs_mount_info structure 13 years ago
Bryan Schumaker 46058d46d3 NFS: Allocate parsed mount data directly to the nfs_mount_info structure 13 years ago
Bryan Schumaker d72c727cd9 NFS: Create a single nfs_validate_mount_data() function 13 years ago
Bryan Schumaker b72e4f42a3 NFS: Create a single function for text mount data 13 years ago
Bryan Schumaker 486aa699ff NFS: Create a new nfs_try_mount() 13 years ago
Bryan Schumaker db83335191 NFS: Let mount data parsing set the NFS version 13 years ago
Bryan Schumaker 21e4b82e13 NFS: Use nfs_fs_mount_common() for remote referral mounts 13 years ago
Bryan Schumaker 3d176e3fe4 NFS: Use nfs_fs_mount_common() for xdev mounts 13 years ago
Bryan Schumaker 8c958e0c4c NFS: Create a common xdev_mount() function 13 years ago
Bryan Schumaker c40f8d1d35 NFS: Create a common fs_mount() function 13 years ago
Bryan Schumaker 586f95cd4f NFS: Remove NFS4_MOUNT_UNSHARED 13 years ago
Bryan Schumaker 2311b9439c NFS: Don't pass mount data to nfs_fscache_get_super_cookie() 13 years ago
Bryan Schumaker bae36241be NFS: Create a single nfs_get_root() 13 years ago
Bryan Schumaker 3028eb2b32 NFS: Rename nfs4_proc_get_root() 13 years ago
Trond Myklebust 0427708657 NFS: Clean up - Simplify reference counting in fs/nfs/direct.c 13 years ago
Trond Myklebust 1d1afcbc29 NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release 13 years ago
Trond Myklebust 7ad84aa944 NFS: Clean up - simplify nfs_lock_request() 13 years ago
Trond Myklebust d1182b33ed NFS: nfs_set_page_writeback no longer needs to reference the page 13 years ago
Trond Myklebust 3aff4ebb95 NFS: Prevent a deadlock in the new writeback code 13 years ago
Trond Myklebust dc327ed4cd NFSv4: nfs_client_return_marked_delegations can't flush data 13 years ago
Trond Myklebust c57d1bc5e0 NFS: nfs_inode_return_delegation() should always flush dirty data 13 years ago
Trond Myklebust 14546c3375 NFS: Don't do a full flush to disk on close() if we hold a delegation 13 years ago
Trond Myklebust 1385b81173 NFS: Fix sparse warnings 13 years ago
Trond Myklebust bf5fc4028e NFS: Fix O_DIRECT compile warnings 13 years ago
Trond Myklebust d69ee9b855 NFS: Adapt readdirplus to application usage patterns 13 years ago
Trond Myklebust 8582715e73 NFSv4: COMMIT does not need post-op attributes 13 years ago
Trond Myklebust 5a37f85131 NFSv4: Don't request cache consistency attributes on some writes 13 years ago
Trond Myklebust 778d28172f NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compounds 13 years ago
Trond Myklebust 7c317fcfba NFSv4: Simplify the NFSv4 CREATE compound 13 years ago
Trond Myklebust 90ff0c548d NFSv4: Simplify the NFSv4 OPEN compound 13 years ago
Trond Myklebust fee7fe196c NFS: Simplify the cache invalidation code 13 years ago
Trond Myklebust 3a1556e866 NFSv2/v3: Simulate the change attribute 13 years ago
Trond Myklebust 6a4506c0b5 NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHE 13 years ago
Trond Myklebust 4124bbc521 NFS: Simplify nfs_fhget() 13 years ago
Trond Myklebust 8d197a568f NFS: Always trust the PageUptodate flag when we have a delegation 13 years ago
Trond Myklebust 01da47bde7 NFS: Optimise away nfs_check_inode_attributes() when holding a delegation 13 years ago
Trond Myklebust b4b1eadf7c NFS: Don't force page cache revalidations when holding a delegation 13 years ago
Trond Myklebust e144cbcc25 NFSv4: Retrieve attributes _before_ calling delegreturn 13 years ago
Trond Myklebust 9e907fec6e NFSv4: Delegreturn only needs the cache consistency bitmask 13 years ago
Trond Myklebust a9f6991b6c NFSv4: Fix a typo in NFS4_enc_link_sz 13 years ago
Trond Myklebust 4bd8b01013 NFS: Simplify the nfs_read_completion functions 13 years ago
Trond Myklebust 25b11dcdbf NFS: Clean up nfs read and write error paths 13 years ago
Trond Myklebust 9146ab5055 NFS: Read cleanups 13 years ago
Trond Myklebust 4f97615d19 NFS: Fix a compile issue when CONFIG_NFS_V4_1 is undefined 13 years ago
Trond Myklebust 292f3eeef0 NFS: Use kmem_cache_zalloc() in nfs_direct_req_alloc 13 years ago
Trond Myklebust 6d74743b08 NFS: Simplify O_DIRECT page referencing 13 years ago
Trond Myklebust 3e9e0ca3f1 NFS: O_DIRECT pgio_completion_ops error_cleanup must unlock the request 13 years ago