summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs.h
Commit message (Expand)AuthorAgeFilesLines
* nfs: fix UAF in direct writesJosef Bacik2024-03-091-0/+1
* nfs: Remove writepageMatthew Wilcox (Oracle)2024-01-041-1/+0
* NFSv3: handle out-of-order write replies.NeilBrown2023-04-111-0/+47
* NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bitDave Wysochanski2023-04-111-1/+0
* NFS: Configure support for netfs when NFS fscache is configuredDave Wysochanski2023-04-111-14/+10
* Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-02-221-3/+4
|\
| * NFS: Remove unused function nfs_wb_page()Trond Myklebust2023-02-141-1/+0
| * NFS: Convert buffered writes to use foliosTrond Myklebust2023-02-141-2/+3
| * NFS: Add a helper nfs_wb_folio()Trond Myklebust2023-02-141-0/+1
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* NFS: Clear the file access cache upon loginTrond Myklebust2022-11-271-0/+1
* NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITESTrond Myklebust2022-08-131-1/+0
* NFS: Fix another fsync() issue after a server rebootTrond Myklebust2022-08-131-0/+1
* NFS: don't unhash dentry during unlink/renameNeilBrown2022-08-081-0/+9
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-1/+1
|\
| * nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown2022-05-091-1/+1
* | nfs: Convert nfs to read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
|/
* Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-291-26/+19
|\
| * NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust2022-03-221-1/+1
| * NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown2022-03-131-4/+4
| * NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown2022-03-131-5/+0
| * NFS: Fix up forced readdirplusTrond Myklebust2022-03-021-0/+1
| * NFS: Convert readdir page cache to use a cookie based indexTrond Myklebust2022-03-021-2/+0
| * NFS: Improve heuristic for readdirplusTrond Myklebust2022-03-021-2/+3
| * NFS: Adjust the amount of readahead performed by NFS readdirTrond Myklebust2022-03-021-0/+1
| * NFS: Don't re-read the entire page cache to find the next cookieTrond Myklebust2022-03-021-0/+1
| * NFS: constify nfs_server_capable() and nfs_have_writebacks()Trond Myklebust2022-02-281-4/+3
| * NFS: Remove unused flag NFS_INO_REVAL_PAGECACHETrond Myklebust2022-02-251-1/+0
| * NFS: Replace last uses of NFS_INO_REVAL_PAGECACHETrond Myklebust2022-02-251-5/+3
| * NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia2022-02-251-0/+1
| * Convert NFS from readpages to readaheadMatthew Wilcox (Oracle)2022-02-251-2/+1
* | nfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
|/
* NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust2022-02-021-0/+1
* Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-251-4/+6
|\
| * NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown2022-01-061-1/+3
| * NFS: pass cred explicitly for access testsNeilBrown2022-01-061-1/+1
| * NFS: change nfs_access_get_cached to only report the maskNeilBrown2022-01-061-2/+2
* | nfs: Convert to new fscache volume/cookie APIDave Wysochanski2022-01-101-1/+0
|/
* NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker2021-11-051-2/+1
* NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker2021-11-051-1/+1
* NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Anna Schumaker2021-11-051-2/+1
* NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker2021-11-051-1/+1
* NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker2021-11-051-0/+13
* NFS: Save some space in the inodeTrond Myklebust2021-10-201-18/+24
* NFS: Fix WARN_ON due to unionization of nfs_inode.nrequestsDave Wysochanski2021-10-201-1/+3
* NFS: Fix up commit deadlocksTrond Myklebust2021-10-201-0/+1
* NFS: Further optimisations for 'ls -l'Trond Myklebust2021-10-031-3/+2
* NFS: Fix up nfs_ctx_key_to_expire()Trond Myklebust2021-10-031-1/+1