Age | Commit message (Expand) | Author |
2015-07-03 | NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writes | Trond Myklebust |
2014-11-12 | nfs: remove spurious WARN_ON_ONCE in write path | Weston Andros Adamson |
2014-09-25 | NFS: avoid waiting at all in nfs_release_page when congested. | NeilBrown |
2014-09-25 | NFS: avoid deadlocks with loop-back mounted NFS filesystems. | NeilBrown |
2014-09-24 | NFS: don't use STABLE writes during writeback. | NeilBrown |
2014-09-12 | NFS: Unconditionally enable commit code | Anna Schumaker |
2014-09-10 | NFS: Fix a compile warning when !(CONFIG_NFS_V3 || CONFIG_NFS_V4) | Trond Myklebust |
2014-09-10 | nfs41: add a helper function to set layoutcommit after commit | Peng Tao |
2014-08-22 | nfs: don't sleep with inode lock in lock_and_join_requests | Weston Andros Adamson |
2014-08-22 | nfs: fix error handling in lock_and_join_requests | Weston Andros Adamson |
2014-08-22 | nfs: change nfs_page_group_lock argument | Weston Andros Adamson |
2014-08-13 | Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2014-08-03 | nfs: clear_request_commit while holding i_lock | Weston Andros Adamson |
2014-08-03 | pnfs: find swapped pages on pnfs commit lists too | Weston Andros Adamson |
2014-08-03 | nfs: fix comment and add warn_on for PG_INODE_REF | Weston Andros Adamson |
2014-08-03 | nfs: check wait_on_bit_lock err in page_group_lock | Weston Andros Adamson |
2014-07-28 | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n... | Ingo Molnar |
2014-07-16 | sched: Remove proliferation of wait_on_bit() action functions | NeilBrown |
2014-07-13 | Merge branch 'bugfixes' into linux-next | Trond Myklebust |
2014-07-12 | NFS: Remove 2 unused variables | Trond Myklebust |
2014-07-12 | nfs: handle multiple reqs in nfs_wb_page_cancel | Weston Andros Adamson |
2014-07-12 | nfs: handle multiple reqs in nfs_page_async_flush | Weston Andros Adamson |
2014-07-12 | nfs: change find_request to find_head_request | Weston Andros Adamson |
2014-07-12 | nfs: mark nfs_page reqs with flag for extra ref | Weston Andros Adamson |
2014-06-24 | nfs: remove unused writeverf code | Weston Andros Adamson |
2014-06-24 | nfs: merge nfs_pgio_data into _header | Weston Andros Adamson |
2014-06-24 | nfs: rename members of nfs_pgio_data | Weston Andros Adamson |
2014-06-24 | nfs: move nfs_pgio_data and remove nfs_rw_header | Weston Andros Adamson |
2014-06-24 | nfs: Fix cache_validity check in nfs_write_pageuptodate() | Scott Mayhew |
2014-06-10 | Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2014-05-29 | nfs: page group support in nfs_mark_uptodate | Weston Andros Adamson |
2014-05-29 | nfs: page group syncing in write path | Weston Andros Adamson |
2014-05-29 | nfs: add support for multiple nfs reqs per page | Weston Andros Adamson |
2014-05-29 | nfs: remove unused arg from nfs_create_request | Weston Andros Adamson |
2014-05-29 | NFS: Create a common nfs_pageio_ops struct | Anna Schumaker |
2014-05-29 | NFS: Create a common generic_pg_pgios() | Anna Schumaker |
2014-05-29 | NFS: Create a common multiple_pgios() function | Anna Schumaker |
2014-05-29 | NFS: Create a common initiate_pgio() function | Anna Schumaker |
2014-05-28 | NFS: Create a generic_pgio function | Anna Schumaker |
2014-05-28 | NFS: Create a common pgio_error function | Anna Schumaker |
2014-05-28 | NFS: Create a common rpcsetup function for reads and writes | Anna Schumaker |
2014-05-28 | NFS: Create a common rpc_call_ops struct | Anna Schumaker |
2014-05-28 | NFS: Create a common nfs_pgio_result_common function | Anna Schumaker |
2014-05-28 | NFS: Create a common pgio_rpc_prepare function | Anna Schumaker |
2014-05-28 | NFS: Create a common rw_header_alloc and rw_header_free function | Anna Schumaker |
2014-05-28 | NFS: Create a common pgio_alloc and pgio_release function | Anna Schumaker |
2014-05-28 | NFS: Move the write verifier into the nfs_pgio_header | Anna Schumaker |
2014-05-28 | NFS: Create a common read and write header struct | Anna Schumaker |
2014-05-28 | NFS: Create a common read and write data struct | Anna Schumaker |
2014-05-28 | NFS: Create a common results structure for reads and writes | Anna Schumaker |