summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_node.c
Commit message (Expand)AuthorAgeFilesLines
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-5/+5
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-2/+2
* Remove unused 'td' arguments from smbfs_hash_lock() andrwatson2008-07-011-9/+9
* Replace lockmgr lock protecting smbfs node hash table with sx lock.rwatson2008-03-021-5/+3
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-1/+1
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-3/+4
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Where I previously removed calls to kdb_enter(), now remove include ofrwatson2007-05-291-1/+0
* Rather than entering the debugger via kdb_enter() when detecting memoryrwatson2007-05-271-12/+6
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+5
* Create a bidirectional mapping of the DOS 'read only' attributebp2006-11-051-0/+3
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+4
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-2/+1
* don't call vprint with NULL.phk2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* Eliminate unused and constant arguments to smbfs_vinvalbuf()phk2005-01-141-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Convert to nmount. Add omount compat.phk2004-12-061-4/+4
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-2/+2
* Update for the KDB framework:marcel2004-07-101-3/+4
* Fixes problems that occurred when a file was removed and a directorytjr2004-02-101-0/+17
* In smbfs_inactive(), only invalidate the node's attribute cache if wetjr2004-01-041-1/+1
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-051-1/+0
* Send the close request to the SMB server in smbfs_inactive(), instead oftjr2003-06-171-6/+17
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Remove redundant check for negative or zero v_usecount; vrele() alreadytjr2002-12-151-14/+7
* Keep trying to flush the vnode list for the mount while some are stilltjr2002-12-131-0/+5
* Store a reference to the parent directory's vnode in struct smbnode,tjr2002-12-131-5/+5
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-2/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* Catch up with KSE changes.bp2001-12-021-21/+21
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-9/+11
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+415
OpenPOWER on IntegriCloud