| Commit message (Expand) | Author | Age | Files | Lines |
* | nfsd: define xattr functions to call into their vfs counterparts | Frank van der Linden | 2020-07-13 | 2 | -0/+237 |
* | nfsd: add defines for NFSv4.2 extended attribute support | Frank van der Linden | 2020-07-13 | 1 | -1/+4 |
* | nfsd: split off the write decode code into a separate function | Frank van der Linden | 2020-07-13 | 1 | -30/+42 |
* | nfsd: fix nfsdfs inode reference count leak | J. Bruce Fields | 2020-06-29 | 1 | -0/+1 |
* | nfsd4: fix nfsdfs reference count loop | J. Bruce Fields | 2020-06-29 | 3 | -11/+22 |
* | nfsd: apply umask on fs without ACL support | J. Bruce Fields | 2020-06-17 | 1 | -0/+6 |
* | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2020-06-11 | 11 | -132/+566 |
|\ |
|
| * | nfsd: safer handling of corrupted c_type | J. Bruce Fields | 2020-06-03 | 1 | -2/+1 |
| * | nfsd4: make drc_slab global, not per-net | J. Bruce Fields | 2020-06-01 | 4 | -13/+25 |
| * | nfsd: Fix svc_xprt refcnt leak when setup callback client failed | Xiyu Yang | 2020-05-29 | 1 | -0/+2 |
| * | Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco... | J. Bruce Fields | 2020-05-21 | 7 | -101/+441 |
| |\ |
|
| | * | NFSD: Fix improperly-formatted Doxygen comments | Chuck Lever | 2020-05-20 | 2 | -17/+16 |
| | * | NFSD: Squash an annoying compiler warning | Chuck Lever | 2020-05-20 | 1 | -3/+2 |
| | * | NFSD: Add tracepoints for monitoring NFSD callbacks | Chuck Lever | 2020-05-20 | 3 | -19/+177 |
| | * | NFSD: Add tracepoints to the NFSD state management code | Chuck Lever | 2020-05-20 | 3 | -40/+152 |
| | * | NFSD: Add tracepoints to NFSD's duplicate reply cache | Chuck Lever | 2020-05-20 | 2 | -22/+94 |
| * | | nfsd: Fix old-style function definition | Ma Feng | 2020-05-11 | 1 | -1/+1 |
| * | | nfsd: clients don't need to break their own delegations | J. Bruce Fields | 2020-05-09 | 4 | -0/+24 |
| * | | nfsd: handle repeated BIND_CONN_TO_SESSION | J. Bruce Fields | 2020-05-06 | 1 | -12/+42 |
| * | | nfsd4: add filename to states output | Achilles Gaikwad | 2020-05-06 | 1 | -0/+13 |
| * | | nfsd4: stid display should preserve on-the-wire byte order | J. Bruce Fields | 2020-05-06 | 1 | -1/+2 |
| * | | nfsd4: common stateid-printing code | J. Bruce Fields | 2020-05-06 | 1 | -4/+17 |
| |/ |
|
* | | mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE | NeilBrown | 2020-06-02 | 1 | -4/+5 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2020-06-01 | 1 | -20/+6 |
|\ \
| |/
|/| |
|
| * | nfsd: use crypto_shash_tfm_digest() | Eric Biggers | 2020-05-08 | 1 | -20/+6 |
* | | SUNRPC: Fix backchannel RPC soft lockups | Chuck Lever | 2020-04-17 | 1 | -1/+3 |
* | | nfsd: memory corruption in nfsd4_lock() | Vasily Averin | 2020-04-13 | 1 | -0/+2 |
|/ |
|
* | nfsd: fsnotify on rmdir under nfsd/clients/ | J. Bruce Fields | 2020-03-19 | 1 | -0/+1 |
* | nfsd4: kill warnings on testing stateids with mismatched clientids | J. Bruce Fields | 2020-03-19 | 1 | -8/+1 |
* | nfsd: remove read permission bit for ctl sysctl | Petr Vorel | 2020-03-16 | 1 | -1/+1 |
* | NFSD: Fix NFS server build errors | Chuck Lever | 2020-03-16 | 1 | -1/+1 |
* | nfsd: export upcalls must not return ESTALE when mountd is down | Trond Myklebust | 2020-03-16 | 2 | -0/+26 |
* | nfsd: Add tracepoints for update of the expkey and export cache entries | Trond Myklebust | 2020-03-16 | 2 | -9/+61 |
* | nfsd: Add tracepoints for exp_find_key() and exp_get_by_name() | Trond Myklebust | 2020-03-16 | 2 | -2/+53 |
* | nfsd: Add tracing to nfsd_set_fh_dentry() | Trond Myklebust | 2020-03-16 | 2 | -3/+40 |
* | nfsd: Don't add locks to closed or closing open stateids | Trond Myklebust | 2020-03-16 | 1 | -30/+43 |
* | NFSD: Clean up nfsd4_encode_readv | Chuck Lever | 2020-03-16 | 1 | -5/+4 |
* | nfsd: Fix NFSv4 READ on RDMA when using readv | Chuck Lever | 2020-03-16 | 1 | -9/+11 |
* | fs: nfsd: fileache.c: Use built-in RCU list checking | Madhuparna Bhowmik | 2020-03-16 | 1 | -1/+1 |
* | fs: nfsd: nfs4state.c: Use built-in RCU list checking | Madhuparna Bhowmik | 2020-03-16 | 1 | -1/+2 |
* | nfsd: set the server_scope during service startup | Scott Mayhew | 2020-03-16 | 3 | -4/+10 |
* | Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2020-02-08 | 23 | -305/+1292 |
|\ |
|
| * | nfsd: make nfsd_filecache_wq variable static | Chen Zhou | 2020-02-07 | 1 | -1/+1 |
| * | nfsd4: fix double free in nfsd4_do_async_copy() | Dan Carpenter | 2020-02-06 | 1 | -1/+0 |
| * | nfsd: convert file cache to use over/underflow safe refcount | Trond Myklebust | 2020-02-06 | 3 | -16/+15 |
| * | nfsd: Define the file access mode enum for tracing | Trond Myklebust | 2020-02-06 | 1 | -0/+6 |
| * | nfsd: Fix a perf warning | Trond Myklebust | 2020-02-06 | 1 | -6/+6 |
| * | nfsd: Ensure sampling of the write verifier is atomic with the write | Trond Myklebust | 2020-01-22 | 7 | -15/+19 |
| * | nfsd: Ensure sampling of the commit verifier is atomic with the commit | Trond Myklebust | 2020-01-22 | 6 | -12/+14 |
| * | nfsd: Ensure exclusion between CLONE and WRITE errors | Trond Myklebust | 2020-01-22 | 1 | -7/+18 |