| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-24 | make some `struct vops' members explicitly NULL instead of implicitly NULL |  semarie | 1 | -2/+3 |
| 2021-03-11 | spelling |  jsg | 4 | -11/+11 |
| 2021-03-05 | ansi |  jsg | 1 | -3/+2 |
| 2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 2 | -8/+8 |
| 2020-02-27 | Remove unused "struct proc *" argument from the following functions: |  mpi | 2 | -12/+10 |
| 2020-01-20 | struct vops is not modified during runtime so use const which moves each |  claudio | 2 | -8/+8 |
| 2019-12-26 | Convert struct vfsops initializer to C99 style. |  bluhm | 1 | -14/+14 |
| 2019-11-27 | Re-enable IO_NOCACHE, and use is in vnd. |  beck | 1 | -3/+3 |
| 2019-07-25 | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ |  cheloha | 2 | -6/+6 |
| 2019-07-19 | getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@ |  cheloha | 4 | -14/+14 |
| 2019-07-01 | Add more verbose messages about unsupported ext2fs features. |  kevlo | 3 | -21/+87 |
| 2018-09-26 | Move the allocating and freeing of mount points into |  visa | 1 | -3/+2 |
| 2018-09-06 | fix whitespace |  jsg | 1 | -15/+15 |
| 2018-06-21 | Drop redundant "node == parent node" checks from VOP_RMDIR() |  visa | 1 | -9/+1 |
| 2018-06-07 | Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for |  visa | 1 | -8/+3 |
| 2018-05-29 | Lock the device vnode when calling vinvalbuf() in ext2fs_reload(), |  visa | 1 | -2/+5 |
| 2018-05-28 | Call vput(dvp) in vnode operation functions instead of calling it in |  visa | 1 | -8/+11 |
| 2018-05-28 | When mounting an ext2 filesystem, lock the device vnode for the duration |  visa | 1 | -2/+5 |
| 2018-05-27 | Drop unnecessary `p' parameter from vget(9). |  visa | 1 | -3/+3 |
| 2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is |  visa | 3 | -15/+12 |
| 2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 4 | -20/+20 |
| 2018-03-28 | Mark ext2fs inode recursive lock as RWL_IS_VNODE like for ffs to let it |  mpi | 1 | -2/+2 |
| 2018-03-15 | "force dirty" printf's are no longer required when pushing filesystems |  deraadt | 1 | -1/+3 |
| 2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes |  deraadt | 2 | -13/+49 |
| 2018-01-13 | In ext2fs_write(), clear the buffer on uiomove() failure unless it |  millert | 1 | -1/+13 |
| 2018-01-08 | Pass correct size to uvm_vnp_setsize() for large files. |  millert | 1 | -2/+2 |
| 2018-01-08 | Add kqueue support for ext2fs based on ffs. OK deraadt@ |  millert | 2 | -5/+10 |
| 2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2 | -4/+4 |
| 2017-12-30 | Delete unnecessary <sys/file.h> includes |  guenther | 1 | -2/+1 |
| 2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively |  deraadt | 1 | -10/+8 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 1 | -1/+0 |
| 2017-05-30 | ext2fs: Mark superblock as not modified when written |  sf | 1 | -1/+2 |
| 2017-04-20 | Tweak lock inits to make the system runnable with witness(4) |  visa | 1 | -2/+2 |
| 2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 1 | -7/+5 |
| 2016-09-07 | Remove usermount remnants. ok tedu |  natano | 1 | -29/+1 |
| 2016-08-13 | Missed a couple qaddr_t casts |  guenther | 1 | -2/+2 |
| 2016-08-10 | ext2fs only has one set of specops/fifoops |  natano | 3 | -13/+8 |
| 2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a |  natano | 1 | -2/+2 |
| 2016-06-19 | add pool_setipl on all pools. |  dlg | 1 | -1/+3 |
| 2016-06-03 | Unsigned integers can't be negative. |  natano | 2 | -6/+2 |
| 2016-05-22 | When pulling an msdos formated umass stick during mount while the |  bluhm | 1 | -1/+3 |
| 2016-04-27 | Pad struct ext2fs out to 1024 (a.k.a. ext2fs SBSIZE) bytes. Satisfies |  krw | 1 | -3/+3 |
| 2016-04-26 | Populate all necessary statfs members in .vfs_statfs. cd9660, udf, |  natano | 1 | -8/+6 |
| 2016-03-27 | When pulling and unmounting an umass USB stick, the file system |  bluhm | 1 | -3/+3 |
| 2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 4 | -22/+22 |
| 2016-03-17 | Set mnt_data to NULL after freeing the file system specific mount point. |  bluhm | 1 | -3/+3 |
| 2016-03-14 | Change a bunch of (<blah> *)0 to NULL. |  krw | 1 | -2/+2 |
| 2016-03-01 | *** empty log message *** |  natano | 1 | -9/+6 |
| 2016-02-27 | Move mnt_maxsymlink from struct mount to struct ufsmount. |  natano | 4 | -15/+9 |
| 2016-02-26 | Convert mnt_maxsymlinklen to unsigned. |  natano | 2 | -4/+4 |