Age | Commit message (Expand) | Author |
2008-12-24 | fix a typo made in last commit, also slightly better wording for | Thordur I. Bjornsson |
2008-12-24 | Replace the TRUE/FALSE defines with 1/0 respectively. This doesn't | Thordur I. Bjornsson |
2008-11-24 | use the shiny new nitems macro | Thordur I. Bjornsson |
2008-08-25 | Correctly invalidate attribute cache entries in case the vnode mode | Pedro Martelletto |
2008-08-08 | After beck@ changed the way nfsiod's are notified of work, the | Bret Lambert |
2008-06-15 | unroll the NFSMADV() macro and nuke it | Thordur I. Bjornsson |
2008-06-14 | use nfsm_padlen() where appropriate; | Thordur I. Bjornsson |
2008-06-13 | Kill one-liner macro which obfuscated mbuf pointer assignment. | Bret Lambert |
2008-06-13 | remove rpc_auth_kerb variable, its now unused... | Thordur I. Bjornsson |
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-11 | return an XDR'rd xid from nfs_get_xid() and kill the nfs_xid global | Thordur I. Bjornsson |
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-19 | in nfsm_reqh(), only allocate an mbuf cluster if the | Thordur I. Bjornsson |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2008-04-16 | more efficient use of mbufs in nfsm_uiotombuf(). | Damien Bergamini |
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-11-28 | fill the va_blocksize with something a litte saner, | Thordur I. Bjornsson |
2007-11-05 | deinline nfs_attrtimeo(); and remove some associated | Thordur I. Bjornsson |
2007-10-13 | Remove alot of dead kerberos code (add sane comments too). | Thordur I. Bjornsson |
2007-10-08 | shrink nfsrv_v2errmap[] and check table size more carefully to avoid | Theo de Raadt |
2007-10-07 | Make sure nfsrv_v2errmap[] really contains ELAST initialized values. | Miod Vallat |
2007-09-20 | MALLOC/FREE -> malloc/free + M_ZERO. | Thordur I. Bjornsson |
2007-04-19 | Replace the nfskevq_lock lockmgr lock with rwlock. | Thordur I. Bjornsson |
2007-04-13 | remove some unneeded externs and unused declerations. | Thordur I. Bjornsson |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-11-01 | move the declaration of nfsstats from nfs_bio.c to | Thordur I. Bjornsson |
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy |
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy |
2005-10-19 | Remove v_vnlock from struct vnode, okay krw@ tedu@ | Pedro Martelletto |
2005-04-02 | use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck <mark... | Michael Shalayeff |
2005-03-31 | re-commit marius commit: | Theo de Raadt |
2005-02-01 | backout nfs_subs.c rev1.51 nfs_vfsops.c rev1.54: | Peter Valchev |
2005-01-24 | fix preposterous time warnings in the nfs client; caused by false hits | marius eriksen |
2004-08-03 | NFS commit coalescion: instead of sending a commit for each block, coalesce | marius eriksen |
2004-08-03 | When accessing device nodes over nfs, do not trim major and minor numbers | Miod Vallat |
2004-07-21 | kqueue support for NFS, adapted from netbsd. | marius eriksen |
2004-07-16 | kill netiso stuff here as well, millert ok | Henning Brauer |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-10 | theo doesn't like this code | Nathan Binkert |
2002-01-16 | use queue.h macro's | Eric Jackson |