| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: change sign of nfs_fh length | Frank Sorenson | 2018-10-23 | 1 | -1/+1 |
* | nfs: remove redundant call to nfs_context_set_write_error() | Benjamin Coddington | 2018-10-18 | 1 | -4/+0 |
* | nfs: Fix a missed page unlock after pg_doio() | Benjamin Coddington | 2018-10-18 | 1 | -19/+21 |
* | NFSv4.x: fix lock recovery during delegation recall | Olga Kornievskaia | 2018-10-05 | 1 | -3/+3 |
* | NFSv4: Fix lookup revalidate of regular files | Trond Myklebust | 2018-09-30 | 1 | -40/+39 |
* | NFS: Refactor nfs_lookup_revalidate() | Trond Myklebust | 2018-09-30 | 1 | -96/+126 |
* | NFS: Fix dentry revalidation on NFSv4 lookup | Trond Myklebust | 2018-09-30 | 1 | -3/+12 |
* | NFS: Remove private spinlock in struct nfs_pgio_header | Trond Myklebust | 2018-09-30 | 2 | -13/+10 |
* | NFSv3: Improve NFSv3 performance when server returns no post-op attributes | Trond Myklebust | 2018-09-30 | 2 | -1/+10 |
* | NFSv4: Split out NFS v4.2 copy completion functions | Anna Schumaker | 2018-09-30 | 1 | -15/+26 |
* | NFS: Reduce indentation of nfs4_recovery_handle_error() | Anna Schumaker | 2018-09-30 | 1 | -32/+32 |
* | NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state() | Anna Schumaker | 2018-09-30 | 1 | -37/+33 |
* | NFS: Split out the body of nfs4_reclaim_open_state() | Anna Schumaker | 2018-09-30 | 1 | -36/+47 |
* | nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSes | Tigran Mkrtchyan | 2018-09-30 | 1 | -1/+1 |
* | NFSv4.1: Fix the r/wsize checking | Trond Myklebust | 2018-09-30 | 1 | -7/+9 |
* | NFSv4: Convert struct nfs4_state to use refcount_t | Trond Myklebust | 2018-09-30 | 3 | -9/+9 |
* | NFSv4: Convert open state lookup to use RCU | Trond Myklebust | 2018-09-30 | 2 | -6/+7 |
* | NFS: Convert lookups of the open context to RCU | Trond Myklebust | 2018-09-30 | 5 | -38/+55 |
* | NFS: Simplify internal check for whether file is open for write | Trond Myklebust | 2018-09-30 | 1 | -9/+1 |
* | NFS: Convert lookups of the lock context to RCU | Trond Myklebust | 2018-09-30 | 1 | -13/+12 |
* | pNFS: Don't allocate more pages than we need to fit a layoutget response | Trond Myklebust | 2018-09-30 | 4 | -0/+10 |
* | pNFS: Don't zero out the array in nfs4_alloc_pages() | Trond Myklebust | 2018-09-30 | 1 | -2/+2 |
* | SUNRPC: Add a label for RPC calls that require allocation on receive | Trond Myklebust | 2018-09-30 | 1 | -1/+3 |
* | Merge tag 'nfs-for-4.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2018-09-15 | 4 | -24/+39 |
|\ |
|
| * | NFS: Don't open code clearing of delegation state | Trond Myklebust | 2018-09-14 | 1 | -9/+12 |
| * | NFSv4.1 fix infinite loop on I/O. | Trond Myklebust | 2018-09-14 | 2 | -3/+9 |
| * | NFSv4: Fix a tracepoint Oops in initiate_file_draining() | Trond Myklebust | 2018-09-14 | 1 | -1/+1 |
| * | pNFS: Ensure we return the error if someone kills a waiting layoutget | Trond Myklebust | 2018-09-14 | 1 | -10/+16 |
| * | NFSv4: Fix a tracepoint Oops in initiate_file_draining() | Trond Myklebust | 2018-09-14 | 1 | -1/+1 |
* | | Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2018-08-24 | 26 | -161/+814 |
|\| |
|
| * | pNFS: Remove unwanted optimisation of layoutget | Trond Myklebust | 2018-08-21 | 1 | -6/+0 |
| * | pNFS/flexfiles: ff_layout_pg_init_read should exit on error | Trond Myklebust | 2018-08-21 | 1 | -17/+11 |
| * | pNFS: Treat RECALLCONFLICT like DELAY... | Trond Myklebust | 2018-08-16 | 1 | -9/+0 |
| * | pNFS: When updating the stateid in layoutreturn, also update the recall range | Trond Myklebust | 2018-08-16 | 3 | -2/+11 |
| * | NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence() | Trond Myklebust | 2018-08-15 | 1 | -4/+10 |
| * | NFSv4: Fix locking in pnfs_generic_recover_commit_reqs | Trond Myklebust | 2018-08-15 | 1 | -9/+7 |
| * | NFSv4: Fix a typo in nfs4_init_channel_attrs() | Trond Myklebust | 2018-08-13 | 1 | -1/+1 |
| * | NFSv4: Don't busy wait if NFSv4 session draining is interrupted | Trond Myklebust | 2018-08-13 | 1 | -5/+13 |
| * | NFS recover from destination server reboot for copies | Olga Kornievskaia | 2018-08-13 | 4 | -5/+39 |
| * | NFS add a simple sync nfs4_proc_commit after async COPY | Olga Kornievskaia | 2018-08-09 | 3 | -1/+66 |
| * | NFS handle COPY ERR_OFFLOAD_NO_REQS | Olga Kornievskaia | 2018-08-09 | 1 | -1/+5 |
| * | NFS send OFFLOAD_CANCEL when COPY killed | Olga Kornievskaia | 2018-08-09 | 1 | -1/+90 |
| * | NFS export nfs4_async_handle_error | Olga Kornievskaia | 2018-08-09 | 2 | -1/+4 |
| * | NFS handle COPY reply CB_OFFLOAD call race | Olga Kornievskaia | 2018-08-09 | 3 | -5/+49 |
| * | NFS add support for asynchronous COPY | Olga Kornievskaia | 2018-08-09 | 4 | -9/+93 |
| * | NFS COPY xdr handle async reply | Olga Kornievskaia | 2018-08-09 | 1 | -10/+12 |
| * | NFS OFFLOAD_CANCEL xdr | Olga Kornievskaia | 2018-08-09 | 3 | -0/+70 |
| * | NFS CB_OFFLOAD xdr | Olga Kornievskaia | 2018-08-09 | 3 | -1/+98 |
| * | NFS: Use an appropriate work queue for direct-write completion | NeilBrown | 2018-08-08 | 1 | -1/+1 |
| * | NFSv4: Fix error handling in nfs4_sp4_select_mode() | Wei Yongjun | 2018-08-08 | 1 | -1/+1 |