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
/
ntfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
1
-0
/
+1
*
Make NTFS at least minimally usable after bufobj and GEOM fallout.
peadar
2005-01-27
3
-5
/
+35
*
Introduce and use g_vfs_close().
phk
2005-01-25
1
-2
/
+2
*
Create a vp->v_object in VFS_FHTOVP() if we want to be exportable
phk
2005-01-24
1
-1
/
+1
*
Eliminate unused and unnecessary "cred" argument from vinvalbuf()
phk
2005-01-14
1
-1
/
+1
*
Whitespace in vop_vector{} initializations.
phk
2005-01-13
1
-21
/
+17
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
2
-2
/
+2
*
Exporting of NTFS filesystem broke in rev 1.70. Fix it.
ssouhlal
2004-12-13
1
-7
/
+4
*
Don't deref NULL if no charset-conversion is specified.
phk
2004-12-12
2
-2
/
+10
*
Convert to nmount. Add omount compat.
phk
2004-12-06
2
-61
/
+80
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
1
-6
/
+0
*
Remove embryonic rootfs mounting facility.
phk
2004-12-04
1
-30
/
+1
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
3
-42
/
+28
*
Mechanically change prototypes for vnode operations to use the new typedefs.
phk
2004-12-01
1
-13
/
+13
*
Make VOP_BMAP return a struct bufobj for the underlying storage device
phk
2004-11-15
1
-3
/
+3
*
Remove stale comment after previous commit.
trhodes
2004-11-09
1
-3
/
+0
*
Detect root mount attempts on the flag, not on the NULL path.
phk
2004-11-09
1
-1
/
+1
*
s/ffs/ntfs/
phk
2004-11-04
1
-2
/
+6
*
Make a more whole-hearted attempt at GEOM'ifying NTFS.
phk
2004-11-03
3
-9
/
+21
*
Move NTFS to GEOM backing instead of DEVFS.
phk
2004-10-29
1
-30
/
+1
*
Eliminate unnecessary KASSERTs.
phk
2004-10-27
1
-3
/
+1
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-8
/
+9
*
Remove global variable rootdevs and rootvp, they are unused as such.
phk
2004-07-28
1
-2
/
+2
*
Avoid casts as lvalues.
kan
2004-07-28
1
-1
/
+1
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-4
/
+5
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
5
-6
/
+6
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
2
-8
/
+0
*
Avoid sign extension when casting signed characters to unsigned wide
tjr
2003-12-16
1
-2
/
+2
*
- Don't cache_purge() in *_reclaim routines. vclean() does it for us so
jeff
2003-10-05
1
-2
/
+0
*
- Support for multibyte charsets in LIBICONV.
fjoe
2003-09-26
7
-48
/
+197
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
1
-1
/
+1
*
Revise and improve ntfs_subr.c 1.30: read only a single cluster at a time
tjr
2003-07-26
2
-17
/
+28
*
Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek):
tjr
2003-06-20
1
-1
/
+15
*
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
-24
/
+19
*
Rename vfs_stdsync function to vfs_stdnosync which matches more
kan
2003-03-11
1
-1
/
+1
*
- Add a new 'flags' parameter to getblk().
jeff
2003-03-04
1
-1
/
+1
*
Finish cleanup of vprint() which was begun with changing v_tag to a string.
njl
2003-03-03
1
-1
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
3
-23
/
+23
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
3
-23
/
+23
*
Since Jeffr made the std* functions the default in rev 1.63 of
phk
2003-01-04
1
-3
/
+0
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
3
-4
/
+0
*
- Remove a useless initialization for 'ronly', if it hadn't been
mux
2002-10-13
1
-2
/
+2
*
Pass flags to VOP_CLOSE() corresponding to what was passed to VOP_OPEN().
phk
2002-10-13
1
-0
/
+1
*
Rename struct specinfo to the more appropriate struct cdev.
phk
2002-09-27
1
-1
/
+1
*
Fix the problem introduced by vop_stdbmap() usage. The NTFS does not
semenu
2002-09-25
1
-1
/
+28
*
- Use vrefcnt() where it is safe to do so instead of doing direct and
jeff
2002-09-25
2
-3
/
+3
*
Remove any VOP_PRINT that redundantly prints the tag.
njl
2002-09-18
1
-11
/
+1
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+1
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-2
/
+2
[next]