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
*
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
*
Fix a problem with sendfile() syscall by always doing I/O via bread() in
semenu
2002-07-31
1
-13
/
+28
*
More s/file system/filesystem/g
trhodes
2002-05-16
2
-4
/
+4
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
2
-2
/
+2
*
Remove __P.
alfred
2002-03-19
5
-71
/
+69
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
3
-10
/
+12
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()
dillon
2001-12-20
1
-1
/
+1
*
GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.
jhb
2001-11-27
4
-18
/
+12
*
Expand LOCKMGR() compat macro.
jhb
2001-11-27
2
-9
/
+11
*
GC non-FreeBSD code that didn't work anyways.
jhb
2001-11-26
6
-497
/
+2
*
Missing KSE s/curproc/curthread/
peter
2001-11-17
1
-1
/
+1
*
Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...")
fenner
2001-09-26
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
4
-56
/
+56
*
Stole unicode translation table from mount_msdos. Add kernel code
semenu
2001-09-08
6
-18
/
+137
*
Fix opening particular file's attributes (as described in man page).
semenu
2001-09-08
1
-9
/
+14
*
Reference devvp on ntnode creation and dereference on removal. Previous
semenu
2001-09-08
3
-22
/
+17
*
Fix errors and warnings when compiling with NTFS_DEBUG > 1
semenu
2001-09-08
2
-6
/
+4
*
Fix warning (exposed NetBSD code):
peter
2001-06-15
1
-1
/
+1
*
- sys/n[tw]fs moved to sys/fs/n[tw]fs
ru
2001-05-26
5
-21
/
+21
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-3
/
+3
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
1
-22
/
+0
*
Add a vop_stdbmap(), and make it part of the default vop vector.
phk
2001-04-29
1
-5
/
+2
*
Move the netexport structure from the fs-specific mountstructure
phk
2001-04-25
2
-11
/
+9
*
This patch removes the VOP_BWRITE() vector.
phk
2001-04-17
1
-1
/
+0
*
Reviewed by: jlemon
adrian
2001-03-01
1
-9
/
+5
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
3
-15
/
+15
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-5
/
+5
[next]