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
Age
Commit message (
Expand
)
Author
2023-04-11
lfs: Assert page identity doesn't change.
riastradh
2022-08-07
If UFS or LFS dirhash is enabled in the kernel, set the dirhash cache
simonb
2022-08-06
s/blity/bility/ in various words, mainly in comments.
andvar
2022-05-28
s/grabing/grabbing/ in comments.
andvar
2022-04-24
lfs: fix lint warning about empty declaration
rillig
2022-03-27
add a kauth vnode check for creating links
christos
2022-03-23
fix few typos for word "previous(ly)" in comments.
andvar
2022-03-19
Remove now unused VV_LOCKSWORK, all file systems support locking.
hannken
2021-10-20
Overhaul of the EVFILT_VNODE kevent(2) filter:
thorpej
2021-10-15
fix typos in comments.
andvar
2021-08-19
s/memry/memory+s/softare/software/+s/grapics/graphics+s/ouput/output
andvar
2021-07-31
s/threshhold/threshold
andvar
2021-07-25
#include <sys/param.h> for COHERENCY_UNIT (and KNF)
skrll
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 containment for the cloning devices hack in vn_open.
dholland
2021-06-29
- Add a new vnode op: VOP_PARSEPATH.
dholland
2020-12-05
Remove unnecessary inclusion of <sys/timevar.h>.
thorpej
2020-09-07
Suppress -Waddress-of-packed-member just for lfs_accessors.h.
riastradh
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-08-13
Skip unlinked inodes.
riastradh
2020-08-04
Mark lfs vnodes with VV_LOCKSWORK, same as ffs.
riastradh
2020-06-11
uvm_availmem(): give it a boolean argument to specify whether a recent
ad
2020-05-16
Add ACL support for FFS. From FreeBSD.
christos
2020-04-23
PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its...
ad
2020-04-13
Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function
ad
2020-04-04
Merge the remaining changes from the ad-namecache branch, affecting namei()
ad
2020-03-28
Comment out some of the CTASSERTS for lint until I fix lint.
christos
2020-03-21
Avoid misaligned access to lfs64 on-disk records in memory.
riastradh
2020-03-21
CTASSERT lfs on-disk structure sizes.
riastradh
2020-03-17
Tweak the March 14th change to make page waits interlocked by pg->interlock.
ad
2020-03-16
Use the module subsystem's ability to process SYSCTL_SETUP() entries to
pgoyette
2020-03-14
Make uvm_pagemarkdirty() responsible for putting vnodes onto the syncer
ad
2020-03-14
Make page waits (WANTED vs BUSY) interlocked by pg->interlock. Gets RW
ad
2020-03-14
- Hide the details of SPCF_SHOULDYIELD and related behind a couple of small
ad
2020-03-14
OR into bp->b_cflags; don't overwrite.
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
Fix !DIAGNOSTIC compile
ad
2020-02-23
Dust off the orphan detection code and try to make it work.
riastradh
2020-02-23
Teach LFS_ORPHAN_NEXTFREE about lfs64.
riastradh
2020-02-23
lfs_writer_enter can't fail; keep it simple and don't pretend it can.
riastradh
2020-02-23
Call lfs_orphan in lfs_rename while we're still in the dirop.
riastradh
2020-02-23
In lfs_update, hold lfs_writer around lfs_vflush.
riastradh
2020-02-23
Initialize/destroy lfs_allclean_wakeup in modcmd, not lfs_mountfs.
riastradh
2020-02-23
Break deadlock in PR kern/52301.
riastradh
2020-02-23
Don't lfs_writer_enter while holding v_interlock.
riastradh
2020-02-23
Take a reference and fix assertions in lfs_flush_dirops.
riastradh
[next]