Age | Commit message (Expand) | Author |
2013-01-16 | re-backout the infamous softdep diff - originally committed to get around | Bob Beck |
2012-09-17 | fix uninitialized pointer in ffs_write(); ok guenther, beck, deraadt | Markus Friedl |
2012-07-11 | If the current offset is strictly less than the process filesize | Philip Guenthe |
2011-08-16 | Put back the pedro diff for VOP_FSYNC of softdep when its | Thordur I. Bjornsson |
2011-08-03 | back out pedro diff for VOP_FSYNC of softdep when limit is reached. | Bob Beck |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2011-06-09 | In ffs_write, do not deref to get the p_ucred for VOP_FSYNC (aka ffs_fsync) | Theo de Raadt |
2011-04-12 | Avoid kvm starvation due to softdeps waiting on too many mapped buffers, | Bob Beck |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2010-12-29 | remove two unnecessary comments that snuck in with previous. | Thordur I. Bjornsson |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-06-29 | remove lies. the arguments are actually used. | Thordur I. Bjornsson |
2009-08-13 | - remove super-obvious comments from $fs_vnodeop_entries[] | Jasper Lievisse Adriaanse |
2009-06-25 | backout the buf_acquire() does the bremfree() since all callers | Thordur I. Bjornsson |
2009-06-06 | All caller of buf_acquire were doing bremfree before the call. | Artur Grabowski |
2009-01-15 | Use proper *_ASSIGN() macros in assigments instead of abusing rvalue macros. | Alexander Yurchenko |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2008-01-05 | Make the ffs code 64-bit disk block number clean. Based on a diff | Otto Moerbeek |
2007-09-23 | Move notatime check from ffs_update() to ffs_read() and ufs_setattr(). | Todd C. Miller |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-04-13 | Move the declaration of VN_KNOTE() into vnode.h instead of having | Thordur I. Bjornsson |
2007-02-26 | Don't enforce RLIMIT_FSIZE on vnd(4) I/O operations, okay deraadt@ | Pedro Martelletto |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2007-01-13 | prettify some panic strings, | Thordur I. Bjornsson |
2006-10-29 | LFS and FFS shared the same read and write vnops, through | Thordur I. Bjornsson |
2006-06-21 | propagate the wait flag from fsync down to softdep_fsync_mountdev() | Michael Shalayeff |
2006-03-31 | Teach ffs_reclaim() to put FFS2 dinodes back into their pool | Pedro Martelletto |
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto |
2005-11-08 | Use ANSI function declarations and deregister, no binary change | Pedro Martelletto |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-05-28 | ufs_whiteout() is now pointless, remove it, okay millert@ | Pedro Martelletto |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2004-03-02 | silly fifos aren't a real fs, so we have to be sure to call reclaim | Ted Unangst |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-11-08 | Implement simple vnodeop inheritance for specfs and fifofs. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |