summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-3130-1474/+1510
|\
| * afs: Maintain netfs_i_context::remote_i_sizeDavid Howells2022-03-182-4/+4
| * netfs: Split some core bits out into their own fileDavid Howells2022-03-184-12/+26
| * netfs: Split fs/netfs/read_helper.cDavid Howells2022-03-183-418/+429
| * netfs: Rename read_helper.c to io.cDavid Howells2022-03-183-9/+9
| * netfs: Prepare to split read_helper.cDavid Howells2022-03-182-2/+7
| * netfs: Add a function to consolidate beginning a readDavid Howells2022-03-183-74/+73
| * netfs: Add a netfs inode contextDavid Howells2022-03-1823-238/+176
| * ceph: Make ceph_init_request() check caps on readaheadDavid Howells2022-03-181-28/+41
| * netfs: Change ->init_request() to return an error codeDavid Howells2022-03-184-27/+40
| * netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-183-17/+26
| * netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-183-20/+34
| * netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-183-16/+33
| * netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells2022-03-181-1/+1
| * netfs: Split netfs_io_* object handling outDavid Howells2022-03-184-118/+147
| * netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-185-51/+52
| * netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-187-126/+126
| * fscache: export fscache_end_operation()Jeffle Xu2022-03-183-27/+0
* | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-1/+1
|\ \
| * | kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada2022-02-141-1/+1
* | | 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