aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/smbfs/smbfs_node.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r227293 (by ed):Alexander Motin2013-04-051-1/+1
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andJohn Baldwin2010-08-201-1/+1
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-071-6/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-5/+5
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().Konstantin Belousov2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-2/+2
* Remove unused 'td' arguments from smbfs_hash_lock() andRobert Watson2008-07-011-9/+9
* Replace lockmgr lock protecting smbfs node hash table with sx lock.Robert Watson2008-03-021-5/+3
* Introduce some functions in the vnode locks namespace and in the ffsAttilio Rao2008-02-241-1/+1
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-3/+4
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Where I previously removed calls to kdb_enter(), now remove include ofRobert Watson2007-05-291-1/+0
* Rather than entering the debugger via kdb_enter() when detecting memoryRobert Watson2007-05-271-12/+6
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-0/+5
* Create a bidirectional mapping of the DOS 'read only' attributeBoris Popov2006-11-051-0/+3
* I ran into an nfs client panic a couple of times in a row over theAlfred Perlstein2006-01-171-1/+4
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-2/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-2/+1
* don't call vprint with NULL.Poul-Henning Kamp2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Remove unused argument to vrecycle()Poul-Henning Kamp2005-01-281-1/+1
* Eliminate unused and constant arguments to smbfs_vinvalbuf()Poul-Henning Kamp2005-01-141-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Convert to nmount. Add omount compat.Poul-Henning Kamp2004-12-061-4/+4
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-2/+2
* Update for the KDB framework:Marcel Moolenaar2004-07-101-3/+4
* Fixes problems that occurred when a file was removed and a directoryTim J. Robbins2004-02-101-0/+17
* In smbfs_inactive(), only invalidate the node's attribute cache if weTim J. Robbins2004-01-041-1/+1
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us soJeff Roberson2003-10-051-1/+0
* Send the close request to the SMB server in smbfs_inactive(), instead ofTim J. Robbins2003-06-171-6/+17
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Remove redundant check for negative or zero v_usecount; vrele() alreadyTim J. Robbins2002-12-151-14/+7
* Keep trying to flush the vnode list for the mount while some are stillTim J. Robbins2002-12-131-0/+5
* Store a reference to the parent directory's vnode in struct smbnode,Tim J. Robbins2002-12-131-5/+5
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andJeff Roberson2002-09-251-2/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()Matthew Dillon2001-12-201-1/+1
* Catch up with KSE changes.Boris Popov2001-12-021-21/+21
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-9/+11
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+415