aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback_proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-03NFSv4: nfs4_callback_getattr() should ignore revoked delegationsTrond Myklebust1-3/+1
2019-11-03NFSv4: NFSv4 callbacks also support 64-bit timestampsTrond Myklebust1-2/+2
2019-07-09NFS4: Add a trace event to record invalid CB sequence IDsChuck Lever1-8/+20
2018-11-22NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia1-11/+11
2018-11-13NFSv4: Fix an Oops during delegation callbacksTrond Myklebust1-2/+2
2018-08-15NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()Trond Myklebust1-4/+10
2018-08-09NFS handle COPY reply CB_OFFLOAD call raceOlga Kornievskaia1-3/+14
2018-08-09NFS add support for asynchronous COPYOlga Kornievskaia1-1/+37
2018-08-09NFS CB_OFFLOAD xdrOlga Kornievskaia1-0/+7
2018-07-26NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust1-2/+2
2018-07-26pNFS: Parse the results of layoutget on open even if permissions checks failTrond Myklebust1-2/+0
2018-07-26pNFS: Don't update the stateid when replying NFS4ERR_DELAY to a layout recallTrond Myklebust1-1/+1
2018-07-26pNFS: Don't discard layout segments that are marked for returnTrond Myklebust1-9/+12
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64Arnd Bergmann1-2/+2
2018-06-09NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Trond Myklebust1-5/+2
2018-06-08NFSv4: Return NFS4ERR_DELAY when a layout recall fails due to igrab()Trond Myklebust1-12/+14
2018-06-08NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()Trond Myklebust1-2/+6
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2018-05-31pnfs: Add barrier to prevent lgopen using LAYOUTGET during recallFred Isaman1-0/+2
2018-02-21NFSv4: Fix broken cast in nfs4_callback_recallany()Trond Myklebust1-8/+6
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+1
2017-11-17NFS: Fix bool initialization/comparisonThomas Meyer1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-15NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust1-1/+1
2017-05-15nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig1-12/+21
2017-05-08NFSv4: Fix an rcu lock leakTrond Myklebust1-2/+4
2017-04-20NFS: Remove extra dprintk()s from callback_proc.cAnna Schumaker1-22/+0
2017-04-20NFS: Clean up nfs4_callback_layoutrecall()Anna Schumaker1-7/+1
2017-04-20NFS: Clean up do_callback_layoutrecall()Anna Schumaker1-9/+2
2016-12-01pNFS: Delay getting the layout header in CB_LAYOUTRECALL handlersTrond Myklebust1-32/+67
2016-09-22nfs: allow blocking locks to be awoken by lock callbacksJeff Layton1-0/+4
2016-09-22nfs: add handling for CB_NOTIFY_LOCK in clientJeff Layton1-0/+12
2016-08-28NFSv4.1: Remove obsolete and incorrrect assignment in nfs4_callback_sequenceTrond Myklebust1-1/+0
2016-08-28NFSv4.1: Delay callback processing when there are referring triplesTrond Myklebust1-2/+2
2016-08-28NFSv4.1: Fix Oopsable condition in server callback racesTrond Myklebust1-4/+1
2016-07-24pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()Trond Myklebust1-1/+0
2016-07-24pNFS: Fix CB_LAYOUTRECALL stateid verificationTrond Myklebust1-19/+44
2016-05-17pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN argsJeff Layton1-1/+2
2016-05-17Fixing oops in callback pathOlga Kornievskaia1-2/+4
2016-02-01NFSv4.x: Fix NFS4ERR_RETRY_UNCACHED_REP in nfs4_callback_sequenceTrond Myklebust1-7/+10
2016-01-25NFSv4.x: Allow multiple callbacks in flightTrond Myklebust1-4/+10
2016-01-24NFSv4.x: Fix wraparound issues when validing the callback sequence idTrond Myklebust1-26/+17
2016-01-24NFSv4.x: Enforce the ca_maxresponsesize_cached on the back channelTrond Myklebust1-3/+6
2016-01-24NFSv4.x: CB_SEQUENCE should return NFS4ERR_DELAY if still executingTrond Myklebust1-0/+2
2016-01-24NFSv4.x: Remove hard coded slotids in callback channelTrond Myklebust1-3/+3
2016-01-04NFSv4.1/pNFS: Fix a race in initiate_file_draining()Trond Myklebust1-4/+1
2015-12-31NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidTrond Myklebust1-0/+2
2015-12-28NFSv4: List stateid information in the callback tracepointsTrond Myklebust1-4/+12
2015-12-28NFSv4.1/pNFS: Don't return NFS4ERR_DELAY unnecessarily in CB_LAYOUTRECALLTrond Myklebust1-1/+1
2015-12-28NFSv4.1/pNFS: Ensure we enforce RFC5661 Section 12.5.5.2.1Trond Myklebust1-0/+20