aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu1-0/+1
2022-10-27NFSv4.2: Fixup CLONE dest file size for zero-length countBenjamin Coddington1-0/+3
2022-10-27NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington1-2/+4
2022-10-27NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust1-0/+1
2022-10-27NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust1-0/+1
2022-10-27NFSv4: Fix a potential state reclaim deadlockTrond Myklebust1-19/+17
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook14-51/+51
2022-10-27nfs: Remove redundant null checks before kfreeYushan Zhou1-3/+2
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds17-36/+194
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-20/+19
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2022-10-06NFSv4/flexfiles: Cancel I/O if the layout is recalled or revokedTrond Myklebust3-5/+97
2022-10-05NFSv4.2: Add a tracepoint for listxattrAnna Schumaker2-0/+3
2022-10-05NFSv4.2: Add tracepoints for getxattr, setxattr, and removexattrAnna Schumaker2-0/+49
2022-10-05NFSv4.2: Move TRACE_DEFINE_ENUM(NFS4_CONTENT_*) under CONFIG_NFS_V4_2Anna Schumaker1-1/+1
2022-10-05NFSv4.2: Add special handling for LISTXATTR receiving NFS4ERR_NOXATTRAnna Schumaker1-0/+8
2022-10-05nfs: remove nfs_wait_atomic_killable() and nfs_write_prepare() declarationGaosheng Cui1-2/+0
2022-10-05NFSv4: remove nfs4_renewd_prepare_shutdown() declarationGaosheng Cui1-1/+0
2022-10-05fs/nfs/pnfs_nfs.c: fix spelling typo and syntax error in commentJiangshan Yi1-2/+2
2022-10-03NFSv4/pNFS: Always return layout stats on layout return for flexfilesTrond Myklebust1-7/+18
2022-10-03NFS: move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-10-03NFS: clean up a needless assignment in nfs_file_write()Lukas Bulwahn1-3/+3
2022-10-03nfs: remove unnecessary (void*) conversions.yuzhe4-7/+7
2022-10-03NFSv4: Directly use ida_alloc()/free()Bo Liu1-6/+4
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+1
2022-09-12Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-36/+50
2022-09-08NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATEAnna Schumaker3-27/+32
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra6-20/+19
2022-09-01_nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mappingAl Viro1-1/+1
2022-09-01nfs_finish_open(): don't open-code file_inode()Al Viro1-1/+1
2022-09-01NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust1-9/+18
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-14/+22
2022-08-19NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia1-0/+6
2022-08-19NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENTNeilBrown1-1/+2
2022-08-13NFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mdsTrond Myklebust1-1/+0
2022-08-13NFS: Fix another fsync() issue after a server rebootTrond Myklebust3-11/+11
2022-08-13NFS: Fix missing unlock in nfs_unlink()Sun Ke1-1/+3
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds17-289/+513
2022-08-09NFS: Improve readpage/writepage tracingTrond Myklebust1-28/+26
2022-08-09NFS: Improve O_DIRECT tracingTrond Myklebust1-12/+9
2022-08-09NFS: Improve write error tracingTrond Myklebust2-18/+26
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+3
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro1-4/+2
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro1-1/+1
2022-08-08NFS: don't unhash dentry during unlink/renameNeilBrown1-18/+54
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-4/+5
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds4-17/+13
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+6
2022-08-02NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust1-5/+6
2022-08-02NFS: nfs_async_write_reschedule_io must not recurse into the writeback codeTrond Myklebust1-2/+0