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
/
miscfs
/
specfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
1
-2
/
+2
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-0
/
+19
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Add a BUF_KERNPROC() in the BIO_DELETE path.
phk
2001-01-30
1
-0
/
+1
*
This patch reestablishes the spec_fsync() guarentee that synchronous
dillon
2001-01-29
1
-7
/
+16
*
Fix a lockup problem that occurs with 'cvs update'. specfs's fsync can
dillon
2000-12-30
1
-0
/
+13
*
This implements a better launder limiting solution. There was a solution
dillon
2000-12-26
1
-0
/
+2
*
Take VBLK devices further out of their missery.
phk
2000-11-02
1
-9
/
+2
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
1
-5
/
+5
*
Fix panic when removing open device (found by bp@)
phk
2000-08-24
1
-3
/
+11
*
Introduce vop_stdinactive() and make it the default if no vop_inactive
phk
2000-08-18
1
-15
/
+1
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
1
-2
/
+4
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
1
-4
/
+18
*
Pull the rug under block mode devices. they return ENXIO on open(2) now.
phk
2000-07-03
1
-3
/
+3
*
Virtualizes & untangles the bioops operations vector.
phk
2000-06-16
1
-3
/
+2
*
before this commit, specfs reported disk partitions
jmb
2000-06-12
1
-1
/
+1
*
Change the "bdev-whiner" to whine when open is attempted and extend
phk
2000-05-09
1
-0
/
+9
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-1
/
+1
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
1
-3
/
+3
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-4
/
+4
*
Eliminate the undocumented, experimental, non-delivering and highly
phk
2000-03-16
1
-2
/
+0
*
Give vn_isdisk() a second argument where it can return a suitable errno.
phk
2000-01-10
1
-5
/
+6
*
Remove unused #includes.
phk
1999-12-08
1
-4
/
+0
*
Collect read and write counts for filesystems. This new code
mckusick
1999-12-01
1
-0
/
+21
*
Next step in the device cleanup process.
phk
1999-11-09
1
-321
/
+78
*
Oops, a bit too hasty there.
phk
1999-11-08
1
-3
/
+0
*
Various cleanups.
phk
1999-11-08
1
-27
/
+14
*
Use vop_panic() instead of spec_badop().
phk
1999-11-07
1
-23
/
+11
*
Remove the iskmemdev() function. Make it the responsibility of the mem.c
phk
1999-11-07
1
-3
/
+1
*
Remove specfs::vop_lookup() There is no code path which can call it.
phk
1999-11-01
1
-18
/
+0
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
A tentative agreement has been reached in regards to a procedure
dillon
1999-10-20
1
-7
/
+0
*
Change the default for the vfs.bdev_buffered sysctl to zero.
phk
1999-10-18
1
-1
/
+1
*
Add a couple of strategic KASSERTs
phk
1999-10-08
1
-0
/
+6
*
Add back sysctl vfs.enable_userblk_io
phk
1999-10-08
1
-0
/
+7
*
Warn once per driver about dev_t's not registered with make_dev().
phk
1999-10-04
1
-0
/
+9
*
Move the buffered read/write code out of spec_{read|write} and into
phk
1999-10-04
1
-181
/
+210
*
Remove v_maxio from struct vnode.
phk
1999-09-29
1
-7
/
+0
*
Remove a warning check which was too general.
phk
1999-09-25
1
-3
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-2
/
+2
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-7
/
+22
*
Kill the cdevsw->d_maxio field.
phk
1999-09-22
1
-8
/
+10
*
Fix handling of a device EOF that occurs in the middle of a block. The
dillon
1999-09-20
1
-7
/
+66
*
Step one of replacing devsw->d_maxio with si_bsize_max.
phk
1999-09-20
1
-3
/
+9
*
Add vfs.enable_userblk_io sysctl to control whether user reads and writes
dillon
1999-09-17
1
-4
/
+9
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-2
/
+8
*
Print out the device name when there is an uninitialised IO size or IO error
julian
1999-09-03
1
-2
/
+3
*
Add a catchall to set default blocksize values for disk like devices.
julian
1999-09-03
1
-5
/
+13
*
Revert a bunch of contraversial changes by PHK. After
julian
1999-09-03
1
-44
/
+33
[next]