Age | Commit message (Expand) | Author |
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-04 | bread() takes daddr64_t block address, not int32_t, so use correct cast. brea... | Kenneth R Westerback |
2011-07-03 | correctify NULL 0 confusion | Ted Unangst |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
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-30 | Add DUID support for ext2fs mounts. | Joel Sing |
2011-06-29 | ansi softdep, ok deraadt | Ted Unangst |
2011-06-28 | change two function defs with () to (void) | 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-11-18 | Make sure readdir cookies are actually allocated with the correct size | Miod Vallat |
2010-09-23 | The only sensible argument for VOP_* calls that take a struct proc pointer is | Owain Ainsworth |
2010-09-23 | Change: | Owain Ainsworth |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-09 | Rename lookup/relookup to vfs_lookup/vfs_relookup. | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-08-20 | Change the UFS DIP macros to be aware of the FFS2 kernel option by not | Matthew Dempsky |
2010-08-02 | Fix readlink(2) on FFS and ext2 filesystems to consistently return | Matthew Dempsky |
2010-07-23 | Improve English. | Ray Lai |
2010-07-19 | Not enough OK's, and from the wrong people. You should know how to do | Theo de Raadt |
2010-07-19 | Replace XXXLOCKING comments by me (replacing simple_locks that are the | Owain Ainsworth |
2010-07-13 | fix overflow of dirsize; from FreeBSD; PR 6426; ok beck@ millert@ | Otto Moerbeek |
2010-07-03 | de-static ufs_chown and ufs_chmod so they show up in DDB. | Thordur I. Bjornsson |
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-04-25 | dirhash cna cope with real locks (and has before), enable mutexes here. | Ted Unangst |
2010-04-23 | simple_lock -> XXXLOCKING for ufh ihash. | Owain Ainsworth |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback |
2010-02-16 | add some defines needed for the upcoming newfs_ext2fs; ok miod@ | Otto Moerbeek |
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-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-09-05 | - don't try to shove a daddr64_t value into an int32_t. | Jasper Lievisse Adriaanse |
2009-09-03 | - fix two more format strings wrt daddr64_t values | Jasper Lievisse Adriaanse |
2009-08-21 | - remove statement after panic(), it won't be reached. | Jasper Lievisse Adriaanse |
2009-08-21 | - change two variables to daddr64_t, eventhough they won't overflow | Jasper Lievisse Adriaanse |
2009-08-20 | - reference correct variable in comment | Jasper Lievisse Adriaanse |
2009-08-14 | - fix function name in vprint() | 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 |