Commit Graph

73 Commits (bd8968010a9a08e67a0ddb3ddee9feb8882e8c2f)

Author SHA1 Message Date
Trond Myklebust 95cf959b24 VFS: Fix another open intent Oops 19 years ago
J. Bruce Fields 096455a22a NFSv4: Dont list system.nfs4_acl for filesystems that don't support it. 19 years ago
Trond Myklebust 7a1218a277 SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release() 19 years ago
Trond Myklebust 03f28e3a20 NFS: Make nfs_fhget() return appropriate error values 19 years ago
Trond Myklebust 51581f3bf9 NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCE 19 years ago
Trond Myklebust 3e4f6290ca NFSv4: Send the delegation stateid for SETATTR calls 19 years ago
Trond Myklebust ec06c096ed NFS: Cleanup of NFS read code 19 years ago
Trond Myklebust 788e7a89a0 NFS: Cleanup of NFS write code in preparation for asynchronous o_direct 19 years ago
Chuck Lever 006ea73e5f NFS: add hooks to account for NFSERR_JUKEBOX errors 19 years ago
Trond Myklebust a162a6b804 NFSv4: Kill braindead gcc warnings 19 years ago
Jesper Juhl c8d149f3db NFS: "const static" vs "static const" in nfs4 19 years ago
Trond Myklebust c12e87f465 [PATCH] NFSv4: fix mount segfault on errors returned that are < -1000 19 years ago
Trond Myklebust fa178f29c0 NFSv4: Ensure DELEGRETURN returns attributes 19 years ago
Trond Myklebust 286d7d6a0c NFSv4: Remove requirement for machine creds for the "setclientid" operation 19 years ago
Trond Myklebust b4454fe1a7 NFSv4: Remove requirement for machine creds for the "renew" operation 19 years ago
Trond Myklebust 58d9714a44 NFSv4: Send RENEW requests to the server only when we're holding state 19 years ago
Trond Myklebust 433fbe4c88 NFSv4: State recovery cleanup 19 years ago
Trond Myklebust 26e976a884 NFSv4: OPEN/LOCK/LOCKU/CLOSE will automatically renew the NFSv4 lease 19 years ago
Trond Myklebust fe650407a8 NFSv4: Make DELEGRETURN an interruptible operation. 19 years ago
Trond Myklebust a5d16a4d09 NFSv4: Convert LOCK rpc call into an asynchronous RPC call 19 years ago
Trond Myklebust 911d1aaf26 NFSv4: locking XDR cleanup 19 years ago
Trond Myklebust 864472e9b8 NFSv4: Make open recovery track O_RDWR, O_RDONLY and O_WRONLY correctly 19 years ago
Trond Myklebust e761692381 NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separately 19 years ago
Trond Myklebust cdd4e68b5f NFSv4: Make open_confirm() asynchronous too 19 years ago
Trond Myklebust 24ac23ab88 NFSv4: Convert open() into an asynchronous RPC call 19 years ago
Trond Myklebust e56e0b78eb NFSv4: Allocate OPEN call RPC arguments using kmalloc() 19 years ago
Trond Myklebust 06f814a3ad NFSv4: Make locku use the new RPC "wait on completion" interface. 19 years ago
Trond Myklebust 4ce70ada1f SUNRPC: Further cleanups 19 years ago
Trond Myklebust 963d8fe533 RPC: Clean up RPC task structure 19 years ago
Trond Myklebust 3b6efee923 NFSv4: Fix an Oops in the synchronous write path 19 years ago
Trond Myklebust ff6040667a NFSv4: Fix typo in lock caching 19 years ago
Trond Myklebust 6bfc93ef98 NFSv4: Teach NFSv4 to cache locks when we hold a delegation 19 years ago
Trond Myklebust 888e694c16 NFSv4: Recover locks too when returning a delegation 19 years ago
Trond Myklebust 2c56617d76 NFSv4: Fix the handling of the error NFS4ERR_OLD_STATEID 19 years ago
Trond Myklebust d530838bfa NFSv4: Fix problem with OPEN_DOWNGRADE 19 years ago
Trond Myklebust 4cecb76ff8 NFSv4: Fix a race between open() and close() 19 years ago
Trond Myklebust 4f9838c7ec NFSv4: Add post-op attributes to NFSv4 write and commit callbacks. 19 years ago
Trond Myklebust 16e429596d NFSv4: Add post-op attributes to nfs4_proc_remove() 19 years ago
Trond Myklebust 6caf2c8276 NFSv4: Add post-op attributes to nfs4_proc_rename() 19 years ago
Trond Myklebust 91ba2eeec5 NFSv4: Add post-op attributes to nfs4_proc_link() 19 years ago
Trond Myklebust 516a6af641 NFS: Add optional post-op getattr instruction to the NFSv4 file close. 19 years ago
Trond Myklebust 56ae19f38f NFSv4: Add directory post-op attributes to the CREATE operations. 19 years ago
Trond Myklebust decf491f30 NFS: Don't let nfs_end_data_update() clobber attribute update information 19 years ago
Trond Myklebust 0e574af1be NFS: Cleanup initialisation of struct nfs_fattr 19 years ago
Trond Myklebust ec07342828 NFSv4: Fix up locking for nfs4_state_owner 19 years ago
J. Bruce Fields 1d95db8e16 NFSv4: Fix acl buffer size 19 years ago
Trond Myklebust 550f57470c NFSv4: Ensure that we recover from the OPEN + OPEN_CONFIRM BAD_STATEID race 19 years ago
Trond Myklebust b8e5c4c297 NFSv4: If a delegated open fails, ensure that we return the delegation 19 years ago
Trond Myklebust 642ac54923 NFSv4: Return delegations in case we're changing ACLs 19 years ago
Trond Myklebust 6f926b5ba7 [NFS]: Check that the server returns a valid regular file to our OPEN request 19 years ago