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
/
lfs
/
lfs_vnops.c
Age
Commit message (
Expand
)
Author
2021-10-20
Overhaul of the EVFILT_VNODE kevent(2) filter:
thorpej
2021-07-18
Abolish all the silly indirection macros for initializing vnode ops tables.
dholland
2021-07-18
Use macros for the canned parts of device and fifo vnode op tables.
dholland
2021-06-29
- Add a new vnode op: VOP_PARSEPATH.
dholland
2020-09-05
Round of uvm.h cleanup.
riastradh
2020-09-05
Revert "ufs: Prevent mkdir from choking on deleted directories."
riastradh
2020-09-05
ufs: Prevent mkdir from choking on deleted directories.
riastradh
2020-05-16
Add ACL support for FFS. From FreeBSD.
christos
2020-04-13
Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function
ad
2020-02-23
UVM locking changes, proposed on tech-kern:
ad
2020-02-23
Fix missing <sys/evcnt.h> by removing the evcnts instead.
riastradh
2020-02-23
Take a reference and fix assertions in lfs_flush_dirops.
riastradh
2020-02-23
Change some cheap KDASSERT into KASSERT.
riastradh
2020-02-23
Assert lfs_writer where I think we can now prove it.
riastradh
2020-02-23
Use a marker node to iterate lfs_dchainhd / i_lfs_dchain.
riastradh
2019-09-18
Add newly created vnodes to the namei cache. The rest of the filesystems
christos
2019-06-20
unifdef -DLFS_READWRITE ulfs_readwrite.c
christos
2019-01-01
Add "void *extra" argument to vcache_new() so a file system may
hannken
2018-08-11
In lfs_mkdir fix wrong return path in case of EMLINK which causes a panic. Al...
zafer
2017-08-20
Fix typo in comment
maya
2017-08-19
Not much point doing anything after a panic call
maya
2017-08-19
Consistently use {,UN}MARK_VNODE macros rather than function calls.
maya
2017-07-26
change lfs_nextsegsleep and lfs_allclean_wakeup to use condvar
maya
2017-06-10
Rename i_flag to i_state.
maya
2017-06-05
Correct confusion between i_flag and i_flags
maya
2017-05-26
Make VOP_RECLAIM do the last unlock of the vnode.
riastradh
2017-04-26
Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.
riastradh
2017-04-11
Make VOP_INACTIVE preserve vnode lock on return.
riastradh
2017-04-11
Fix non-DIAGNOSTIC build by using vp outside KASSERT too.
riastradh
2017-04-11
Sprinkle lock ownership assertions.
riastradh
2017-04-01
Switch lfs_writer_daemon to use condvar instead of mtsleep.
maya
2017-04-01
switch lfs_dirops to condvar (from mtsleep)
maya
2017-04-01
switch lfs_sleepers to condvar (from mtsleep)
maya
2017-03-30
Remove now redundant calls to fstrans_start()/fstrans_done().
hannken
2017-03-16
actually cast to unsigned long long and use %llu. certainly not use hex (oops)
maya
2017-03-15
print inode number in an assert I keep hitting and the adjacent one.
maya
2016-07-13
Fix a deadlock
maya
2016-06-20
In lfs_mknod, don't release dvp until done with it. This was exposed a
dholland
2016-06-20
One more batch of already-synced ufs changes:
dholland
2016-06-20
With the previous we seem to have the changes from -r1.225 of ufs_vnops.c.
dholland
2016-06-20
ulfs_makeinode -> lfs_makeinode
dholland
2016-06-20
Merge (effectively) -r1.78 of ufs_extern.h: shift ulfs_makeinode to
dholland
2016-06-20
Note more already-merged versions:
dholland
2016-06-20
More already-merged or equivalent changes:
dholland
2016-06-19
we already have ufs_lookup.c 1.125 and ufs_vnops.c 1.218.
dholland
2016-06-19
missed one
dholland
2016-06-19
Merge -r1.216 of ufs_vnops.c: comments about maxsymlinklen handling
dholland
2015-09-21
Add 64-bit directory entry structures, and adjust accessors accordingly.
dholland
2015-09-21
Oops; LFS_DIRECTSIZ() is going to need the fs as an argument.
dholland
2015-09-20
Clean up struct lfs_dirtemplate.
dholland
[next]