aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)Author
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22nfs: remove reliance on bdi congestionNeilBrown
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2022-03-15nfs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)
2022-03-15nfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever
2022-02-28SUNRPC: Rename svc_create_xprt()Chuck Lever
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever
2022-02-16NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust
2022-02-14NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust
2022-02-14NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust
2022-02-08NFS: Fix nfs4_proc_get_locations() kernel-doc commentYang Li
2022-02-08NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust
2022-02-02NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust
2022-02-02NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org
2022-02-02NFS: Don't overfill uncached readdir pagestrondmy@kernel.org
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02nfs/blocklayout: remove bl_alloc_init_bioChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-01-13NFSv4.1 test and add 4.1 trunking transportOlga Kornievskaia
2022-01-13NFSv4 handle port presence in fs_location server stringOlga Kornievskaia
2022-01-13NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia
2022-01-13NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-12NFSv4 store server support for fs_location attributeOlga Kornievskaia
2022-01-12NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells
2022-01-10nfs: Implement cache I/O by accessing the cache directlyDavid Howells
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski
2022-01-08nfs: block notification on fs with its own ->lockJ. Bruce Fields
2022-01-07NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust
2022-01-07NFSv4: Handle case where the lookup of a directory failsTrond Myklebust
2022-01-07fscache, cachefiles: Disable configurationDavid Howells
2022-01-06NFSv42: Fallocate and clone should also request 'blocks used'Trond Myklebust
2022-01-06NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust
2022-01-06NFS: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-06NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust
2022-01-06NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust
2022-01-06NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust
2022-01-06NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust
2022-01-06NFSv4: Add some support for case insensitive filesystemsTrond Myklebust