Commit Graph

299734 Commits (586f95cd4ffda7aa120327ec09865b181c809cdf)
 

Author SHA1 Message Date
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
Trond Myklebust 71e8cc00c6 NFS: Ensure that we break out of read/write_schedule_segment on error 13 years ago
Bryan Schumaker 68cd6fa4f3 NFS: Define dummy nfs_init_cinfo() and nfs_init_cinfo_from_inode() 13 years ago
Bryan Schumaker 24fc9211f4 NFS: Define nfs_direct_write_schedule_work() when v3 and v4 are disabled 13 years ago
Bryan Schumaker b58fee2189 NFS: pnfs_pageio_init_read() and init_write() need an extra argument 13 years ago
Trond Myklebust 9b5415b536 NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.c 13 years ago
Bryan Schumaker 80a16b21a8 NFS: Remove extra rpc_clnt argument to proc_lookup 13 years ago
Bryan Schumaker 281cad46b3 NFS: Create a submount rpc_op 13 years ago
Bryan Schumaker 2671bfc3be NFS: Remove secinfo knowledge out of the generic client 13 years ago
Fred Isaman df0117481c NFS: Prevent garbage cinfo->ds from leaking out 13 years ago
Fred Isaman 1763da1234 NFS: rewrite directio write to use async coalesce code 13 years ago
Fred Isaman 56f9cd684d NFS: avoid some stat gathering for direct io 13 years ago
Fred Isaman b359f9d09b NFS: add dreq to nfs_commit_info 13 years ago
Fred Isaman f453a54a01 NFS: create nfs_commit_completion_ops 13 years ago