aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
* Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPENDEdward Tomasz Napierala2011-10-101-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-1/+2
* Allowed unionfs to use whiteout not supporting file system asDaichi GOTO2010-09-051-21/+0
* Revert r210194, adding a comment explaining why calls to chgproccnt()Edward Tomasz Napierala2010-08-251-0/+6
* Fix build.Edward Tomasz Napierala2010-07-181-0/+1
* Remove updating process count by unionfs. It serves no purpose, unionfs justEdward Tomasz Napierala2010-07-171-3/+0
* Fix some LORs between vnode locks and filedescriptor table locks.John Baldwin2009-07-311-2/+0
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-191-12/+8
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-3/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-14/+15
* Remove VOP_LEASE and supporting functions. This hasn't been used sinceRobert Watson2009-04-102-36/+2
* Simplify mode_t check treatment (suggested by trasz).Daichi GOTO2008-11-251-39/+2
* Fixes Unionfs socket issue reported as kern/118346.Daichi GOTO2008-11-253-39/+191
* Don't pass WANTPARENT to the pathname lookup of the mount point for aJohn Baldwin2008-11-041-4/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-19/+19
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-6/+5
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-283-15/+15
* - change function name from *_vdir to *_vnode becauseDaichi GOTO2008-05-071-21/+33
* o Fixed multi thread access issue reported by Alexander V. ChernikovDaichi GOTO2008-04-253-12/+13
* o Improved unix socket connection issueDaichi GOTO2008-04-251-13/+28
* o Fixed rename panic issueDaichi GOTO2008-04-251-11/+14
* o Fixed inaccessible issue especially including devfs on unionfs case.Daichi GOTO2008-04-252-8/+187
* o Added system hang-up process when VOP_READDIR of unionfs_nodeget()Daichi GOTO2008-04-251-1/+7
* Optimize lockmgr in order to get rid of the pool mutex interlock, of theAttilio Rao2008-04-061-5/+4
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-311-0/+1
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-252-4/+4
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-133-48/+42
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-103-28/+29
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.Attilio Rao2007-12-281-1/+0
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-2/+4
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-1/+1
* Added whiteout behavior option. ``-o whiteout=always'' is default modeDaichi GOTO2007-10-143-2/+32
* Default copy mode has been changed from traditional-mode to transparent-mode.Daichi GOTO2007-10-141-1/+1
* Fixed un-vrele issue of upper layer root vnode of unionfs.Daichi GOTO2007-10-141-1/+1
* Added NULL check code pointed out by Coverity. (via StanislavDaichi GOTO2007-10-141-0/+2
* - It has been become MPSAFE.Daichi GOTO2007-10-142-22/+51
* Fixed vnode unlock/vrele untreated issues whenever errors haveDaichi GOTO2007-10-141-4/+4
* - Added support for vfs_cache on unionfs. As a result, you can useDaichi GOTO2007-10-143-171/+43
* Added treatments to prevent readdir infinity loop using with Linux binaryDaichi GOTO2007-10-141-29/+23
* Changed it frees unneeded memory ASAP.Daichi GOTO2007-10-141-1/+5
* Log:Daichi GOTO2007-10-141-0/+6
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-313-8/+7
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionKonstantin Belousov2007-05-181-2/+2
* Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson2007-04-041-2/+2
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-0/+5
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-152-8/+7