| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 4 | -50/+14 |
* | Fix for a race where out of order loading of NFS attrs into the | jhb | 2007-07-03 | 1 | -1/+17 |
* | Fix up NFS client write error handling. Errors are split into | jhb | 2007-07-03 | 1 | -0/+15 |
* | Do proper "locking" for missing vmmeters part. | attilio | 2007-06-04 | 1 | -4/+4 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -1/+1 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -4/+4 |
* | In nfs_down(), if rep can be NULL, which we test for, then we should | rwatson | 2007-05-18 | 1 | -3/+4 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -4/+4 |
* | Various fixes to the NFS Directio support. | jhb | 2007-04-25 | 2 | -6/+11 |
* | Attempt to rationalize NFS privileges: | rwatson | 2007-04-21 | 1 | -11/+5 |
* | Don't destroy a mutex just before we use it, instead, | delphij | 2007-03-23 | 1 | -1/+1 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+11 |
* | Back out a chance to nfs_timer() that inadvertantly crept in the last checkin :( | mohans | 2007-03-09 | 1 | -1/+1 |
* | Over NFS, an open() call could result in multiple over-the-wire | mohans | 2007-03-09 | 4 | -2/+31 |
* | Use pause() rather than tsleep() on stack variables and function pointers. | jhb | 2007-02-27 | 1 | -1/+1 |
* | Backing out an earlier change. It seems harmless for NFS to miss the "force | mohans | 2007-02-16 | 1 | -6/+0 |
* | Add missing MNT_ILOCK around some mnt_kern_flag accesses. | mohans | 2007-02-11 | 1 | -0/+6 |
* | Fix for a vnode lock leak in nfs_create() in the event of an error. | mohans | 2007-01-31 | 1 | -0/+2 |
* | Instead of always hard-coding the socket type for the nfs root mount as | kris | 2007-01-30 | 1 | -1/+1 |
* | Unstaticize nfs_iosize() in nfsclient and use it in nfs4client instead | bde | 2007-01-25 | 2 | -7/+7 |
* | Cylinder group bitmaps and blocks containing inode for a snapshot | kib | 2007-01-23 | 1 | -0/+1 |
* | NetApp filers return corrupt post op attrs in the wcc on NFS error responses. | mohans | 2006-12-11 | 1 | -1/+8 |
* | consolidate parsing of nfs root mount options in one place | sam | 2006-12-06 | 4 | -51/+77 |
* | In nfs_nget(), we must initialize the fh in the nfsnode before inserting the | mohans | 2006-11-29 | 1 | -6/+6 |
* | bde@ pointed out that tprintf() acquires Giant so callers of tprintf() don't | mohans | 2006-11-27 | 1 | -6/+4 |
* | Fix for a bug caused by a race when 2 threads lookup the same | mohans | 2006-11-27 | 1 | -1/+7 |
* | 1) Fix up locking in nfs_up() and nfs_down. | mohans | 2006-11-20 | 2 | -31/+40 |
* | vfs_hash_insert() vputs() the losing vnode before returning, in the event of | mohans | 2006-11-16 | 1 | -2/+1 |
* | Fix to readdir+ reply handling. When inserting an entry into the namecache, | mohans | 2006-11-16 | 1 | -0/+2 |
* | honor nolockd flag in root mount options | sam | 2006-11-07 | 1 | -0/+2 |
* | Make EWOULDBLOCK a recoverable error so that the request is retransmitted. | mohans | 2006-10-31 | 1 | -2/+2 |
* | Fixed some style bugs (especially ones involving long lines and use | bde | 2006-10-17 | 1 | -17/+19 |
* | Don't do null Setattr RPCs for VA_MARK_ATIME. When we added the | bde | 2006-10-14 | 1 | -2/+2 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -0/+1 |
* | Add mnt_noasync counter to better handle interleaved calls to nmount(), | tegge | 2006-09-26 | 1 | -1/+1 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 1 | -3/+13 |
* | Fixes up the handling of shared vnode lock lookups in the NFS client, | mohans | 2006-09-13 | 5 | -14/+14 |
* | Fix for a deadlock triggered by a 'umount -f' causing a NFS request to never | mohans | 2006-08-29 | 1 | -2/+14 |
* | Fix typos in comment. | thomas | 2006-08-16 | 1 | -1/+1 |
* | Introduce a field to struct vm_page for storing flags that are | alc | 2006-08-09 | 1 | -1/+1 |
* | Add a new kernel environment variable "boot.netif.mtu" which is used to | brooks | 2006-08-09 | 1 | -0/+10 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | rwatson | 2006-07-24 | 1 | -11/+6 |
* | Signals may be delivered to process as well as to the thread. Check the | kib | 2006-07-08 | 1 | -1/+3 |
* | Always supply curthread as argument to nfs_asyncio and nfs_doio | kib | 2006-07-08 | 1 | -8/+2 |
* | There is a consensus that ifaddr.ifa_addr should never be NULL, | yar | 2006-06-29 | 2 | -6/+7 |
* | Use the elegant TAILQ_FOREACH() in place of a hand-rolled for() loop. | yar | 2006-06-29 | 1 | -3/+1 |
* | Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag was | mohans | 2006-05-30 | 1 | -1/+2 |
* | Fix for a potential attempt to sleep while holding nm_mtx. Caught and reported | mohans | 2006-05-26 | 1 | -1/+1 |
* | Call vm_object_page_clean() with the object lock held. | ups | 2006-05-25 | 1 | -0/+2 |
* | Do not set B_NOCACHE on buffers when releasing them in flushbuflist(). | ups | 2006-05-25 | 1 | -0/+11 |