Age | Commit message (Expand) | Author |
2006-11-01 | move the declaration of nfsstats from nfs_bio.c to | Thordur I. Bjornsson |
2006-10-28 | Dont initialize the nm_srtt and nm_sdrtt arrays | Thordur I. Bjornsson |
2006-10-04 | typo, from Bret Lambert | Pedro Martelletto |
2006-09-20 | Fix the way delays between request retransmissions are calculated | Thordur I. Bjornsson |
2006-08-04 | Fix up mbuf length and do 64-bit alignment where needed, joint work | Pedro Martelletto |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-17 | adopt to extended rtrequest / rtalloc1 api | Henning Brauer |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
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 |
2006-05-26 | prettier printing | Theo de Raadt |
2006-05-07 | add a name to rwlock so that we can tell where procs are getting stuck | Ted Unangst |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
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 |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-04-02 | When setting timestamps TOSERVER having write permissions is adaquate; | Otto Moerbeek |
2006-01-24 | Fix NULL dereference on error condition in nfs_reply(). nmp->nm_so can | Aaron Campbell |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-19 | Use NULL where NULL is meant | Pedro Martelletto |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-10-31 | Fix reading large files; from NetBSD. Somehow this was overlooked | Otto Moerbeek |
2005-10-19 | Remove v_vnlock from struct vnode, okay krw@ tedu@ | Pedro Martelletto |
2005-09-29 | toast cast of lvalue; pr 4289 | Theo de Raadt |
2005-06-18 | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ | Todd C. Miller |
2005-06-08 | make nfsstats counters 64 bit. | marius eriksen |
2005-05-22 | optimize nfs_sync() a bit, by not iterating over the list of vnodes | Pedro Martelletto |
2005-04-21 | careful strlcpy and snprintf return handling; ok pedro beck | Theo de Raadt |
2005-04-02 | use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck <mark... | Michael Shalayeff |
2005-04-01 | at long last, disable write gathering for v3. ok like everyone | Ted Unangst |
2005-03-31 | re-commit marius commit: | Theo de Raadt |
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-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-10 | In nfs_connect() move the setting of so->so_rcv.sb_timeo out of the | Todd C. Miller |
2004-11-18 | enable receive() accounting and use uio_procp for send() accounting, too | Markus Friedl |
2004-11-04 | implememtation -> implementation | Pedro Martelletto |
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-14 | on nfs_reconnect(), don't reset the rexmit of all nfs reqs, but only | Pedro Martelletto |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-07-10 | fix for where a TCP NFS connection could sleep in soreceive() forever, | marius eriksen |
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 |