| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6 | Linus Torvalds | 2020-08-26 | 1 | -0/+2 |
|\ |
|
| * | nfsd: fix oops on mixed NFSv4/NFSv3 client access | J. Bruce Fields | 2020-08-16 | 1 | -0/+2 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 9 | -17/+17 |
|/ |
|
* | Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6 | Linus Torvalds | 2020-08-09 | 10 | -62/+966 |
|\ |
|
| * | nfsd: netns.h: delete a duplicated word | Randy Dunlap | 2020-07-24 | 1 | -1/+1 |
| * | nfsd: avoid a NULL dereference in __cld_pipe_upcall() | Scott Mayhew | 2020-07-13 | 1 | -13/+11 |
| * | nfsd4: a client's own opens needn't prevent delegations | J. Bruce Fields | 2020-07-13 | 1 | -14/+40 |
| * | nfsd: Use seq_putc() in two functions | Xu Wang | 2020-07-13 | 1 | -2/+2 |
| * | nfsd: add fattr support for user extended attributes | Frank van der Linden | 2020-07-13 | 1 | -0/+9 |
| * | nfsd: implement the xattr functions and en/decode logic | Frank van der Linden | 2020-07-13 | 2 | -0/+570 |
| * | nfsd: add structure definitions for xattr requests / responses | Frank van der Linden | 2020-07-13 | 1 | -0/+31 |
| * | nfsd: take xattr bits into account for permission checks | Frank van der Linden | 2020-07-13 | 2 | -1/+19 |
| * | 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 |
* | | Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-07 | 1 | -6/+4 |
|\ \ |
|
| * | | fsnotify: create method handle_inode_event() in fsnotify_operations | Amir Goldstein | 2020-07-27 | 1 | -8/+4 |
| * | | fsnotify: pass dir argument to handle_event() callback | Amir Goldstein | 2020-07-27 | 1 | -3/+3 |
| * | | nfsd: use fsnotify_data_inode() to get the unlinked inode | Amir Goldstein | 2020-07-15 | 1 | -1/+3 |
| |/ |
|
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-04 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 1 | -1/+1 |
* | | | nfsd4: fix NULL dereference in nfsd/clients display code | J. Bruce Fields | 2020-07-22 | 1 | -1/+19 |
| |/
|/| |
|
* | | 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 |