summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: fix fd table size alignment properlyLinus Torvalds2022-03-291-2/+1
* Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-2932-578/+1012
|\
| * NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust2022-03-283-18/+22
| * NFS: Don't loop forever in nfs_do_recoalesce()Trond Myklebust2022-03-251-0/+1
| * NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia2022-03-241-0/+1
| * NFS: replace usage of found with dedicated list iterator variableJakob Koschel2022-03-241-7/+6
| * pNFS/files: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust2022-03-221-1/+1
| * pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust2022-03-221-29/+21
| * NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust2022-03-222-23/+18
| * NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust2022-03-222-7/+13
| * NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust2022-03-223-17/+22
| * NFS: Fix revalidation of empty readdir pagesTrond Myklebust2022-03-221-2/+7
| * NFS: Don't deadlock when cookie hashes collideTrond Myklebust2022-03-221-11/+18
| * NFSv4.1 provide mount option to toggle trunking discoveryOlga Kornievskaia2022-03-212-1/+10
| * NFS: swap-out must always use STABLE writes.NeilBrown2022-03-131-4/+6
| * NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown2022-03-132-16/+30
| * NFSv4: keep state manager thread active if swap is enabledNeilBrown2022-03-134-10/+66
| * SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown2022-03-131-0/+2
| * NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown2022-03-131-4/+0
| * NFS: remove IS_SWAPFILE hackNeilBrown2022-03-131-5/+0
| * NFS: Remove remaining dfprintks related to fscache and remove NFSDBG_FSCACHEDave Wysochanski2022-03-131-10/+0
| * NFS: Replace dfprintks with tracepoints in fscache read and write page functionsDave Wysochanski2022-03-132-18/+102
| * NFS: Rename fscache read and write pages functionsDave Wysochanski2022-03-133-22/+15
| * NFS: Cleanup usage of nfs_inode in fscache interfaceDave Wysochanski2022-03-132-15/+13
| * NFSv4.1 restrict GETATTR fs_location query to the main transportOlga Kornievskaia2022-03-131-2/+13
| * NFS: remove unneeded check in decode_devicenotify_args()Alexey Khoroshilov2022-03-131-4/+0
| * NFS: Cache all entries in the readdirplus replyTrond Myklebust2022-03-021-14/+26
| * NFS: Optimise away the previous cookie fieldTrond Myklebust2022-03-024-15/+14
| * NFS: Fix up forced readdirplusTrond Myklebust2022-03-022-17/+40
| * NFS: Convert readdir page cache to use a cookie based indexTrond Myklebust2022-03-022-84/+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-024-34/+55
| * 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-021-1/+52
| * 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-021-3/+7
| * 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