summaryrefslogtreecommitdiff
path: root/sys/nfs
AgeCommit message (Expand)Author
2005-06-18Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@Todd C. Miller
2005-06-08make nfsstats counters 64 bit.marius eriksen
2005-05-22optimize nfs_sync() a bit, by not iterating over the list of vnodesPedro Martelletto
2005-04-21careful strlcpy and snprintf return handling; ok pedro beckTheo de Raadt
2005-04-02use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck <mark...Michael Shalayeff
2005-04-01at long last, disable write gathering for v3. ok like everyoneTed Unangst
2005-03-31re-commit marius commit:Theo de Raadt
2005-03-31re-commit marius commit:Theo de Raadt
2005-02-01backout nfs_subs.c rev1.51 nfs_vfsops.c rev1.54:Peter Valchev
2005-01-24fix preposterous time warnings in the nfs client; caused by false hitsmarius eriksen
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-10In nfs_connect() move the setting of so->so_rcv.sb_timeo out of theTodd C. Miller
2004-11-18enable receive() accounting and use uio_procp for send() accounting, tooMarkus Friedl
2004-11-04implememtation -> implementationPedro Martelletto
2004-08-03NFS commit coalescion: instead of sending a commit for each block, coalescemarius eriksen
2004-08-03When accessing device nodes over nfs, do not trim major and minor numbersMiod Vallat
2004-07-21kqueue support for NFS, adapted from netbsd.marius eriksen
2004-07-16kill netiso stuff here as well, millert okHenning Brauer
2004-07-14on nfs_reconnect(), don't reset the rexmit of all nfs reqs, but onlyPedro Martelletto
2004-07-13Change mode_t and nlink_t from 16bit to 32bit. This allows us toTodd C. Miller
2004-07-10fix for where a TCP NFS connection could sleep in soreceive() forever,marius eriksen
2004-06-25Minor fixes suggested by nordin@ and henning@Thorsten Lockert
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2004-04-26nfs_poll cannot simply be defined to seltrue so use a stub nfs_pollTodd C. Miller
2004-04-12make sockargs take void *, combine a len check.Ted Unangst
2004-03-02silly fifos aren't a real fs, so we have to be sure to call reclaimTed Unangst
2004-02-27Defer use of NFS_ISV3 macro in nfs_link until sanity checks have been done.Todd C. Miller
2003-12-08nfs_reqq is operated at softnet other places and thus softclock is not high e...Michael Shalayeff
2003-11-28crank max sizes. from millert. believed to solve pr3561Ted Unangst
2003-10-22typos from Jared Yanovich;Jason McIntyre
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-14constify vfsops; tedu@ okMichael Shalayeff
2003-07-10unlock on error condition. from Tim Wiess. ok csapuntz@ millert@Ted Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-13Kill a bunch more commons (very few left =)Jason Wright
2003-05-07make this at least compile ...Michael Shalayeff
2003-05-06string cleaning; tedu okTheo de Raadt
2003-03-28Ip -> IP;Jason McIntyre
2003-01-31File system locking fixups, mostly from NetBSD:Artur Grabowski
2002-12-11in mountroot:Michael Shalayeff
2002-11-08Implement simple vnodeop inheritance for specfs and fifofs.Artur Grabowski
2002-10-29Get rid of some commons.Artur Grabowski
2002-08-23Just like getvnode, make getsock FREF the file so that we can't get awayArtur Grabowski
2002-08-01Fix handling of 0-length RPC fragmentsConstantine Sapuntzakis
2002-07-30Bug/type found by teduConstantine Sapuntzakis
2002-07-24Use sizeof(array) instead of sizeof(array *) for bcopy length. ok deraadt@Thomas Nordin
2002-07-12Change the locking on the mountpoint slightly. Instead of using mnt_lockArtur Grabowski