summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs/ext2fs_vnops.c
AgeCommit message (Expand)Author
2007-09-23Move notatime check from ffs_update() to ffs_read() and ufs_setattr().Todd C. Miller
2007-06-17ansify/de-register.Jasper Lievisse Adriaanse
2007-06-01pedro ok'd this ~3500 line diff which removes the vop argumentTheo de Raadt
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-01-16Retire VOP_LEASE(); It was a bit for NQNFS and hasThordur I. Bjornsson
2006-01-09Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.Pedro Martelletto
2005-12-14Make ext2fs use a memory pool to allocate inodes, okay tedu@Pedro Martelletto
2005-12-11inode/dinode separation for ext2fsPedro Martelletto
2005-08-14When leaving ext2fs_symlink(), unlock the vnode on both error andPedro Martelletto
2005-07-28KNFPedro Martelletto
2005-07-03Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
2005-04-30Add support for large files (> 4GB).Niall O'Higgins
2004-09-18hierarchy is spelled hierarchy, from Jonathan GrayTed Unangst
2004-07-13Change mode_t and nlink_t from 16bit to 32bit. This allows us toTodd C. Miller
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2004-03-02call fifo_reclaim here tooTed Unangst
2004-01-20some pieces of ufs2. help testing otto sturmTed Unangst
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-11if we run out of space, make the dead vnode VNON. if a VBLK gets out, itTed Unangst
2003-07-06remove ext2fs_vinit. it wasn't used and is identical to ufs_vinit.Ted Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-11-08Implement simple vnodeop inheritance for specfs and fifofs.Artur Grabowski
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-10Big cleanup inspired by NetBSD with some parts of the code from NetBSD.Artur Grabowski
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toArtur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-07-26Back out changes to symlink and mknod that were not well tested.Todd C. Miller
2001-07-26change vop_symlink and vop_mknod to return vpp (the created node)assar
2001-06-27Remove old vm.Artur Grabowski
2001-06-23Privatize several vnode operations that are not used by the generic code.Constantine Sapuntzakis
2001-06-05make kqueue work on ext2fsNiels Provos
2000-04-26Support for ext2fs rev. 1 (from NetBSD)jasoni
1999-02-26ext2fs is missing a LINK_MAX check tooTodd C. Miller
1999-02-26add compatibility with uvm vnode pagersArtur Grabowski
1998-08-06Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockConstantine Sapuntzakis
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...Todd C. Miller
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-07-03rm of dir returns EPERM; more careful about ..; netbsdTheo de Raadt
1997-06-12slight fix.Jason Downs
1997-06-12Sync with NetBSD, mostly cosmetic.Jason Downs
1997-05-30Integrate new ext2fs, reverting ufs support for the old one.Jason Downs
1997-05-30Non-GPLd ext2fs code from Manuel, unmodified.Jason Downs