aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2023-03-10NFS: fix disabling of swapNeilBrown
2023-03-10nfs4trace: fix state manager flag printingBenjamin Coddington
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-01-24pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia
2022-12-31nfs: fix possible null-ptr-deref when parsing paramHawkins Jiawei
2022-12-31NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust
2022-12-31NFS: Allow very small rsize & wsize againAnna Schumaker
2022-12-31NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUSAnna Schumaker
2022-12-31NFS: Fix an Oops in nfs_d_automount()Trond Myklebust
2022-12-31NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust
2022-12-31NFSv4: Fix a credential leak in _nfs4_discover_trunking()Trond Myklebust
2022-12-31NFSv4.2: Fix initialisation of struct nfs4_labelTrond Myklebust
2022-12-31NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust
2022-12-31NFSv4.2: Always decode the security labelTrond Myklebust
2022-12-31NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decodingTrond Myklebust
2022-10-27nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu
2022-10-27NFSv4.2: Fixup CLONE dest file size for zero-length countBenjamin Coddington
2022-10-27NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington
2022-10-27NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust
2022-10-27NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust
2022-10-27NFSv4: Fix a potential state reclaim deadlockTrond Myklebust
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook
2022-10-27nfs: Remove redundant null checks before kfreeYushan Zhou
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-06NFSv4/flexfiles: Cancel I/O if the layout is recalled or revokedTrond Myklebust
2022-10-05NFSv4.2: Add a tracepoint for listxattrAnna Schumaker
2022-10-05NFSv4.2: Add tracepoints for getxattr, setxattr, and removexattrAnna Schumaker
2022-10-05NFSv4.2: Move TRACE_DEFINE_ENUM(NFS4_CONTENT_*) under CONFIG_NFS_V4_2Anna Schumaker
2022-10-05NFSv4.2: Add special handling for LISTXATTR receiving NFS4ERR_NOXATTRAnna Schumaker
2022-10-05nfs: remove nfs_wait_atomic_killable() and nfs_write_prepare() declarationGaosheng Cui
2022-10-05NFSv4: remove nfs4_renewd_prepare_shutdown() declarationGaosheng Cui
2022-10-05fs/nfs/pnfs_nfs.c: fix spelling typo and syntax error in commentJiangshan Yi
2022-10-03NFSv4/pNFS: Always return layout stats on layout return for flexfilesTrond Myklebust
2022-10-03NFS: move from strlcpy with unused retval to strscpyWolfram Sang
2022-10-03NFS: clean up a needless assignment in nfs_file_write()Lukas Bulwahn
2022-10-03nfs: remove unnecessary (void*) conversions.yuzhe
2022-10-03NFSv4: Directly use ida_alloc()/free()Bo Liu
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2022-09-12Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-09-08NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATEAnna Schumaker
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-09-01_nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mappingAl Viro
2022-09-01nfs_finish_open(): don't open-code file_inode()Al Viro
2022-09-01NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-08-19NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia
2022-08-19NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENTNeilBrown
2022-08-13NFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mdsTrond Myklebust