| Age | Commit message (Expand) | Author |
| 2020-04-23 | PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its... | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-02-23 | In lfs_update, hold lfs_writer around lfs_vflush. | riastradh |
| 2017-06-10 | Rename i_flag to i_state. | maya |
| 2017-06-05 | Correct confusion between i_flag and i_flags | maya |
| 2017-04-01 | Simplify locking | maya |
| 2017-03-31 | stopgap fix- move lfs_lock to include calls to lfs_dino_{set,get}block | maya |
| 2017-03-21 | Update mtime even if oip->i_size == length | maya |
| 2017-03-19 | Fix inadvertently reversed sense of comparisons. | riastradh |
| 2017-03-18 | #if DIAGNOSTIC panic ---> KASSERT | riastradh |
| 2017-03-16 | actually cast to unsigned long long and use %llu. certainly not use hex (oops) | maya |
| 2017-03-15 | print inode number in an assert I keep hitting and the adjacent one. | maya |
| 2017-03-13 | #if DIAGNOSTIC panic ---> KASSERTMSG | riastradh |
| 2015-09-01 | Fix up indirect block handling in truncate to be 32/64 clean. | dholland |
| 2015-09-01 | Use the lfs dinode accessors in place of the ufs-derived ones. | dholland |
| 2015-08-19 | Part two of dinodes; use the same union everywhere. | dholland |
| 2015-08-12 | Hack up dinode usage to be 64 vs. 32 as needed. Part 1. | dholland |
| 2015-08-02 | whoops, fix 32-bit build | dholland |
| 2015-08-02 | Make i_eff_nblks in the in-memory inode 64 bits wide. | dholland |
| 2015-08-02 | Fix assorted 64 -> 32 truncations in lfs. Also, some minor tidyups and | dholland |
| 2015-07-28 | Add a new lfs header file: lfs_accessors.h. | dholland |
| 2015-07-24 | More lfs superblock accessors. | dholland |
| 2015-07-24 | Switch to accessor functions for elements of the LFS on-disk | dholland |
| 2015-07-16 | Don't cast the return value of malloc. | dholland |
| 2013-10-17 | - remove unused variables | christos |
| 2013-07-28 | Add more of the bits for supporting quotas. | dholland |
| 2013-07-28 | Migrate the miscellaneous ulfs-level info from struct ulfsmount to | dholland |
| 2013-07-28 | Add lfs_kernel.h for declarations that don't need to be exposed to userland. | dholland |
| 2013-06-18 | Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs. | christos |
| 2013-06-06 | Add lfs_ or ulfs_ in front of extern symbols lacking them, mostly | dholland |
| 2013-06-06 | Split lfs from ufs step 4: | dholland |
| 2013-06-06 | Split lfs from ufs step 3: rearrange config stuff. | dholland |
| 2013-06-06 | Split lfs from ufs, part 2: | dholland |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2011-11-23 | If ufs_balloc_range() fails, make sure to call ?fs_truncate() to | bouyer |
| 2011-07-11 | Change VOP_BWRITE() to take a vnode as its first argument like all other | hannken |
| 2011-06-16 | Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to | hannken |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2010-02-16 | Three changes in a single commit. | mlelstv |
| 2010-02-07 | - ufs_balloc_range(): on error, only PG_RELEASED the pages that were | bouyer |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-27 | Make rusage collection per-LWP and collate in the appropriate places. | ad |
| 2008-02-15 | Give bbusy() an interlock argument. If the we need to wait for the buffer, | ad |
| 2008-02-15 | The buffer LOCKED flag need not be under the protection of bufcache_lock, | 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-10 | Fix DEBUG builds. | ad |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-10-08 | Merge ffs locking & brelse changes from the vmlocking branch. | ad |
| 2007-07-10 | Move `struct dquot' and its supporting functions from quota.h to ufs_quota.c. | hannken |