Commit Graph

621 Commits (7baf04261062826ea225ab23e07c541e279143fa)

Author SHA1 Message Date
Bryan Schumaker fac1e8e4ef NFS: Keep module parameters in the generic NFS client 13 years ago
Bryan Schumaker 1179acc6a3 NFS: Only initialize the ACL client in the v3 case 13 years ago
Bryan Schumaker ff9099f266 NFS: Create a try_mount rpc op 13 years ago
Jeff Layton f44106e217 nfs: fix fl_type tests in NFSv4 code 13 years ago
Bryan Schumaker 73a79706d7 NFS: Split out NFS v4 inode operations 13 years ago
Chuck Lever 6bbb4ae8ff NFS: Clean up nfs4_proc_setclientid() and friends 13 years ago
Chuck Lever de73483122 NFS: Treat NFS4ERR_CLID_INUSE as a fatal error 13 years ago
Chuck Lever 46a87b8a7b NFS: When state recovery fails, waiting tasks should exit 13 years ago
Chuck Lever 6a1a1e34dc SUNRPC: Add rpcauth_list_flavors() 13 years ago
Chuck Lever 56d08fef23 NFS: nfs_getaclargs.acl_len is a size_t 13 years ago
Chuck Lever 38527b153a NFS: Clean up TEST_STATEID and FREE_STATEID error reporting 13 years ago
Chuck Lever 3e60ffdd36 NFS: Clean up nfs41_check_expired_stateid() 13 years ago
Chuck Lever eb64cf964d NFS: State reclaim clears OPEN and LOCK state 13 years ago
Chuck Lever 89af273958 NFS: Don't free a state ID the server does not recognize 13 years ago
Chuck Lever 377e507d15 NFS: Fix up TEST_STATEID and FREE_STATEID return code handling 13 years ago
Miklos Szeredi 8867fe5899 nfs: clean up ->create in nfs_rpc_ops 13 years ago
Bryan Schumaker 57208fa7e5 NFS: Create an write_pageio_init() function 13 years ago
Bryan Schumaker 1abb50886a NFS: Create an read_pageio_init() function 13 years ago
Bryan Schumaker 6663ee7f81 NFS: Create an alloc_client rpc_op 13 years ago
Bryan Schumaker cdb7ecedec NFS: Create a free_client rpc_op 13 years ago
Bryan Schumaker 57ec14c55d NFS: Create a return_delegation rpc op 13 years ago
Bryan Schumaker 011e2a7fd5 NFS: Create a have_delegation rpc_op 13 years ago
Bryan Schumaker e38eb6506f NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo() 13 years ago
Andy Adamson 6e5b587d2f NFSv4.1 handle OPEN O_CREATE mdsthreshold 13 years ago
Trond Myklebust 140150dbb1 SUNRPC: Remove unused function xdr_encode_pages 13 years ago
Andy Adamson 2669940db8 NFSv4 do not send an empty SETATTR compound 13 years ago
Trond Myklebust 2d0dbc6ae8 NFSv4: Fix unnecessary delegation returns in nfs4_do_open 13 years ago
Trond Myklebust 02c67525cf NFSv4.1: Convert another trivial printk into a dprintk 13 years ago
Steve Dickson f25efd851c NFS: Map minor mismatch error to protocol not support error. 13 years ago
Trond Myklebust 08106ac7c8 NFSv4.1: Convert a trivial printk into a dprintk 13 years ago
Trond Myklebust 1549210fcc NFSv4: Fix an Oops in the open recovery code 13 years ago
Trond Myklebust fb13bfa7e1 NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO 13 years ago
Trond Myklebust 359d7d1c97 NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHE 13 years ago
Trond Myklebust 9f594791dd NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSION 13 years ago
Trond Myklebust 32b0131069 NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid 13 years ago
Trond Myklebust 6624553910 NFSv4.1: Add DESTROY_CLIENTID 13 years ago
Trond Myklebust 2cf047c994 NFSv4.1: Ensure we use the correct credentials for bind_conn_to_session 13 years ago
Trond Myklebust 848f5bda54 NFSv4.1: Ensure we use the correct credentials for session create/destroy 13 years ago
Trond Myklebust bbafffd293 NFSv4.1: Exchange ID must use GFP_NOFS allocation mode 13 years ago
Weston Andros Adamson 7c44f1ae4a nfs4.1: add BIND_CONN_TO_SESSION operation 13 years ago
Andy Adamson 82be417aa3 NFSv4.1 cache mdsthreshold values on OPEN 13 years ago
Trond Myklebust 54ac471c83 NFS: Add memory barriers to the nfs_client->cl_cons_state initialisation 13 years ago
Trond Myklebust 7b38c3682c NFSv4.1: Fix session initialisation races 13 years ago
Chuck Lever acdeb69d9c NFS: EXCHANGE_ID should save the server major and minor ID 13 years ago
Chuck Lever f092075dd3 NFS: Always use the same SETCLIENTID boot verifier 13 years ago
Chuck Lever 2c820d9a97 NFS: Force server to drop NFSv4 state 13 years ago
Chuck Lever 177313f149 NFS: Clean up return code checking in nfs4_proc_exchange_id() 13 years ago
Chuck Lever 591555465e NFS: Use proper naming conventions for nfs_client.impl_id field 13 years ago
Chuck Lever 79d4e1f0d8 NFS: Use proper naming conventions for NFSv4.1 server scope fields 13 years ago
Chuck Lever c3607282b4 NFS: Don't swap bytes in nfs4_construct_boot_verifier() 13 years ago