Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-13 | remove prototypes with no matching function | Jonathan Gray | |
ok mpi@ | |||
2020-02-27 | Remove unused "struct proc *" argument from the following functions: | Martin Pieuchot | |
- ufs_chown() & ufs_chmod() - ufs_reclaim() - ext2fs_chown() & ext2fs_chmod() - ntfs_ntget() & ntfs_ntput() - ntfs_vgetex(), ntfs_ntlookup() & ntfs_ntlookupfile() While here use `ap->a_p' directly when it is only required to re-enter the VFS layer in order to help reducing the loop. ok visa@ | |||
2016-09-01 | Remove the unused ntfs write code. ok benno beck | Martin Natano | |
2014-01-19 | lazy init nthash to save some memory when it's not used. ok jsing | Ted Unangst | |
2013-12-02 | Avoid truncating 64-bit on disk attribute values to 32-bits. Otherwise an | Joel Sing | |
attribute's data length value wraps at 4GB. ok krw@ | |||
2013-05-30 | More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type | Philip Guenther | |
internally, only using ino_t in the VFS layer APIs: vget, readdir, getattr | |||
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 | |
2009-08-13 | - remove super-obvious comments from vnodeop_entries[] | Jasper Lievisse Adriaanse | |
- remove #ifdef someos blocks, makes this a tad easier to read agreed by art@ and thib@ | |||
2003-05-20 | un __P | Ted Unangst | |
2003-05-20 | fix the tags | Michael Shalayeff | |
2003-05-20 | by popular request, NTFS support. read only. | Ted Unangst | |
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@ |