Age | Commit message (Expand) | Author |
2017-02-22 | Keep local definitions local. | Martin Pieuchot |
2016-09-27 | replace the use of RB macros with the RBT functions. | David Gwynne |
2016-04-29 | Fix some gibbering horrors due to uninitialized struct nameidata's | Bob Beck |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2010-04-12 | Don't jump the queue if we have to wait on the client side because | Bob Beck |
2009-09-02 | Backout the asyncio/aiod change, as it causes buf's to get hung. | Thordur I. Bjornsson |
2009-08-20 | Rework the way we do async I/O in nfs. Introduce separate buf queues for | Thordur I. Bjornsson |
2009-08-13 | Teach nfsm_fhtom about nfsm_info structs | Bret Lambert |
2009-08-13 | change version 3 post-operation attribute building function to not | Bret Lambert |
2009-08-10 | Use an RB tree instead of a hashtable for fh/node lookups. | Thordur I. Bjornsson |
2009-08-10 | Remove the v2 writegather code. It did help alot back in the 80s | Thordur I. Bjornsson |
2009-08-04 | group all of the on-stack variables that are uses by the nfsm_macros | Thordur I. Bjornsson |
2009-06-04 | simplify argument list for nfssvc_nfsd() | Bret Lambert |
2009-04-13 | Convert macros to functions to reduce kernel memory usage. | Bret Lambert |
2009-03-30 | Convert a sizeable macro to a much-leaner function. Saves (IIRC) 5k on i386. | Bret Lambert |
2009-01-20 | Start reworking NFS client mbuf handling by creating an interface which | Bret Lambert |
2009-01-18 | remove function which only called nfssvc_iod(), and pass nfssvc_iod() | Bret Lambert |
2009-01-16 | turn nfs_msg into void functions, also make it take an nfsreq | Thordur I. Bjornsson |
2009-01-15 | remove prototypes for nonexistent functions | Thordur I. Bjornsson |
2008-10-16 | Don't hide the fact that NFS uses vop_generic_* functions behind | Bret Lambert |
2008-08-09 | o nfs_vinvalbuf() is always called with the intrflag as 1, and then | Thordur I. Bjornsson |
2008-06-14 | put the canonical ifdef dance for multiple inclusion, also put all the | Thordur I. Bjornsson |
2008-06-13 | Kill one-liner macro which obfuscated mbuf pointer assignment. | Bret Lambert |
2008-06-13 | Replace one-line macro which only obfuscated the fact that | Bret Lambert |
2008-06-12 | Remove now-vestigial bpos pointer from NFS. For building outgoing | Bret Lambert |
2008-06-10 | o Avoid putting duplicate entries into the name cache, | Thordur I. Bjornsson |
2008-06-09 | nfsm_get_xid() => nfs_get_xid() after thib@ informed me that the | Damien Miller |
2008-06-09 | Introduce a facility to generate unpredictable 32 bit numbers with | Damien Miller |
2008-04-22 | remove the "kerbflag" argument from nfsrv_fhtovp() and nfs_namei() | Thordur I. Bjornsson |
2008-04-14 | Rework NFS mbuf write routines: | Bret Lambert |
2008-01-06 | More NFS-related kernel shrinkage... | Bret Lambert |
2007-12-13 | convert massive (expanded to 150+ lines) nfsm_v3attr macro to a function | Bret Lambert |
2007-10-28 | Remove the "frev" argument from nfs_rephead(); and clean up the "frev" | Thordur I. Bjornsson |
2007-10-14 | Remove now unused functions dealing with kerberos | Thordur I. Bjornsson |
2007-10-13 | Remove alot of dead kerberos code (add sane comments too). | Thordur I. Bjornsson |
2007-06-21 | remove a whole bunch of duplicate function | Thordur I. Bjornsson |
2007-06-01 | daddr_t -> daddr64_t; | Thordur I. Bjornsson |
2007-04-19 | Replace the nfskevq_lock lockmgr lock with rwlock. | Thordur I. Bjornsson |
2007-04-13 | Move the declaration of VN_KNOTE() into vnode.h instead of having | Thordur I. Bjornsson |
2007-04-11 | remove duplicate prototype; | Thordur I. Bjornsson |
2004-08-03 | NFS commit coalescion: instead of sending a commit for each block, coalesce | marius eriksen |
2004-07-21 | kqueue support for NFS, adapted from netbsd. | marius eriksen |
2002-07-03 | Remove unused function parameter 'cache' from nfs_rephead | Nathan Binkert |
2002-07-02 | use hash.h for nfs_hash as well as namei's hash | Eric Jackson |
2002-04-10 | nfs_realign from FreeBSD. The old code was over-optimized, occasionally overw... | Constantine Sapuntzakis |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-15 | Remove creds from struct buf, move the creds that nfs need into the nfs node. | Artur Grabowski |
2001-06-25 | Remove NQNFS | Constantine Sapuntzakis |