index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ufs
/
ffs
/
ffs_inode.c
Age
Commit message (
Expand
)
Author
2005-12-28
Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.
Pedro Martelletto
2005-12-17
Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS.
Pedro Martelletto
2005-11-09
ANSI function declarations and deregister, only ffs_softdep left to go
Pedro Martelletto
2005-11-09
- Don't getnanotime() for read-only mountpoints or unmodified inodes,
Pedro Martelletto
2005-07-03
Extended Attributes was a piece to get to ACLs, however ACLs have not
Dale Rahn
2004-06-24
This moves access to wall and uptime variables in MI code,
Thorsten Lockert
2003-11-19
undo boolshit unapproved changes the author does not even care about to fix
Michael Shalayeff
2003-11-19
MALLOC is not meant for variable size allocations
Ted Unangst
2003-08-25
rename struct dinode to ufs1_dinode. clears the namespace and makes
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-22
Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@
Dale Rahn
2002-01-04
Handle truncation to the middle of a file hole. deraadt@ ok
Thomas Nordin
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-10
Big cleanup inspired by NetBSD with some parts of the code from NetBSD.
Artur Grabowski
2001-12-10
Merge in struct uvm_vnode into struct vnode.
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-21
Don't use #define QUOTA - use stub file instead
Constantine Sapuntzakis
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-07-16
Make truncating a device a no-op instead of returning an error. We can
Constantine Sapuntzakis
2001-07-16
Don't try to truncate anything except for symlinks, directories, and
Constantine Sapuntzakis
2001-06-27
Remove old vm.
Artur Grabowski
2001-06-23
Privatize several vnode operations that are not used by the generic code.
Constantine Sapuntzakis
2001-03-20
cleaning
Artur Grabowski
2001-02-23
Remove the clustering fields from the vnodes and place them in the
Constantine Sapuntzakis
2001-02-21
Latest soft updates from FreeBSD/Kirk McKusick
Constantine Sapuntzakis
2000-06-23
remove obsolete vtrace guts; art@
Michael Shalayeff
1999-12-06
When truncating directories by less than a block we shouldn't zero the
Artur Grabowski
1999-12-06
ffs_init is a vfsop. Move it to ffs_vfsops.
Artur Grabowski
1999-12-06
Don't compute values that we don't use later.
Artur Grabowski
1999-02-26
compat with uvm vnode pager
Artur Grabowski
1998-12-01
remove the itrunc3 panic
Artur Grabowski
1998-11-29
remove unreached code
Artur Grabowski
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-05-30
Integrate new ext2fs, reverting ufs support for the old one.
Jason Downs
1997-03-02
Add noatime option to not update atime on files in a filesystem (unless
Todd C. Miller
1996-11-05
Patch from Kirk McKusick:
Thorsten Lockert
1996-05-22
Change VOP_UPDATE() semantics:
Theo de Raadt
1996-02-27
From NetBSD: update to 960217 sources
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt