summaryrefslogtreecommitdiff
path: root/sys/fs/ntfs
AgeCommit message (Expand)Author
2021-06-29- Add a new vnode op: VOP_PARSEPATH.dholland
2021-05-13ntfs_loadntnode(): Use bread() when ntm_sysvn[NTFS_MFTINO] is NULL.hannken
2020-06-27Introduce genfs_pathconf() and use it for the default case in all filesystems.christos
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-04-13Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a functionad
2020-01-17VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, toad
2019-10-18When the MFT record size is lower than the cluster size we havehannken
2019-10-18It is not possible to call vflush() from xxx_mount().hannken
2017-05-26Eliminate crusty debugging sludge.riastradh
2017-05-26Make VOP_RECLAIM do the last unlock of the vnode.riastradh
2017-04-17Remove unused argument "nextp" from vfs_busy() and vfs_unbusy().hannken
2017-04-17Add vfs_ref(mp) and vfs_rele(mp) to add or remove a reference tohannken
2017-04-11Make VOP_INACTIVE preserve vnode lock on return.riastradh
2017-02-17Add generic genfs_suspendctl() and use it for all file systems.hannken
2016-08-20Remove now obsolete operation vcache_remove().hannken
2015-03-28Remove the 'cred' argument from bread(). Remove a now unused var inmaxv
2015-02-20Cosmetic changes:maxv
2015-01-16Fix a node leak.maxv
2015-01-06No need to load a vnode/fnode pair to lookup attributes on a ntnode.hannken
2015-01-06Adjust printf and add missing ntfs_ntput().hannken
2015-01-04add more debugging.christos
2014-12-29Typos:maxv
2014-12-28Make this more readable (KNF).maxv
2014-12-28Prevent another division by zero in ntfs_loadntnode() by ensuringmaxv
2014-12-28Ensure bps != 0 to prevent a division by zero. Zero byte per sector makesmaxv
2014-12-28Two typos:maxv
2014-12-28Make this more readable (KNF).maxv
2014-11-13Change 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-11Define filesystem attributes with vfs dependency.uebayasi
2014-07-25Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I candholland
2014-04-16An (un)privileged user can easily make the kernel dereference a NULLmaxv
2014-03-23Change all vfsops to use C99 designated initializers.hannken
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-07Change vnode operation lookup to return the resulting vnode *vpp unlocked.hannken
2013-12-10CID 975205: Unchecked return valuechristos
2013-11-23change the mountlist CIRCLEQ into a TAILQchristos
2013-10-17remove unused codechristos
2013-09-30Replace macro v_specmountpoint with two functions spec_node_getmountedfs()hannken
2013-06-28Make this compile again.matt
2013-06-28remove useless initialization, KNFchristos
2013-03-18C99 section 6.7.2.3 (Tags) Note 3 states that:plunky
2012-12-20Change bread() and breadn() to never return a buffer onhannken
2012-11-05Excise struct componentname from the namecache.dholland
2012-11-05Disentangle the namecache from the internals of namei.dholland
2012-07-22Move some the test for MAKEENTRY into the cache_enter(9). Make somermind
2012-07-12Fix build - eg i386/ALLdsl
2012-06-02- fix some mallocs not to have casts and specify sizeof(*var)christos
2012-04-29change vflushbuf() to take the full FSYNC_* flags.chs