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
*
Fix a lock leak in the ntfs locking scheme:
attilio
2008-02-13
1
-1
/
+1
*
Cleanup lockmgr interface and exported KPI:
attilio
2008-01-24
1
-11
/
+8
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
2
-2
/
+2
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
2
-2
/
+2
*
Remove explicit calling of lockmgr() with the NULL argument.
attilio
2008-01-08
1
-8
/
+8
*
o Mask maximum file permissions we get from mount_ntfs -m
maxim
2007-11-17
1
-1
/
+2
*
o Do not leak inodes hash table at module unload.
maxim
2007-11-13
1
-0
/
+1
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-2
/
+2
*
Disable multiple ntfs mounts to the same mountpoint.
rodrigc
2007-09-21
1
-1
/
+15
*
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
[next]