summaryrefslogtreecommitdiff
path: root/sys/fs/sysvbfs/sysvbfs_vnops.c
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
2014-01-09Operation sysvbfs_remove() destructs inodes attached to active vnodes.hannken
2013-12-24It is not the task of sysvbfs_open() to check for unlinked nodes.hannken
2013-05-15Don't change a read-only file system.pooka
2013-03-18C99 section 6.7.2.3 (Tags) Note 3 states that:plunky
2012-06-11cosmetic change: fix two casts to be of the appropriate typeagc
2012-05-08Move bfs_file_setsize() from bfs.c to sysvbfs_vnops.ctsutsui
2012-04-29change vflushbuf() to take the full FSYNC_* flags.chs
2012-03-30sysvbfs do not support file flags; fail with EOPNOTSUPP.njoly
2012-03-18handle file resizing.christos
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-01-27Check credentials when setting uid, gid or mode attributes.njoly
2011-12-12Start making fs read(2) fail with EISDIR if the implementation doesnjoly
2011-05-19Remove cache_purge(9) calls from reclamation routines in the file systems,rmind
2011-04-26Change vflushbuf() to return an error if a synchronous write fails.hannken
2011-01-31In sysvbfs_lookup(), deny last component write operation on anjoly
2010-11-30Abolish the SAVENAME and HASBUF flags. There is now always a buffer,dholland
2010-11-30Abolish struct componentname's cn_pnbuf. Use the path buffer in thedholland
2010-07-17Fix build with SYSVBFS_VNOPS_DEBUG.njoly
2010-07-16Small typo in comment.njoly
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-05-27Mark files removed in the in-memory structure. This allows uspooka
2010-05-27Release pathname buffers after use.pooka
2010-05-26fix refcountingpooka
2010-05-26Initialize *vpp to NULL: relookup() requires it without initializingpooka
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2010-01-05Remove extra semicolons.mbalmer
2009-07-03Define error before using it.pgoyette
2009-07-03Where possible, extract the file-system's access() routine to two internalelad
2009-06-23Move the implementation of vaccess() to genfs_can_access(), in line withelad
2008-11-26Rototill all remaining file systems to use ubc_uiomove() insteadpooka
2008-11-16more <sys/buf.h> policepooka
2008-04-30Make various bits of debug code compile again.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-02Merge vmlocking2 to head.ad
2007-12-15__FUNCTION__ -> __func__perry
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-09-24Avoid stack allocation of large dirent structures in foo_readdir().rumble
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-06-30Using POOL_INIT here makes no sense, since file systems always havepooka
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-02-20Call genfs_node_destroy() where appropriate.ad
2007-01-29Remove more duplicate headers.hubertf
2006-12-25Spell "algorithm" correctly. From Zafer Aydogan.wiz
2006-12-09a smorgasbord of improvements to vnode locking and path lookup:chs
2006-07-01Redo previous differently - just use time_second.martin
2006-07-01Make it compile post time-counter mergemartin