aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/write.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-5/+1
2024-03-09nfs: fix UAF in direct writesGravatar Josef Bacik 1-1/+1
2024-03-09NFS: remove sync_mode test from nfs_writepage_locked()Gravatar NeilBrown 1-4/+0
2024-02-05nfs: adapt to breakup of struct file_lockGravatar Jeff Layton 1-3/+2
2024-02-05filelock: split common fields into struct file_lock_coreGravatar Jeff Layton 1-0/+1
2024-02-05nfs: convert to using new filelock helpersGravatar Jeff Layton 1-2/+2
2024-01-10Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-11/+0
2024-01-04nfs: Remove writepageGravatar Matthew Wilcox (Oracle) 1-11/+0
2023-11-21fs: Rename mapping private membersGravatar Matthew Wilcox (Oracle) 1-6/+6
2023-10-22NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mountsGravatar Trond Myklebust 1-0/+2
2023-10-11NFS: Fix potential oops in nfs_inode_remove_request()Gravatar Scott Mayhew 1-1/+3
2023-09-28nfs: decrement nrequests counter before releasing the reqGravatar Jeff Layton 1-1/+1
2023-09-13NFS: Use the correct commit info in nfs_join_page_group()Gravatar Trond Myklebust 1-11/+12
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+2
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-186/+194
2023-02-14NFS: Improve tracing of nfs_wb_folio()Gravatar Trond Myklebust 1-2/+2
2023-02-14NFS: Remove unused function nfs_wb_page()Gravatar Trond Myklebust 1-5/+0
2023-02-14NFS: Convert buffered writes to use foliosGravatar Trond Myklebust 1-173/+177
2023-02-14NFS: Convert the function nfs_wb_page() to use foliosGravatar Trond Myklebust 1-19/+16
2023-02-14NFS: Add a helper nfs_wb_folio()Gravatar Trond Myklebust 1-0/+13
2023-02-14NFS: Add a helper to convert a struct nfs_page into an inodeGravatar Trond Myklebust 1-4/+3
2023-02-02fs: convert writepage_t callback to pass a folioGravatar Matthew Wilcox (Oracle) 1-3/+4
2023-01-11filelock: move file locking definitions to separate header fileGravatar Jeff Layton 1-0/+1
2022-11-30nfs: use locks_inode_context helperGravatar Jeff Layton 1-2/+2
2022-09-12Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-25/+0
2022-09-08NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATEGravatar Anna Schumaker 1-25/+0
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-2/+4
2022-08-13NFS: Fix another fsync() issue after a server rebootGravatar Trond Myklebust 1-2/+4
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-23/+35
2022-08-09NFS: Improve write error tracingGravatar Trond Myklebust 1-3/+5
2022-08-02NFS: nfs_async_write_reschedule_io must not recurse into the writeback codeGravatar Trond Myklebust 1-2/+0
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-08-02nfs: Convert to migrate_folioGravatar Matthew Wilcox (Oracle) 1-8/+8
2022-07-23nfs: only issue commit in DIO codepath if we have uncommitted dataGravatar Jeff Layton 1-18/+30
2022-05-31NFSv4.1 mark qualified async operations as MOVEABLE tasksGravatar Olga Kornievskaia 1-0/+4
2022-05-17NFS: Further fixes to the writeback error handlingGravatar Trond Myklebust 1-21/+18
2022-05-17NFS: Don't report errors from nfs_pageio_complete() more than onceGravatar Trond Myklebust 1-8/+1
2022-05-17NFS: Do not report EINTR/ERESTARTSYS as mapping errorsGravatar Trond Myklebust 1-1/+1
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-19/+24
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-4/+4
2022-03-22nfs: remove reliance on bdi congestionGravatar NeilBrown 1-3/+11
2022-03-22NFS: Avoid writeback threads getting stuck in mempool_alloc()Gravatar Trond Myklebust 1-2/+8
2022-03-22NFS: nfsiod should not block forever in mempool_alloc()Gravatar Trond Myklebust 1-15/+9
2022-03-15nfs: Convert from invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-4/+4
2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCGravatar NeilBrown 1-0/+2
2022-02-25NFS: Use of mapping_set_error() results in spurious errorsGravatar Trond Myklebust 1-1/+4
2022-02-25NFS: Replace last uses of NFS_INO_REVAL_PAGECACHEGravatar Trond Myklebust 1-1/+1
2022-01-10nfs: Implement cache I/O by accessing the cache directlyGravatar David Howells 1-2/+5
2022-01-10nfs: Convert to new fscache volume/cookie APIGravatar Dave Wysochanski 1-0/+1
2021-10-21NFS: Remove redundant call to __set_page_dirty_nobuffersGravatar Trond Myklebust 1-2/+0