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 insmntque() externally visibile and allow it to fail (e.g. during
tegge
2007-03-13
1
-0
/
+7
*
Check that the error returned by vfs_getopts() is not ENOENT before assuming
cognet
2007-02-21
1
-2
/
+2
*
Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.
pjd
2007-02-15
2
-20
/
+22
*
Fix an integer overflow and allow access to files larger than 4GB on
le
2006-11-20
3
-19
/
+19
*
Fake the link count until we have no choice but to load data from the
trhodes
2006-10-21
1
-1
/
+1
*
Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.
tegge
2006-09-26
1
-0
/
+4
*
Remove calls to vfs_export() for exporting a filesystem for NFS mounting
rodrigc
2006-05-26
1
-13
/
+6
*
I ran into an nfs client panic a couple of times in a row over the
alfred
2006-01-17
1
-1
/
+5
*
o Typo in the debug message: s/skiped/skipped.
maxim
2006-01-05
1
-1
/
+1
*
Fix -Wundef.
ru
2005-12-04
2
-4
/
+4
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
3
-9
/
+9
*
Cast bf_sysid to const char * when passing it to strncmp(), because
rodrigc
2005-09-11
1
-1
/
+1
*
Do not declare M_NTFSMNT with extern linkage here, since
rodrigc
2005-09-11
1
-1
/
+0
*
Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.
ssouhlal
2005-09-03
1
-1
/
+0
*
*_mountfs() (if the filesystem mounts from a device) needs devvp to be
ssouhlal
2005-09-02
1
-12
/
+11
*
The printf(9) `%p' conversion specifier puts an "0x" in
robert
2005-05-06
1
-2
/
+2
*
Fix our NTFS readdir function.
robert
2005-05-06
1
-3
/
+3
*
- Correct the dprintf format int the _lookup routine.
jeff
2005-03-28
1
-1
/
+1
*
- Garbage collect an unused variable.
jeff
2005-03-28
1
-4
/
+1
*
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
jeff
2005-03-28
1
-19
/
+3
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-0
/
+1
*
- The VI_DOOMED flag now signals the end of a vnode's relationship with
jeff
2005-03-13
1
-2
/
+0
*
make M_NTFSMNT and ntfs_calccfree() static
phk
2005-02-10
2
-3
/
+3
*
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
[next]