aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-02NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust1-5/+6
2022-07-27NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei1-0/+3
2022-07-25NFSv4.1 probe offline transports for trunking on session creationOlga Kornievskaia1-0/+8
2022-07-25NFSv4.1 remove xprt from xprt_switch if session trunking test failsOlga Kornievskaia1-0/+3
2022-07-25NFSv4.1 offline trunkable transports on DESTROY_SESSIONOlga Kornievskaia1-0/+1
2022-07-12NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust1-1/+0
2022-07-12NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust1-3/+2
2022-06-30NFSv4: Add an fattr allocation to _nfs4_discover_trunking()Scott Mayhew1-6/+13
2022-05-31NFSv4.1 mark qualified async operations as MOVEABLE tasksOlga Kornievskaia1-12/+14
2022-05-31NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington1-8/+7
2022-05-17NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributesTrond Myklebust1-0/+69
2022-05-17NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributesTrond Myklebust1-3/+6
2022-05-17NFSv4: Specify the type of ACL to cacheTrond Myklebust1-19/+40
2022-05-17NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust1-0/+4
2022-04-25NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust1-1/+11
2022-04-07NFSv4/pnfs: Handle RPC allocation errors in nfs4_proc_layoutgetTrond Myklebust1-0/+2
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