summary refs log tree commit diff
AgeCommit message (Expand)Author
2022-04-07SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust
2022-04-07SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust
2022-04-07NFS: Ensure rpc_run_task() cannot fail in nfs_async_rename()Trond Myklebust
2022-04-07NFSv4/pnfs: Handle RPC allocation errors in nfs4_proc_layoutgetTrond Myklebust
2022-04-07SUNRPC: Handle low memory situations in call_status()Trond Myklebust
2022-04-07SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust
2022-04-07NFSv4.2: Fix missing removal of SLAB_ACCOUNT on kmem_cache allocationMuchun Song
2022-04-07SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
2022-04-07NFS: Replace readdir's use of xxhash() with hash_64()Trond Myklebust
2022-03-29SUNRPC: handle malloc failure in ->request_prepareNeilBrown
2022-03-29NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong
2022-03-29Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong
2022-03-28NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust
2022-03-25NFS: Don't loop forever in nfs_do_recoalesce()Trond Myklebust
2022-03-25SUNRPC: Don't return error values in sysfs read of closed filesTrond Myklebust
2022-03-25SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust
2022-03-24NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia
2022-03-24SUNRPC don't resend a task on an offlined transportOlga Kornievskaia
2022-03-24NFS: replace usage of found with dedicated list iterator variableJakob Koschel
2022-03-23SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown
2022-03-22pNFS/files: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-03-22pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-03-22NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-03-22NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust
2022-03-22NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust
2022-03-22SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust
2022-03-22SUNRPC: Fix unx_lookup_cred() allocationTrond Myklebust
2022-03-22NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust
2022-03-22NFS: Fix memory allocation in rpc_malloc()Trond Myklebust
2022-03-22SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust
2022-03-22SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust
2022-03-22SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust
2022-03-22SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust
2022-03-22SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust
2022-03-22NFS: Fix revalidation of empty readdir pagesTrond Myklebust
2022-03-22NFS: Don't deadlock when cookie hashes collideTrond Myklebust
2022-03-21NFSv4.1 provide mount option to toggle trunking discoveryOlga Kornievskaia
2022-03-13SUNRPC: change locking for xs_swap_enable/disableNeilBrown
2022-03-13NFS: swap-out must always use STABLE writes.NeilBrown
2022-03-13NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown
2022-03-13NFSv4: keep state manager thread active if swap is enabledNeilBrown
2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown
2022-03-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown
2022-03-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown
2022-03-13SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown
2022-03-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown
2022-03-13NFS: remove IS_SWAPFILE hackNeilBrown
2022-03-13NFS: Remove remaining dfprintks related to fscache and remove NFSDBG_FSCACHEDave Wysochanski
2022-03-13NFS: Replace dfprintks with tracepoints in fscache read and write page functionsDave Wysochanski