summaryrefslogtreecommitdiff
path: root/sys/nfs
AgeCommit message (Expand)Author
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
2002-07-03Remove unused function parameter 'cache' from nfs_repheadNathan Binkert
2002-07-02use hash.h for nfs_hash as well as namei's hashEric Jackson
2002-06-11Remove some unused code for dealing with nfs over kerberos. No actual change,Hans Insulander
2002-06-11splassert where comments tell us to.Artur Grabowski
2002-06-02correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.netTheo de Raadt
2002-05-21Protect calls to biodone with splbio. Some functions calledArtur Grabowski
2002-05-17Fix nfs_realign to allocate new mbufs. Taken from freebsdConstantine Sapuntzakis
2002-05-10Fix for PR2641. Length calculation was wrong in loop. Include commentConstantine Sapuntzakis
2002-04-29constrain readdirplus request count; j@pureftpd.org, ok costaTheo de Raadt
2002-04-11Back out nfs_realign() change, it causes "pool_get: must have NOWAIT" panics.Todd C. Miller
2002-04-10nfs_realign from FreeBSD. The old code was over-optimized, occasionally overw...Constantine Sapuntzakis
2002-03-14First round of __P removal in sysTodd C. Miller