summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-5/+0
* - fixed a vnode lock hang-up issue.daichi2012-05-011-5/+5
* Use NULL instead of 0kevlo2012-03-131-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+2
* Allowed unionfs to use whiteout not supporting file system asdaichi2010-09-051-21/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-14/+15
* Simplify mode_t check treatment (suggested by trasz).daichi2008-11-251-39/+2
* Don't pass WANTPARENT to the pathname lookup of the mount point for ajhb2008-11-041-4/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-4/+4
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-3/+3
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* Added whiteout behavior option. ``-o whiteout=always'' is default modedaichi2007-10-141-0/+17
* Default copy mode has been changed from traditional-mode to transparent-mode.daichi2007-10-141-1/+1
* Fixed un-vrele issue of upper layer root vnode of unionfs.daichi2007-10-141-1/+1
* - It has been become MPSAFE.daichi2007-10-141-0/+5
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-8/+0
* Remove unused variable in unionfs_root().rodrigc2006-12-091-2/+0
* Use vfs_mount_error() in a few places to give more descriptive mount errorrodrigc2006-12-091-2/+6
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>rodrigc2006-12-021-325/+387
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-1/+8
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* - Fix several locking problems in unionfs_mount so that it will comejeff2005-04-271-23/+7
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* remove dead codesam2005-02-221-3/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Trust vfs_mount to call VFS_STATFS() on all mounts.phk2004-12-061-2/+0
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-7/+0
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-131-2/+2
* Refuse attempts to mount root filesystemphk2004-11-091-0/+2
* Fix unionfs problems when a directory is mounted on other directorytakawata2004-10-051-0/+7
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-4/+4
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-2/+3
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove now unused variable.kan2003-11-011-1/+0
* Do not bother walking mount point vnode list just to calculatekan2003-11-011-5/+1
* Initialize struct vfsops C99-sparsely.phk2003-06-121-23/+10
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Fake up a struct componentname to pass to VOP_WHITEOUT instead of passingtjr2003-01-181-1/+10
* Fix a warning on 64 bits platforms: copystr() takes a size_t *,mux2002-10-061-1/+1
* Fix misspellings, capitalization, and punctuation in comments. Minortruckman2002-09-221-9/+13
* nmount'ify unionfs further by using separate options insteadmux2002-06-151-5/+16
* Convert unionfs to nmount.mux2002-05-241-20/+22
* Remove __P.alfred2002-03-191-8/+8
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
OpenPOWER on IntegriCloud