summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4_fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+0
2024-03-09NFSv4: nfs4_do_open() is incorrectly triggering state recoveryTrond Myklebust1-1/+0
2024-02-05filelock: split leases out of struct file_lockJeff Layton1-1/+1
2024-02-05nfs: adapt to breakup of struct file_lockJeff Layton1-1/+0
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2023-11-09Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+2
2023-10-23NFSv4: Add a parameter to limit the number of retries after NFS4ERR_DELAYTrond Myklebust1-0/+2
2023-10-09nfs: move nfs4_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro1-1/+1
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-06NFS: avoid spurious warning of lost lock that is being unlocked.NeilBrown1-0/+1
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook1-1/+1
2022-10-05NFSv4: remove nfs4_renewd_prepare_shutdown() declarationGaosheng Cui1-1/+0
2022-03-13NFSv4: keep state manager thread active if swap is enabledNeilBrown1-0/+1
2022-01-13NFSv4 handle port presence in fs_location server stringOlga Kornievskaia1-1/+1
2022-01-13NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia1-1/+2
2022-01-13NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia1-4/+5
2022-01-06NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust1-0/+2
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker1-2/+1
2021-11-05NFS: Remove the f_label from the nfs4_opendata and nfs_openresAnna Schumaker1-1/+0
2021-06-14NFSv4: Add support for application leases underpinned by a delegationTrond Myklebust1-1/+2
2021-06-14NFSv4: Fix delegation return in cases where we have to retryTrond Myklebust1-0/+1
2021-06-03NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust1-0/+1
2020-10-02NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADEBenjamin Coddington1-0/+8
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+35
2020-07-29NFSv4: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-07-14NFSv4.2: add client side xattr caching.Frank van der Linden1-0/+22
2020-07-14nfs: make the buf_to_pages_noslab function available to the nfs codeFrank van der Linden1-0/+2
2020-07-14nfs: modify update_changeattr to deal with regular filesFrank van der Linden1-0/+5
2020-07-14NFSv4.2: define limits and sizes for user xattr handlingFrank van der Linden1-0/+6
2020-03-16NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsTrond Myklebust1-1/+3
2020-02-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski1-3/+1
2020-01-25NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust1-2/+4
2020-01-15NFS: Add fs_context support.David Howells1-4/+5
2020-01-15nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co...Al Viro1-1/+1
2019-11-18NFS4: Trace lock reclaimsChuck Lever1-2/+0
2019-11-18NFSv4: add declaration of current_stateidBen Dooks1-0/+2
2019-11-06Merge branch 'linux-ssc-for-5.5'Trond Myklebust1-0/+11
2019-11-04NFS: nfs_inode_find_state_and_recover() fix stateid matchingTrond Myklebust1-0/+6
2019-10-09NFS: handle source server rebootOlga Kornievskaia1-0/+1
2019-10-09NFS: skip recovery of copy open on dest serverOlga Kornievskaia1-0/+1
2019-10-09NFS: inter ssc openOlga Kornievskaia1-0/+7
2019-10-09NFS: add COPY_NOTIFY operationOlga Kornievskaia1-0/+2
2019-09-20NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust1-2/+0
2019-09-20NFSv4: Add a helper to increment stateid seqidsTrond Myklebust1-0/+9
2019-08-05NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust1-1/+2
2019-07-13nfs4: Make nfs4_proc_get_lease_time available for nfs4.0Donald Buczek1-2/+2
2019-04-25NFS: Allow signal interruption of NFS4ERR_DELAYed operationsTrond Myklebust1-0/+1
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan1-1/+2
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-28/+28