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
/
nfs
/
nfs_bio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enhance reassignbuf(). When a buffer cannot be time-optimally inserted
dillon
2000-01-05
1
-5
/
+43
*
Fix two problems: First, fix the append seek position race that can
dillon
1999-12-14
1
-46
/
+122
*
Synopsis of problem being fixed: Dan Nelson originally reported that
dillon
1999-12-12
1
-10
/
+26
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Add comment to clarify a commit rpc optimization already being performed.
dillon
1999-09-20
1
-0
/
+8
*
Asynchronized client-side nfs_commit. NFS commit operations were
dillon
1999-09-17
1
-3
/
+33
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add the (inline) function vm_page_undirty for clearing the dirty bitmask
alc
1999-08-17
1
-3
/
+3
*
nfs_getcacheblk() can return 0 if the mount is interruptible. It need to be
dt
1999-08-12
1
-1
/
+5
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-1
/
+2
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-3
/
+3
*
Don't mistake a non-async block that needs to be committed for an
peter
1999-06-05
1
-2
/
+2
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
1
-9
/
+7
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
1
-173
/
+240
*
Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.
peter
1999-04-06
1
-2
/
+2
*
Catch a case spotted by Tor where files mmapped could leave garbage in the
julian
1999-04-05
1
-10
/
+46
*
Reviewed by: Many at differnt times in differnt parts,
julian
1999-03-12
1
-21
/
+36
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
1
-11
/
+27
*
(Hopefully) fix support for "large" files. Mostly cast block numbers to off_t
dt
1998-12-14
1
-13
/
+13
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+1
*
Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()
peter
1998-11-09
1
-2
/
+2
*
Mark directory buffers that have no valid data with B_INVAL
mckusick
1998-09-29
1
-1
/
+6
*
When adding data to a buffer, we need to clear the B_NEEDCOMMIT flag
mckusick
1998-09-29
1
-1
/
+2
*
Cosmetic changes to the PAGE_XXX macros to make them consistent with
dfr
1998-09-04
1
-2
/
+2
*
Avoid an egcs pessimization for 64-bit signed division on i386's.
bde
1998-06-14
1
-2
/
+2
*
Make sure we go a nfs_fsinfo() in get/putpages before calling
peter
1998-06-01
1
-30
/
+70
*
When using NFSv3, use the remote server's idea of the maximum file size
peter
1998-05-30
1
-2
/
+7
*
A cleaner fix for PR#5102, clear nonsense flags at mount time rather than
peter
1998-05-20
1
-3
/
+1
*
Allow control of the attribute cache timeouts at mount time.
peter
1998-05-19
1
-3
/
+5
*
Don't allow the readdirplus routine to be used in NFS V2.
steve
1998-03-28
1
-1
/
+3
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-1
/
+5
*
This mega-commit is meant to fix numerous interrelated problems. There
dyson
1998-03-07
1
-22
/
+145
*
Trivial filesystem getpages/putpages implementations, set the second.
msmith
1998-03-06
1
-1
/
+16
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Release the buffer when an error occurs while reading directory entries.
tegge
1998-01-31
1
-3
/
+6
*
Various NFS fixes:
dyson
1998-01-25
1
-87
/
+78
*
Make our v_usecount vnode reference count work identically to the
dyson
1998-01-06
1
-3
/
+3
*
Various of the ISP users have commented that the 1.41 version of the
dyson
1997-12-08
1
-115
/
+19
*
unifdef -U__NetBSD__ -D__FreeBSD__
phk
1997-09-10
1
-5
/
+1
*
Removed unused #includes.
bde
1997-08-02
1
-3
/
+1
*
Avoid small synchronous writes when an application does lots of random-access
dfr
1997-06-25
1
-19
/
+115
*
Upgrade NFS to support the new vfs_bio resource/buffer management.
dyson
1997-06-16
1
-1
/
+2
*
Fix a problem caused by removing large numbers of files from a directory
dfr
1997-06-06
1
-2
/
+6
*
Fix some performance problems with the NFS mmap fixes.
dfr
1997-06-03
1
-4
/
+4
*
Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff
dfr
1997-05-19
1
-2
/
+83
*
Check the B_CLUSTER flag when choosing whether to use unstable or filesync
dfr
1997-05-13
1
-2
/
+2
*
Fix a bug where a program which appended many small records to a file could
dfr
1997-04-19
1
-1
/
+3
*
Don't allow partial buffers to be cluster-comitted.
dfr
1997-04-18
1
-4
/
+7
*
The code which recovered from a modified directory situation did not check
dfr
1997-04-03
1
-1
/
+8
[next]