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
/
gnu
/
ext2fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate unused and unnecessary "cred" argument from vinvalbuf()
phk
2005-01-14
1
-2
/
+2
*
Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()
phk
2005-01-11
1
-1
/
+1
*
Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().
phk
2005-01-11
1
-5
/
+4
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
21
-34
/
+34
*
Add dol FreeBSD dol and /*+ize license
imp
2005-01-06
1
-1
/
+3
*
Implement simpler panics for VOP_{read,write} on fifos.
phk
2004-12-14
1
-55
/
+2
*
Revert previous commit. The null-pointer function call (a dereference
marcel
2004-12-11
1
-4
/
+4
*
Convert to nmount. Add omount compat code.
phk
2004-12-06
1
-10
/
+13
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
1
-7
/
+0
*
Fix null-pointer indirect function calls introduced in the previous
marcel
2004-12-05
1
-4
/
+4
*
Remove #if 0'ed rootfs mounting code.
phk
2004-12-04
1
-58
/
+0
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
3
-67
/
+56
*
Mechanically change prototypes for vnode operations to use the new typedefs.
phk
2004-12-01
1
-26
/
+26
*
Make VOP_BMAP return a struct bufobj for the underlying storage device
phk
2004-11-15
1
-3
/
+3
*
Get even closer to not crashing ext2fs
phk
2004-11-06
2
-2
/
+1
*
Get closer to unbreaking ext2fs
phk
2004-11-06
1
-0
/
+2
*
Properly implement a default version of VOP_GETWRITEMOUNT.
phk
2004-11-06
1
-1
/
+0
*
Move EXT2FS to GEOM backing instead of DEVFS.
phk
2004-10-29
4
-50
/
+57
*
Reduce the locking activity by epsilon by checking VNON condition before
phk
2004-10-28
1
-4
/
+3
*
Eliminate unnecessary KASSERTs.
phk
2004-10-27
2
-4
/
+1
*
Loose the v_dirty* and v_clean* alias macros.
phk
2004-10-25
2
-3
/
+4
*
Move the buffer method vector (buf->b_op) to the bufobj.
phk
2004-10-24
2
-2
/
+2
*
Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.
phk
2004-10-22
1
-1
/
+1
*
Desupport device nodes on EXT2 filesystems.
phk
2004-09-27
3
-119
/
+12
*
Give cluster_write() an explicit vnode argument.
phk
2004-09-27
1
-1
/
+1
*
Create simple function init_va_filerev() for initializing a va_filerev
phk
2004-09-07
1
-24
/
+1
*
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
jmg
2004-08-15
1
-8
/
+5
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-5
/
+5
*
Remove global variable rootdevs and rootvp, they are unused as such.
phk
2004-07-28
1
-1
/
+2
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
1
-5
/
+5
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-2
/
+3
*
Update for the KDB framework:
marcel
2004-07-10
1
-5
/
+3
*
When we traverse the vnodes on a mountpoint we need to look out for
phk
2004-07-04
1
-14
/
+2
*
Fixed misformatting of code and breaking of a comment in previous commit.
bde
2004-06-20
1
-2
/
+2
*
Fixed misformatting in previous commit.
bde
2004-06-20
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
5
-11
/
+11
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
14
-56
/
+0
*
Properly vector all bwrite() and BUF_WRITE() calls through the same path
phk
2004-03-11
1
-4
/
+4
*
Remove unused mnt_reservedvnlist field.
phk
2004-03-11
1
-1
/
+0
*
Remove unused second arg to vfinddev().
phk
2004-03-11
1
-1
/
+3
*
Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();
tjr
2004-02-19
4
-16
/
+11
*
Add partial support for large (>4GB) files on ext2 filesystems. This
tjr
2004-02-18
3
-1
/
+16
*
Fixed misspellings of "ext2_*" as "ufs_*" and " "ext2fs_*", and of
bde
2004-02-15
1
-7
/
+6
*
Removed support for the unsupported option READONLY. It just forced
bde
2004-02-15
1
-4
/
+0
*
MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lock
bde
2004-02-13
1
-4
/
+10
*
Fixed longstanding brokenness of inode updates. The waitfor flag was
bde
2004-02-13
1
-4
/
+0
*
MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reduces
bde
2004-02-12
1
-12
/
+13
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-7
/
+7
*
Copy workaround from FFS: open device for write access even if
tjr
2004-01-24
1
-0
/
+19
*
Spell magic '16' number as IO_SEQSHIFT.
kan
2004-01-19
1
-3
/
+3
[next]