summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-131-268/+633
|\
| * fs: nfs: Make nfs boot time y2038 safeDeepa Dinamani2016-10-041-4/+6
| * Retry operation on EREMOTEIO on an interrupted slotOlga Kornievskaia2016-09-291-0/+7
| * pNFS: Fix atime updates on pNFS clientsTrond Myklebust2016-09-271-6/+2
| * NFSv4.1: Even if the stateid is OK, we may need to recover the open modesTrond Myklebust2016-09-271-9/+23
| * NFSv4: Fix retry issues with nfs41_test/free_stateidTrond Myklebust2016-09-271-1/+2
| * NFSv4: Mark the lock and open stateids as invalid after freeing themTrond Myklebust2016-09-271-0/+2
| * NFSv4: Don't test open_stateid unless it is setTrond Myklebust2016-09-271-0/+5
| * NFSv4: nfs4_do_handle_exception() handle revoke/expiry of a single stateidTrond Myklebust2016-09-271-7/+11
| * NFSv4: Fix a race when updating an open_stateidTrond Myklebust2016-09-271-9/+26
| * NFSv4: Pass the stateid to the exception handler in nfs4_read/write_done_cbTrond Myklebust2016-09-271-10/+25
| * NFSv4.1: nfs4_layoutget_handle_exception handle revoked stateTrond Myklebust2016-09-271-0/+3
| * NFSv4: nfs4_handle_setlk_error() handle expiration as revoke caseTrond Myklebust2016-09-271-1/+1
| * NFSv4: nfs4_handle_delegation_recall_error() handle expiration as revoke caseTrond Myklebust2016-09-271-1/+1
| * NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/lockuTrond Myklebust2016-09-271-3/+40
| * NFSv4.1: FREE_STATEID can be asynchronousTrond Myklebust2016-09-271-19/+12
| * NFSv4.1: Ensure we always run TEST/FREE_STATEID on locksTrond Myklebust2016-09-271-40/+52
| * NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEIDTrond Myklebust2016-09-271-9/+23
| * NFSv4.1: Don't recheck delegations that have already been checkedTrond Myklebust2016-09-271-0/+5
| * NFSv4.1: Test delegation stateids when server declares "some state revoked"Trond Myklebust2016-09-271-0/+10
| * NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateidTrond Myklebust2016-09-271-6/+8
| * NFSv4.1: Add a helper function to deal with expired stateidsTrond Myklebust2016-09-271-21/+24
| * NFSv4.1: Allow test_stateid to handle session errors without waitingTrond Myklebust2016-09-271-3/+18
| * NFSv4.1: Don't check delegations that are already marked as revokedTrond Myklebust2016-09-271-0/+5
| * NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flagsTrond Myklebust2016-09-271-1/+4
| * nfs: allow blocking locks to be awoken by lock callbacksJeff Layton2016-09-221-1/+93
| * nfs: move nfs4 lock retry attempt loop to a separate functionJeff Layton2016-09-221-27/+22
| * nfs: move nfs4_set_lock_state call into callerJeff Layton2016-09-221-8/+10
| * nfs: track whether server sets MAY_NOTIFY_LOCK flagJeff Layton2016-09-221-0/+2
| * nfs: use safe, interruptible sleeps when waiting to retry LOCKJeff Layton2016-09-221-1/+1
| * nfs: eliminate pointless and confusing do_vfs_lock wrappersJeff Layton2016-09-221-10/+5
| * pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton2016-09-191-1/+1
| * NFS pnfs data server multipath session trunkingAndy Adamson2016-09-191-0/+33
| * NFS test session trunking with exchange idAndy Adamson2016-09-191-8/+37
| * NFS setup async exchange_idAndy Adamson2016-09-191-81/+134
| * NFSv4.x: Add kernel parameter to control the callback serverTrond Myklebust2016-09-191-4/+3
* | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-6/+0
|/
* NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust2016-09-111-2/+10
* pNFS: Clear out all layout segments if the server unsets lrp->res.lrs_presentTrond Myklebust2016-09-031-3/+6
* NFSv4.1: Close callback races for OPEN, LAYOUTGET and LAYOUTRETURNTrond Myklebust2016-08-281-13/+65
* NFSv4.1: Defer bumping the slot sequence number until we free the slotTrond Myklebust2016-08-281-2/+7
* NFSv4.1: Delay callback processing when there are referring triplesTrond Myklebust2016-08-281-0/+2
* Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-08-121-6/+3
|\
| * NFSv4: Cleanup the setting of the nfs4 lease periodTrond Myklebust2016-08-051-6/+3
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-8/+8
|\ \ | |/ |/|
| * qstr: constify instances in nfsAl Viro2016-07-201-8/+8
* | NFSv4: Clean up lookup of SECINFO_NO_NAMETrond Myklebust2016-07-261-8/+2
* | NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"Trond Myklebust2016-07-241-1/+1
* | Merge branch 'pnfs'Trond Myklebust2016-07-241-4/+2
|\ \
| * | pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()Trond Myklebust2016-07-241-1/+0
OpenPOWER on IntegriCloud