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
Age
Commit message (
Expand
)
Author
2010-03-15
Allow ufs_inactive() while a file system is suspending. Removes a possible
hannken
2010-03-02
fs_lfs.h is no longer necessary
pooka
2010-03-02
load lfs syscalls in modload
pooka
2010-03-02
/*
pooka
2010-03-02
Remove fs_mfs.h from users because it is now unnecessary and don't
pooka
2010-03-02
Make mfs_initminiroot() mandatory. Allows to remove #ifdef MFS.
pooka
2010-03-02
Don't generate unused fs_thefs.h headers.
pooka
2010-03-02
Remove last #ifdef FFS. Do this by making lfs include ffs.
pooka
2010-03-02
scortch ufs_vnops.c cargo cult headers
pooka
2010-02-27
Store physical block numbers in superblock that point to the journal.
mlelstv
2010-02-23
Replace individual queries for partition information with
mlelstv
2010-02-21
For the UVM_PAGE_TRKOWN test do not require that the relevant pages
mlelstv
2010-02-18
Fix root filesystem support.
eeh
2010-02-16
Three changes in a single commit.
mlelstv
2010-02-11
There is no code left that uses disk size data, so don't query it.
mlelstv
2010-02-11
There is no code left that uses disk size data, so don't query it.
mlelstv
2010-02-07
- ufs_balloc_range(): on error, only PG_RELEASED the pages that were
bouyer
2010-02-05
Correct addressing of superblock updates.
mlelstv
2010-01-31
Fix block shift to work with different device block sizes.
mlelstv
2010-01-31
Replace individual queries for partition information with
mlelstv
2010-01-31
Fix block shift to work with different device block sizes.
mlelstv
2010-01-31
Replace individual queries for partition information with
mlelstv
2010-01-15
vclean() actually sets v_tag to VT_NON but doesn't touch v_type.
bouyer
2010-01-08
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
pooka
2009-12-07
Fix some more hangs and deadlocks.
eeh
2009-11-27
Add definitions for more reserved inodes.
tsutsui
2009-11-18
use NULL instead of 0 for pointers
yamt
2009-11-17
This should fix a deadlock.
eeh
2009-11-17
Create unwind log in global variable instead of automatic variable.
pooka
2009-11-05
... actually, define compat only for the kernel. Userlandia should
pooka
2009-11-05
Include compat/sys/time_types.h instead of compat/sys/time.h.
pooka
2009-11-05
Include compat code by default.
pooka
2009-11-05
getcleanvnode(): don't vclean() the vnode if it has gained another
bouyer
2009-11-04
Now that softdep has left the tree the only place needing the ffs_lock()
hannken
2009-10-30
compile without COMPAT_50
christos
2009-10-29
Fix up numoutput accounting.
eeh
2009-10-29
PR/42246: NAKAJIMA Yoshihiro: provide COMPAT_50 for LFS
christos
2009-10-21
update i_uid and i_gid after chown
pooka
2009-10-19
Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
bouyer
2009-10-15
No longer abuse TAILQ internal data.
hannken
2009-10-14
ufs_rmdir(): move fstrans_done() after vput(). No more unlinked and
hannken
2009-10-13
Fix a deadlock where fscow_disestablish() blocks because outstanding
hannken
2009-10-05
ufsdirhash_recycle(): modify ufs_dirhashmem atomically.
rmind
2009-09-28
Avoid nasal demons. Code of the form
dholland
2009-09-20
PR kern/41147: race between nfsd and local rm
bouyer
2009-09-13
If the WAPBL journal can't be read (ffs_wapbl_replay_start() fails),
bouyer
2009-09-13
Allow tunefs to clear any type of WAPBL log, not only in-filesystem
bouyer
2009-09-13
Move declaration of ufs_hashlock into <ufs/ufs_extern.h> from each c source.
tsutsui
2009-09-12
Use proper macro, some KNF, fix typo.
tsutsui
2009-09-12
Whitespace nits.
tsutsui
[next]