summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1: Work around a Linux server bug...Trond Myklebust2017-05-091-0/+6
* Fix nfs_client refcounting if kmalloc fails in nfs4_proc_exchange_id and nfs4...Dave Wysochanski2017-05-051-2/+6
* NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2017-05-051-1/+6
* pNFS: Ensure we commit the layout if it has been invalidatedTrond Myklebust2017-04-291-0/+1
* NFS4.1 handle interrupted slot reuse from ERR_DELAYOlga Kornievskaia2017-04-281-1/+2
* NFS: Always wait for I/O completion before unlockBenjamin Coddington2017-04-211-0/+9
* NFS: Move the flock open mode check into nfs_flock()Benjamin Coddington2017-04-211-14/+0Star
* NFS4: remove a redundant lock range checkBenjamin Coddington2017-04-211-3/+0Star
* NFSv4: Fix a hang in OPEN related to server rebootTrond Myklebust2017-04-201-1/+3
* NFS: move rw_mode to nfs_pageio_headerBenjamin Coddington2017-04-201-1/+1
* NFS: Clean up nfs4_proc_get_lease_time()Anna Schumaker2017-04-201-7/+3Star
* NFS: Clean up _nfs4_proc_exchange_id()Anna Schumaker2017-04-201-15/+3Star
* NFS: Clean up nfs4_proc_bind_one_conn_to_session()Anna Schumaker2017-04-201-10/+4Star
* NFSv4.1 fix infinite loop on IO BAD_STATEID errorOlga Kornievskaia2017-03-311-6/+3Star
* NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia2017-03-171-5/+4Star
* NFSv4: fix a reference leak caused WARNING messagesKinglong Mee2017-03-131-2/+0Star
* NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-02-231-6/+2Star
* Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_...Trond Myklebust2017-02-221-4/+0Star
* NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust2017-02-081-1/+1
* NFS: Return the comparison result directly in nfs41_match_stateid()Anna Schumaker2017-01-301-3/+1Star
* NFS: Clean up nfs41_same_server_scope()Anna Schumaker2017-01-301-5/+3Star
* NFS: No need to set and return status in nfs41_lock_expired()Anna Schumaker2017-01-301-2/+1Star
* NFS: Remove unnecessary goto in nfs4_lookup_root_sec()Anna Schumaker2017-01-301-8/+3Star
* NFS: Remove nfs4_recover_expired_lease()Anna Schumaker2017-01-301-6/+1Star
* NFS: Remove an extra if in _nfs4_recover_proc_open()Anna Schumaker2017-01-301-4/+1Star
* NFS: Return errors directly in _nfs4_opendata_reclaim_to_nfs4_state()Anna Schumaker2017-01-301-8/+3Star
* NFS: Remove nfs4_wait_for_completion_rpc_task()Anna Schumaker2017-01-301-15/+7Star
* NFS: Clean up _nfs4_is_integrity_protected()Anna Schumaker2017-01-301-6/+1Star
* NFS: Fix inconsistent indentation in nfs4proc.cAnna Schumaker2017-01-301-28/+28
* NFS: Make trace_nfs4_setup_sequence() available to NFS v4.0Anna Schumaker2017-01-301-3/+1Star
* NFS: Merge the remaining setup_sequence functionsAnna Schumaker2017-01-301-67/+20Star
* NFS: Check if the slot table is draining from nfs4_setup_sequence()Anna Schumaker2017-01-301-14/+9Star
* NFS: Handle setup sequence task rescheduling in a single placeAnna Schumaker2017-01-301-22/+15Star
* NFS: Lock the slot table from a single place during setup sequenceAnna Schumaker2017-01-301-13/+12Star
* NFS: Move slot-already-allocated check into nfs_setup_sequence()Anna Schumaker2017-01-301-10/+9Star
* NFS: Create a single nfs4_setup_sequence() functionAnna Schumaker2017-01-301-47/+29Star
* NFS: Use nfs4_setup_sequence() everywhereAnna Schumaker2017-01-301-15/+15
* NFS: Change nfs4_setup_sequence() to take an nfs_client structureAnna Schumaker2017-01-301-16/+15Star
* NFS: Change nfs4_get_session() to take an nfs_client structureAnna Schumaker2017-01-301-5/+5
* NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington2017-01-241-1/+2
* NFSv4.1: Fix a deadlock in layoutgetTrond Myklebust2017-01-241-0/+1
* NFSv4: update_changeattr should update the attribute timestampTrond Myklebust2017-01-121-8/+13
* NFSv4: Don't call update_changeattr() unless the unlink is successfulTrond Myklebust2017-01-121-1/+2
* NFSv4: Don't apply change_info4 twice on rename within a directoryTrond Myklebust2017-01-121-2/+5
* NFSv4: Call update_changeattr() from _nfs4_proc_open only if a file was createdTrond Myklebust2017-01-121-1/+2
* nfs: Don't take a reference on fl->fl_file for LOCK operationBenjamin Coddington2017-01-121-3/+0Star
* NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-191-0/+8
* NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-191-0/+10
* NFSv4: Place the GETATTR operation before the CLOSETrond Myklebust2016-12-191-2/+6
* NFSv4: Also ask for attributes when downgrading to a READ-only stateTrond Myklebust2016-12-191-1/+2