aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c
AgeCommit message (Expand)Author
2024-01-04NFS: drop unused nfs_direct_req bytes_leftBenjamin Coddington
2024-01-04pNFS: Fix the pnfs block driver's calculation of layoutget sizeTrond Myklebust
2023-09-13NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust
2023-09-13NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust
2023-09-13NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust
2023-09-13NFS: Fix O_DIRECT locking issuesTrond Myklebust
2023-09-11NFS: Fix error handling for O_DIRECT write schedulingTrond Myklebust
2023-08-24NFS: Fix a potential data corruptionTrond Myklebust
2023-08-17NFS: Fix a use after free in nfs_direct_join_group()Trond Myklebust
2023-02-14NFS: Clean up O_DIRECT request allocationTrond Myklebust
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-07-23nfs: only issue commit in DIO codepath if we have uncommitted dataJeff Layton
2022-07-23nfs: always check dreq->error after a commitJeff Layton
2022-07-23nfs: add new nfs_direct_req tracepoint eventsJeff Layton
2022-05-09nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown
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-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski
2021-11-10Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-10-20NFS: Fix up commit deadlocksTrond Myklebust
2021-06-13NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECTTrond Myklebust
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-07-28NFS: remove redundant initialization of variable resultColin Ian King
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia
2020-06-26NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia
2020-06-11NFS: Fix direct WRITE throughput regressionChuck Lever
2020-06-11NFS: remove redundant initialization of variable resultColin Ian King
2020-04-01NFS: Try to join page groups before an O_DIRECT retransmissionTrond Myklebust
2020-04-01NFS: Fix a request reference leak in nfs_direct_write_clear_reqs()Trond Myklebust
2020-03-27NFS/pNFS: Clean up pNFS commit operationsTrond Myklebust
2020-03-27NFS: Remove bucket array from struct pnfs_ds_commit_infoTrond Myklebust
2020-03-27NFS: Fix O_DIRECT commit verifier handlingTrond Myklebust
2020-03-27NFS: commit errors should be fatalTrond Myklebust
2020-03-27NFS/pNFS: Allow O_DIRECT to release the DS commitinfoTrond Myklebust
2020-03-27NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoTrond Myklebust
2020-03-22NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro
2020-01-15NFS: Fix nfs_direct_write_reschedule_io()Trond Myklebust
2020-01-15NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust
2019-10-09NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust
2019-10-09NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust
2019-08-19NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-25pNFS: Add tracking to limit the number of pNFS retriesTrond Myklebust
2019-04-25NFS: Remove unused argument from nfs_create_request()Trond Myklebust
2019-02-20NFS: Pass error information to the pgio error cleanup routineTrond Myklebust
2019-02-20NFS: Clean up list moves of struct nfs_pageTrond Myklebust
2018-12-02nfs: don't dirty kernel pages read by direct-ioDave Kleikamp