summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-22NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust1-3/+7
2022-03-22NFS: Fix memory allocation in rpc_malloc()Trond Myklebust2-7/+15
2022-03-22SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust1-35/+18
2022-03-22SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust2-18/+5
2022-03-22SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust1-15/+39
2022-03-22SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust1-2/+3
2022-03-22SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2-10/+13
2022-03-22NFS: Fix revalidation of empty readdir pagesTrond Myklebust1-2/+7
2022-03-22NFS: Don't deadlock when cookie hashes collideTrond Myklebust1-11/+18
2022-03-21NFSv4.1 provide mount option to toggle trunking discoveryOlga Kornievskaia3-1/+11
2022-03-13SUNRPC: change locking for xs_swap_enable/disableNeilBrown1-15/+11
2022-03-13NFS: swap-out must always use STABLE writes.NeilBrown1-4/+6
2022-03-13NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown3-20/+34
2022-03-13NFSv4: keep state manager thread active if swap is enabledNeilBrown6-10/+70
2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown6-7/+34
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown5-12/+1
2022-03-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown2-18/+0
2022-03-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown2-2/+5
2022-03-13SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown5-4/+22
2022-03-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2-2/+6
2022-03-13NFS: remove IS_SWAPFILE hackNeilBrown1-5/+0
2022-03-13NFS: Remove remaining dfprintks related to fscache and remove NFSDBG_FSCACHEDave Wysochanski2-11/+1
2022-03-13NFS: Replace dfprintks with tracepoints in fscache read and write page functionsDave Wysochanski2-18/+102
2022-03-13NFS: Rename fscache read and write pages functionsDave Wysochanski3-22/+15
2022-03-13NFS: Cleanup usage of nfs_inode in fscache interfaceDave Wysochanski2-15/+13
2022-03-13NFSv4.1 restrict GETATTR fs_location query to the main transportOlga Kornievskaia1-2/+13
2022-03-13NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov1-4/+0
2022-03-02NFS: Cache all entries in the readdirplus replyTrond Myklebust1-14/+26
2022-03-02NFS: Optimise away the previous cookie fieldTrond Myklebust5-17/+15
2022-03-02NFS: Fix up forced readdirplusTrond Myklebust3-17/+41
2022-03-02NFS: Convert readdir page cache to use a cookie based indexTrond Myklebust3-86/+69
2022-03-02NFS: Clean up page array initialisation/freeTrond Myklebust1-10/+6
2022-03-02NFS: Trace effects of the readdirplus heuristicTrond Myklebust2-1/+60
2022-03-02NFS: Trace effects of readdirplus on the dcacheTrond Myklebust2-0/+8
2022-03-02NFS: Add basic readdir tracingTrond Myklebust2-1/+80
2022-03-02NFS: Don't request readdirplus when revalidation was forcedTrond Myklebust1-10/+16
2022-03-02NFS: Readdirplus can't help lookup for case insensitive filesystemsTrond Myklebust1-0/+2
2022-03-02NFSv4: Ask for a full XDR buffer of readdir goodnessTrond Myklebust2-6/+7
2022-03-02NFS: Don't ask for readdirplus unless it can help nfs_getattr()Trond Myklebust1-20/+25
2022-03-02NFS: Improve heuristic for readdirplusTrond Myklebust5-36/+58
2022-03-02NFS: Reduce use of uncached readdirTrond Myklebust1-20/+3
2022-03-02NFS: Simplify nfs_readdir_xdr_to_array()Trond Myklebust1-18/+11
2022-03-02NFS: If the cookie verifier changes, we must invalidate the page cacheTrond Myklebust1-1/+6
2022-03-02NFS: Adjust the amount of readahead performed by NFS readdirTrond Myklebust2-1/+53
2022-03-02NFS: Don't advance the page pointer unless the page is fullTrond Myklebust1-10/+22
2022-03-02NFS: Don't re-read the entire page cache to find the next cookieTrond Myklebust2-3/+8
2022-03-02NFS: Store the change attribute in the directory page cacheTrond Myklebust1-31/+37
2022-02-28NFS: Calculate page offsets algorithmicallyTrond Myklebust1-5/+13
2022-02-28NFS: Use kzalloc() to avoid initialising the nfs_open_dir_contextTrond Myklebust1-7/+4
2022-02-28NFS: Initialise the readdir verifier as best we can in nfs_opendir()Trond Myklebust1-0/+1