summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfs: enable localio for non-pNFS IOTrond Myklebust2024-09-231-1/+5
* nfs: add LOCALIO supportWeston Andros Adamson2024-09-231-0/+3
* nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commitMike Snitzer2024-09-231-2/+3
* nfs: add 'noalignwrite' option for lock-less 'lost writes' preventionDan Aloni2024-09-231-0/+3
* fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_pr...Zhaoyang Huang2024-09-231-4/+2
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-2/+2
|\
| * nfs: drop usage of folio_file_posKairui Song2024-07-041-3/+3
* | Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-07-191-187/+177
|\ \
| * | nfs: pass explicit offset/count to trace eventsChristoph Hellwig2024-07-171-5/+5
| * | nfs: do not extend writes to the entire folioChristoph Hellwig2024-07-121-2/+6
| * | nfs: don't reuse partially completed requests in nfs_lock_and_join_requestsChristoph Hellwig2024-07-081-29/+20
| * | nfs: move nfs_wait_on_request to write.cChristoph Hellwig2024-07-081-0/+17
| * | nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requestsChristoph Hellwig2024-07-081-3/+64
| * | nfs: fold nfs_folio_find_and_lock_request into nfs_lock_and_join_requestsChristoph Hellwig2024-07-081-41/+27
| * | nfs: simplify nfs_folio_find_and_lock_requestChristoph Hellwig2024-07-081-17/+21
| * | nfs: remove nfs_folio_private_requestChristoph Hellwig2024-07-081-7/+2
| * | nfs: remove dead code for the old swap over NFS implementationChristoph Hellwig2024-07-081-104/+24
| * | nfs: Block on write congestionJan Kara2024-07-081-4/+11
| * | nfs: Drop pointless check from nfs_commit_release_pages()Jan Kara2024-07-081-4/+0
| * | NFSv4: Add support for delegated atime and mtime attributesTrond Myklebust2024-07-081-0/+9
| * | NFSv4: Add a flags argument to the 'have_delegation' callbackTrond Myklebust2024-07-081-1/+1
| |/
* / nfs: Remove calls to folio_set_errorMatthew Wilcox (Oracle)2024-05-311-1/+0
|/
* mm: Remove the PG_fscache alias for PG_private_2David Howells2024-04-291-2/+2
* Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-03-161-5/+1
|\
| * nfs: fix UAF in direct writesJosef Bacik2024-03-091-1/+1
| * NFS: remove sync_mode test from nfs_writepage_locked()NeilBrown2024-03-091-4/+0
* | nfs: adapt to breakup of struct file_lockJeff Layton2024-02-051-3/+2
* | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
* | nfs: convert to using new filelock helpersJeff Layton2024-02-051-2/+2
|/
* Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-01-111-11/+0
|\
| * nfs: Remove writepageMatthew Wilcox (Oracle)2024-01-041-11/+0
* | fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-211-6/+6
|/
* NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mountsTrond Myklebust2023-10-231-0/+2
* NFS: Fix potential oops in nfs_inode_remove_request()Scott Mayhew2023-10-111-1/+3
* nfs: decrement nrequests counter before releasing the reqJeff Layton2023-09-281-1/+1
* NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust2023-09-131-11/+12
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-241-3/+2
|\
| * fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-031-3/+4
* | Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-02-221-186/+194
|\ \
| * | NFS: Improve tracing of nfs_wb_folio()Trond Myklebust2023-02-141-2/+2
| * | NFS: Remove unused function nfs_wb_page()Trond Myklebust2023-02-141-5/+0
| * | NFS: Convert buffered writes to use foliosTrond Myklebust2023-02-141-173/+177
| * | NFS: Convert the function nfs_wb_page() to use foliosTrond Myklebust2023-02-141-19/+16
| * | NFS: Add a helper nfs_wb_folio()Trond Myklebust2023-02-141-0/+13
| * | NFS: Add a helper to convert a struct nfs_page into an inodeTrond Myklebust2023-02-141-4/+3
| |/
* / filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* nfs: use locks_inode_context helperJeff Layton2022-11-301-2/+2
* Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-09-121-25/+0
|\
| * NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATEAnna Schumaker2022-09-081-25/+0
* | Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-221-2/+4
|\|