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
/
fs
/
msdosfs
Age
Commit message (
Expand
)
Author
2023-06-02
follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.
andvar
2023-02-13
s/chacters/characters/ in comments.
andvar
2022-08-06
s/blity/bility/ in various words, mainly in comments.
andvar
2022-04-16
Lock vnode for vinvalbuf().
hannken
2021-10-23
Sanitize the symbol namespace. NFC.
thorpej
2021-10-23
Convert msdosfs_rename() to use genfs_sane_rename().
hannken
2021-10-23
Move msdosfs_rename() and doscheckpath() to new file msdosfs_rename.c.
hannken
2021-10-23
Factor out the lookup results from struct denode.
hannken
2021-10-20
Overhaul of the EVFILT_VNODE kevent(2) filter:
thorpej
2021-08-09
s/fist/first/
andvar
2021-07-24
Fix all remaining typos, mainly in comments but also in few definitions and l...
andvar
2021-07-18
Abolish all the silly indirection macros for initializing vnode ops tables.
dholland
2021-06-29
- Add a new vnode op: VOP_PARSEPATH.
dholland
2021-02-11
Enable to mount Raspberry Pi Pico's USB mass storage partition
ryoon
2020-09-07
avoid an uninit warning with GCC 9.
mrg
2020-06-27
Introduce genfs_pathconf() and use it for the default case in all filesystems.
christos
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-16
Use the module subsystem's ability to process SYSCTL_SETUP() entries to
pgoyette
2020-02-27
Tighten up the locking around vp->v_iflag a little more after the recent
ad
2020-02-23
UVM locking changes, proposed on tech-kern:
ad
2020-01-17
VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to
ad
2019-09-18
Add newly created vnodes to the namei cache. The rest of the filesystems
christos
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-07-25
Avoid undefined behavior semantics in msdosfs_fat.c
kamil
2018-05-28
add a genfs method to allow a file system to limit the range of pages
chs
2018-01-27
Need strings.h for ffs()
sevan
2017-11-27
relax sanity check. It's ok to have more FAT sectors than needed.
mlelstv
2017-08-20
Add more sanity checks for BPB parameters. Handle FAT12 format for media
mlelstv
2017-05-26
Eliminate crusty debugging sludge.
riastradh
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-17
Remove unused argument "nextp" from vfs_busy() and vfs_unbusy().
hannken
2017-04-17
Add vfs_ref(mp) and vfs_rele(mp) to add or remove a reference to
hannken
2017-04-11
Make VOP_INACTIVE preserve vnode lock on return.
riastradh
2017-04-01
KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector.
riastradh
2017-03-01
Remove now redundant calls to fstrans_start()/fstrans_done().
hannken
2017-02-22
Enable fstrans on all file systems.
hannken
2017-02-17
Add generic genfs_suspendctl() and use it for all file systems.
hannken
2017-02-17
Untangle VFS_SYNC() from VFS_SUSPENDCTL().
hannken
2017-02-17
Take vnode lock for VOP_FSYNC().
hannken
2017-01-14
Be explicit about how we're placing part of the on-disk name into
maya
2016-12-14
Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode"
hannken
2016-08-20
Remove now obsolete operation vcache_remove().
hannken
2016-06-30
Fix false positives when comparing long file names that have the
nonaka
2016-05-07
fix DEBUG build
mlelstv
2016-05-03
Validate FAT entries to avoid some panics caused by a corrupted FAT.
mlelstv
2016-03-06
Use KASSERT for conditions that cannot be met with current parameters.
mlelstv
[next]