Age | Commit message (Expand) | Author |
2014-01-19 | lazy init nthash to save some memory when it's not used. ok jsing | Ted Unangst |
2013-12-14 | Zero out dirent structures that will be copied out to avoid leaking garbage | Philip Guenther |
2013-12-12 | Set the d_off member as getdents() expects in ntfs_readdir() | Philip Guenther |
2013-12-02 | Stop trying to put an off_t into an int, which results in a 2GB limit. | Joel Sing |
2013-12-02 | Avoid truncating 64-bit on disk attribute values to 32-bits. Otherwise an | Joel Sing |
2013-12-02 | Use appropriate format specifiers in debug messages. In particular, avoid | Joel Sing |
2013-11-24 | Clean up the NTFS debug code - use uppercase names for the debug macros, | Joel Sing |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-05-30 | More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type | Philip Guenther |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-03-28 | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, | Philip Guenther |
2013-01-25 | Add _KERNEL guard to hide dprintf macro from userland. | Brad Smith |
2013-01-18 | Constrain the amount of kernel memory used by NTFS. Keep a small cache of | Joel Sing |
2013-01-14 | Free the directory block buffer at the completion of a readdir, | Joel Sing |
2013-01-14 | Ansify and apply style(9) to function definitions. | Joel Sing |
2013-01-13 | Destatic. | Joel Sing |
2013-01-03 | Correct error handling in two hard to hit ENOTDIR error cases. These would | Joel Sing |
2013-01-03 | Ensure that a directory link count is always 1 so that things like | Joel Sing |
2013-01-02 | Remove code that is not used on OpenBSD. | Joel Sing |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2012-06-20 | Cleanup our filesystem pathconf() code a little bit to make it easier | Matthew Dempsky |
2011-12-20 | respect the MNT_FORCE flag in ntfs_unmount and proceed even if there's | Mike Belopuhov |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2011-04-03 | Teach ntfs_mount() how to handle disklabel UIDs. | Joel Sing |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-11-18 | Make sure readdir cookies are actually allocated with the correct size | Miod Vallat |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-09 | nessesary -> necessary. | Miod Vallat |
2010-09-07 | Allow NTFS to compile by cutting it over to the new VOP world order. | Thordur I. Bjornsson |
2010-09-04 | revert previous "simplification". kcornies at gmail says it doesn't work. | Ted Unangst |
2010-08-22 | the upper case table code was a lot more complicated than it needed to be. | Ted Unangst |
2010-08-12 | these files don't need to include nearly so many headers | Ted Unangst |
2010-08-12 | clean up some macro obfuscation and assorted styling problems. | Ted Unangst |
2010-08-08 | do not unlock vnode before calling vput. should fix ray's panic. | Ted Unangst |
2010-08-06 | Every time you ignore uiomove() return value, $DEITY kills a little | Miod Vallat |
2010-07-03 | Last bit of thib@ locking diff from long ago. Put proper locking | Kenneth R Westerback |
2010-06-29 | keeping a TODO file here implies somebody cares | Ted Unangst |
2010-06-29 | makefstype was only used in ported from freebsd filesystems. fix them | Ted Unangst |
2010-06-06 | simething -> something | Miod Vallat |
2010-04-23 | It is about time that we stopped pretending simple_locks are locks. | Owain Ainsworth |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-03-01 | - properly spell 'exception' in comments | Jasper Lievisse Adriaanse |
2009-08-13 | - remove super-obvious comments from vnodeop_entries[] | Jasper Lievisse Adriaanse |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-06-02 | - make sure biodone() gets run at IPL_BIO | Jasper Lievisse Adriaanse |
2009-03-25 | convert lockmgr over to rwlock in ntfs, mostly trivial. | Owain Ainsworth |
2008-09-01 | Avoid #pragma pack(1) and unify everything towards using __packed. | Theo de Raadt |