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
*
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
*
Fixed a reference to a nonexistent variable in previous commit. Renaming
bde
2003-11-05
1
-9
/
+8
*
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
1
-11
/
+11
*
Remove alpha-bitops.h now that it's unused. It's in the attic if
marcel
2003-11-03
1
-255
/
+0
*
Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameter
kan
2003-11-03
1
-2
/
+4
*
Take care not to call vput if thread used in corresponding vget
kan
2003-11-02
1
-1
/
+2
*
Temporarily undo parts of the stuct mount locking commit by jeff.
kan
2003-11-01
1
-2
/
+1
*
Fix the alpha tinderbox. The alpha specific bitops used by the bitmap
marcel
2003-10-29
2
-6
/
+2
*
DuH!
phk
2003-10-18
3
-3
/
+3
*
Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()
phk
2003-10-18
3
-0
/
+3
*
- File systems that wish to inspect the vnode contents or their private
jeff
2003-10-05
1
-0
/
+8
*
- Don't cache_purge() in ext2_reclaim. vclean() does it for us so
jeff
2003-10-05
1
-1
/
+0
*
- Don't use vrecycle() call vgonel() directly after grabing the vnode
jeff
2003-10-04
1
-4
/
+6
*
- Clean-up comments that refer to the use of B_LOCKED.
jeff
2003-08-28
2
-3
/
+4
*
- In LCK_BUF() simply change the owner of the buf to the kernel.
jeff
2003-08-28
1
-10
/
+2
*
Change of plans: Add ext2_bitops.h with generic and portable
marcel
2003-08-25
4
-49
/
+116
*
Add compilation support for extfs on ia64, primarily to support LINT.
marcel
2003-08-23
3
-6
/
+53
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
1
-1
/
+1
*
Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations
phk
2003-06-15
1
-0
/
+2
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-25
/
+21
*
- Lock the buf before clearing flags.
jeff
2003-03-13
1
-1
/
+1
*
- Add a new 'flags' parameter to getblk().
jeff
2003-03-04
4
-8
/
+8
*
Finish cleanup of vprint() which was begun with changing v_tag to a string.
njl
2003-03-03
1
-1
/
+1
*
Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.
des
2003-03-02
1
-34
/
+33
*
uiomove-related caddr_t -> void * (just the low-hanging fruit)
des
2003-03-02
1
-2
/
+1
*
- Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.
jeff
2003-02-25
1
-1
/
+1
*
This commit was generated by cvs2svn to compensate for changes in r111368,
obrien
2003-02-23
1
-0
/
+248
|
\
|
*
Import Linux's linux/include/asm-sparc64/bitopts.h.
obrien
2003-02-23
1
-0
/
+248
|
*
Update the vendor branch of ext2fs to Linux 2.3.35. This is needed
bde
2000-01-01
8
-686
/
+1123
|
*
Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fs
bde
2000-01-01
1
-34
/
+10
*
|
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
3
-9
/
+9
*
|
- Use the new vop_stdfsync instead of recreating our own.
jeff
2003-02-09
1
-49
/
+3
*
|
Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY().
phk
2003-01-28
1
-1
/
+1
[next]