| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-13 | NFS: check if suid/sgid was cleared after a write as needed | Scott Mayhew | 1 | -1/+2 |
| 2025-09-26 | NFSv4/flexfiles: Use ds_commit_idx when marking a write commit | Jonathan Curley | 1 | -1/+1 |
| 2025-09-23 | NFS: Enable use of the RWF_DONTCACHE flag on the NFS client | Trond Myklebust | 1 | -1/+3 |
| 2025-09-23 | sunrpc: remove dfprintk_cont() and dfprintk_rcu_cont() | Jeff Layton | 1 | -3/+3 |
| 2025-09-23 | nfs: add tracepoints to nfs_writepages() | Jeff Layton | 1 | -4/+6 |
| 2025-09-23 | nfs: more in-depth tracing of writepage events | Jeff Layton | 1 | -0/+2 |
| 2025-09-23 | nfs: new tracepoints around write handling | Jeff Layton | 1 | -1/+9 |
| 2025-09-06 | NFS: Fix the marking of the folio as up to date | Trond Myklebust | 1 | -47/+5 |
| 2025-09-06 | NFS: nfs_invalidate_folio() must observe the offset and size arguments | Trond Myklebust | 1 | -0/+1 |
| 2025-08-19 | NFS: Fix a race when updating an existing write | Trond Myklebust | 1 | -19/+10 |
| 2025-08-09 | Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -2/+6 |
| 2025-07-14 | NFS: Allow folio migration for the case of mode == MIGRATE_SYNC | Trond Myklebust | 1 | -2/+6 |
| 2025-07-09 | mm: remove the for_reclaim field from struct writeback_control | Christoph Hellwig | 1 | -1/+1 |
| 2025-05-28 | nfs: use writeback_iter directly | Christoph Hellwig | 1 | -12/+6 |
| 2025-05-28 | nfs: refactor nfs_do_writepage | Christoph Hellwig | 1 | -10/+9 |
| 2025-05-28 | nfs: don't return AOP_WRITEPAGE_ACTIVATE from nfs_do_writepage | Christoph Hellwig | 1 | -4/+1 |
| 2025-05-28 | nfs: fold nfs_page_async_flush into nfs_do_writepage | Christoph Hellwig | 1 | -10/+4 |
| 2025-04-02 | nfs: Add missing release on error in nfs_lock_and_join_requests() | Dan Carpenter | 1 | -1/+3 |
| 2025-01-14 | nfs: cache all open LOCALIO nfsd_file(s) in client | Mike Snitzer | 1 | -1/+2 |
| 2024-11-18 | Revert "nfs: don't reuse partially completed requests in nfs_lock_and_join_re... | Trond Myklebust | 1 | -20/+29 |
| 2024-11-09 | Revert "fs: nfs: fix missing refcnt by replacing folio_set_private by folio_a... | Trond Myklebust | 1 | -2/+4 |
| 2024-09-23 | nfs: enable localio for non-pNFS IO | Trond Myklebust | 1 | -1/+5 |
| 2024-09-23 | nfs: add LOCALIO support | Weston Andros Adamson | 1 | -0/+3 |
| 2024-09-23 | nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit | Mike Snitzer | 1 | -2/+3 |
| 2024-09-23 | nfs: add 'noalignwrite' option for lock-less 'lost writes' prevention | Dan Aloni | 1 | -0/+3 |
| 2024-09-23 | fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_pr... | Zhaoyang Huang | 1 | -4/+2 |
| 2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2024-07-18 | Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -187/+177 |
| 2024-07-17 | nfs: pass explicit offset/count to trace events | Christoph Hellwig | 1 | -5/+5 |
| 2024-07-12 | nfs: do not extend writes to the entire folio | Christoph Hellwig | 1 | -2/+6 |
| 2024-07-08 | nfs: don't reuse partially completed requests in nfs_lock_and_join_requests | Christoph Hellwig | 1 | -29/+20 |
| 2024-07-08 | nfs: move nfs_wait_on_request to write.c | Christoph Hellwig | 1 | -0/+17 |
| 2024-07-08 | nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requests | Christoph Hellwig | 1 | -3/+64 |
| 2024-07-08 | nfs: fold nfs_folio_find_and_lock_request into nfs_lock_and_join_requests | Christoph Hellwig | 1 | -41/+27 |
| 2024-07-08 | nfs: simplify nfs_folio_find_and_lock_request | Christoph Hellwig | 1 | -17/+21 |
| 2024-07-08 | nfs: remove nfs_folio_private_request | Christoph Hellwig | 1 | -7/+2 |
| 2024-07-08 | nfs: remove dead code for the old swap over NFS implementation | Christoph Hellwig | 1 | -104/+24 |
| 2024-07-08 | nfs: Block on write congestion | Jan Kara | 1 | -4/+11 |
| 2024-07-08 | nfs: Drop pointless check from nfs_commit_release_pages() | Jan Kara | 1 | -4/+0 |
| 2024-07-08 | NFSv4: Add support for delegated atime and mtime attributes | Trond Myklebust | 1 | -0/+9 |
| 2024-07-08 | NFSv4: Add a flags argument to the 'have_delegation' callback | Trond Myklebust | 1 | -1/+1 |
| 2024-07-03 | nfs: drop usage of folio_file_pos | Kairui Song | 1 | -3/+3 |
| 2024-05-31 | nfs: Remove calls to folio_set_error | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2024-04-29 | mm: Remove the PG_fscache alias for PG_private_2 | David Howells | 1 | -2/+2 |
| 2024-03-16 | Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -5/+1 |
| 2024-03-09 | nfs: fix UAF in direct writes | Josef Bacik | 1 | -1/+1 |
| 2024-03-09 | NFS: remove sync_mode test from nfs_writepage_locked() | NeilBrown | 1 | -4/+0 |
| 2024-02-05 | nfs: adapt to breakup of struct file_lock | Jeff Layton | 1 | -3/+2 |
| 2024-02-05 | filelock: split common fields into struct file_lock_core | Jeff Layton | 1 | -0/+1 |
| 2024-02-05 | nfs: convert to using new filelock helpers | Jeff Layton | 1 | -2/+2 |
| 2024-01-10 | Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -11/+0 |
| 2024-01-04 | nfs: Remove writepage | Matthew Wilcox (Oracle) | 1 | -11/+0 |
| 2023-11-21 | fs: Rename mapping private members | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2023-10-22 | NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mounts | Trond Myklebust | 1 | -0/+2 |
| 2023-10-11 | NFS: Fix potential oops in nfs_inode_remove_request() | Scott Mayhew | 1 | -1/+3 |
| 2023-09-28 | nfs: decrement nrequests counter before releasing the req | Jeff Layton | 1 | -1/+1 |
| 2023-09-13 | NFS: Use the correct commit info in nfs_join_page_group() | Trond Myklebust | 1 | -11/+12 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+2 |
| 2023-02-22 | Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -186/+194 |
| 2023-02-14 | NFS: Improve tracing of nfs_wb_folio() | Trond Myklebust | 1 | -2/+2 |
| 2023-02-14 | NFS: Remove unused function nfs_wb_page() | Trond Myklebust | 1 | -5/+0 |
| 2023-02-14 | NFS: Convert buffered writes to use folios | Trond Myklebust | 1 | -173/+177 |
| 2023-02-14 | NFS: Convert the function nfs_wb_page() to use folios | Trond Myklebust | 1 | -19/+16 |
| 2023-02-14 | NFS: Add a helper nfs_wb_folio() | Trond Myklebust | 1 | -0/+13 |
| 2023-02-14 | NFS: Add a helper to convert a struct nfs_page into an inode | Trond Myklebust | 1 | -4/+3 |
| 2023-02-02 | fs: convert writepage_t callback to pass a folio | Matthew Wilcox (Oracle) | 1 | -3/+4 |
| 2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton | 1 | -0/+1 |
| 2022-11-30 | nfs: use locks_inode_context helper | Jeff Layton | 1 | -2/+2 |
| 2022-09-12 | Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -25/+0 |
| 2022-09-08 | NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE | Anna Schumaker | 1 | -25/+0 |
| 2022-08-22 | Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -2/+4 |
| 2022-08-13 | NFS: Fix another fsync() issue after a server reboot | Trond Myklebust | 1 | -2/+4 |
| 2022-08-10 | Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -23/+35 |
| 2022-08-09 | NFS: Improve write error tracing | Trond Myklebust | 1 | -3/+5 |
| 2022-08-02 | NFS: nfs_async_write_reschedule_io must not recurse into the writeback code | Trond Myklebust | 1 | -2/+0 |
| 2022-08-02 | mm/migrate: Convert migrate_page() to migrate_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-08-02 | nfs: Convert to migrate_folio | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2022-07-23 | nfs: only issue commit in DIO codepath if we have uncommitted data | Jeff Layton | 1 | -18/+30 |
| 2022-05-31 | NFSv4.1 mark qualified async operations as MOVEABLE tasks | Olga Kornievskaia | 1 | -0/+4 |
| 2022-05-17 | NFS: Further fixes to the writeback error handling | Trond Myklebust | 1 | -21/+18 |
| 2022-05-17 | NFS: Don't report errors from nfs_pageio_complete() more than once | Trond Myklebust | 1 | -8/+1 |
| 2022-05-17 | NFS: Do not report EINTR/ERESTARTSYS as mapping errors | Trond Myklebust | 1 | -1/+1 |
| 2022-03-29 | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -19/+24 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -4/+4 |
| 2022-03-22 | nfs: remove reliance on bdi congestion | NeilBrown | 1 | -3/+11 |
| 2022-03-22 | NFS: Avoid writeback threads getting stuck in mempool_alloc() | Trond Myklebust | 1 | -2/+8 |
| 2022-03-22 | NFS: nfsiod should not block forever in mempool_alloc() | Trond Myklebust | 1 | -15/+9 |
| 2022-03-15 | nfs: Convert from invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2022-03-13 | SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC | NeilBrown | 1 | -0/+2 |
| 2022-02-25 | NFS: Use of mapping_set_error() results in spurious errors | Trond Myklebust | 1 | -1/+4 |
| 2022-02-25 | NFS: Replace last uses of NFS_INO_REVAL_PAGECACHE | Trond Myklebust | 1 | -1/+1 |
| 2022-01-10 | nfs: Implement cache I/O by accessing the cache directly | David Howells | 1 | -2/+5 |
| 2022-01-10 | nfs: Convert to new fscache volume/cookie API | Dave Wysochanski | 1 | -0/+1 |
| 2021-10-21 | NFS: Remove redundant call to __set_page_dirty_nobuffers | Trond Myklebust | 1 | -2/+0 |
| 2021-10-20 | SUNRPC: Trace calls to .rpc_call_done | Chuck Lever | 1 | -3/+0 |
| 2021-10-20 | NFS: Fix up commit deadlocks | Trond Myklebust | 1 | -3/+6 |
| 2021-10-10 | NFS: Fix deadlocks in nfs_scan_commit_list() | Trond Myklebust | 1 | -15/+2 |
| 2021-10-10 | NFS: Instrument i_size_write() | Chuck Lever | 1 | -0/+1 |
| 2021-10-03 | NFS: Fix up nfs_ctx_key_to_expire() | Trond Myklebust | 1 | -13/+28 |
| 2021-07-08 | NFSv4.1 identify and mark RPC tasks that can move between transports | Olga Kornievskaia | 1 | -1/+5 |
| 2021-04-13 | NFSv4: Don't modify the change attribute cached in the inode | Trond Myklebust | 1 | -3/+0 |
| 2021-04-13 | NFS: Separate tracking of file mode cache validity from the uid/gid | Trond Myklebust | 1 | -1/+1 |
| 2021-04-12 | NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validity | Trond Myklebust | 1 | -1/+1 |
| 2021-03-08 | NFS: Fix open coded versions of nfs_set_cache_invalid() | Trond Myklebust | 1 | -4/+4 |
| 2021-02-16 | NFS: Add support for eager writes | Trond Myklebust | 1 | -5/+12 |
| 2021-02-08 | NFS: Optimise sparse writes past the end of file | Trond Myklebust | 1 | -8/+12 |
| 2020-06-02 | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead | NeilBrown | 1 | -2/+2 |
| 2020-05-13 | NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfs | Trond Myklebust | 1 | -2/+2 |
| 2020-04-01 | NFS: Try to join page groups before an O_DIRECT retransmission | Trond Myklebust | 1 | -1/+1 |
| 2020-04-01 | NFS: Refactor nfs_lock_and_join_requests() | Trond Myklebust | 1 | -66/+98 |
| 2020-04-01 | NFS: Clean up nfs_lock_and_join_requests() | Trond Myklebust | 1 | -71/+20 |
| 2020-04-01 | NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests() | Trond Myklebust | 1 | -2/+8 |
| 2020-04-01 | NFS: Fix a page leak in nfs_destroy_unlinked_subrequests() | Trond Myklebust | 1 | -0/+1 |
| 2020-03-27 | NFS: Fix O_DIRECT commit verifier handling | Trond Myklebust | 1 | -2/+1 |
| 2020-03-26 | NFS/pNFS: Refactor pnfs_generic_commit_pagelist() | Trond Myklebust | 1 | -4/+9 |
| 2020-03-16 | NFS: Assume cred is pinned by open context in I/O requests | Trond Myklebust | 1 | -1/+1 |
| 2020-01-15 | NFS: When resending after a short write, reset the reply count to zero | Trond Myklebust | 1 | -0/+2 |
| 2020-01-15 | NFS: Clean up generic file commit tracepoint | Trond Myklebust | 1 | -1/+1 |
| 2020-01-15 | NFS: Clean up generic writeback tracepoints | Trond Myklebust | 1 | -4/+2 |
| 2020-01-15 | NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes() | Trond Myklebust | 1 | -1/+3 |
| 2020-01-15 | NFS: Revalidate the file mapping on all fatal writeback errors | Trond Myklebust | 1 | -3/+4 |
| 2020-01-15 | NFS: Revalidate the file size on a fatal write error | Trond Myklebust | 1 | -0/+8 |
| 2020-01-15 | NFS: Introduce trace events triggered by page writeback errors | Chuck Lever | 1 | -0/+3 |
| 2019-10-02 | nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request | ZhangXiaoxu | 1 | -2/+3 |
| 2019-08-27 | NFS: remove set but not used variable 'mapping' | YueHaibing | 1 | -2/+0 |
| 2019-08-26 | NFS: Fix writepage(s) error handling to not report errors twice | Trond Myklebust | 1 | -8/+13 |
| 2019-08-26 | NFS: Fix spurious EIO read errors | Trond Myklebust | 1 | -12/+0 |
| 2019-08-19 | NFS: On fatal writeback errors, we need to call nfs_inode_remove_request() | Trond Myklebust | 1 | -0/+3 |
| 2019-07-06 | NFS: Clean up writeback code | Trond Myklebust | 1 | -5/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-25 | NFS: Add a helper to return a pointer to the open context of a struct nfs_page | Trond Myklebust | 1 | -9/+11 |
| 2019-04-25 | pNFS: Add tracking to limit the number of pNFS retries | Trond Myklebust | 1 | -0/+5 |
| 2019-04-25 | NFS: Remove unused argument from nfs_create_request() | Trond Myklebust | 1 | -1/+1 |
| 2019-04-25 | NFS: Replace custom error reporting mechanism with generic one | Trond Myklebust | 1 | -18/+22 |
| 2019-04-25 | NFS: Don't call generic_error_remove_page() while holding locks | Trond Myklebust | 1 | -2/+1 |
| 2019-04-25 | NFS: Don't interrupt file writeout due to fatal errors | Trond Myklebust | 1 | -1/+1 |
| 2019-02-20 | NFS: Fix up documentation warnings | Trond Myklebust | 1 | -1/+0 |
| 2019-02-20 | NFS: Ensure NFS writeback allocations don't recurse back into NFS. | Trond Myklebust | 1 | -1/+6 |
| 2019-02-20 | NFS: Pass error information to the pgio error cleanup routine | Trond Myklebust | 1 | -2/+9 |
| 2019-02-12 | NFS: Don't use page_file_mapping after removing the page | Benjamin Coddington | 1 | -5/+6 |
| 2019-01-29 | NFS: Fix up return value on fatal errors in nfs_page_async_flush() | Trond Myklebust | 1 | -4/+5 |
| 2019-01-02 | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -3/+21 |
| 2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
| 2018-12-19 | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. | NeilBrown | 1 | -1/+1 |
| 2018-12-19 | NFS: move credential expiry tracking out of SUNRPC into NFS. | NeilBrown | 1 | -3/+21 |
| 2018-07-26 | NFS: Ensure we immediately start writeback on rescheduled writes | Trond Myklebust | 1 | -0/+2 |
| 2018-05-31 | NFS: Move call to nfs4_state_protect() to nfs4_commit_setup() | Anna Schumaker | 1 | -4/+1 |
| 2018-05-31 | NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup() | Anna Schumaker | 1 | -4/+1 |
| 2018-04-12 | Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -2/+6 |
| 2018-04-10 | NFSv4: Declare the size up to date after it was set. | Trond Myklebust | 1 | -0/+1 |
| 2018-04-10 | NFS: More fine grained attribute tracking | Trond Myklebust | 1 | -2/+5 |
| 2018-04-02 | Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+3 |
| 2018-03-20 | sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_even... | Peter Zijlstra | 1 | -3/+3 |
| 2018-03-08 | NFS: Fix unstable write completion | Trond Myklebust | 1 | -40/+43 |
| 2018-01-30 | Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -0/+2 |
| 2018-01-29 | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+3 |
| 2018-01-29 | nfs: convert to new i_version API | Jeff Layton | 1 | -5/+3 |
| 2018-01-14 | NFS: Add a cond_resched() to nfs_commit_release_pages() | Trond Myklebust | 1 | -0/+2 |
| 2017-12-15 | nfs: don't wait on commit in nfs_commit_inode() if there were no commit requests | Scott Mayhew | 1 | -0/+2 |
| 2017-11-17 | nfs/write: Use common error handling code in nfs_lock_and_join_requests() | Markus Elfring | 1 | -8/+9 |
| 2017-09-11 | NFS: various changes relating to reporting IO errors. | NeilBrown | 1 | -7/+0 |
| 2017-09-11 | NFS: Add static NFS I/O tracepoints | Chuck Lever | 1 | -0/+7 |
| 2017-09-09 | NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests() | Trond Myklebust | 1 | -1/+5 |
| 2017-09-09 | NFS: Don't hold the group lock when calling nfs_release_request() | Trond Myklebust | 1 | -1/+1 |
| 2017-09-09 | NFS: Remove pnfs_generic_transfer_commit_list() | Trond Myklebust | 1 | -0/+2 |
| 2017-09-09 | NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlock | Trond Myklebust | 1 | -4/+11 |
| 2017-09-06 | NFS: don't expect errors from mempool_alloc(). | NeilBrown | 1 | -4/+2 |
| 2017-08-20 | Merge branch 'bugfixes' | Trond Myklebust | 1 | -1/+1 |
| 2017-08-20 | NFS: Remove unused parameter gfp_flags from nfs_pageio_init() | Trond Myklebust | 1 | -1/+1 |
| 2017-08-15 | NFS: Wait for requests that are locked on the commit list | Trond Myklebust | 1 | -4/+13 |
| 2017-08-15 | NFS: Switch to using mapping->private_lock for page writeback lookups. | Trond Myklebust | 1 | -11/+16 |
| 2017-08-15 | NFS: Use an atomic_long_t to count the number of commits | Trond Myklebust | 1 | -5/+7 |
| 2017-08-15 | NFS: Use an atomic_long_t to count the number of requests | Trond Myklebust | 1 | -13/+5 |
| 2017-08-15 | NFSv4: Use a mutex to protect the per-inode commit lists | Trond Myklebust | 1 | -12/+12 |
| 2017-08-15 | NFS: Refactor nfs_page_find_head_request() | Trond Myklebust | 1 | -12/+30 |
| 2017-08-15 | NFSv4: Convert nfs_lock_and_join_requests() to use nfs_page_find_head_request() | Trond Myklebust | 1 | -15/+20 |
| 2017-08-15 | NFS: Fix up nfs_page_group_covers_page() | Trond Myklebust | 1 | -12/+6 |
| 2017-08-15 | NFS: Remove unused parameter from nfs_page_group_lock() | Trond Myklebust | 1 | -3/+3 |
| 2017-08-15 | NFS: Remove nfs_page_group_clear_bits() | Trond Myklebust | 1 | -26/+3 |
| 2017-08-15 | NFS: Fix nfs_page_group_destroy() and nfs_lock_and_join_requests() race cases | Trond Myklebust | 1 | -29/+29 |
| 2017-08-15 | NFS: Further optimise nfs_lock_and_join_requests() | Trond Myklebust | 1 | -27/+18 |
| 2017-08-15 | NFS: Reduce inode->i_lock contention in nfs_lock_and_join_requests() | Trond Myklebust | 1 | -18/+22 |
| 2017-08-15 | NFS: Remove page group limit in nfs_flush_incompatible() | Trond Myklebust | 1 | -2/+0 |
| 2017-08-15 | NFS: Teach nfs_try_to_update_request() to deal with request page_groups | Trond Myklebust | 1 | -40/+20 |
| 2017-08-15 | NFS: Fix the inode request accounting when pages have subrequests | Trond Myklebust | 1 | -12/+15 |
| 2017-08-15 | NFS: Don't unlock writebacks before declaring PG_WB_END | Trond Myklebust | 1 | -4/+4 |
| 2017-08-15 | NFS: Don't check request offset and size without holding a lock | Trond Myklebust | 1 | -12/+12 |
| 2017-08-15 | NFS: Fix an ABBA issue in nfs_lock_and_join_requests() | Trond Myklebust | 1 | -12/+17 |
| 2017-08-15 | NFS: Fix a reference and lock leak in nfs_lock_and_join_requests() | Trond Myklebust | 1 | -2/+1 |
| 2017-08-15 | NFS: Reduce lock contention in nfs_try_to_update_request() | Trond Myklebust | 1 | -5/+3 |
| 2017-08-15 | NFS: Reduce lock contention in nfs_page_find_head_request() | Trond Myklebust | 1 | -3/+5 |
| 2017-08-15 | NFS: Simplify page writeback | Trond Myklebust | 1 | -20/+10 |
| 2017-07-13 | NFS: Fix commit policy for non-blocking calls to nfs_write_inode() | Trond Myklebust | 1 | -1/+1 |
| 2017-07-13 | NFS: Ensure we commit after writeback is complete | Trond Myklebust | 1 | -0/+57 |
| 2017-05-10 | Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -65/+56 |
| 2017-05-08 | NFS append COMMIT after synchronous COPY | Olga Kornievskaia | 1 | -30/+0 |
| 2017-04-26 | NFSv4: Don't special case "launder" | Trond Myklebust | 1 | -16/+11 |
| 2017-04-25 | NFS: Don't write back further requests if there is a pending write error | Trond Myklebust | 1 | -4/+21 |
| 2017-04-20 | nfs: Convert to separately allocated bdi | Jan Kara | 1 | -7/+6 |
| 2017-04-20 | NFS: move rw_mode to nfs_pageio_header | Benjamin Coddington | 1 | -3/+5 |