Age | Commit message (Expand) | Author |
2008-12-24 | Replace the TRUE/FALSE defines with 1/0 respectively. This doesn't | Thordur I. Bjornsson |
2008-10-16 | Don't hide the fact that NFS uses vop_generic_* functions behind | Bret Lambert |
2008-09-12 | provide a NOTE_TRUNCATED kq hint in nfs_setattr() if the file | Thordur I. Bjornsson |
2008-08-21 | Fix 'if ();' construction introduced in last commit, okay deraadt@ | Pedro Martelletto |
2008-08-09 | o nfs_vinvalbuf() is always called with the intrflag as 1, and then | Thordur I. Bjornsson |
2008-08-08 | After beck@ changed the way nfsiod's are notified of work, the | Bret Lambert |
2008-08-08 | Remove code for variable-sized allocations of NFS filehandles by malloc(), | Bret Lambert |
2008-07-25 | much more correct way of dealing with nfs pending reads/writes | Bob Beck |
2008-07-23 | make this real C | Theo de Raadt |
2008-07-23 | Correct cases of mishandling of pending reads and writes to prevent | Bob Beck |
2008-07-23 | - in nfs_mknodrpc - initialize the node we pass to nfs_lookitup. It's | Artur Grabowski |
2008-07-06 | remove #ifndef nolint goo | Thordur I. Bjornsson |
2008-06-14 | Replace nfsm_build/bcopy with nfsm_{buf,str}tombuf functions in | Bret Lambert |
2008-06-13 | Kill one-liner macro which obfuscated mbuf pointer assignment. | Bret Lambert |
2008-06-13 | nuke a bunch of bogus ARGSUSED; | Thordur I. Bjornsson |
2008-06-12 | Remove now-vestigial bpos pointer from NFS. For building outgoing | Bret Lambert |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-11 | Canonical for() -> queue.h FOREACH macro conversions. | Bret Lambert |
2008-06-10 | o Avoid putting duplicate entries into the name cache, | Thordur I. Bjornsson |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-06-09 | Update access(2) to have modern semantics with respect to X_OK and | Todd C. Miller |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2008-04-22 | Remove kludges that map EEXIST errors too a 0 return (success) for certain | 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-09-26 | nfsm_uiotom macro does nothing but hide error-handling code; replace | 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-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-03-18 | get rid of noop vop_reallocblks; pedro@ miod@ ok | Michael Shalayeff |
2007-02-23 | backout previous revision -- on nfs2 mounts (perhaps only automounted?) it | Theo de Raadt |
2007-01-21 | don't assume our directory vnode will be flushed out after us, fixes | Pedro Martelletto |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-12-06 | nfs_readdirplusrpc(): | Thordur I. Bjornsson |
2006-04-26 | In nfs_readdir(), if the buffer provided by the user is not big enough | Pedro Martelletto |
2006-04-20 | Remove unused debug code that sneaked in by accident long ago | Pedro Martelletto |
2005-09-29 | toast cast of lvalue; pr 4289 | Theo de Raadt |
2005-04-21 | careful strlcpy and snprintf return handling; ok pedro beck | Theo de Raadt |
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 |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2004-04-26 | nfs_poll cannot simply be defined to seltrue so use a stub nfs_poll | Todd C. Miller |
2004-03-02 | silly fifos aren't a real fs, so we have to be sure to call reclaim | Ted Unangst |
2004-02-27 | Defer use of NFS_ISV3 macro in nfs_link until sanity checks have been done. | Todd C. Miller |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |