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
/
ufs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement a low-memory deadlock solution.
dillon
2000-11-18
3
-17
/
+26
*
When deleting a file, the ordering of events imposed by soft updates
mckusick
2000-11-14
1
-15
/
+18
*
Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 of
bde
2000-11-04
1
-1
/
+3
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
1
-21
/
+0
*
Add a missing <sys/systm.h>
phk
2000-10-30
1
-0
/
+1
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
3
-3
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to perform
rwatson
2000-10-19
2
-26
/
+48
*
Initial commit of IFS - a inode-namespaced FFS. Here is a short
adrian
2000-10-14
9
-7
/
+1326
*
o Sanity check was inverted, resulting in a possible spurious panic
rwatson
2000-10-09
1
-1
/
+1
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
3
-9
/
+9
*
o Move initialization of ump from mp to the top of the function so that
rwatson
2000-10-06
1
-2
/
+1
*
o Add call to ufs_extattr_uepm_destroy() in ffs_unmount() so as to clean
rwatson
2000-10-04
1
-0
/
+15
*
o Correct use of lockdestroy() by adding a new ufs_extattr_uepm_destroy()
rwatson
2000-10-04
2
-2
/
+25
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
6
-15
/
+23
*
Add a lock structure to vnode structure. Previously it was either allocated
bp
2000-09-25
4
-4
/
+7
*
o Permit UFS Extended Attributes to be associated with special devices
rwatson
2000-09-21
1
-0
/
+8
*
o Disallow privileged processes in jail() from directly accessing
rwatson
2000-09-18
1
-1
/
+9
*
o Allow privileged processes in jail() to override sticky bit behavior
rwatson
2000-09-18
1
-2
/
+2
*
o Add a comment clarifying interaction between jail(), privileged processes,
rwatson
2000-09-18
1
-0
/
+5
*
o Add missing PRISON_ROOT allowing a privileged process in a jail() to not
rwatson
2000-09-18
1
-1
/
+1
*
o Substitute suser() calls for direct credential checks, which is now
rwatson
2000-09-18
4
-8
/
+10
*
Silence a warning.
des
2000-09-17
1
-1
/
+1
*
Add new flag PDIRUNLOCK to the component.cn_flags which should be set by
bp
2000-09-17
1
-13
/
+30
*
Remove a pointless casting of a gid_t to a gid_t.
phk
2000-09-16
1
-1
/
+1
*
Add VOP_*VOBJECT vops, because MFS requires explicit vop specification.
bp
2000-09-12
1
-0
/
+3
*
o Variety of extended attribute fixes
rwatson
2000-09-12
1
-26
/
+39
*
Fix a 64-bitism. Use size_t instead of int for 4th argument to copyinstr.
jhb
2000-09-11
1
-1
/
+2
*
Cannot do MALLOC with M_WAITOK while holding ACQUIRE_LOCK
mckusick
2000-09-07
1
-2
/
+2
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
3
-3
/
+1
*
Modify extended attribute protection model to authorize based on
rwatson
2000-09-02
2
-43
/
+60
*
o Restructure vaccess() so as to check for DAC permission to modify the
rwatson
2000-08-29
1
-1
/
+1
*
o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attr
rwatson
2000-08-26
2
-22
/
+22
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-1
/
+2
*
Centralize the canonical vop_access user/group/other check in vaccess().
phk
2000-08-20
1
-41
/
+3
*
Initialize *countp to 0 in stub for softdep_flushworklist().
tegge
2000-08-09
1
-0
/
+1
*
Fix the lockmgr panic everyone is seeing at shutdown time.
roberto
2000-08-01
1
-1
/
+2
*
Minor tweak - removed unused variable 'struct mount *mp';
peter
2000-07-28
1
-1
/
+0
*
Minor change: fix warning - move a 'struct vnode *vp' declaration inside a
peter
2000-07-28
1
-0
/
+2
*
Clean up the snapshot code so that it no longer depends on the use of
mckusick
2000-07-26
4
-12
/
+37
*
Fix the "mfs_badop[vop_getwritemount] = 45" messages.
phk
2000-07-26
1
-0
/
+1
*
Add stub for softdep_flushworklist() so that kernels compiled
mckusick
2000-07-25
1
-0
/
+10
*
Eliminate periodic 'mfs_badop[vop_getwritemount] = 45' messages.
mckusick
2000-07-25
1
-0
/
+1
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
9
-75
/
+152
*
o Marius pointed out an unusually inconvenient upper bound on extended
rwatson
2000-07-14
1
-1
/
+0
*
Prevent possible dereference of NULL pointer.
bp
2000-07-13
1
-1
/
+1
*
Brain fault, forgot to update ffs_snapshot.c with the new calling convention
mckusick
2000-07-12
1
-4
/
+5
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
15
-184
/
+1365
*
Clean up warning about undeclared function by declaring softdep_fsync
mckusick
2000-07-11
1
-0
/
+3
[next]