Home | History | Annotate | Download | only in ntfs
History log of /src/sys/fs/ntfs/ntfs_subr.h
RevisionDateAuthorComments
 1.9  13-Nov-2014  hannken Change ntfs to vcache.
- Use (inumber, attrtype, attrname) as key.
- Inline ntfs_fget() and ntfs_frele() as they only get called once.
 1.8  13-Nov-2014  hannken - Change ntfs_vgetex() to always load the ntnode and fnode.
- Take the vnode attributes from the NAME attribute.
- Remove now unused ntfs_times() and ntfs_filesize().
- Treat nodes without an unnamed DATA attribute as zero-sized regular files.
 1.7  13-Nov-2014  hannken - Fix ntfs_ntlookupattr() to make the examples from the man page work.
- Fix ntfs_loadntnode() to always read full cluster to prevent buffer
cache inconsistency.
- Change ntfs_vgetex() and ntfs_fget() to take a const attrname and
always pass a possibly empty string.
- Change printf to dprintf.
- Get rid of dead fields i_next, i_prev of struct ntnode.
 1.6  04-Mar-2007  christos branches: 1.6.86;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.5  03-Dec-2005  christos branches: 1.5.26;
- protect userland exported files against multiple inclusion.
- make sure that kernel only files don't compile in userland using #error
- XXX: some kernel only files still get installed.
- XXX: some files used in userland, don't get installed.
 1.4  30-Aug-2005  xtraeme Remove __P()
 1.3  25-Jul-2005  christos PR/30823: Dave Huang: Panic reading files larger than 4GB on NTFS
 1.2  29-May-2005  christos branches: 1.2.2;
- rename variables to avoid shadowing.
- add a few const.
 1.1  23-Dec-2002  jdolecek branches: 1.1.2; 1.1.4;
move NTFS code from sys/ntfs to sys/fs/ntfs
 1.1.4.2  11-Dec-2005  christos Sync with head.
 1.1.4.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.1.2.2  29-Dec-2002  thorpej With with HEAD.
 1.1.2.1  23-Dec-2002  thorpej file ntfs_subr.h was added on branch nathanw_sa on 2002-12-29 19:56:16 +0000
 1.2.2.2  03-Sep-2007  yamt sync with head.
 1.2.2.1  21-Jun-2006  yamt sync with head.
 1.5.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.6.86.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed