Age | Commit message (Expand) | Author |
2013-08-09 | Uncomment another kprintf attribute. | Sylvestre Gallon |
2013-06-18 | sqiud -> squid | Miod Vallat |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-08 | KNF | Bob Beck |
2013-05-30 | UFS does't do inode numbers >2^32, so use a smaller type internally, | Philip Guenther |
2013-04-23 | change ffs layout policy. try to pack meta data in close to the start of | Ted Unangst |
2013-04-22 | ffs2 blockcount is unsigned, so we must check for underflow beforehand. | Ted Unangst |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-04-04 | Fix bug where clear_remove() and clear_inodedeps() would not iterate | Bob Beck |
2013-02-17 | Comment out recently added __attribute__((__format__(__kprintf__))) annotations | Miod Vallat |
2013-02-09 | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and | Miod Vallat |
2013-01-16 | re-backout the infamous softdep diff - originally committed to get around | Bob Beck |
2012-12-10 | Fix potential for use-after-free of bufs in softdep. | Bob Beck |
2012-09-17 | fix uninitialized pointer in ffs_write(); ok guenther, beck, deraadt | Markus Friedl |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2012-07-11 | If the current offset is strictly less than the process filesize | Philip Guenthe |
2012-06-10 | Do NOT make all check condition results report EIO. Only use EIO | Kenneth R Westerback |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2011-09-18 | Fix more printf format string bugs in sys/ufs. | Alexander Bluhm |
2011-09-18 | Make sure daddr64_t values get printed with %lld. | Miod Vallat |
2011-08-17 | remove the clamping of max_softdeps as it makes | Thordur I. Bjornsson |
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-07-03 | correctify NULL 0 confusion | Ted Unangst |
2011-07-02 | Getting a disklabel to extract d_secsize to initialize a variable that is then | Kenneth R Westerback |
2011-07-02 | rename VFSDEBUG to VFLCKDEBUG; | Thordur I. Bjornsson |
2011-06-29 | ansi softdep, ok deraadt | 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-07-23 | Improve English. | Ray Lai |
2010-07-13 | fix overflow of dirsize; from FreeBSD; PR 6426; ok beck@ millert@ | Otto Moerbeek |
2010-06-29 | remove lies. the arguments are actually used. | Thordur I. Bjornsson |
2010-06-09 | Teach FFS mounts about disklabel UIDs. This allows file systems to be | Joel Sing |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback |
2010-01-16 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2009-12-19 | Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE() | Kenneth R Westerback |
2009-09-03 | - fix two more format strings wrt daddr64_t values | Jasper Lievisse Adriaanse |
2009-08-14 | - use u_char consistently | Jasper Lievisse Adriaanse |
2009-08-14 | - fix format string for daddr64_t to %lld | Jasper Lievisse Adriaanse |
2009-08-13 | - remove super-obvious comments from $fs_vnodeop_entries[] | Jasper Lievisse Adriaanse |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-06-25 | backout the buf_acquire() does the bremfree() since all callers | Thordur I. Bjornsson |