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
/
nfsclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
DuH!
phk
2003-10-18
1
-1
/
+1
*
Initialize bp->b_offset before calling VOP_STRATEGY().
phk
2003-10-18
2
-8
/
+1
*
We do not get B_PHYS buffers here anymore. /dev/drum is long gone.
phk
2003-10-18
1
-24
/
+2
*
Since the addition of the VI_DOINGINACT flag some time ago,
iedowse
2003-10-05
1
-15
/
+1
*
- Remove an incorrect XXX comment. This code does respect the XLOCK since
jeff
2003-10-05
1
-1
/
+0
*
- Check the XLOCK before we inspect the vnode.
jeff
2003-10-05
1
-0
/
+4
*
- We don't need to cache_purge() in nfs_reclaim(), vclean() does it for us.
jeff
2003-10-05
1
-2
/
+0
*
- Consistently set sopt_dir.
jeff
2003-10-04
3
-0
/
+4
*
- Acquire the vnode interlock prior to dropping the mntvnode_mtx.
jeff
2003-10-04
1
-1
/
+2
*
- Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a
jeff
2003-10-04
1
-5
/
+6
*
- Remove interlock protection around VI_XLOCK. The interlock is not
jeff
2003-09-19
1
-4
/
+3
*
Name the vnode method vectors consistently with the rest of the filesystems.
phk
2003-09-12
4
-21
/
+21
*
Remove now unused BOOTP tags related to NFS swap device.
phk
2003-09-05
1
-3
/
+0
*
KNF: parentheses around return values.
dds
2003-09-04
1
-4
/
+4
*
Fix errno return values to better represent failure reasons for
dds
2003-09-02
1
-4
/
+9
*
Remove the magic way of configuring NFS backed swap.
phk
2003-08-15
4
-243
/
+1
*
0) preallocate per-interface context structures without the ifnet lock held
billf
2003-08-07
1
-25
/
+38
*
Fix a problem that occurs when truncating files on NFSv3 mounts: we need
tjr
2003-07-29
1
-1
/
+7
*
Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.
phk
2003-07-27
1
-1
/
+1
*
Change idle sleep indentifier to "-" for nfsiod
phk
2003-07-02
1
-1
/
+1
*
Lock the vm object when freeing a page.
alc
2003-06-17
1
-1
/
+9
*
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
-14
/
+7
*
When removing a sillyrename file, make sure that the directory vnode
iedowse
2003-06-12
1
-0
/
+6
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Add the comment I meant to add about not passing in PCATCH to the
rwatson
2003-06-11
1
-0
/
+8
*
On a socket creation error, don't close the socket.
hsu
2003-06-09
1
-1
/
+2
*
Remove unsed variables.
phk
2003-05-31
1
-7
/
+2
*
The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to prevent
phk
2003-05-31
1
-6
/
+0
*
rpc.lockd stability workaround: remove PCATCH from the tsleep() in
rwatson
2003-05-30
1
-1
/
+1
*
Deal with the possibility of negative available space from the file server
peter
2003-05-19
1
-3
/
+6
*
This change grabs the vnode lock for NFS client vnodes when calling
rwatson
2003-05-15
2
-1
/
+7
*
- Merge struct procsig with struct sigacts.
jhb
2003-05-13
1
-1
/
+3
*
Instead of recording the Unix time in a process when it starts, record the
des
2003-05-01
1
-0
/
+1
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
2
-4
/
+2
*
VOP_FSYNC() expects to be called with the vnode locked, so lock fvp in
truckman
2003-04-24
1
-1
/
+9
*
Fix a bug with df on large (>1TB) nfsv3 file servers on 32 bit client
peter
2003-04-24
1
-11
/
+23
*
Release the vnode interlock in nfs_flush() before calling nfs_sigintr(),
truckman
2003-04-23
1
-1
/
+2
*
Revert change 1.201 (removing mapping of VAPPEND to VWRITE).
thomas
2003-03-31
1
-32
/
+2
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
1
-1
/
+1
*
Add O_NONBLOCK to the vn_open_cred() flags for NFS client locking when
rwatson
2003-03-26
1
-3
/
+13
*
req can not be NULL or we'd die.
alfred
2003-03-26
1
-6
/
+3
*
Map VAPPEND to VWRITE in nfsspec_access() - VAPPEND is never set in the
tjr
2003-03-21
1
-0
/
+7
*
- Add a forgotten BUF_LOCK()
jeff
2003-03-14
1
-0
/
+1
*
- Lock the buf before inspecting its contents.
jeff
2003-03-13
1
-6
/
+4
*
- Add a new 'flags' parameter to getblk().
jeff
2003-03-04
1
-3
/
+3
*
Finish cleanup of vprint() which was begun with changing v_tag to a string.
njl
2003-03-03
1
-2
/
+2
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
3
-13
/
+13
*
- The interlock was not being droped in nfs_flush() if the first part of
jeff
2003-02-26
1
-2
/
+5
*
- Properly handle the vnode interlock in nfs_fsync.
jeff
2003-02-25
1
-1
/
+1
[next]