index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
unionfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r275897:
kib
2015-01-01
2
-3
/
+4
*
r16312 is not any longer real since many years (likely since when VFS
attilio
2012-11-19
1
-6
/
+0
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
2
-7
/
+1
*
The r241025 fixed the case when a binary, executed from nullfs mount,
kib
2012-11-02
1
-2
/
+2
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-11
/
+2
*
Skip directory entries with zero inode number during traversal.
gleb
2012-05-16
1
-1
/
+1
*
fixed a unionfs_readdir math issue
daichi
2012-05-03
1
-1
/
+1
*
- fixed a vnode lock hang-up issue.
daichi
2012-05-01
3
-115
/
+213
*
Remove unused thread argument to vrecycle().
trasz
2012-04-23
1
-1
/
+1
*
Use NULL instead of 0
kevlo
2012-03-13
1
-1
/
+1
*
Add KTR_VFS traces to track modifications to a vnode's writecount.
jhb
2012-03-08
1
-0
/
+4
*
Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPEND
trasz
2011-10-10
1
-1
/
+1
*
Add a lock flags argument to the VFS_FHTOVP() file system
rmacklem
2011-05-22
1
-1
/
+2
*
Allowed unionfs to use whiteout not supporting file system as
daichi
2010-09-05
1
-21
/
+0
*
Revert r210194, adding a comment explaining why calls to chgproccnt()
trasz
2010-08-25
1
-0
/
+6
*
Fix build.
trasz
2010-07-18
1
-0
/
+1
*
Remove updating process count by unionfs. It serves no purpose, unionfs just
trasz
2010-07-17
1
-3
/
+0
*
Fix some LORs between vnode locks and filedescriptor table locks.
jhb
2009-07-31
1
-2
/
+0
*
Rework the credential code to support larger values of NGROUPS and
brooks
2009-06-19
1
-12
/
+8
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-3
/
+1
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-14
/
+15
*
Remove VOP_LEASE and supporting functions. This hasn't been used since
rwatson
2009-04-10
2
-36
/
+2
*
Simplify mode_t check treatment (suggested by trasz).
daichi
2008-11-25
1
-39
/
+2
*
Fixes Unionfs socket issue reported as kern/118346.
daichi
2008-11-25
3
-39
/
+191
*
Don't pass WANTPARENT to the pathname lookup of the mount point for a
jhb
2008-11-04
1
-4
/
+1
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
1
-1
/
+1
*
Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary
trasz
2008-10-28
1
-19
/
+19
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-1
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-6
/
+5
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
3
-15
/
+15
*
- change function name from *_vdir to *_vnode because
daichi
2008-05-07
1
-21
/
+33
*
o Fixed multi thread access issue reported by Alexander V. Chernikov
daichi
2008-04-25
3
-12
/
+13
*
o Improved unix socket connection issue
daichi
2008-04-25
1
-13
/
+28
*
o Fixed rename panic issue
daichi
2008-04-25
1
-11
/
+14
*
o Fixed inaccessible issue especially including devfs on unionfs case.
daichi
2008-04-25
2
-8
/
+187
*
o Added system hang-up process when VOP_READDIR of unionfs_nodeget()
daichi
2008-04-25
1
-1
/
+7
*
Optimize lockmgr in order to get rid of the pool mutex interlock, of the
attilio
2008-04-06
1
-5
/
+4
*
Add the support for the AT_FDCWD and fd-relative name lookups to the
kib
2008-03-31
1
-0
/
+1
*
Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is
attilio
2008-02-25
2
-4
/
+4
*
Cleanup lockmgr interface and exported KPI:
attilio
2008-01-24
1
-1
/
+1
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
3
-48
/
+42
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
3
-28
/
+29
*
Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.
attilio
2007-12-28
1
-1
/
+0
*
Add a new 'why' argument to kdb_enter(), and a set of constants to use
rwatson
2007-12-25
1
-2
/
+4
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-2
/
+2
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-1
/
+1
*
Added whiteout behavior option. ``-o whiteout=always'' is default mode
daichi
2007-10-14
3
-2
/
+32
*
Default copy mode has been changed from traditional-mode to transparent-mode.
daichi
2007-10-14
1
-1
/
+1
*
Fixed un-vrele issue of upper layer root vnode of unionfs.
daichi
2007-10-14
1
-1
/
+1
*
Added NULL check code pointed out by Coverity. (via Stanislav
daichi
2007-10-14
1
-0
/
+2
[next]