Age | Commit message (Expand) | Author |
2022-10-06 | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2022-09-26 | nfsd: Propagate some error code returned by memdup_user() | Christophe JAILLET |
2022-09-26 | nfsd: Avoid some useless tests | Christophe JAILLET |
2022-09-26 | nfsd: Fix a memory leak in an error handling path | Christophe JAILLET |
2022-08-17 | Change calling conventions for filldir_t | Al Viro |
2021-12-10 | nfsd: Fix nsfd startup race (again) | Alexander Sverdlin |
2021-03-22 | nfsd: Log client tracking type log message as info instead of warning | Paul Menzel |
2021-01-24 | namei: prepare for idmapped mounts | Christian Brauner |
2020-07-13 | nfsd: avoid a NULL dereference in __cld_pipe_upcall() | Scott Mayhew |
2020-05-08 | nfsd: use crypto_shash_tfm_digest() | Eric Biggers |
2019-12-19 | nfsd: make 'boot_time' 64-bit wide | Arnd Bergmann |
2019-11-12 | nfsd: Fix cld_net->cn_tfm initialization | Scott Mayhew |
2019-10-11 | nfsd: remove private bin2hex implementation | Andy Shevchenko |
2019-09-10 | nfsd: add support for upcall version 2 | Scott Mayhew |
2019-09-10 | nfsd: add a "GetVersion" upcall for nfsdcld | Scott Mayhew |
2019-05-15 | Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers |
2019-04-24 | nfsd: handle legacy client tracking records sent by nfsdcld | Scott Mayhew |
2019-04-24 | nfsd: re-order client tracking method selection | Scott Mayhew |
2019-04-24 | nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcld | Scott Mayhew |
2019-04-24 | nfsd: un-deprecate nfsdcld | Scott Mayhew |
2019-04-24 | nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char array | Scott Mayhew |
2018-11-28 | nfsd: fix a warning in __cld_pipe_upcall() | Scott Mayhew |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2016-03-24 | Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2016-03-17 | nfsd: recover: fix memory leak | Sudip Mukherjee |
2016-01-27 | nfsd: Use shash | Herbert Xu |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2015-11-23 | nfsd: recover: constify nfsd4_client_tracking_ops structures | Julia Lawall |
2015-08-31 | nfsd: don't WARN/backtrace for invalid container deployment. | Paul Gortmaker |
2015-07-20 | nfsd: Fix a memory leak in nfsd4_list_rec_dir() | Kinglong Mee |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells |
2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells |
2014-11-19 | nfsd: get rid of ->f_dentry | Al Viro |
2014-10-31 | vfs: make first argument of dir_context.actor typed | Miklos Szeredi |
2014-10-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-09-19 | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu... | Kirill Tkhai |
2014-09-17 | nfsd: skip subsequent UMH "create" operations after the first one for v4.0 cl... | Jeff Layton |
2014-09-17 | nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcalls | Jeff Layton |
2014-09-17 | nfsd: serialize nfsdcltrack upcalls for a particular client | Jeff Layton |
2014-09-17 | nfsd: pass extra info in env vars to upcalls to allow for early grace period end | Jeff Layton |
2014-09-17 | nfsd: remove redundant boot_time parm from grace_done client tracking op | Jeff Layton |
2014-09-03 | NFSD: Fix a memory leak if nfsd4_recdir_load fail | Kinglong Mee |
2014-09-03 | NFSD: Reset creds after mnt_want_write_file() fail | Kinglong Mee |
2013-10-24 | nfsd: switch to %p[dD] | Al Viro |
2013-08-30 | nfsd4: nfsd4_create_clid_dir prints uninitialized data | J. Bruce Fields |
2013-06-29 | [readdir] constify ->actor | Al Viro |
2013-06-29 | [readdir] introduce ->iterate(), ctx->pos, dir_emit() | Al Viro |
2013-06-29 | [readdir] introduce iterate_dir() and dir_context | Al Viro |
2013-05-09 | nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT error | Jeff Layton |