summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-222-20/+20
|\
| * fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
| * nfs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)2022-03-151-7/+7
| * nfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-152-12/+12
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-222-4/+12
|\ \
| * | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| * | nfs: remove reliance on bdi congestionNeilBrown2022-03-221-3/+11
* | | Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-03-222-47/+20
|\ \ \
| * | | NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever2022-02-281-32/+11
| * | | NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-282-6/+2
| * | | SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-281-1/+1
| * | | SUNRPC: Rename svc_create_xprt()Chuck Lever2022-02-281-6/+6
| * | | SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2022-02-281-2/+0
| |/ /
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-212-23/+4
|\ \ \ | |/ / |/| |
| * | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+1
| * | nfs/blocklayout: remove bl_alloc_init_bioChristoph Hellwig2022-02-021-21/+5
| * | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* | | NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust2022-02-161-6/+3
* | | NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust2022-02-141-2/+2
* | | NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust2022-02-141-2/+1
| |/ |/|
* | NFS: Fix nfs4_proc_get_locations() kernel-doc commentYang Li2022-02-081-1/+2
* | NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust2022-02-081-1/+1
* | NFS: Avoid duplicate uncached readdir calls on eofTrond Myklebust2022-02-021-5/+15
* | NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org2022-02-021-0/+1
* | NFS: Don't overfill uncached readdir pagestrondmy@kernel.org2022-02-021-1/+2
|/
* Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-2517-111/+382
|\
| * NFSv4.1 test and add 4.1 trunking transportOlga Kornievskaia2022-01-131-1/+55
| * NFSv4 handle port presence in fs_location server stringOlga Kornievskaia2022-01-132-7/+12
| * NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2022-01-132-3/+4
| * NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia2022-01-134-15/+80
| * NFSv4 store server support for fs_location attributeOlga Kornievskaia2022-01-121-0/+2
| * NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2022-01-122-2/+3
| * NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust2022-01-071-0/+5
| * NFSv4: Handle case where the lookup of a directory failsTrond Myklebust2022-01-071-0/+13
| * NFSv42: Fallocate and clone should also request 'blocks used'Trond Myklebust2022-01-061-5/+8
| * NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust2022-01-062-14/+9
| * NFS: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-1/+2
| * NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust2022-01-061-1/+6
| * NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust2022-01-063-2/+16
| * NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust2022-01-061-4/+15
| * NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust2022-01-061-0/+3
| * NFSv4: Add some support for case insensitive filesystemsTrond Myklebust2022-01-062-1/+47
| * NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust2022-01-063-11/+11
| * nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang2022-01-061-1/+4
| * NFSv4 only print the label when its queriedOlga Kornievskaia2022-01-061-3/+4
| * nfs41: pnfs: filelayout: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-01-062-4/+2
| * NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust2022-01-061-0/+2
| * NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust2022-01-061-0/+2
| * NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown2022-01-062-7/+44
| * NFS: pass cred explicitly for access testsNeilBrown2022-01-063-14/+20