summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu2022-10-271-0/+1
* NFSv4.2: Fixup CLONE dest file size for zero-length countBenjamin Coddington2022-10-271-0/+3
* NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington2022-10-271-2/+4
* NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust2022-10-271-0/+1
* NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust2022-10-271-0/+1
* NFSv4: Fix a potential state reclaim deadlockTrond Myklebust2022-10-271-19/+17
* NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook2022-10-2714-51/+51
* nfs: Remove redundant null checks before kfreeYushan Zhou2022-10-271-3/+2
* Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-1317-36/+194
|\
| * NFSv4/flexfiles: Cancel I/O if the layout is recalled or revokedTrond Myklebust2022-10-063-5/+97
| * NFSv4.2: Add a tracepoint for listxattrAnna Schumaker2022-10-052-0/+3
| * NFSv4.2: Add tracepoints for getxattr, setxattr, and removexattrAnna Schumaker2022-10-052-0/+49
| * NFSv4.2: Move TRACE_DEFINE_ENUM(NFS4_CONTENT_*) under CONFIG_NFS_V4_2Anna Schumaker2022-10-051-1/+1
| * NFSv4.2: Add special handling for LISTXATTR receiving NFS4ERR_NOXATTRAnna Schumaker2022-10-051-0/+8
| * nfs: remove nfs_wait_atomic_killable() and nfs_write_prepare() declarationGaosheng Cui2022-10-051-2/+0
| * NFSv4: remove nfs4_renewd_prepare_shutdown() declarationGaosheng Cui2022-10-051-1/+0
| * fs/nfs/pnfs_nfs.c: fix spelling typo and syntax error in commentJiangshan Yi2022-10-051-2/+2
| * NFSv4/pNFS: Always return layout stats on layout return for flexfilesTrond Myklebust2022-10-031-7/+18
| * NFS: move from strlcpy with unused retval to strscpyWolfram Sang2022-10-032-2/+2
| * NFS: clean up a needless assignment in nfs_file_write()Lukas Bulwahn2022-10-031-3/+3
| * nfs: remove unnecessary (void*) conversions.yuzhe2022-10-034-7/+7
| * NFSv4: Directly use ida_alloc()/free()Bo Liu2022-10-031-6/+4
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-106-20/+19
|\ \
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-076-20/+19
* | | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-062-2/+2
|\ \ \
| * | | _nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mappingAl Viro2022-09-011-1/+1
| * | | nfs_finish_open(): don't open-code file_inode()Al Viro2022-09-011-1/+1
| |/ /
* | / SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2022-09-261-0/+1
| |/ |/|
* | Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-09-124-36/+50
|\ \
| * | NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATEAnna Schumaker2022-09-083-27/+32
| * | NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust2022-09-011-9/+18
* | | Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-226-14/+22
|\| | | |/ |/|
| * NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia2022-08-191-0/+6
| * NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENTNeilBrown2022-08-191-1/+2
| * NFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mdsTrond Myklebust2022-08-131-1/+0
| * NFS: Fix another fsync() issue after a server rebootTrond Myklebust2022-08-133-11/+11
| * NFS: Fix missing unlock in nfs_unlink()Sun Ke2022-08-131-1/+3
* | Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-1017-289/+513
|\|
| * NFS: Improve readpage/writepage tracingTrond Myklebust2022-08-091-28/+26
| * NFS: Improve O_DIRECT tracingTrond Myklebust2022-08-091-12/+9
| * NFS: Improve write error tracingTrond Myklebust2022-08-092-18/+26
| * NFS: don't unhash dentry during unlink/renameNeilBrown2022-08-081-18/+54
| * NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust2022-08-021-5/+6
| * NFS: nfs_async_write_reschedule_io must not recurse into the writeback codeTrond Myklebust2022-08-021-2/+0
| * 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
| * NFS: Replace the READ_PLUS decoding codeAnna Schumaker2022-07-231-82/+88
| * NFS: Replace fs_context-related dprintk() call sites with tracepointsChuck Lever2022-07-232-10/+73