Age | Commit message (Expand) | Author |
2008-03-19 | label all interfaces we netboot from in group "netboot", in a MI fashion | Theo de Raadt |
2008-03-16 | Widen some struct statfs fields to support large filesystem stata | Otto Moerbeek |
2008-01-06 | diff missed in previous commit: | Theo de Raadt |
2008-01-06 | More NFS-related kernel shrinkage... | Bret Lambert |
2007-12-28 | nfs_sndlock() is often called with its rep argument | Thordur I. Bjornsson |
2007-12-27 | Fix for PR5365. | Thordur I. Bjornsson |
2007-12-13 | Garbage collect nfsdmap and leftover code. That structure | Thordur I. Bjornsson |
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-08 | Fix unsafe queue macro use | Bret Lambert |
2007-11-07 | more low hanging fruit; Expand the nfsm_srvwcc_data() macro | Thordur I. Bjornsson |
2007-11-06 | Expand the nfsm_srvfillattr() macro and | Thordur I. Bjornsson |
2007-11-05 | deinline nfs_attrtimeo(); and remove some associated | Thordur I. Bjornsson |
2007-10-30 | remove an unused macro, NFSMINOFF; | Thordur I. Bjornsson |
2007-10-29 | Touch of KNF and style(9), spaces and comments. | Thordur I. Bjornsson |
2007-10-28 | Remove the "frev" argument from nfs_rephead(); and clean up the "frev" | Thordur I. Bjornsson |
2007-10-28 | remove some unused members of struct nfsnode; | Thordur I. Bjornsson |
2007-10-17 | use TAILQ_FOREACH() where applicable in nfs_timer(); | Thordur I. Bjornsson |
2007-10-15 | Remove a set, but unused varible in nfs_socket(); | 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-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-26 | nfsm_uiotom macro does nothing but hide error-handling code; replace | Bret Lambert |
2007-09-20 | Don't rely on mbuf.h including pool.h (which is going to stop soon) | Bret Lambert |
2007-09-20 | MALLOC/FREE -> malloc/free + M_ZERO. | Thordur I. Bjornsson |
2007-09-11 | Replace nfsm_reqdone and nfsm_srvdone macros inline. No binary change. | Bret Lambert |
2007-06-25 | replace magic number with a define. | Thordur I. Bjornsson |
2007-06-21 | remove a whole bunch of duplicate function | Thordur I. Bjornsson |
2007-06-20 | READDIRPLUS is v3 only, bail out if the mount isnt a v3. | Thordur I. Bjornsson |
2007-06-13 | - Remove the nm_inprog member from struct nfsmount; | Thordur I. Bjornsson |
2007-06-12 | remove some unused externs; | Thordur I. Bjornsson |
2007-06-06 | remove an unused typedef. | Thordur I. Bjornsson |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-06-01 | daddr_t -> daddr64_t; | Thordur I. Bjornsson |
2007-05-31 | when getting ESTALE from the server, allow the client to retry in the | Thordur I. Bjornsson |
2007-05-31 | kill some ifdef noyet code, de-static functions (makes my traces nicer), | Thordur I. Bjornsson |
2007-05-31 | zap nfs_cltpsock; Unused since NQNFS died. | Thordur I. Bjornsson |
2007-05-31 | This is not the buffer you are looking for, | Thordur I. Bjornsson |
2007-05-29 | Add a name argument to the RWLOCK_INITIALIZER macro. | Thordur I. Bjornsson |
2007-05-28 | zap annoying __KERNEL_RCSID(). | Thordur I. Bjornsson |
2007-05-28 | lockmgr -> rwlock for the nfs_hashlock. | Thordur I. Bjornsson |
2007-05-28 | Fix tree breakage. Variables only used inside #ifdef NFSSERVER should | Kenneth R Westerback |
2007-05-27 | cleanup the nfssvc() system call. | Thordur I. Bjornsson |
2007-05-17 | Collapse struct v_selectinfo in struct vnode, remove the | Thordur I. Bjornsson |
2007-04-24 | Dont log() send failures in nfs_send(), they arent helpful since we retry | 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-13 | remove some unneeded externs and unused declerations. | Thordur I. Bjornsson |
2007-04-12 | If VOP_GETATTR() in the nfs_kqpoll() loop returns ESTALE, catch it. | Thordur I. Bjornsson |