| Commit message (Expand) | Author | Age | Files | Lines |
* | Expand the use of stat(2) flags to allow storing some Windows/DOS | ken | 2013-08-21 | 1 | -2/+13 |
* | Properly use v_data field. This magically worked (even if wrong) until | davide | 2013-06-28 | 1 | -1/+1 |
* | - smbfs_rename() might return an error value without correctly upgrading | davide | 2012-11-26 | 1 | -0/+1 |
* | - Remove reset of vpp pointer in some places as long as it's not really | davide | 2012-11-22 | 1 | -3/+0 |
* | Until now, smbfs_fullpath() computed the full path starting from the | davide | 2012-11-22 | 1 | -6/+37 |
* | Get rid of some old debug code. It provides checks similar to the one | davide | 2012-11-14 | 1 | -28/+0 |
* | - Do not put in the mntqueue half-constructed vnodes. | davide | 2012-10-31 | 1 | -104/+63 |
* | Fix panic due to page faults while in kernel mode, under conditions of | davide | 2012-10-31 | 1 | -4/+6 |
* | Simply error handling by moving the allocation of np down to where it is | brueffer | 2012-07-16 | 1 | -8/+6 |
* | Save a bzero() by using M_ZERO. | brueffer | 2012-07-15 | 1 | -2/+1 |
* | Remove unused thread argument to vrecycle(). | trasz | 2012-04-23 | 1 | -1/+1 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and | jhb | 2010-08-20 | 1 | -1/+1 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 1 | -6/+0 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -5/+5 |
* | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | kib | 2008-09-20 | 1 | -1/+1 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -2/+2 |
* | Remove unused 'td' arguments from smbfs_hash_lock() and | rwatson | 2008-07-01 | 1 | -9/+9 |
* | Replace lockmgr lock protecting smbfs node hash table with sx lock. | rwatson | 2008-03-02 | 1 | -5/+3 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -1/+1 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -3/+4 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | Where I previously removed calls to kdb_enter(), now remove include of | rwatson | 2007-05-29 | 1 | -1/+0 |
* | Rather than entering the debugger via kdb_enter() when detecting memory | rwatson | 2007-05-27 | 1 | -12/+6 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+5 |
* | Create a bidirectional mapping of the DOS 'read only' attribute | bp | 2006-11-05 | 1 | -0/+3 |
* | I ran into an nfs client panic a couple of times in a row over the | alfred | 2006-01-17 | 1 | -1/+4 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -2/+2 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -2/+1 |
* | don't call vprint with NULL. | phk | 2005-02-10 | 1 | -1/+1 |
* | Make filesystems get rid of their own vnodes vnode_pager object in | phk | 2005-01-28 | 1 | -0/+1 |
* | Remove unused argument to vrecycle() | phk | 2005-01-28 | 1 | -1/+1 |
* | Eliminate unused and constant arguments to smbfs_vinvalbuf() | phk | 2005-01-14 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Convert to nmount. Add omount compat. | phk | 2004-12-06 | 1 | -4/+4 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -2/+2 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -3/+4 |
* | Fixes problems that occurred when a file was removed and a directory | tjr | 2004-02-10 | 1 | -0/+17 |
* | In smbfs_inactive(), only invalidate the node's attribute cache if we | tjr | 2004-01-04 | 1 | -1/+1 |
* | - Don't cache_purge() in *_reclaim routines. vclean() does it for us so | jeff | 2003-10-05 | 1 | -1/+0 |
* | Send the close request to the SMB server in smbfs_inactive(), instead of | tjr | 2003-06-17 | 1 | -6/+17 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | Remove redundant check for negative or zero v_usecount; vrele() already | tjr | 2002-12-15 | 1 | -14/+7 |
* | Keep trying to flush the vnode list for the mount while some are still | tjr | 2002-12-13 | 1 | -0/+5 |
* | Store a reference to the parent directory's vnode in struct smbnode, | tjr | 2002-12-13 | 1 | -5/+5 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 1 | -1/+1 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 1 | -2/+2 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -1/+1 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+2 |