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
*
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
*
Use <sys/queue.h> macro API.
phk
2001-02-04
1
-1
/
+1
*
Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.
phk
2001-02-04
1
-4
/
+0
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
1
-10
/
+10
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
2
-9
/
+6
*
Use vop_defaultop() instead of ntfs_bypass().
bp
2000-11-18
1
-2
/
+6
*
Missed conversion of CIRCLEQ => TAILQ for mount list.
mckusick
2000-11-14
1
-1
/
+1
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
1
-1
/
+0
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
2
-2
/
+0
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
1
-3
/
+3
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
6
-11
/
+45
*
PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.
peter
2000-10-02
1
-4
/
+0
*
o Restructure vaccess() so as to check for DAC permission to modify the
rwatson
2000-08-29
1
-1
/
+1
*
Centralize the canonical vop_access user/group/other check in vaccess().
phk
2000-08-20
1
-42
/
+4
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
3
-6
/
+6
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
3
-6
/
+6
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
3
-0
/
+3
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-1
/
+1
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-3
/
+3
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Forward declare some structs so that this header is more self-suifficent.
bde
2000-01-14
2
-0
/
+9
[next]