summaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback_proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're unmountingTrond Myklebust2021-04-161-8/+9
* kernel.h: split out mathematical helpersAndy Shevchenko2020-12-151-0/+5
* NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsTrond Myklebust2020-03-161-0/+13
* NFSv4/pnfs: Clean up nfs_layout_find_inode()Trond Myklebust2020-03-161-31/+21
* NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust2020-03-161-0/+2
* NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout credTrond Myklebust2020-03-161-1/+1
* NFSv4: nfs4_callback_getattr() should ignore revoked delegationsTrond Myklebust2019-11-031-3/+1
* NFSv4: NFSv4 callbacks also support 64-bit timestampsTrond Myklebust2019-11-031-2/+2
* NFS4: Add a trace event to record invalid CB sequence IDsChuck Lever2019-07-091-8/+20
* NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-11-221-11/+11
* NFSv4: Fix an Oops during delegation callbacksTrond Myklebust2018-11-131-2/+2
* NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()Trond Myklebust2018-08-151-4/+10
* NFS handle COPY reply CB_OFFLOAD call raceOlga Kornievskaia2018-08-091-3/+14
* NFS add support for asynchronous COPYOlga Kornievskaia2018-08-091-1/+37
* NFS CB_OFFLOAD xdrOlga Kornievskaia2018-08-091-0/+7
* NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust2018-07-261-2/+2
* pNFS: Parse the results of layoutget on open even if permissions checks failTrond Myklebust2018-07-261-2/+0
* pNFS: Don't update the stateid when replying NFS4ERR_DELAY to a layout recallTrond Myklebust2018-07-261-1/+1
* pNFS: Don't discard layout segments that are marked for returnTrond Myklebust2018-07-261-9/+12
* Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-141-2/+2
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-2/+2
* | NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Trond Myklebust2018-06-091-5/+2
* | NFSv4: Return NFS4ERR_DELAY when a layout recall fails due to igrab()Trond Myklebust2018-06-081-12/+14
* | NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()Trond Myklebust2018-06-081-2/+6
* | pnfs: Add barrier to prevent lgopen using LAYOUTGET during recallFred Isaman2018-05-311-0/+2
|/
* NFSv4: Fix broken cast in nfs4_callback_recallany()Trond Myklebust2018-02-211-8/+6
* Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-1/+1
|\
| * NFS: Fix bool initialization/comparisonThomas Meyer2017-11-171-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust2017-08-151-1/+1
* nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig2017-05-151-12/+21
* NFSv4: Fix an rcu lock leakTrond Myklebust2017-05-081-2/+4
* NFS: Remove extra dprintk()s from callback_proc.cAnna Schumaker2017-04-201-22/+0
* NFS: Clean up nfs4_callback_layoutrecall()Anna Schumaker2017-04-201-7/+1
* NFS: Clean up do_callback_layoutrecall()Anna Schumaker2017-04-201-9/+2
* pNFS: Delay getting the layout header in CB_LAYOUTRECALL handlersTrond Myklebust2016-12-011-32/+67
* nfs: allow blocking locks to be awoken by lock callbacksJeff Layton2016-09-221-0/+4
* nfs: add handling for CB_NOTIFY_LOCK in clientJeff Layton2016-09-221-0/+12
* NFSv4.1: Remove obsolete and incorrrect assignment in nfs4_callback_sequenceTrond Myklebust2016-08-281-1/+0
* NFSv4.1: Delay callback processing when there are referring triplesTrond Myklebust2016-08-281-2/+2
* NFSv4.1: Fix Oopsable condition in server callback racesTrond Myklebust2016-08-281-4/+1
* pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()Trond Myklebust2016-07-241-1/+0
* pNFS: Fix CB_LAYOUTRECALL stateid verificationTrond Myklebust2016-07-241-19/+44
* pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN argsJeff Layton2016-05-171-1/+2
* Fixing oops in callback pathOlga Kornievskaia2016-05-171-2/+4
* NFSv4.x: Fix NFS4ERR_RETRY_UNCACHED_REP in nfs4_callback_sequenceTrond Myklebust2016-02-011-7/+10
* NFSv4.x: Allow multiple callbacks in flightTrond Myklebust2016-01-251-4/+10
* NFSv4.x: Fix wraparound issues when validing the callback sequence idTrond Myklebust2016-01-241-26/+17
* NFSv4.x: Enforce the ca_maxresponsesize_cached on the back channelTrond Myklebust2016-01-241-3/+6
* NFSv4.x: CB_SEQUENCE should return NFS4ERR_DELAY if still executingTrond Myklebust2016-01-241-0/+2