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