summaryrefslogtreecommitdiff
path: root/fs/nfs/pagelist.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-11NFS: Convert buffered read paths to use netfs when fscache is enabledDave Wysochanski1-0/+4
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-48/+169
2023-02-14NFS: Clean up O_DIRECT request allocationTrond Myklebust1-6/+9
2023-02-14NFS: Convert buffered reads to use foliosTrond Myklebust1-0/+30
2023-02-14NFS: Convert the remaining pagelist helper functions to support foliosTrond Myklebust1-22/+50
2023-02-14NFS: Add a helper to convert a struct nfs_page into an inodeTrond Myklebust1-1/+1
2023-02-14NFS: Fix nfs_coalesce_size() to work with foliosTrond Myklebust1-9/+19
2023-02-14NFS: Support folios in nfs_generic_pgio()Trond Myklebust1-11/+57
2023-02-14NFS: Add basic functionality for tracking folios in struct nfs_pageTrond Myklebust1-2/+3
2023-02-14NFS: Fix for xfstests generic/208Trond Myklebust1-0/+3
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-11-30nfs: use locks_inode_context helperJeff Layton1-1/+1
2022-05-31NFSv4.1 mark qualified async operations as MOVEABLE tasksOlga Kornievskaia1-0/+3
2022-03-25NFS: Don't loop forever in nfs_do_recoalesce()Trond Myklebust1-0/+1
2022-03-22NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust1-5/+5
2021-10-20SUNRPC: Trace calls to .rpc_call_doneChuck Lever1-3/+0
2021-10-03NFS: Fix a few more clear_bit() instances that need release semanticsTrond Myklebust1-8/+2
2021-07-08NFSv4.1 identify and mark RPC tasks that can move between transportsOlga Kornievskaia1-2/+6
2021-05-26NFS: Clean up reset of the mirror accounting variablesTrond Myklebust1-8/+1
2021-05-26NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust1-7/+5
2021-05-26NFS: Fix an Oopsable condition in __nfs_pageio_add_request()Trond Myklebust1-4/+5
2021-04-05NFS: Fix up incorrect documentationTrond Myklebust1-2/+2
2020-11-30pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabledTrond Myklebust1-9/+27
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-11NFS: Add a tracepoint in nfs_set_pgio_error()Chuck Lever1-0/+2
2020-05-13NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfsTrond Myklebust1-2/+3
2020-04-01NFS: Refactor nfs_lock_and_join_requests()Trond Myklebust1-2/+24
2020-04-01NFS: Reverse the submission order of requests in __nfs_pageio_add_request()Trond Myklebust1-69/+64
2020-04-01NFS: Clean up nfs_lock_and_join_requests()Trond Myklebust1-0/+74
2020-04-01NFS: Remove the redundant function nfs_pgio_has_mirroring()Trond Myklebust1-5/+2
2020-04-01NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust1-9/+8
2020-04-01NFS: Fix use-after-free issues in nfs_pageio_add_request()Trond Myklebust1-24/+24
2020-04-01NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()Trond Myklebust1-22/+45
2020-03-28NFS: Remove unused FLUSH_SYNC support in nfs_initiate_pgio()Trond Myklebust1-12/+3
2020-03-16NFS: Assume cred is pinned by open context in I/O requestsTrond Myklebust1-1/+1
2019-08-19NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust1-1/+1
2019-08-19NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust1-0/+1
2019-08-19NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Trond Myklebust1-7/+9
2019-07-06NFS: Clean up writeback codeTrond Myklebust1-4/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-25NFS: Remove redundant open context from nfs_pageTrond Myklebust1-6/+2
2019-04-25NFS: Add a helper to return a pointer to the open context of a struct nfs_pageTrond Myklebust1-4/+4
2019-04-25pNFS: Add tracking to limit the number of pNFS retriesTrond Myklebust1-1/+13
2019-04-25NFS: Remove unused argument from nfs_create_request()Trond Myklebust1-8/+8
2019-04-25NFS: Fix up NFS I/O subrequest creationTrond Myklebust1-38/+55
2019-02-20NFS: Fix up documentation warningsTrond Myklebust1-4/+3
2019-02-20NFS: Pass error information to the pgio error cleanup routineTrond Myklebust1-2/+3
2019-02-20NFS: Clean up list moves of struct nfs_pageTrond Myklebust1-8/+4
2019-02-20NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust1-1/+1
2019-02-20NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust1-1/+0