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
/
kern
/
vfs_extattr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a case in kern_rename() where a vn_finished_write() call was
iedowse
2002-10-27
1
-2
/
+2
*
Change the way support for asynchronous I/O is indicated to applications
wollman
2002-10-27
1
-1
/
+14
*
Hook up most of the MAC entry points relating to file/directory/node
rwatson
2002-10-19
1
-2
/
+68
*
Incremental style improvements: more consistently avoid assignments
rwatson
2002-10-10
1
-18
/
+31
*
Explore new heights in alphabetization for _file and _fd variations on
rwatson
2002-10-10
1
-60
/
+60
*
Implement extattr_{delete,get,set}_link() system calls: extended attribute
rwatson
2002-10-09
1
-0
/
+90
*
Add back a fdrop() call at the end of kern_open() that got lost in
iedowse
2002-10-07
1
-0
/
+1
*
Merge support for mac_check_vnode_link(), a MAC framework/policy entry
rwatson
2002-10-05
1
-1
/
+6
*
Fix mis-indentation.
phk
2002-10-02
1
-1
/
+1
*
- Properly lock v_vflags in getdirents().
jeff
2002-09-25
1
-4
/
+14
*
VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()
truckman
2002-09-19
1
-1
/
+3
*
vfs_syscalls.c:
bde
2002-09-10
1
-7
/
+3
*
Split out a number of mostly VFS and signal related syscalls into
iedowse
2002-09-01
1
-82
/
+214
*
- Hold the vnode lock across unlink() so that the v_vflag check is safe.
jeff
2002-08-21
1
-15
/
+20
*
Pass active_cred and file_cred into the MAC framework explicitly
rwatson
2002-08-19
1
-4
/
+11
*
Break out mac_check_vnode_op() into three seperate checks:
rwatson
2002-08-19
1
-8
/
+4
*
Make similar changes to fo_stat() and fo_poll() as made earlier to
rwatson
2002-08-16
1
-7
/
+7
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-4
/
+7
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-1
/
+14
*
Include file cleanup; mac.h and malloc.h at one point had ordering
rwatson
2002-08-01
1
-1
/
+1
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-10
/
+95
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-0
/
+12
*
Improve formatting and variable use consistency in extattr system
rwatson
2002-08-01
1
-3
/
+2
*
Simplify the logic to enter VFS_EXTATTRCTL().
rwatson
2002-08-01
1
-7
/
+2
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+23
*
When referencing nd_cnp after namei(), always pass SAVENAME into
rwatson
2002-07-30
1
-5
/
+9
*
Set VAPPEND in open mode when O_APPEND is specified as an argument to
rwatson
2002-07-22
1
-0
/
+2
*
Change utimes to set the file creation time (for filesystems that
mckusick
2002-07-17
1
-6
/
+15
*
Change the name of st_createtime to st_birthtime. This change is
mckusick
2002-07-16
1
-1
/
+1
*
- Change chroot_refuse_vdir_fds() to require that the passed in struct
jhb
2002-07-13
1
-16
/
+18
*
Move every code related to mount(2) in a new file, vfs_mount.c.
mux
2002-07-02
1
-1042
/
+0
*
Use indirect function pointer hooks instead of #ifdef SOFTUPDATES
iedowse
2002-07-01
1
-5
/
+4
*
Remove unneeded casts to caddr_t.
alfred
2002-06-28
1
-31
/
+31
*
In vn_mkdir(), use vrele() instead of vput() on the parent directory
iedowse
2002-06-28
1
-1
/
+9
*
Use proper size in bzero of stat structure.
mckusick
2002-06-24
1
-1
/
+1
*
This patch fixes a size problem with the stat structure for
mckusick
2002-06-22
1
-1
/
+1
*
o Remove the initialization of unused fields in the struct
mux
2002-06-22
1
-25
/
+5
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-2
/
+2
*
Change the way we internally store the mount options to
mux
2002-06-20
1
-59
/
+17
*
Remove a duplicated vfs_freeopts() that I introduced in last
mux
2002-05-28
1
-2
/
+1
*
Style nit, no functional changes.
mux
2002-05-23
1
-0
/
+1
*
Slightly change the way we pass mount options to the filesystem
mux
2002-05-23
1
-6
/
+12
*
Change two vput() that should have been vrele().
mux
2002-05-20
1
-2
/
+2
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-5
/
+5
*
Disable the shared locking namei() code for now. It breaks several stacking
jeff
2002-05-14
1
-1
/
+1
*
Add the lchflags(2) syscall.
mux
2002-05-05
1
-0
/
+23
*
Move a KASSERT() in open() prior to unlocking the vnode. It's not safe to
jeff
2002-05-05
1
-3
/
+4
*
Fix a typo.
mux
2002-05-04
1
-1
/
+1
*
Slightly restructure extattr_get_vp() so that there's only one entry point
rwatson
2002-04-23
1
-8
/
+15
*
Improve style consistency of vfs_syscalls.c by converting the style used
rwatson
2002-04-20
1
-53
/
+82
[next]