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
/
udf
Age
Commit message (
Expand
)
Author
2021-12-16
Fix typo: reader -> header
reinoud
2021-12-16
Fix serious issue with recordable media formatted with Win10. When closing it
reinoud
2021-12-16
Make sysctl udf.verbose dependent on UDF_DEBUG instead of DEBUG
reinoud
2021-12-15
While searching the VAT on recordable media, search the last sector too!
reinoud
2021-12-05
s/checkum/checksum/ in comment.
msaitoh
2021-12-05
s/alloction/allocation/
msaitoh
2021-10-20
Overhaul of the EVFILT_VNODE kevent(2) filter:
thorpej
2021-09-16
fix typos in word "successful".
andvar
2021-09-03
fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/
andvar
2021-08-21
s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recomme...
andvar
2021-08-20
fix various typos in comments and log messages.
andvar
2021-07-24
Fix all remaining typos, mainly in comments but also in few definitions and l...
andvar
2021-06-29
- Add a new vnode op: VOP_PARSEPATH.
dholland
2021-04-13
more GCC 10 fixes.
mrg
2021-01-11
Trailing whitespace
skrll
2021-01-11
Fix spelling of preferred in comments. While here improve grammar in
skrll
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-14
Move comment related to the sysctl_createv() in SYSCTL_SETUP() from the old
reinoud
2020-04-14
fix debug print flag
reinoud
2020-04-13
Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function
ad
2020-04-06
udf_get_node(): fix typo and honor "lktype" argument.
hannken
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-12-27
s/transfered/transferred/
msaitoh
2019-10-16
Switch files copyright Reinoud Zandijk from BSD 4 clause to BSD 2 clause.
maya
2019-09-18
Add newly created vnodes to the namei cache. The rest of the filesystems
christos
2019-06-03
Fix typo in comment (s/seperate/separate/).
msaitoh
2019-01-01
Add "void *extra" argument to vcache_new() so a file system may
hannken
2018-10-14
remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had
jdolecek
2018-08-09
Fix length calculation
reinoud
2018-08-09
Sync with UDFclient
reinoud
2018-07-25
Avoid undefined behavior in ecma167-udf.h
kamil
2018-07-25
Enhance logical volume integrity descriptor handling and provide
reinoud
2018-06-06
Remove duplicate ;
maya
2018-05-28
add a genfs method to allow a file system to limit the range of pages
chs
2017-06-24
No need to call vflush from failing udf_mount(). If the system nodes
hannken
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-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-02-17
Add generic genfs_suspendctl() and use it for all file systems.
hannken
2017-01-04
PR/51777: David Binderman: Remove unused computation
christos
2016-08-20
Remove now obsolete operation vcache_remove().
hannken
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-05-24
Cleanup VAT writout. To prevent issues with the sequential writing strategy
reinoud
[next]