| Age | Commit message (Expand) | Author |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-11-20 | v7fs: replace malloc(9) with kmem(9), fix a memory leak and few missing | rmind |
| 2013-06-28 | prevent memory leak on error | christos |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-12-07 | Fix off by one error. | msaitoh |
| 2012-06-13 | Ensure that error is initialized in all code paths. | joerg |
| 2012-04-29 | change vflushbuf() to take the full FSYNC_* flags. | chs |
| 2012-03-31 | Make v7fs_getattr() report file flags, and adjust v7fs_setattr() to | njoly |
| 2012-03-22 | Pass operations flags to genfs_can_chtimes(), not file ones. | njoly |
| 2012-03-21 | don't re-define MIN | christos |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-01-27 | Check parent directory write permission for DELETE operation. | njoly |
| 2011-11-13 | use getdisksize() | christos |
| 2011-08-14 | Rename all static functions to have "v7fs_" prefix. Fixes a problem | apb |
| 2011-08-08 | Remove suspicious warning message. | uch |
| 2011-08-03 | Insert casts to off_t to avoid 32-bit multiplication overflow when | dholland |
| 2011-07-30 | v7fs_lookup() fix return value. Pass t_vnops rename_dir(3) | uch |
| 2011-07-30 | When rename directory, check hierarchy. Pass t_vnops rename_dir(5) | uch |
| 2011-07-30 | Fix return vaule. Pass t_vnops:rename_dotdot, dir_noempty, rename_dir(6) | uch |
| 2011-07-24 | Existing inode don't recycle. rump works. | uch |
| 2011-07-23 | remove partition check from v7fs_mount. problem on rump implementation. | uch |
| 2011-07-18 | In sources that get compiled into the tools version of makefs, add: | apb |
| 2011-07-16 | core symlink operation moved to v7fs_file_util.c and introduce V7FSBSD_MAXSYM... | uch |
| 2011-07-16 | export v7fs_datablock_addr for makefs | uch |
| 2011-07-13 | Fix readdir eofflag(bogus eofflags was setted). getcwd works. | uch |
| 2011-07-13 | Fix inode update method. chown and chmod works. | uch |
| 2011-07-13 | When filesize is zero, correctly return V7FS_ITERATOR_END | uch |
| 2011-07-02 | Set missing error number | uch |
| 2011-06-27 | 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO e... | uch |