index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ufs
/
ffs
Age
Commit message (
Expand
)
Author
2006-08-30
fix missing initializers
christos
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-07-13
Fix alignement problems for fhandle_t, exposed by gcc4.1.
martin
2006-06-23
fix a simonb-timecounters regression.
yamt
2006-06-12
softdep_sync_metadata: If vp is a block device it may have new I/O requests
hannken
2006-06-11
PR 33697: complete timecounter conversion
kardel
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-05-14
integrate kauth.
elad
2006-04-23
remove unused FFS_NAMES and LFS_NAMES.
yamt
2006-04-18
Coverity CID 746: Remove dead code. lbn >= NDADDR is mutually exclusive to
christos
2006-04-15
Coverity CID 2858: Avoid NULL deref.
christos
2006-04-10
Revert previous; I mixed bpp and *bpp when reading ffs_balloc_ufs1().
bouyer
2006-04-10
If we brelse ibp, set ibp to NULL, to avoid reusing it later in balloc()
bouyer
2006-04-09
ffs_gop_size: revert a problematic part of 1.78.
yamt
2006-03-30
some cleanups after the introduction of GOP_SIZE_MEM flag.
yamt
2006-03-23
ffs_balloc*(): Add an assertion for "bpp != NULL" if B_METAONLY is set.
hannken
2006-03-18
Fix dead error condition, coverity ID 747.
bouyer
2006-03-17
don't use MALLOC with a non-constant size; use malloc instead.
christos
2006-02-21
Use device_class() instead of accessing dv_class directly.
thorpej
2006-01-14
- unify ffs_blkatoff and lfs_blkatoff.
yamt
2006-01-04
- add simple functions to allocate/free a buffer for i/o.
yamt
2005-12-27
changes for making DIAGNOSTIC not change the kernel ABI:
chs
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-23
Convert UFS_EXTATTR to struct lwp.
rpaulo
2005-12-23
prevent in-core vnode being freed from getting new references.
yamt
2005-12-11
merge ktrace-lwp.
christos
2005-11-27
Force some multiplies to give a 64 bit result to avoid dirsize being zero
dsl
2005-11-11
- ignore truncation for VCHR/VBLK/VFIFO as it used to be
yamt
2005-11-02
Adjust signature of softdep_freefile (dummy stub which always panics
gdt
2005-11-02
merge yamt-vop branch. remove following VOPs.
yamt
2005-09-27
introduce "ufs_ops" and use it for ITIMES.
yamt
2005-09-26
revert ffs_snapshot.c 1.20 because it's bogus. pointed by Simon Burge.
yamt
2005-09-26
always use nanotime rather than time.
yamt
2005-09-23
Apply the NFS exports list rototill patch:
jmmv
2005-09-22
Fix bogus if-clause introduced in previous revision.
rpaulo
2005-09-22
In ffs_unmount(), detect EOPNOTSUPP errno returned from
rpaulo
2005-09-12
Add another KASSERT.
christos
2005-09-12
- access the ffs and ext2fs itimes functions through a pointer, so that
christos
2005-09-12
move the new ffs_itimes() to a berr place -- ffs_subr.c is shared with
drochner
2005-09-12
Use nanotime() to update the time fields in filesystems. Convert the code
christos
2005-09-09
- for pagecache dependency, track which page in the block
yamt
2005-09-09
revert the code to expand putpage requests to block boundary.
yamt
2005-08-30
* Remove __P()
xtraeme
2005-08-28
Experimental support for extended attributes on UFS1 file systems, using a
thorpej
2005-08-24
PRId64 -> ld in UVMHIST_LOG format strings.
yamt
2005-08-23
Don't overload MAXNAMLEN, use a separate constant for each filesystem type.
christos
2005-08-19
64 bit inode changes.
christos
2005-07-26
revert VCHR part of ffs_vnops.c 1.71.
yamt
2005-07-25
fix crash in mount error handling: don't free storage which was not
drochner
2005-07-23
update file timestamps for nfsd loaned-read and mmap.
yamt
[next]