index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfsctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-08
Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-3
/
+3
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-7
/
+6
2019-12-20
nfsd: use boottime for lease expiry calculation
Arnd Bergmann
1
-3
/
+3
2019-09-28
Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-0
/
+1
2019-09-18
Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2019-09-10
nfsd: Support the server resetting the boot verifier
Trond Myklebust
1
-0
/
+1
2019-09-05
new helper: get_tree_keyed()
Al Viro
1
-2
/
+1
2019-08-15
nfsd: initialize i_private before d_add
J. Bruce Fields
1
-6
/
+6
2019-08-15
nfsd: use i_wrlock instead of rcu for nfsdfs i_private
J. Bruce Fields
1
-4
/
+2
2019-08-15
nfsd: fix dentry leak upon mkdir failure.
Tetsuo Handa
1
-0
/
+1
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-7
/
+25
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+1
2019-07-10
nfsd: Make __get_nfsdfs_client() static
YueHaibing
1
-1
/
+1
2019-07-04
nfsd4: add a client info file
J. Bruce Fields
1
-6
/
+108
2019-07-04
nfsd: make client/ directory names small ints
J. Bruce Fields
1
-2
/
+3
2019-07-04
nfsd: add nfsd/clients directory
J. Bruce Fields
1
-1
/
+102
2019-07-04
nfsd: persist nfsd filesystem across mounts
J. Bruce Fields
1
-0
/
+11
2019-07-04
nfsd4: drc containerization
J. Bruce Fields
1
-6
/
+8
2019-07-03
nfsd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-4
/
+1
2019-05-26
vfs: Convert nfsctl to use the new mount API
David Howells
1
-7
/
+26
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-04-24
SUNRPC: Cache the process user cred in the RPC server listener
Trond Myklebust
1
-8
/
+8
2019-04-24
nfsd: Allow containers to set supported nfs versions
Trond Myklebust
1
-11
/
+14
2019-04-24
nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcld
Scott Mayhew
1
-0
/
+1
2019-03-13
Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2019-03-06
nfsd: fix wrong check in write_v4_end_grace()
Yihao Wu
1
-1
/
+1
2019-02-14
Revert "nfsd4: return default lease period"
J. Bruce Fields
1
-2
/
+2
2018-11-29
nfsd4: fix crash on writing v4_end_grace before nfsd startup
J. Bruce Fields
1
-0
/
+2
2018-09-26
NFSD introduce async copy feature
Olga Kornievskaia
1
-0
/
+1
2018-08-09
nfsd: constify write_op[]
Eric Biggers
1
-1
/
+1
2018-06-17
nfsd4: return default lease period
J. Bruce Fields
1
-2
/
+2
2018-06-17
nfsd4: extend reclaim period for reclaiming clients
J. Bruce Fields
1
-0
/
+1
2017-11-28
race of nfsd inetaddr notifiers vs nn->nfsd_serv change
Vasily Averin
1
-0
/
+3
2017-04-27
fs: constify tree_descr arrays passed to simple_fill_super()
Eric Biggers
1
-1
/
+1
2017-03-11
NFSD: further refinement of content of /proc/fs/nfsd/versions
NeilBrown
1
-10
/
+33
2017-02-28
nfsd: Fix display of the version string
Trond Myklebust
1
-30
/
+26
2017-02-28
nfsd: fix configuration of supported minor versions
Trond Myklebust
1
-8
/
+8
2017-01-31
NFSD: correctly range-check v4.x minor version when setting versions.
NeilBrown
1
-3
/
+7
2016-12-16
Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-11-14
nfsd: constify reply_cache_stats_operations structure
Julia Lawall
1
-1
/
+1
2016-09-26
nfsd: randomize SETCLIENTID reply to help distinguish servers
J. Bruce Fields
1
-0
/
+2
2016-07-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-9
/
+4
2016-06-23
vfs: Pass data, ns, and ns->userns to mount_ns
Eric W. Biederman
1
-9
/
+4
2016-05-30
drop redundant ->owner initializations
Al Viro
1
-3
/
+0
2015-04-21
nfsd: fix nsfd startup race triggering BUG_ON
Giuseppe Cantavenera
1
-8
/
+8
2015-02-02
nfsd: implement pNFS operations
Christoph Hellwig
1
-1
/
+8
2014-12-17
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-3
/
+3
2014-12-01
nfsd: minor off by one checks in __write_versions()
Dan Carpenter
1
-3
/
+3
2014-11-19
nfsd/nfsctl.c: new helper
Al Viro
1
-21
/
+16
[next]