summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r311452:kib2017-01-121-22/+30
* MFC r303924 (by trasz):kib2016-08-291-2/+2
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-2/+2
* Remove cn_consume from 'struct componentname'. It was never set to anythingtrasz2016-03-121-3/+0
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.markj2015-07-051-3/+0
* unionfs: fix suspendability check bugsmarkj2015-06-061-8/+1
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-182-3/+4
* Provide vfs suspension support only for filesystems which need it, takemjg2014-10-201-0/+7
* unionfs: hold mount interlock while manipulating mnt_flagmjg2014-10-201-0/+2
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-191-6/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-092-7/+1
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-2/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-11/+2
* Skip directory entries with zero inode number during traversal.gleb2012-05-161-1/+1
* fixed a unionfs_readdir math issuedaichi2012-05-031-1/+1
* - fixed a vnode lock hang-up issue.daichi2012-05-013-115/+213
* Remove unused thread argument to vrecycle().trasz2012-04-231-1/+1
* Use NULL instead of 0kevlo2012-03-131-1/+1
* Add KTR_VFS traces to track modifications to a vnode's writecount.jhb2012-03-081-0/+4
* Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPENDtrasz2011-10-101-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
* Revert r210194, adding a comment explaining why calls to chgproccnt()trasz2010-08-251-0/+6
* Fix build.trasz2010-07-181-0/+1
* Remove updating process count by unionfs. It serves no purpose, unionfs justtrasz2010-07-171-3/+0
* Fix some LORs between vnode locks and filedescriptor table locks.jhb2009-07-311-2/+0
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-12/+8
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-3/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-14/+15
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-102-36/+2
* Simplify mode_t check treatment (suggested by trasz).daichi2008-11-251-39/+2
* Fixes Unionfs socket issue reported as kern/118346.daichi2008-11-253-39/+191
* 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
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-19/+19
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-6/+5
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-283-15/+15
* - change function name from *_vdir to *_vnode becausedaichi2008-05-071-21/+33
* o Fixed multi thread access issue reported by Alexander V. Chernikovdaichi2008-04-253-12/+13
* o Improved unix socket connection issuedaichi2008-04-251-13/+28
* o Fixed rename panic issuedaichi2008-04-251-11/+14
* o Fixed inaccessible issue especially including devfs on unionfs case.daichi2008-04-252-8/+187
* o Added system hang-up process when VOP_READDIR of unionfs_nodeget()daichi2008-04-251-1/+7
* Optimize lockmgr in order to get rid of the pool mutex interlock, of theattilio2008-04-061-5/+4
* 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-252-4/+4
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-133-48/+42
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-103-28/+29
OpenPOWER on IntegriCloud