aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/unionfs
Commit message (Expand)AuthorAgeFilesLines
* Include ktr.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-051-3/+7
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-204-0/+8
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* Do not allocate struct statfs on kernel stack.Konstantin Belousov2017-01-051-22/+30
* Replace all remaining calls to vprint(9) with vn_printf(9), and removeEdward Tomasz Napierala2016-08-101-2/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-2/+2
* Remove cn_consume from 'struct componentname'. It was never set to anythingEdward Tomasz Napierala2016-03-121-3/+0
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.Mark Johnston2015-07-051-3/+0
* unionfs: fix suspendability check bugsMark Johnston2015-06-061-8/+1
* The VOP_LOOKUP() implementations for CREATE op do not put the nameKonstantin Belousov2014-12-182-3/+4
* Provide vfs suspension support only for filesystems which need it, takeMateusz Guzik2014-10-201-0/+7
* unionfs: hold mount interlock while manipulating mnt_flagMateusz Guzik2014-10-201-0/+2
* r16312 is not any longer real since many years (likely since when VFSAttilio Rao2012-11-191-6/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-092-7/+1
* The r241025 fixed the case when a binary, executed from nullfs mount,Konstantin Belousov2012-11-021-2/+2
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-11/+2
* Skip directory entries with zero inode number during traversal.Gleb Kurtsou2012-05-161-1/+1
* fixed a unionfs_readdir math issueDaichi GOTO2012-05-031-1/+1
* - fixed a vnode lock hang-up issue.Daichi GOTO2012-05-013-115/+213
* Remove unused thread argument to vrecycle().Edward Tomasz Napierala2012-04-231-1/+1
* Use NULL instead of 0Kevin Lo2012-03-131-1/+1
* Add KTR_VFS traces to track modifications to a vnode's writecount.John Baldwin2012-03-081-0/+4
* 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