summaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | NFS: Use kzalloc() to avoid initialising the nfs_open_dir_contextTrond Myklebust2022-02-281-7/+4
| * | NFS: Initialise the readdir verifier as best we can in nfs_opendir()Trond Myklebust2022-02-281-0/+1
| * | NFS: Trace lookup revalidation failureTrond Myklebust2022-02-281-12/+5
| * | NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust2022-02-282-16/+7
| * | Revert "NFSv4: use unique client identifiers in network namespaces"Trond Myklebust2022-02-281-14/+0
| * | NFS: Use of mapping_set_error() results in spurious errorsTrond Myklebust2022-02-261-1/+4
| * | NFS: Clean up NFSv4.2 xattrsTrond Myklebust2022-02-263-12/+18
| * | NFS: Remove unnecessary XATTR cache invalidation in nfs_fhget()Trond Myklebust2022-02-261-2/+0
| * | NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTRTrond Myklebust2022-02-262-0/+2
| * | NFS: Remove unused flag NFS_INO_REVAL_PAGECACHETrond Myklebust2022-02-262-4/+2
| * | NFS: Replace last uses of NFS_INO_REVAL_PAGECACHETrond Myklebust2022-02-262-14/+12
| * | NFSv4: use unique client identifiers in network namespacesBenjamin Coddington2022-02-261-0/+14
| * | NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia2022-02-262-2/+10
| * | NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-263-8/+8
| * | NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-262-9/+10
| * | NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-264-14/+13
| * | NFSv4.2: Fix up an invalid combination of memory allocation flagsTrond Myklebust2022-02-261-4/+3
| * | NFSv4: Charge NFSv4 open state trackers to kmemcgTrond Myklebust2022-02-262-4/+5
| * | NFS: Charge open/lock file contexts to kmemcgTrond Myklebust2022-02-262-3/+3
| * | NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust2022-02-261-0/+12
| * | NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()Xin Xiong2022-02-261-3/+6
| * | Convert NFS from readpages to readaheadMatthew Wilcox (Oracle)2022-02-253-12/+17
| * | NFS: simplify check for freeing cn_respTom Rix2022-02-251-2/+2
| |/
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-232-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-232-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-222-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