| Age | Commit message (Expand) | Author |
| 2010-03-02 | Don't generate unused fs_thefs.h headers. | pooka |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-09-28 | Make file_id unsigned so it does not get sign extended when promoted | blymn |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-12-30 | #ifdef _LKM -> #ifndef _KERNEL_OPT | pooka |
| 2008-05-10 | Convert file systems to dynamically attach with the new module interface. | rumble |
| 2008-05-06 | PR kern/38141 lookup/vfs_busy acquire rwlock recursively | ad |
| 2008-04-29 | kern/38135 vfs_busy/vfs_trybusy confusion | ad |
| 2008-04-29 | PR kern/38057 ffs makes assuptions about devvp file system | ad |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-03-21 | when queueing a message back to Venus, prioritise signals by inserting | plunky |
| 2008-03-21 | convert more insque/remque style queuing to use a queue(3) TAILQ, | plunky |
| 2008-03-01 | remove some unnecessary casting | plunky |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-01-30 | PR kern/37706 (forced unmount of file systems is unsafe): | ad |
| 2008-01-30 | Replace struct lock on vnodes with a simpler lock object built on | ad |
| 2008-01-28 | Fix some race conditions in rename. | dholland |
| 2008-01-25 | Remove VOP_LEASE. Discussed on tech-kern. | ad |
| 2008-01-15 | Use vp->v_rdev, don't look at the union. | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-12-01 | Ensure the mount data is a 0-terminated string - otherwise namei() might | dsl |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-11-22 | convert usage of insque/remque to queue(3) macros | plunky |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-07-31 | * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern | pooka |
| 2007-07-26 | Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. | pooka |
| 2007-07-23 | Initialize size and/or writesize when creating a vnode. | pooka |
| 2007-07-17 | Make set_statvfs_info() take a parameter for the vfs name instead | pooka |
| 2007-07-12 | Update coda for VFS_MOUNT() change | dsl |
| 2007-04-25 | make coda compile again. | dogcow |
| 2007-04-15 | Stop doing vref of vnodes on open (and vrele on close); this makes no | gdt |
| 2007-04-15 | In coda_{get,put}pages, drop and obtain v_uobj.vmobjlock rather than | gdt |
| 2007-04-15 | Based on suggestion from chs@, drop coda vnode interlock before | gdt |
| 2007-04-12 | Rewrite coda_{get,put}pages. Now copying files from coda with mmap | gdt |
| 2007-04-09 | revert putpages part of last change. Thanks to pooka@ for pointing | gdt |
| 2007-04-08 | Remove cruft. Update to current reality. | gdt |
| 2007-04-08 | Further cleanups on coda vnode handling. | gdt |
| 2007-04-06 | Disable mmap for coda. When copying a file from coda to normal ffs, I | gdt |
| 2007-04-05 | Improve conformance to vnode locking rules in coda_lookup, by doing | gdt |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-19 | New file system suspension API to replace vn_start_write and vn_finished_write. | hannken |
| 2006-12-09 | a smorgasbord of improvements to vnode locking and path lookup: | chs |