aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-24NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia1-0/+1
2022-03-13NFSv4: keep state manager thread active if swap is enabledNeilBrown1-0/+20
2022-03-13NFSv4.1 restrict GETATTR fs_location query to the main transportOlga Kornievskaia1-2/+13
2022-02-25NFS: Clean up NFSv4.2 xattrsTrond Myklebust1-7/+2
2022-02-25NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia1-0/+2
2022-02-25NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust1-8/+7
2022-02-14NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust1-2/+1
2022-02-08NFS: Fix nfs4_proc_get_locations() kernel-doc commentYang Li1-1/+2
2022-01-13NFSv4.1 test and add 4.1 trunking transportOlga Kornievskaia1-1/+55
2022-01-13NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia1-10/+66
2022-01-12NFSv4 store server support for fs_location attributeOlga Kornievskaia1-0/+2
2022-01-06NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust1-14/+7
2022-01-06NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust1-1/+4
2022-01-06NFSv4: Add some support for case insensitive filesystemsTrond Myklebust1-1/+7
2022-01-06NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown1-1/+0
2022-01-06NFS: pass cred explicitly for access testsNeilBrown1-5/+7
2022-01-06NFS: change nfs_access_get_cached to only report the maskNeilBrown1-9/+9
2021-11-10Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-190/+99
2021-11-05NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker1-5/+4
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker1-1/+1
2021-11-05NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker1-1/+1
2021-11-05NFS: Remove the nfs4_label from the nfs_setattrresAnna Schumaker1-40/+16
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker1-14/+11
2021-11-05NFS: Remove the f_label from the nfs4_opendata and nfs_openresAnna Schumaker1-24/+11
2021-11-05NFS: Remove the nfs4_label from the nfs4_lookupp_res structAnna Schumaker1-6/+4
2021-11-05NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker1-9/+7
2021-11-05NFS: Remove the nfs4_label from the nfs4_link_res structAnna Schumaker1-13/+3
2021-11-05NFS: Remove the nfs4_label from the nfs4_create_res structAnna Schumaker1-7/+5
2021-11-03nfs4: take a reference on the nfs_client when running FREE_STATEIDScott Mayhew1-0/+8
2021-10-27NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust1-7/+8
2021-10-20NFS: Create an nfs4_server_set_init_caps() functionAnna Schumaker1-0/+2
2021-10-20NFS: Remove --> and <-- dprintk call sitesChuck Lever1-49/+5
2021-10-20security: Return xattr name from security_dentry_init_security()Vivek Goyal1-1/+2
2021-10-03NFSv4: Retrieve ACCESS on open if we're not using NFS4_CREATE_EXCLUSIVETrond Myklebust1-23/+22
2021-07-08Merge part 2 of branch 'sysfs-devel'Trond Myklebust1-5/+33
2021-07-08NFSv4/pnfs: Clean up layout get on openTrond Myklebust1-5/+1
2021-07-08NFSv4.1 identify and mark RPC tasks that can move between transportsOlga Kornievskaia1-5/+33
2021-06-29Merge branch 'leases-devel'Trond Myklebust1-0/+37
2021-06-29NFSv4: setlease should return EAGAIN if locks are not availableTrond Myklebust1-2/+2
2021-06-26NFSv4: Fix handling of non-atomic change attrbute updatesTrond Myklebust1-18/+15
2021-06-13NFSv4: Add support for application leases underpinned by a delegationTrond Myklebust1-0/+37
2021-06-03NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust1-2/+7
2021-06-03NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust1-1/+11
2021-06-03NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriateScott Mayhew1-4/+4
2021-06-01NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo1-0/+8
2021-05-20fs/nfs: Use fatal_signal_pending instead of signal_pendingzhouchuangao1-2/+2
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-113/+145
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-6/+0
2021-04-14NFS: Split attribute support out from the server capabilitiesTrond Myklebust1-24/+25
2021-04-14NFS: Don't store NFS_INO_REVAL_FORCEDTrond Myklebust1-4/+1