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
/
smbfs
/
smbfs_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly pass vnode to smbfs_doio() function.
phk
2004-09-07
1
-2
/
+1
*
Make vm_page's PG_ZERO flag immutable between the time of the page's
alc
2004-05-06
1
-2
/
+0
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-5
/
+9
*
Synchronize access to a vm page's valid field using the containing
alc
2003-10-04
1
-5
/
+4
*
- Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a
jeff
2003-10-04
1
-5
/
+1
*
- Remove interlock protection around VI_XLOCK. The interlock is not
jeff
2003-09-19
1
-3
/
+3
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
1
-2
/
+2
*
Lock the vm object when freeing a vm page.
alc
2003-06-19
1
-1
/
+9
*
- smb_td_intr takes a thread as an argument not a proc.
jeff
2003-04-01
1
-1
/
+1
*
- smb_proc_intr is now spelled smb_td_intr.
jeff
2003-04-01
1
-1
/
+1
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-3
/
+3
*
Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.
des
2003-03-02
1
-5
/
+5
*
uiomove-related caddr_t -> void * (just the low-hanging fruit)
des
2003-03-02
1
-2
/
+2
*
Store a reference to the parent directory's vnode in struct smbnode,
tjr
2002-12-13
1
-1
/
+1
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-1
/
+1
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-1
/
+6
*
o Lock page queue accesses in nwfs and smbfs.
alc
2002-08-02
1
-0
/
+8
*
UIO_NOCOPY is not supported for now, so refuse read opeartion if this flag
bp
2002-04-26
1
-0
/
+6
*
Track nfs's getpages() changes:
bp
2002-04-23
1
-12
/
+46
*
Get rid from extra #ifdefs.
bp
2002-04-23
1
-19
/
+3
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-3
/
+3
*
Catch up with KSE changes.
bp
2001-12-02
1
-41
/
+43
*
Grab the process lock around psignal().
jhb
2001-07-18
1
-0
/
+2
*
- Update the vmmeter statistics for vnode pageins and pageouts in
jhb
2001-07-04
1
-2
/
+7
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-2
/
+0
*
Convert vnode_pager_freepage() to vm_free_page().
bp
2001-05-03
1
-2
/
+2
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
1
-4
/
+2
*
Import kernel part of SMB/CIFS requester.
bp
2001-04-10
1
-0
/
+672