| Age | Commit message (Expand) | Author |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-19 | Rename ambiguous macros: | dholland |
| 2012-11-21 | Write support for the Ext4 Read-only Compatible Feature "huge_file". | jakllsch |
| 2012-04-29 | change vflushbuf() to take the full FSYNC_* flags. | chs |
| 2012-04-17 | it is not an error if the kernel needs to clear the setuid/ | christos |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-11-18 | Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too. | christos |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2010-04-23 | Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file | pooka |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-09-12 | Migrate from u_intNN_t to uintNN_t. | tsutsui |
| 2008-11-26 | Rototill all remaining file systems to use ubc_uiomove() instead | pooka |
| 2008-05-16 | Make sure all cached buffers with valid, not yet written data have been | hannken |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-10-08 | Merge ffs locking & brelse changes from the vmlocking branch. | ad |
| 2007-06-05 | improve post-ubc file overwrite performance in common cases. | yamt |
| 2007-04-19 | hold proclist_mutex when calling psignal(). | yamt |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2006-01-14 | Protect against uio_lwp being NULL from Pavel Cahyna | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-29 | merge yamt-readahead branch. | yamt |
| 2005-11-02 | merge yamt-vop branch. remove following VOPs. | yamt |
| 2005-08-30 | * Remove __P() | xtraeme |
| 2005-02-09 | Add support for large files (>2GB). | ws |
| 2005-01-09 | adjust the UBC mapping code to support non-vnode uvm_objects. | chs |
| 2004-11-14 | Remove erroneous KASSERT; i_size is one of the fields mentioned in | christos |
| 2004-08-15 | Fixing age old cruft: | mycroft |
| 2004-03-22 | Fix disclaimer in my copyright. Pointed out by Thomas Klausner. | bouyer |
| 2003-10-05 | Remove references to University of California from my copyright notices. | bouyer |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-22 | don't need <sys/conf.h> here | jdolecek |
| 2002-03-25 | if the size argument to write(2) is 0, do not modify the file in any way, | chs |
| 2002-03-17 | don't do any flush-behind for async mounts. | chs |
| 2001-11-30 | VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such. | chs |
| 2001-11-10 | track some changes in the ufs code: | chs |
| 2001-11-08 | add RCSID | lukem |
| 2001-10-26 | remove #include <ufs/ufs/quota.h> where it was just to appease | lukem |
| 2001-09-22 | check early for reads beyond EOF. | chs |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-02-27 | min() -> MIN(), max() -> MAX(). | chs |
| 2000-12-01 | fix merge error: ext2fs uses a custom balloc rather than a VOP-style one. | chs |