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
/
nwfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.
jhb
2010-11-09
1
-2
/
+0
*
M_USE_RESERVE has been deprecated for a decade. Eliminate any uses that
alc
2010-10-02
1
-2
/
+1
*
Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and
jhb
2010-08-20
1
-1
/
+1
*
Eliminate unnecessary page queues locking.
alc
2010-06-18
1
-2
/
+0
*
Push down the page queues lock into vm_page_activate().
alc
2010-05-07
1
-8
/
+9
*
Eliminate page queues locking around most calls to vm_page_free().
alc
2010-05-06
1
-2
/
+0
*
Acquire the page lock around all remaining calls to vm_page_free() on
alc
2010-05-05
1
-3
/
+6
*
Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().
trasz
2010-05-05
1
-13
/
+4
*
Lock the page around vm_page_activate() and vm_page_deactivate() calls
kib
2010-05-03
1
-2
/
+6
*
Switch to our preferred 2-clause BSD license.
joel
2010-04-07
10
-65
/
+5
*
Don't touch v_interlock; use VI_* macros instead.
trasz
2010-01-27
2
-8
/
+8
*
Eliminate the unnecessary clearing of a page's dirty bits from
alc
2009-05-23
1
-2
/
+5
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-11
/
+17
*
After r186194 the *fs_strategy() functions always return 0.
bz
2009-01-31
1
-2
/
+1
*
Remove unused local variables.
bz
2009-01-31
2
-4
/
+0
*
According to phk@, VOP_STRATEGY should never, _ever_, return
trasz
2008-12-16
1
-1
/
+1
*
Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary
trasz
2008-10-28
1
-3
/
+3
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
2
-7
/
+7
*
Remove the struct thread unuseful argument from bufobj interface.
attilio
2008-10-10
1
-2
/
+2
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
2
-16
/
+13
*
Replace lockmgr lock protecting nwfs vnode hash table with an sx lock.
rwatson
2008-03-02
1
-12
/
+15
*
- Handle buffer lock waiters count directly in the buffer cache instead
attilio
2008-03-01
1
-1
/
+1
*
Introduce some functions in the vnode locks namespace and in the ffs
attilio
2008-02-24
1
-1
/
+1
*
Cleanup lockmgr interface and exported KPI:
attilio
2008-01-24
1
-11
/
+10
*
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
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-2
/
+2
*
Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation
kib
2007-06-01
1
-2
/
+2
*
Make insmntque() externally visibile and allow it to fail (e.g. during
tegge
2007-03-13
1
-0
/
+6
*
Drop crummy fattime to timespec conversion routines.
phk
2006-10-24
1
-163
/
+12
*
Use utc_offset() where applicable, and hide the internals of it
phk
2006-10-02
1
-5
/
+3
*
First part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-0
/
+1
*
Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.
tegge
2006-09-26
1
-0
/
+2
*
Introduce a field to struct vm_page for storing flags that are
alc
2006-08-09
1
-1
/
+1
*
Call vm_object_page_clean() with the object lock held.
ups
2006-05-25
1
-1
/
+4
*
Do not set B_NOCACHE on buffers when releasing them in flushbuflist().
ups
2006-05-25
1
-0
/
+4
*
I ran into an nfs client panic a couple of times in a row over the
alfred
2006-01-17
1
-1
/
+5
*
Eradicate caddr_t from the VFS API.
des
2005-12-14
1
-2
/
+2
*
Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
ru
2005-12-05
1
-1
/
+1
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
2
-3
/
+3
*
Update nwfs_lookup() to match the current cache_lookup() API.
truckman
2005-10-16
1
-26
/
+11
*
In preparation for making the modules actually use opt_*.h files
yar
2005-10-14
1
-4
/
+0
*
The NWFS code in RELENG_6 is broken due to a typo in
phk
2005-09-30
1
-1
/
+1
*
Do not dereference dvp pointer before doing a NULL check.
kan
2005-05-11
1
-1
/
+2
*
- Change all filesystems and vfs_cache to relock the dvp once the child is
jeff
2005-04-13
1
-7
/
+3
*
- Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c
jeff
2005-03-29
1
-4
/
+3
*
- nwfs_lookup() is no longer responsible for unlocking the dvp, this is
jeff
2005-03-28
1
-26
/
+10
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-2
/
+2
*
- The VI_DOOMED flag now signals the end of a vnode's relationship with
jeff
2005-03-13
2
-2
/
+1
*
vp->v_id is a private field for the vfs namecache and it is a big mistake
phk
2005-02-22
1
-11
/
+10
[next]