| Age | Commit message (Expand) | Author |
| 2018-04-26 | Fix inverted arguments in MGET(). | maxv |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-02-08 | Typos. | dholland |
| 2018-02-01 | Remove unused (and a reference to ovbcopy along the way). | maxv |
| 2018-01-28 | CID-1428639: make sure we always initialiaze hash, because if ultimately | christos |
| 2018-01-27 | Need strings.h for ffs() | sevan |
| 2018-01-14 | support getargs, fix flush, fix mutex_destroy | christos |
| 2018-01-13 | prevent assert on unmount. | christos |
| 2018-01-09 | fix module attachment and cdevsw | christos |
| 2018-01-09 | Include <sys/atomic.h> for the atomic funtions used in here. | martin |
| 2018-01-09 | Merge autofs support from: Tomohiro Kusumi | christos |
| 2017-11-27 | relax sanity check. It's ok to have more FAT sectors than needed. | mlelstv |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-08-27 | Remove some unnecessary duplicatioN | skrll |
| 2017-08-20 | Add more sanity checks for BPB parameters. Handle FAT12 format for media | mlelstv |
| 2017-07-17 | Make union_newlower() ans union_newupper() local to union_subr.c, | hannken |
| 2017-06-24 | No need to call vflush from failing udf_mount(). If the system nodes | hannken |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-05-28 | When a vnode has an invalid type because the type changed on the | hannken |
| 2017-05-26 | Eliminate crusty debugging sludge. | riastradh |
| 2017-05-26 | Make VOP_RECLAIM do the last unlock of the vnode. | riastradh |
| 2017-05-24 | Use VCALL() to lock or unlock the lower node. | hannken |
| 2017-05-07 | Move v_writecount adjustment from revoke to reclaim. | hannken |
| 2017-04-26 | Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. | riastradh |
| 2017-04-17 | Remove unused argument "nextp" from vfs_busy() and vfs_unbusy(). | hannken |
| 2017-04-17 | Add vfs_ref(mp) and vfs_rele(mp) to add or remove a reference to | hannken |
| 2017-04-11 | Make VOP_INACTIVE preserve vnode lock on return. | riastradh |
| 2017-04-08 | Update mtime when updating file size. | hannken |
| 2017-04-06 | use ubc_zerorange | christos |
| 2017-04-04 | use MAX_PAGE_SIZE. | christos |
| 2017-04-01 | KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. | riastradh |
| 2017-03-30 | Protect tmpfs_getpages() against reclaiming vnodes. | hannken |
| 2017-03-06 | Add field "mnt_lower" to "struct mount" to track the file system | hannken |
| 2017-03-06 | Handle v_writecount from union_open(), union_close() and union_revoke() | hannken |
| 2017-03-01 | Change the protocol to update a mounted file system from read-write | hannken |
| 2017-03-01 | Remove now redundant calls to fstrans_start()/fstrans_done(). | hannken |
| 2017-02-22 | Enable fstrans on all file systems. | hannken |
| 2017-02-17 | Add generic genfs_suspendctl() and use it for all file systems. | hannken |
| 2017-02-17 | Untangle VFS_SYNC() from VFS_SUSPENDCTL(). | hannken |
| 2017-02-17 | Take vnode lock for VOP_FSYNC(). | hannken |
| 2017-01-27 | Run vflush() when going from read/write to read only. | hannken |
| 2017-01-14 | Be explicit about how we're placing part of the on-disk name into | maya |
| 2017-01-11 | Remove RO check in tmpfs_putpages for now, the syncer doesn't like the | joerg |
| 2017-01-04 | PR/51777: David Binderman: Remove unused computation | christos |
| 2017-01-04 | Change tmpfs_chsize() to update mtime etc. even if "length == node->tn_size". | hannken |
| 2016-12-26 | Hold the interlock when calling cv_broadcast as per condvar(9) | skrll |
| 2016-12-14 | Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" | hannken |
| 2016-12-13 | More changes for creds, mutex, etc. | pgoyette |
| 2016-12-13 | Mostly mechanical updates for caddr_t, thread, mutex, and credentials | pgoyette |
| 2016-12-13 | Disable duplicate typedef | pgoyette |