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
/
ufs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor tweak - removed unused variable 'struct mount *mp';
peter
2000-07-28
1
-1
/
+0
*
Minor change: fix warning - move a 'struct vnode *vp' declaration inside a
peter
2000-07-28
1
-0
/
+2
*
Clean up the snapshot code so that it no longer depends on the use of
mckusick
2000-07-26
4
-12
/
+37
*
Fix the "mfs_badop[vop_getwritemount] = 45" messages.
phk
2000-07-26
1
-0
/
+1
*
Add stub for softdep_flushworklist() so that kernels compiled
mckusick
2000-07-25
1
-0
/
+10
*
Eliminate periodic 'mfs_badop[vop_getwritemount] = 45' messages.
mckusick
2000-07-25
1
-0
/
+1
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
9
-75
/
+152
*
o Marius pointed out an unusually inconvenient upper bound on extended
rwatson
2000-07-14
1
-1
/
+0
*
Prevent possible dereference of NULL pointer.
bp
2000-07-13
1
-1
/
+1
*
Brain fault, forgot to update ffs_snapshot.c with the new calling convention
mckusick
2000-07-12
1
-4
/
+5
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
15
-184
/
+1365
*
Clean up warning about undeclared function by declaring softdep_fsync
mckusick
2000-07-11
1
-0
/
+3
*
Finish repo-copy:
phk
2000-07-10
1
-409
/
+0
*
Delete README as it is now obsolete. Relevant information is in
mckusick
2000-07-08
1
-322
/
+0
*
Update to reflect current status.
mckusick
2000-07-08
1
-4
/
+42
*
Get userland visible flags added for snapshots to give a few days
mckusick
2000-07-04
1
-1
/
+26
*
Move the truncation code out of vn_open and into the open system call
mckusick
2000-07-04
2
-4
/
+6
*
Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES,
phk
2000-07-03
1
-15
/
+0
*
Move prtactive to vfs from ufs. It is used all over the place.
phk
2000-06-27
1
-2
/
+0
*
Remove obsoleted info about linking from contrib
ache
2000-06-24
1
-16
/
+2
*
Update to new copyright.
mckusick
2000-06-22
2
-46
/
+12
*
When running with quotas enabled on a filesystem using soft updates,
mckusick
2000-06-18
1
-2
/
+3
*
Some additional performance improvements. When freeing an inode
mckusick
2000-06-18
1
-8
/
+18
*
Revert part of my bioops change which implemented panic(8).
phk
2000-06-16
1
-2
/
+0
*
ARGH! I have too many source trees :-(
phk
2000-06-16
3
-4
/
+4
*
Virtualizes & untangles the bioops operations vector.
phk
2000-06-16
3
-4
/
+21
*
Remove a comment which should never have made it in.
phk
2000-06-14
1
-1
/
+0
*
o Remove unneeded off_t variable to clean up compile warning
rwatson
2000-06-05
1
-1
/
+1
*
o If FFS_EXTATTR is defined, don't print out an error message on unmount
rwatson
2000-06-04
1
-3
/
+4
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
7
-33
/
+33
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
7
-33
/
+33
*
s/ffs_unmonut/ffs_unmount/ in a gratuitous ufs_extattr printf.
rwatson
2000-05-07
1
-1
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
13
-0
/
+13
*
Don't allow VOP_GETEXTATTR to set uio->uio_offset != 0, as we don't
rwatson
2000-05-03
1
-12
/
+10
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
3
-3
/
+0
*
s/biowait/bufwait/g
phk
2000-04-29
3
-6
/
+6
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
When files are given to users by root, the quota system failed to
mckusick
2000-04-28
1
-0
/
+10
*
Convert the magic MFS device to a VCHR.
phk
2000-04-22
2
-7
/
+5
*
o Introduce an extended attribute backing file header magic number
rwatson
2000-04-19
2
-3
/
+20
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
3
-3
/
+0
*
o Cause attribute data writes to use IO_SYNC since this improves the
rwatson
2000-04-19
2
-1
/
+17
*
Retire bufqdisksort(), all drivers use bioqdisksort now.
phk
2000-04-18
1
-98
/
+0
*
Remove unneeded cast.
jlemon
2000-04-17
1
-1
/
+1
*
Replace the POLLEXTEND extensions with the kqueue() mechanism.
jlemon
2000-04-16
2
-25
/
+29
*
Fix two bugs in extended attribute support for UFS/FFS:
rwatson
2000-04-16
1
-2
/
+5
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
3
-17
/
+17
*
Introduce extended attribute support for FFS, allowing arbitrary
rwatson
2000-04-15
15
-0
/
+924
*
Clone bio versions of certain bits of infrastructure:
phk
2000-04-02
1
-0
/
+98
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
6
-6
/
+8
[next]