summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-131-2/+2
|\
| * nfs: remove unnecessary (void*) conversions.yuzhe2022-10-031-2/+2
* | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-7/+7
|/
* NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust2022-08-021-5/+6
* NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei2022-07-271-0/+3
* NFSv4.1 probe offline transports for trunking on session creationOlga Kornievskaia2022-07-251-0/+8
* NFSv4.1 remove xprt from xprt_switch if session trunking test failsOlga Kornievskaia2022-07-251-0/+3
* NFSv4.1 offline trunkable transports on DESTROY_SESSIONOlga Kornievskaia2022-07-251-0/+1
* NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust2022-07-121-1/+0
* NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust2022-07-121-3/+2
* NFSv4: Add an fattr allocation to _nfs4_discover_trunking()Scott Mayhew2022-06-301-6/+13
* NFSv4.1 mark qualified async operations as MOVEABLE tasksOlga Kornievskaia2022-05-311-12/+14
* NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington2022-05-311-8/+7
* NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributesTrond Myklebust2022-05-171-0/+69
* NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributesTrond Myklebust2022-05-171-3/+6
* NFSv4: Specify the type of ACL to cacheTrond Myklebust2022-05-171-19/+40
* NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust2022-05-171-0/+4
* NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust2022-04-251-1/+11
* NFSv4/pnfs: Handle RPC allocation errors in nfs4_proc_layoutgetTrond Myklebust2022-04-071-0/+2
* NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia2022-03-241-0/+1
* NFSv4: keep state manager thread active if swap is enabledNeilBrown2022-03-131-0/+20
* NFSv4.1 restrict GETATTR fs_location query to the main transportOlga Kornievskaia2022-03-131-2/+13
* NFS: Clean up NFSv4.2 xattrsTrond Myklebust2022-02-251-7/+2
* NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia2022-02-251-0/+2
* NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-251-8/+7
* NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust2022-02-141-2/+1
* NFS: Fix nfs4_proc_get_locations() kernel-doc commentYang Li2022-02-081-1/+2
* NFSv4.1 test and add 4.1 trunking transportOlga Kornievskaia2022-01-131-1/+55
* NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia2022-01-131-10/+66
* NFSv4 store server support for fs_location attributeOlga Kornievskaia2022-01-121-0/+2
* NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust2022-01-061-14/+7
* NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust2022-01-061-1/+4
* NFSv4: Add some support for case insensitive filesystemsTrond Myklebust2022-01-061-1/+7
* NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown2022-01-061-1/+0
* NFS: pass cred explicitly for access testsNeilBrown2022-01-061-5/+7
* NFS: change nfs_access_get_cached to only report the maskNeilBrown2022-01-061-9/+9
* Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-101-190/+99
|\
| * NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker2021-11-051-5/+4
| * NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker2021-11-051-1/+1
| * NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker2021-11-051-1/+1
| * NFS: Remove the nfs4_label from the nfs_setattrresAnna Schumaker2021-11-051-40/+16
| * NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker2021-11-051-14/+11
| * NFS: Remove the f_label from the nfs4_opendata and nfs_openresAnna Schumaker2021-11-051-24/+11
| * NFS: Remove the nfs4_label from the nfs4_lookupp_res structAnna Schumaker2021-11-051-6/+4
| * NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker2021-11-051-9/+7
| * NFS: Remove the nfs4_label from the nfs4_link_res structAnna Schumaker2021-11-051-13/+3
| * NFS: Remove the nfs4_label from the nfs4_create_res structAnna Schumaker2021-11-051-7/+5
| * nfs4: take a reference on the nfs_client when running FREE_STATEIDScott Mayhew2021-11-031-0/+8
| * NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust2021-10-271-7/+8
| * NFS: Create an nfs4_server_set_init_caps() functionAnna Schumaker2021-10-201-0/+2