summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * NFS: Fix up forced readdirplusTrond Myklebust2022-03-023-17/+41
| * NFS: Convert readdir page cache to use a cookie based indexTrond Myklebust2022-03-023-86/+69
| * NFS: Clean up page array initialisation/freeTrond Myklebust2022-03-021-10/+6
| * NFS: Trace effects of the readdirplus heuristicTrond Myklebust2022-03-022-1/+60
| * NFS: Trace effects of readdirplus on the dcacheTrond Myklebust2022-03-022-0/+8
| * NFS: Add basic readdir tracingTrond Myklebust2022-03-022-1/+80
| * NFS: Don't request readdirplus when revalidation was forcedTrond Myklebust2022-03-021-10/+16
| * NFS: Readdirplus can't help lookup for case insensitive filesystemsTrond Myklebust2022-03-021-0/+2
| * NFSv4: Ask for a full XDR buffer of readdir goodnessTrond Myklebust2022-03-022-6/+7
| * NFS: Don't ask for readdirplus unless it can help nfs_getattr()Trond Myklebust2022-03-021-20/+25
| * NFS: Improve heuristic for readdirplusTrond Myklebust2022-03-025-36/+58
| * NFS: Reduce use of uncached readdirTrond Myklebust2022-03-021-20/+3
| * NFS: Simplify nfs_readdir_xdr_to_array()Trond Myklebust2022-03-021-18/+11
| * NFS: If the cookie verifier changes, we must invalidate the page cacheTrond Myklebust2022-03-021-1/+6
| * NFS: Adjust the amount of readahead performed by NFS readdirTrond Myklebust2022-03-022-1/+53
| * NFS: Don't advance the page pointer unless the page is fullTrond Myklebust2022-03-021-10/+22
| * NFS: Don't re-read the entire page cache to find the next cookieTrond Myklebust2022-03-022-3/+8
| * NFS: Store the change attribute in the directory page cacheTrond Myklebust2022-03-021-31/+37
| * NFS: Calculate page offsets algorithmicallyTrond Myklebust2022-02-281-5/+13
| * 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: constify nfs_server_capable() and nfs_have_writebacks()Trond Myklebust2022-02-281-4/+3
| * 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-251-1/+4
| * NFS: Clean up NFSv4.2 xattrsTrond Myklebust2022-02-253-12/+18
| * NFS: Remove unnecessary XATTR cache invalidation in nfs_fhget()Trond Myklebust2022-02-251-2/+0
| * NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTRTrond Myklebust2022-02-252-0/+2
| * NFS: Remove unused flag NFS_INO_REVAL_PAGECACHETrond Myklebust2022-02-253-5/+2
| * NFS: Replace last uses of NFS_INO_REVAL_PAGECACHETrond Myklebust2022-02-253-19/+15
| * NFSv4: use unique client identifiers in network namespacesBenjamin Coddington2022-02-251-0/+14
| * NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia2022-02-254-2/+12
| * SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-252-3/+3
| * SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-254-19/+19
| * SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-255-7/+7
| * NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-253-8/+8
| * NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-252-9/+10
| * NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-254-14/+13
| * NFSv4.2: Fix up an invalid combination of memory allocation flagsTrond Myklebust2022-02-251-4/+3
| * NFSv4: Charge NFSv4 open state trackers to kmemcgTrond Myklebust2022-02-252-4/+5
| * NFS: Charge open/lock file contexts to kmemcgTrond Myklebust2022-02-252-3/+3
| * NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust2022-02-251-0/+12
| * SUNRPC: remove redundant pointer plainhdrColin Ian King2022-02-251-2/+2
| * NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()Xin Xiong2022-02-251-3/+6
| * Convert NFS from readpages to readaheadMatthew Wilcox (Oracle)2022-02-254-14/+18
| * NFS: simplify check for freeing cn_respTom Rix2022-02-251-2/+2
* | Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2022-03-292-1/+9
|\ \
| * | jfs: prevent NULL deref in diFreeHaimin Zhang2022-03-221-1/+2
| * | jfs: fix divide error in dbNextAGPavel Skripkin2022-03-221-0/+7