aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-20/+20
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+12
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22nfs: remove reliance on bdi congestionNeilBrown1-3/+11
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-47/+20
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2-23/+4
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15nfs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-7/+7
2022-03-15nfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2-12/+12
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-32/+11
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2-6/+2
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever1-1/+1
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever1-6/+6
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever1-2/+0
2022-02-16NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust1-6/+3
2022-02-14NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust1-2/+2
2022-02-14NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust1-2/+1
2022-02-08NFS: Fix nfs4_proc_get_locations() kernel-doc commentYang Li1-1/+2
2022-02-08NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust1-1/+1
2022-02-02NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust1-5/+15
2022-02-02NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org1-0/+1
2022-02-02NFS: Don't overfill uncached readdir pagestrondmy@kernel.org1-1/+2
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+1
2022-02-02nfs/blocklayout: remove bl_alloc_init_bioChristoph Hellwig1-21/+5
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds17-111/+382
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-3/+3
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-24/+10
2022-01-13NFSv4.1 test and add 4.1 trunking transportOlga Kornievskaia1-1/+55
2022-01-13NFSv4 handle port presence in fs_location server stringOlga Kornievskaia2-7/+12
2022-01-13NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2-3/+4
2022-01-13NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia4-15/+80
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds12-642/+262
2022-01-12NFSv4 store server support for fs_location attributeOlga Kornievskaia1-0/+2
2022-01-12NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2-2/+3
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocking()David Howells1-1/+2
2022-01-10nfs: Implement cache I/O by accessing the cache directlyDavid Howells4-83/+127
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski12-595/+170
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields1-1/+1
2022-01-07NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust1-0/+5
2022-01-07NFSv4: Handle case where the lookup of a directory failsTrond Myklebust1-0/+13
2022-01-07fscache, cachefiles: Disable configurationDavid Howells1-1/+1
2022-01-06NFSv42: Fallocate and clone should also request 'blocks used'Trond Myklebust1-5/+8
2022-01-06NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust2-14/+9
2022-01-06NFS: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-06NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust1-1/+6
2022-01-06NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust3-2/+16
2022-01-06NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust1-4/+15
2022-01-06NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust1-0/+3
2022-01-06NFSv4: Add some support for case insensitive filesystemsTrond Myklebust2-1/+47