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
/
ntfs
Age
Commit message (
Expand
)
Author
2021-06-29
- Add a new vnode op: VOP_PARSEPATH.
dholland
2021-05-13
ntfs_loadntnode(): Use bread() when ntm_sysvn[NTFS_MFTINO] is NULL.
hannken
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-13
Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function
ad
2020-01-17
VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to
ad
2019-10-18
When the MFT record size is lower than the cluster size we have
hannken
2019-10-18
It is not possible to call vflush() from xxx_mount().
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-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-02-17
Add generic genfs_suspendctl() and use it for all file systems.
hannken
2016-08-20
Remove now obsolete operation vcache_remove().
hannken
2015-03-28
Remove the 'cred' argument from bread(). Remove a now unused var in
maxv
2015-02-20
Cosmetic changes:
maxv
2015-01-16
Fix a node leak.
maxv
2015-01-06
No need to load a vnode/fnode pair to lookup attributes on a ntnode.
hannken
2015-01-06
Adjust printf and add missing ntfs_ntput().
hannken
2015-01-04
add more debugging.
christos
2014-12-29
Typos:
maxv
2014-12-28
Make this more readable (KNF).
maxv
2014-12-28
Prevent another division by zero in ntfs_loadntnode() by ensuring
maxv
2014-12-28
Ensure bps != 0 to prevent a division by zero. Zero byte per sector makes
maxv
2014-12-28
Two typos:
maxv
2014-12-28
Make this more readable (KNF).
maxv
2014-11-13
Change ntfs to vcache.
hannken
2014-11-13
- Change ntfs_vgetex() to always load the ntnode and fnode.
hannken
2014-11-13
- Fix ntfs_ntlookupattr() to make the examples from the man page work.
hannken
2014-10-11
Define filesystem attributes with vfs dependency.
uebayasi
2014-07-25
Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can
dholland
2014-04-16
An (un)privileged user can easily make the kernel dereference a NULL
maxv
2014-03-23
Change all vfsops to use C99 designated initializers.
hannken
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2014-02-07
Change vnode operation lookup to return the resulting vnode *vpp unlocked.
hannken
2013-12-10
CID 975205: Unchecked return value
christos
2013-11-23
change the mountlist CIRCLEQ into a TAILQ
christos
2013-10-17
remove unused code
christos
2013-09-30
Replace macro v_specmountpoint with two functions spec_node_getmountedfs()
hannken
2013-06-28
Make this compile again.
matt
2013-06-28
remove useless initialization, KNF
christos
2013-03-18
C99 section 6.7.2.3 (Tags) Note 3 states that:
plunky
2012-12-20
Change bread() and breadn() to never return a buffer on
hannken
2012-11-05
Excise struct componentname from the namecache.
dholland
2012-11-05
Disentangle the namecache from the internals of namei.
dholland
2012-07-22
Move some the test for MAKEENTRY into the cache_enter(9). Make some
rmind
2012-07-12
Fix build - eg i386/ALL
dsl
2012-06-02
- fix some mallocs not to have casts and specify sizeof(*var)
christos
2012-04-29
change vflushbuf() to take the full FSYNC_* flags.
chs
[next]