| Age | Commit message (Expand) | Author |
| 2010-01-31 | Replace individual queries for partition information with | mlelstv |
| 2010-01-26 | Drop two uses of disk label data. | mlelstv |
| 2010-01-26 | On broken filesystems the fillinmap inner loop may have never read a | joerg |
| 2010-01-25 | Fetch sector size also from wedges. | mlelstv |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-07-03 | Where possible, extract the file-system's access() routine to two internal | elad |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-06-23 | Move the implementation of vaccess() to genfs_can_access(), in line with | elad |
| 2009-05-07 | Extract the open-coded authorization logic for chtimes() from various | elad |
| 2009-04-25 | Wrap some long lines in a comment, pointed out by ad@ - thanks! | elad |
| 2009-04-25 | Add genfs_can_mount() and use it to prevent some more code duplication of | elad |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-02-05 | Remove additional GEMDOS only check on fstype, and update comment | abs |
| 2009-01-23 | From FreeBSD, 10 years ago; | jmcneill |
| 2009-01-11 | make this compile | cegger |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-12-26 | Remove pm_Heads check in msdosfs_mountfs; this value isn't really used, | jmcneill |
| 2008-12-16 | The great QUOTA purge of '08: get rid of those #ifdef QUOTA and | pooka |
| 2008-11-28 | Tyop: v -> vp. Spotted by Tom's ARM builds. | pooka |
| 2008-11-26 | Rototill all remaining file systems to use ubc_uiomove() instead | pooka |
| 2008-11-14 | In case writing past EOF, fail if extending the file fails (most | pooka |
| 2008-06-28 | Create sysctl entries during module initialisation and destroy them | rumble |
| 2008-05-16 | Make sure all cached buffers with valid, not yet written data have been | hannken |
| 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-05-05 | - Convert hashinit() to use kmem_alloc(). The hash tables can be large | ad |
| 2008-04-30 | Make various bits of debug code compile again. | ad |
| 2008-04-30 | PR 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 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 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-24 | specfs changes for PR kern/37717 (raidclose() is no longer called on | ad |
| 2008-01-17 | Fix dodgy tests of v_usecount. | ad |
| 2008-01-05 | PR/37696: Paul Ripke: add large read / readahead support (Introduce run-length | christos |
| 2008-01-04 | Politely refuse to mount a file system which says its FAT size is | pooka |
| 2008-01-03 | valloc -> vnalloc, vfree -> vnfree | pooka |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-28 | Use uvm_vnp_setwritesize() on file extending to instruct UVM to NOT read-in | reinoud |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-12-08 | Merge ihash locking changes from the vmlocking branch. | ad |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-11-14 | Fix a problem noticed by Reinoud: the fs would try to release an | pooka |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-10-08 | Merge brelse() changes from the vmlocking branch. | ad |
| 2007-09-28 | Release vnode being created in error branch instead of leaving it | pooka |