summaryrefslogtreecommitdiff
path: root/fs/nfs/callback_proc.c
AgeCommit message (Expand)Author
2024-01-04NFSv4.1: if referring calls are complete, trust the stateid argumentTrond Myklebust
2024-01-04NFSv4: Track the number of referring calls in struct cb_process_stateTrond Myklebust
2023-10-18nfs: convert to new timestamp accessorsJeff Layton
2023-07-24nfs: convert to ctime accessor functionsJeff Layton
2022-06-06pNFS: Avoid a live lock condition in pnfs_update_layout()Trond Myklebust
2022-03-28NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust
2022-02-25NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-01-06NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust
2021-11-04NFSv4.2 add tracepoint to CB_OFFLOADOlga Kornievskaia
2021-04-16NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're unmountingTrond Myklebust
2020-12-15kernel.h: split out mathematical helpersAndy Shevchenko
2020-03-16NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsTrond Myklebust
2020-03-16NFSv4/pnfs: Clean up nfs_layout_find_inode()Trond Myklebust
2020-03-16NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust
2020-03-16NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout credTrond Myklebust
2019-11-03NFSv4: nfs4_callback_getattr() should ignore revoked delegationsTrond Myklebust
2019-11-03NFSv4: NFSv4 callbacks also support 64-bit timestampsTrond Myklebust
2019-07-09NFS4: Add a trace event to record invalid CB sequence IDsChuck Lever
2018-11-22NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia
2018-11-13NFSv4: Fix an Oops during delegation callbacksTrond Myklebust
2018-08-15NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()Trond Myklebust
2018-08-09NFS handle COPY reply CB_OFFLOAD call raceOlga Kornievskaia
2018-08-09NFS add support for asynchronous COPYOlga Kornievskaia
2018-08-09NFS CB_OFFLOAD xdrOlga Kornievskaia
2018-07-26NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust
2018-07-26pNFS: Parse the results of layoutget on open even if permissions checks failTrond Myklebust
2018-07-26pNFS: Don't update the stateid when replying NFS4ERR_DELAY to a layout recallTrond Myklebust
2018-07-26pNFS: Don't discard layout segments that are marked for returnTrond Myklebust
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-09NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Trond Myklebust
2018-06-08NFSv4: Return NFS4ERR_DELAY when a layout recall fails due to igrab()Trond Myklebust
2018-06-08NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()Trond Myklebust
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-31pnfs: Add barrier to prevent lgopen using LAYOUTGET during recallFred Isaman
2018-02-21NFSv4: Fix broken cast in nfs4_callback_recallany()Trond Myklebust
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-11-17NFS: Fix bool initialization/comparisonThomas Meyer
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-15NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust
2017-05-15nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig
2017-05-08NFSv4: Fix an rcu lock leakTrond Myklebust
2017-04-20NFS: Remove extra dprintk()s from callback_proc.cAnna Schumaker
2017-04-20NFS: Clean up nfs4_callback_layoutrecall()Anna Schumaker
2017-04-20NFS: Clean up do_callback_layoutrecall()Anna Schumaker
2016-12-01pNFS: Delay getting the layout header in CB_LAYOUTRECALL handlersTrond Myklebust
2016-09-22nfs: allow blocking locks to be awoken by lock callbacksJeff Layton
2016-09-22nfs: add handling for CB_NOTIFY_LOCK in clientJeff Layton
2016-08-28NFSv4.1: Remove obsolete and incorrrect assignment in nfs4_callback_sequenceTrond Myklebust
2016-08-28NFSv4.1: Delay callback processing when there are referring triplesTrond Myklebust
2016-08-28NFSv4.1: Fix Oopsable condition in server callback racesTrond Myklebust