OpenGrok
Cross Reference: nfs_nfsdcache.c
xref
: /
src
/
sys
/
fs
/
nfs
/
server
/
nfs_nfsdcache.c
Home
|
History
|
Annotate
|
Download
|
only in
server
History log of
/src/sys/fs/nfs/server/nfs_nfsdcache.c
Revision
Date
Author
Comments
1.5
05-Jul-2024
rin
sys: Drop redundant NULL check before m_freem(9)
m_freem(9) safely has accepted NULL argument at least since 4.2BSD:
https://www.tuhs.org/cgi-bin/utree.pl?file=4.2BSD/usr/src/sys/sys/uipc_mbuf.c
Compile-tested on amd64/ALL.
Suggested by knakahara@
1.4
13-Dec-2016
pgoyette
Update locations for new nfs header files.
XXX Some #includes are just disabled (via #if 0) and will need to be
XXX resolved before further progress can be made.
1.3
18-Nov-2016
pgoyette
Resolve conflicts
1.2
27-Nov-2013
christos
branches: 1.2.4; 1.2.6; 1.2.10; 1.2.12; 1.2.16;
Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ
anymore, all the macros expand to NULL anyway, so this improves readability.
Requested by rmind@
1.1
30-Sep-2013
dholland
branches: 1.1.1;
Initial revision
1.1.1.2
18-Nov-2016
pgoyette
Update to FreeBSD revision 308975 ( approx 2016-11-18 07:30 UTC)
If I'm going to try to get this working, I should at least start with
the most recent code available.
1.1.1.1
30-Sep-2013
dholland
Import FreeBSD's "newnfs" nfs client and server code. This contains
nfsv4 as well as new implementations of nfsv3 and nfsv2.
This import is from tonight's FreeBSD head and is unchanged from there
except for automated munging of rcsids, rearranging of paths, and an
autogenerated files.* file that might or might not be syntactically
valid. (I will check in the script that does this shortly.)
There is not the slightest chance this will configure yet, let alone
compile or run.
1.2.16.1
07-Jan-2017
pgoyette
Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
1.2.12.2
05-Feb-2017
skrll
Sync with HEAD
1.2.12.1
05-Dec-2016
skrll
Sync with HEAD
1.2.10.3
03-Dec-2017
jdolecek
update from HEAD
1.2.10.2
20-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.2.10.1
27-Nov-2013
tls
file nfs_nfsdcache.c was added on branch tls-maxphys on 2014-08-20 00:04:27 +0000
1.2.6.2
22-May-2014
yamt
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
1.2.6.1
27-Nov-2013
yamt
file nfs_nfsdcache.c was added on branch yamt-pagecache on 2014-05-22 11:41:01 +0000
1.2.4.2
18-May-2014
rmind
sync with head
1.2.4.1
27-Nov-2013
rmind
file nfs_nfsdcache.c was added on branch rmind-smpnet on 2014-05-18 17:46:06 +0000
Indexes created Wed Oct 01 15:09:59 GMT 2025