summaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-03-161-3/+15
|\
| * nfs: fix UAF in direct writesJosef Bacik2024-03-091-2/+9
| * nfs: properly protect nfs_direct_req fieldsJosef Bacik2024-03-091-1/+6
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-2/+1
|/
* NFS: drop unused nfs_direct_req bytes_leftBenjamin Coddington2024-01-041-4/+2
* pNFS: Fix the pnfs block driver's calculation of layoutget sizeTrond Myklebust2024-01-041-2/+3
* NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust2023-09-131-6/+11
* NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust2023-09-131-3/+5
* NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust2023-09-131-16/+31
* NFS: Fix O_DIRECT locking issuesTrond Myklebust2023-09-131-4/+4
* NFS: Fix error handling for O_DIRECT write schedulingTrond Myklebust2023-09-111-16/+46
* NFS: Fix a potential data corruptionTrond Myklebust2023-08-241-1/+19
* NFS: Fix a use after free in nfs_direct_join_group()Trond Myklebust2023-08-171-10/+16
* NFS: Clean up O_DIRECT request allocationTrond Myklebust2023-02-141-8/+4
* Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-101-35/+15
|\
| * nfs: only issue commit in DIO codepath if we have uncommitted dataJeff Layton2022-07-231-1/+1
| * nfs: always check dreq->error after a commitJeff Layton2022-07-231-1/+2
| * nfs: add new nfs_direct_req tracepoint eventsJeff Layton2022-07-231-33/+12
* | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-4/+2
* | new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-1/+1
|/
* nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown2022-05-091-13/+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-131-14/+28
* nfs: Convert to new fscache volume/cookie APIDave Wysochanski2022-01-101-0/+2
* Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-101-1/+1
|\
| * NFS: Fix up commit deadlocksTrond Myklebust2021-10-201-1/+1
* | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
|/
* NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECTTrond Myklebust2021-06-131-10/+7
* Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-08-151-1/+1
|\
| * NFS: remove redundant initialization of variable resultColin Ian King2020-07-281-1/+1
* | SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2020-07-171-9/+4
|/
* NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2020-06-261-4/+9
* NFS: Fix direct WRITE throughput regressionChuck Lever2020-06-111-0/+2
* NFS: remove redundant initialization of variable resultColin Ian King2020-06-111-1/+1
* NFS: Try to join page groups before an O_DIRECT retransmissionTrond Myklebust2020-04-011-0/+20
* NFS: Fix a request reference leak in nfs_direct_write_clear_reqs()Trond Myklebust2020-04-011-0/+1
* NFS/pNFS: Clean up pNFS commit operationsTrond Myklebust2020-03-271-4/+2
* NFS: Remove bucket array from struct pnfs_ds_commit_infoTrond Myklebust2020-03-271-1/+0
* NFS: Fix O_DIRECT commit verifier handlingTrond Myklebust2020-03-271-122/+13
* NFS: commit errors should be fatalTrond Myklebust2020-03-271-2/+30
* NFS/pNFS: Allow O_DIRECT to release the DS commitinfoTrond Myklebust2020-03-271-0/+1
* NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoTrond Myklebust2020-03-271-0/+1
* NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro2020-03-221-0/+2
* NFS: Fix nfs_direct_write_reschedule_io()Trond Myklebust2020-01-151-1/+2
* NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust2020-01-151-2/+2
* NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust2019-10-091-42/+0
* NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust2019-10-091-35/+43
* NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust2019-08-191-9/+18
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* pNFS: Add tracking to limit the number of pNFS retriesTrond Myklebust2019-04-251-0/+7