summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2022-01-06NFSv42: Fallocate and clone should also request 'blocks used'Trond Myklebust
2022-01-06NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust
2022-01-06NFS: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-06NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust
2022-01-06NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust
2022-01-06NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust
2022-01-06NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust
2022-01-06NFSv4: Add some support for case insensitive filesystemsTrond Myklebust
2022-01-06NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust
2022-01-06nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang
2022-01-06NFSv4 only print the label when its queriedOlga Kornievskaia
2022-01-06nfs41: pnfs: filelayout: Replace one-element array with flexible-array memberGustavo A. R. Silva
2022-01-06NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust
2022-01-06NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust
2022-01-06NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown
2022-01-06NFS: pass cred explicitly for access testsNeilBrown
2022-01-06NFS: change nfs_access_get_cached to only report the maskNeilBrown
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-13NFS: switch the callback service back to non-pooled.NeilBrown
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown
2021-12-13SUNRPC: change svc_get() to return the svc.NeilBrown
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2021-11-27Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-11-17NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSIONOlga Kornievskaia
2021-11-17NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington
2021-11-17NFS: Add a tracepoint to show the results of nfs_set_cache_invalid()Benjamin Coddington
2021-11-17NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2021-11-10Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-11-07NFSv4: Sanity check the parameters in nfs41_update_target_slotid()Trond Myklebust
2021-11-05NFS: Remove the nfs4_label argument from decode_getattr_*() functionsAnna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Anna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker
2021-11-05NFS: Remove the nfs4_label from the nfs_setattrresAnna Schumaker
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker
2021-11-05NFS: Remove the f_label from the nfs4_opendata and nfs_openresAnna Schumaker
2021-11-05NFS: Remove the nfs4_label from the nfs4_lookupp_res structAnna Schumaker
2021-11-05NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker
2021-11-05NFS: Remove the nfs4_label from the nfs4_link_res structAnna Schumaker
2021-11-05NFS: Remove the nfs4_label from the nfs4_create_res structAnna Schumaker
2021-11-05NFS: Remove the nfs4_label from the nfs_entry structAnna Schumaker
2021-11-05NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker
2021-11-05NFS: Always initialise fattr->label in nfs_fattr_alloc()Trond Myklebust
2021-11-05NFSv4.2: alloc_file_pseudo() takes an open flag, not an f_modeTrond Myklebust
2021-11-05NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()Trond Myklebust
2021-11-05NFSv4: Remove unnecessary 'minor version' checkTrond Myklebust