summaryrefslogtreecommitdiffstats
path: root/sys/nfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix reading large files; from NetBSD. Somehow this was overlookedotto2005-10-311-4/+5
* Remove v_vnlock from struct vnode, okay krw@ tedu@pedro2005-10-191-3/+1
* toast cast of lvalue; pr 4289deraadt2005-09-291-3/+3
* Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@millert2005-06-181-9/+5
* make nfsstats counters 64 bit.marius2005-06-081-34/+34
* optimize nfs_sync() a bit, by not iterating over the list of vnodespedro2005-05-221-3/+9
* careful strlcpy and snprintf return handling; ok pedro beckderaadt2005-04-211-1/+3
* use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck <mark@2ls4agd.net> on several archsmickey2005-04-023-10/+16
* at long last, disable write gathering for v3. ok like everyonetedu2005-04-011-6/+7
* re-commit marius commit:deraadt2005-03-311-2/+3
* re-commit marius commit:deraadt2005-03-311-10/+1
* backout nfs_subs.c rev1.51 nfs_vfsops.c rev1.54:pvalchev2005-02-012-4/+12
* fix preposterous time warnings in the nfs client; caused by false hitsmarius2005-01-242-12/+4
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-264-17/+14
* In nfs_connect() move the setting of so->so_rcv.sb_timeo out of themillert2004-12-101-11/+8
* enable receive() accounting and use uio_procp for send() accounting, toomarkus2004-11-181-1/+2
* implememtation -> implementationpedro2004-11-041-2/+2
* NFS commit coalescion: instead of sending a commit for each block, coalescemarius2004-08-036-15/+262
* When accessing device nodes over nfs, do not trim major and minor numbersmiod2004-08-031-3/+3
* kqueue support for NFS, adapted from netbsd.marius2004-07-215-8/+413
* kill netiso stuff here as well, millert okhenning2004-07-163-38/+4
* on nfs_reconnect(), don't reset the rexmit of all nfs reqs, but onlypedro2004-07-141-4/+4
* Change mode_t and nlink_t from 16bit to 32bit. This allows us tomillert2004-07-131-6/+6
* fix for where a TCP NFS connection could sleep in soreceive() forever,marius2004-07-101-4/+22
* Minor fixes suggested by nordin@ and henning@tholo2004-06-251-8/+7
* This moves access to wall and uptime variables in MI code,tholo2004-06-245-37/+43
* First step towards more sane time handling in the kernel -- this changestholo2004-06-216-25/+25
* use pool for namei pathbuf. testing ok millert@ tdeval@tedu2004-05-143-36/+39
* nfs_poll cannot simply be defined to seltrue so use a stub nfs_pollmillert2004-04-262-3/+21
* make sockargs take void *, combine a len check.tedu2004-04-121-2/+2
* silly fifos aren't a real fs, so we have to be sure to call reclaimtedu2004-03-022-3/+11
* Defer use of NFS_ISV3 macro in nfs_link until sanity checks have been done.millert2004-02-271-3/+3
* nfs_reqq is operated at softnet other places and thus softclock is not high enough; tedu@ okmickey2003-12-081-3/+3
* crank max sizes. from millert. believed to solve pr3561tedu2003-11-281-3/+3
* typos from Jared Yanovich;jmc2003-10-221-2/+2
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-232-4/+4
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-152-7/+7
* constify vfsops; tedu@ okmickey2003-08-141-2/+2
* unlock on error condition. from Tim Wiess. ok csapuntz@ millert@tedu2003-07-101-4/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0220-120/+40
* Kill a bunch more commons (very few left =)jason2003-05-132-3/+4
* make this at least compile ...mickey2003-05-071-2/+2
* string cleaning; tedu okderaadt2003-05-061-2/+3
* Ip -> IP;jmc2003-03-281-2/+2
* File system locking fixups, mostly from NetBSD:art2003-01-311-34/+139
* in mountroot:mickey2002-12-111-7/+2
* Implement simple vnodeop inheritance for specfs and fifofs.art2002-11-081-51/+6
* Get rid of some commons.art2002-10-293-8/+16
* Just like getvnode, make getsock FREF the file so that we can't get awayart2002-08-231-2/+1
* Fix handling of 0-length RPC fragmentscsapuntz2002-08-011-2/+3