Age | Commit message (Expand) | Author |
2009-10-19 | antsy | Jonathan Gray |
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-10 | Remove the v2 writegather code. It did help alot back in the 80s | Thordur I. Bjornsson |
2009-07-20 | (struct foo *)0 -> NULL, every where I could find it. | Thordur I. Bjornsson |
2009-07-20 | For memory that gets allocated for every NFS request, pools make more | Bret Lambert |
2009-06-25 | backout the buf_acquire() does the bremfree() since all callers | Thordur I. Bjornsson |
2009-06-06 | All caller of buf_acquire were doing bremfree before the call. | Artur Grabowski |
2009-06-04 | simplify argument list for nfssvc_nfsd() | Bret Lambert |
2009-06-03 | Place code to search for/sleep waiting for an nfs socket into its own | Bret Lambert |
2009-05-30 | Remove unused procnums (NQNFS leftovers) and cleanup. | Thordur I. Bjornsson |
2009-05-22 | retire the nfs rtt log code, this isnt really all that | Thordur I. Bjornsson |
2009-01-28 | Remove cur_usec variable that is no longer used. | Alexander Bluhm |
2009-01-24 | Use a timespec for the server write deadline and procrastination | Thordur I. Bjornsson |
2009-01-18 | remove function which only called nfssvc_iod(), and pass nfssvc_iod() | Bret Lambert |
2008-12-24 | Replace the TRUE/FALSE defines with 1/0 respectively. This doesn't | Thordur I. Bjornsson |
2008-09-12 | move the declaration of nfsrv3_procs to nfs_syscalls.c | Thordur I. Bjornsson |
2008-08-08 | After beck@ changed the way nfsiod's are notified of work, the | Bret Lambert |
2008-07-06 | remove #ifndef nolint goo | Thordur I. Bjornsson |
2008-07-06 | Zap redundant prototype for nfsrv_zapsock(); | Thordur I. Bjornsson |
2008-07-05 | Clean up some old dead code, mostly nqnfs and kerberos leftovers | Thordur I. Bjornsson |
2008-06-26 | Label switch statement with /* FALLTHROUGH */; inspired by two | Bret Lambert |
2008-06-14 | Ensure each nfsiod can actually enqueue more than one asynchio - this mirrors | Bob Beck |
2008-06-13 | NFSD_NEEDAUTH and NFSD_AUTHFAIL are never set, so cull code that | 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-11 | remove an unused variable | Thordur I. Bjornsson |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-05-02 | plug potential mbuf leaks; | Thordur I. Bjornsson |
2008-04-22 | Close potential mbuf leak by iterating over the mbuf packet chain | Bret Lambert |
2007-10-14 | Remove now unused functions dealing with kerberos | Thordur I. Bjornsson |
2007-09-20 | MALLOC/FREE -> malloc/free + M_ZERO. | Thordur I. Bjornsson |
2007-06-25 | replace magic number with a define. | 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-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 |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-10-04 | typo, from Bret Lambert | Pedro Martelletto |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-04-01 | at long last, disable write gathering for v3. ok like everyone | Ted Unangst |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-07-16 | kill netiso stuff here as well, millert ok | Henning Brauer |
2004-06-25 | Minor fixes suggested by nordin@ and henning@ | Thorsten Lockert |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |