aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/pagelist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-20NFS: Fix I/O request leakagesTrond Myklebust1-5/+21
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-1/+1
2018-12-19nfs: fix comment to nfs_generic_pg_test which does the oppositePavel Tikhomirov1-1/+1
2018-10-18nfs: remove redundant call to nfs_context_set_write_error()Benjamin Coddington1-4/+0
2018-10-18nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington1-19/+21
2018-09-30NFS: Remove private spinlock in struct nfs_pgio_headerTrond Myklebust1-7/+6
2018-08-08NFS: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-03-20sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_event() APIPeter Zijlstra1-3/+3
2018-01-14NFS: remove unused offset arg in nfs_pgio_rpcsetupBenjamin Coddington1-4/+4
2017-09-11NFS: various changes relating to reporting IO errors.NeilBrown1-2/+2
2017-09-08NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust1-14/+12
2017-08-20Merge branch 'bugfixes'Trond Myklebust1-37/+40
2017-08-20NFS: Remove unused parameter gfp_flags from nfs_pageio_init()Trond Myklebust1-3/+1
2017-08-20NFSv4: Fix up mirror allocationTrond Myklebust1-34/+39
2017-08-15NFS: Wait for requests that are locked on the commit listTrond Myklebust1-0/+2
2017-08-15NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust1-3/+1
2017-08-15NFS: Remove unused parameter from nfs_page_group_lock()Trond Myklebust1-20/+11
2017-08-15NFS: Remove unuse function nfs_page_group_lock_wait()Trond Myklebust1-21/+0
2017-08-15NFS: Ensure we always dereference the page head lastTrond Myklebust1-5/+6
2017-07-13NFS: Don't run wake_up_bit() when nobody is waiting...Trond Myklebust1-1/+16
2017-07-13NFS: Fix initialization of nfs_page_array->npagesBenjamin Coddington1-0/+1