summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: remove jiffies field from access cacheNeilBrown2017-09-061-1/+0
* Merge branch 'open_state'Trond Myklebust2017-08-151-22/+48
|\
| * NFSv4: Use the nfs4_state being recovered in _nfs4_opendata_to_nfs4_state()Trond Myklebust2017-08-131-16/+25
| * NFSv4: Use correct inode in _nfs4_opendata_to_nfs4_state()Trond Myklebust2017-08-131-5/+23
| * Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-08-111-2/+1
| |\
| | * NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid()Trond Myklebust2017-08-091-2/+1
* | | NFSv4: Cleanup setting of the migration flags.Trond Myklebust2017-08-071-6/+3
* | | NFSv4.1: Ensure we clear the SP4_MACH_CRED flags in nfs4_sp4_select_mode()Trond Myklebust2017-08-071-11/+15
* | | NFSv4: Refactor _nfs4_proc_exchange_id()Trond Myklebust2017-08-071-86/+85
|/ /
* | Merge tag 'nfs-for-4.13-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-08-021-20/+7
|\ \ | |/
| * NFSv4: Fix double frees in nfs4_test_session_trunk()Trond Myklebust2017-08-021-13/+3
| * NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust2017-08-011-7/+4
* | Merge tag 'nfs-for-4.13-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-281-5/+9
|\ \ | |/
| * NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiterBenjamin Coddington2017-07-281-1/+1
| * NFS: Use raw NFS access mask in nfs4_opendata_access()Anna Schumaker2017-07-261-4/+8
* | Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-131-29/+80
|\ \ | |/
| * nfs4: add NFSv4 LOOKUPP handlersJeff Layton2017-07-131-0/+49
| * NFSv4.1: Use seqid returned by EXCHANGE_ID after state migrationChuck Lever2017-07-131-4/+3
| * NFS: convert flags to boolBenjamin Coddington2017-07-131-21/+21
| * NFS: Set FATTR4_WORD0_TYPE for . and .. entriesAnna Schumaker2017-07-131-4/+7
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-2/+2
|\ \
| * | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
| |/
* | NFSv4.1: Fix a race in nfs4_proc_layoutgetTrond Myklebust2017-06-271-1/+1
* | NFSv4.2: Don't send mode again in post-EXCLUSIVE4_1 SETATTR with umaskBenjamin Coddington2017-06-051-1/+2
|/
* 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/+0
* NFS4: remove a redundant lock range checkBenjamin Coddington2017-04-211-3/+0
* 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/+3
* NFS: Clean up _nfs4_proc_exchange_id()Anna Schumaker2017-04-201-15/+3
* NFS: Clean up nfs4_proc_bind_one_conn_to_session()Anna Schumaker2017-04-201-10/+4
* NFSv4.1 fix infinite loop on IO BAD_STATEID errorOlga Kornievskaia2017-03-311-6/+3
* NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia2017-03-171-5/+4
* NFSv4: fix a reference leak caused WARNING messagesKinglong Mee2017-03-131-2/+0
* NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-02-231-6/+2
* Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_...Trond Myklebust2017-02-221-4/+0
* 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/+1
* NFS: Clean up nfs41_same_server_scope()Anna Schumaker2017-01-301-5/+3
* NFS: No need to set and return status in nfs41_lock_expired()Anna Schumaker2017-01-301-2/+1
* NFS: Remove unnecessary goto in nfs4_lookup_root_sec()Anna Schumaker2017-01-301-8/+3
* NFS: Remove nfs4_recover_expired_lease()Anna Schumaker2017-01-301-6/+1
* NFS: Remove an extra if in _nfs4_recover_proc_open()Anna Schumaker2017-01-301-4/+1
* NFS: Return errors directly in _nfs4_opendata_reclaim_to_nfs4_state()Anna Schumaker2017-01-301-8/+3
OpenPOWER on IntegriCloud