summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-1/+1
* Remove a case of exposing 'struct ucred' to userspace. Use a struct xucredalfred2002-08-152-2/+2
* In order to better support flexible and extensible access control,rwatson2002-08-151-1/+1
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-132-10/+7
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-121-1/+1
* - Add a missing VI_UNLOCK to an error case in nfs_flush.jeff2002-08-051-0/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-043-6/+14
* o Lock page queue accesses in nfs_getpages().alc2002-07-211-1/+7
* Fix a bug nfs_write() related to ^C'ing during a file write on andillon2002-07-161-2/+4
* If we get a receive error in nfs_receive() and then get an error trying tojhb2002-07-161-5/+6
* Add IPv6 support.alfred2002-07-153-28/+37
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-117-69/+65
* Replace the global buffer hash table with per-vnode splay trees using adillon2002-07-101-2/+2
* In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK().jhb2002-06-284-16/+15
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-312-22/+6
* Don't tsleep() with an sb_mtx held.dd2002-05-271-2/+2
* Fix warning; deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Lock down a socket, milestone 1.tanimura2002-05-202-5/+21
* Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by theambrisko2002-05-171-0/+12
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* We don't need the arp kludge any more.phk2002-04-282-13/+0
* Remove the nfs_{lock,unlock,islocked} functions and the associatediedowse2002-04-272-88/+0
* The recent NFS forced unmount improvements introduced a side-effectiedowse2002-04-171-4/+4
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-204-17/+17
* Add a readonly sysctl variable of type string, kern.bootp_cookie,luigi2002-03-131-0/+15
* vhold() our vnode while checking the remote side.phk2002-03-081-0/+3
* Fix warnings.. bootpc_init() and related.peter2002-02-282-2/+1
* Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmeticjhb2002-02-271-4/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-275-16/+13
* Fix a long line touched in previous commit (but not caused by previouspeter2002-02-071-1/+2
* Pre-KSE/M3 commit.julian2002-02-071-2/+2
* Revise the nfsiod auto tuning code. Now both the upper and lower limitspeter2002-01-153-22/+87
* Implement vfs.nfs.iodmin (minimum number of nfsiod's) andpeter2002-01-143-60/+92
* Terminate requests in nfs_sigintr() if the filesystem is in theiedowse2002-01-101-1/+4
* Permit NFS filesystems to be forcibly unmounted when the server isiedowse2002-01-023-7/+52
* o Remove an errant ';' introduced in the last revision.alc2002-01-011-2/+1
* o Remove premature use of nmp->nm_cred, it hasn't been initialized yet.rwatson2002-01-011-1/+1
* o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use.rwatson2001-12-312-4/+3
* o Remove premature leakage of use of td_ucred from base source tree:rwatson2001-12-311-3/+3
* o Add missing #include's of sys/proc.h, missed in merge, required torwatson2001-12-312-0/+2
* o Make the credential used by socreate() an explicit argument torwatson2001-12-315-9/+20
* Add a #define for the size of the nfs_backoff[] array, and use thisiedowse2001-12-301-3/+4
* Increase the buffer size to hold a bootp/DHCP reply from 256 bytes toambrisko2001-12-301-1/+1
* nfs_nget() does no locking whatsoever when looking up a vnode. If thedillon2001-12-271-1/+4
* Avoid passing the variable `tl' to functions that just use it foriedowse2001-12-184-113/+105
* This fixes a large number of bugs in our NFS client side code. A recentdillon2001-12-143-9/+75
* o Modify nfslockdans() to accept a thread reference instead of a procrwatson2001-11-143-14/+16
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderalfred2001-11-123-3/+9
* turn vn_open() into a wrapper around vn_open_cred() which allowsalfred2001-11-111-15/+1
OpenPOWER on IntegriCloud