aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-07NFS: Replace readdir's use of xxhash() with hash_64()Gravatar Trond Myklebust 2-10/+3
2022-03-29SUNRPC: handle malloc failure in ->request_prepareGravatar NeilBrown 4-16/+22
2022-03-29NFSv4: fix open failure with O_ACCMODE flagGravatar ChenXiaoSong 3-12/+14
2022-03-29Revert "NFSv4: Handle the special Linux file open access mode"Gravatar ChenXiaoSong 2-2/+1
2022-03-28NFSv4/pNFS: Fix another issue with a list iterator pointing to the headGravatar Trond Myklebust 3-18/+22
2022-03-25NFS: Don't loop forever in nfs_do_recoalesce()Gravatar Trond Myklebust 1-0/+1
2022-03-25SUNRPC: Don't return error values in sysfs read of closed filesGravatar Trond Myklebust 1-12/+15
2022-03-25SUNRPC: Do not dereference non-socket transports in sysfsGravatar Trond Myklebust 4-31/+54
2022-03-24NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorGravatar Olga Kornievskaia 1-0/+1
2022-03-24SUNRPC don't resend a task on an offlined transportGravatar Olga Kornievskaia 1-1/+3
2022-03-24NFS: replace usage of found with dedicated list iterator variableGravatar Jakob Koschel 1-7/+6
2022-03-23SUNRPC: avoid race between mod_timer() and del_timer_sync()Gravatar NeilBrown 1-0/+7
2022-03-22pNFS/files: Ensure pNFS allocation modes are consistent with nfsiodGravatar Trond Myklebust 1-1/+1
2022-03-22pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiodGravatar Trond Myklebust 1-29/+21
2022-03-22NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiodGravatar Trond Myklebust 2-23/+18
2022-03-22NFS: Avoid writeback threads getting stuck in mempool_alloc()Gravatar Trond Myklebust 2-7/+13
2022-03-22NFS: nfsiod should not block forever in mempool_alloc()Gravatar Trond Myklebust 4-18/+23
2022-03-22SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentGravatar Trond Myklebust 5-16/+15
2022-03-22SUNRPC: Fix unx_lookup_cred() allocationGravatar Trond Myklebust 1-8/+10
2022-03-22NFS: Fix memory allocation in rpc_alloc_task()Gravatar Trond Myklebust 1-3/+7
2022-03-22NFS: Fix memory allocation in rpc_malloc()Gravatar Trond Myklebust 2-7/+15
2022-03-22SUNRPC: Improve accuracy of socket ENOBUFS determinationGravatar Trond Myklebust 1-35/+18
2022-03-22SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACEGravatar Trond Myklebust 2-18/+5
2022-03-22SUNRPC: Fix socket waits for write buffer spaceGravatar Trond Myklebust 1-15/+39
2022-03-22SUNRPC: Only save the TCP source port after the connection is completeGravatar Trond Myklebust 1-2/+3
2022-03-22SUNRPC: Don't call connect() more than once on a TCP socketGravatar Trond Myklebust 2-10/+13
2022-03-22NFS: Fix revalidation of empty readdir pagesGravatar Trond Myklebust 1-2/+7
2022-03-22NFS: Don't deadlock when cookie hashes collideGravatar Trond Myklebust 1-11/+18
2022-03-21NFSv4.1 provide mount option to toggle trunking discoveryGravatar Olga Kornievskaia 3-1/+11
2022-03-13SUNRPC: change locking for xs_swap_enable/disableGravatar NeilBrown 1-15/+11
2022-03-13NFS: swap-out must always use STABLE writes.Gravatar NeilBrown 1-4/+6
2022-03-13NFS: swap IO handling is slightly different for O_DIRECT IOGravatar NeilBrown 3-20/+34
2022-03-13NFSv4: keep state manager thread active if swap is enabledGravatar NeilBrown 6-10/+70
2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCGravatar NeilBrown 6-7/+34
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSGravatar NeilBrown 5-12/+1
2022-03-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.Gravatar NeilBrown 2-18/+0
2022-03-13SUNRPC/xprt: async tasks mustn't block waiting for memoryGravatar NeilBrown 2-2/+5
2022-03-13SUNRPC/auth: async tasks mustn't block waiting for memoryGravatar NeilBrown 5-4/+22
2022-03-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryGravatar NeilBrown 2-2/+6
2022-03-13NFS: remove IS_SWAPFILE hackGravatar NeilBrown 1-5/+0
2022-03-13NFS: Remove remaining dfprintks related to fscache and remove NFSDBG_FSCACHEGravatar Dave Wysochanski 2-11/+1
2022-03-13NFS: Replace dfprintks with tracepoints in fscache read and write page functionsGravatar Dave Wysochanski 2-18/+102
2022-03-13NFS: Rename fscache read and write pages functionsGravatar Dave Wysochanski 3-22/+15
2022-03-13NFS: Cleanup usage of nfs_inode in fscache interfaceGravatar Dave Wysochanski 2-15/+13
2022-03-13NFSv4.1 restrict GETATTR fs_location query to the main transportGravatar Olga Kornievskaia 1-2/+13
2022-03-13NFS: remove unneeded check in decode_devicenotify_args()Gravatar Alexey Khoroshilov 1-4/+0
2022-03-02NFS: Cache all entries in the readdirplus replyGravatar Trond Myklebust 1-14/+26
2022-03-02NFS: Optimise away the previous cookie fieldGravatar Trond Myklebust 5-17/+15
2022-03-02NFS: Fix up forced readdirplusGravatar Trond Myklebust 3-17/+41
2022-03-02NFS: Convert readdir page cache to use a cookie based indexGravatar Trond Myklebust 3-86/+69