Age | Commit message (Expand) | Author |
2018-07-21 | Include the vnode type in the panic message in ffs_write(), just like ffs_read() | anton |
2018-07-11 | Prevent updating async option on softdep mount | kn |
2018-07-02 | Use more list macros for v_dirtyblkhd. | Alexander Bluhm |
2018-06-21 | Drop redundant "node == parent node" checks from VOP_RMDIR() | Visa Hankala |
2018-06-13 | Make the VFS layer responsible for preventing the deletion | Visa Hankala |
2018-06-07 | Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for | Visa Hankala |
2018-05-29 | Lock the device vnode when calling vinvalbuf() in ext2fs_reload(), | Visa Hankala |
2018-05-28 | Call vput(dvp) in vnode operation functions instead of calling it in | Visa Hankala |
2018-05-28 | When mounting an ext2 filesystem, lock the device vnode for the duration | Visa Hankala |
2018-05-27 | Drop unnecessary `p' parameter from vget(9). | Visa Hankala |
2018-05-24 | Delay the vput() of the directory vnode until the vnode has been | Visa Hankala |
2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is | Visa Hankala |
2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always | Visa Hankala |
2018-04-02 | Add size to free() | David Hill |
2018-04-01 | Store the size of dinode contents union. | David Hill |
2018-03-30 | Add sizes to some free() calls. | David Hill |
2018-03-28 | Mark ext2fs inode recursive lock as RWL_IS_VNODE like for ffs to let it | Martin Pieuchot |
2018-03-15 | "force dirty" printf's are no longer required when pushing filesystems | Theo de Raadt |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes | Theo de Raadt |
2018-01-13 | In ext2fs_write(), clear the buffer on uiomove() failure unless it | Todd C. Miller |
2018-01-13 | Add comment describing why we need to clear the buffer if uiomove() | Todd C. Miller |
2018-01-08 | Pass correct size to uvm_vnp_setsize() for large files. | Todd C. Miller |
2018-01-08 | Add kqueue support for ext2fs based on ffs. OK deraadt@ | Todd C. Miller |
2018-01-02 | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. | Philip Guenther |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-14 | Give vflush_vnode() a hint about vnodes we don't need to account as "busy". | Theo de Raadt |
2017-12-14 | If switching RW->RO, then stop deferring timestamp writes...and possibly | Philip Guenther |
2017-12-13 | Fix a softdep bug exposed by our recent changes to make reboot drop to read-only | Bob Beck |
2017-12-11 | Disable DIOCCACHESYNC code, which I believe does the opposite | Theo de Raadt |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-10-26 | Revert 2006-4-29Z23:09:45 commit that switched from rwlocks to mutexes. | Philip Guenther |
2017-10-10 | At reboot all vnodes are flushed, but when it sleeps, the update | Alexander Bluhm |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-05-30 | ext2fs: Mark superblock as not modified when written | Stefan Fritsch |
2017-05-29 | msdosfs & ffs: flush cache if updating mount from r/w to r/o | Stefan Fritsch |
2017-04-20 | Tweak lock inits to make the system runnable with witness(4) | Visa Hankala |
2017-04-19 | Add sizes to free() | David Hill |
2017-04-19 | Add size to free() | David Hill |
2017-01-10 | Remove the unused olddp parameter from function dounmount(). | Alexander Bluhm |
2016-11-27 | Fix signedness warnings with careful casts and replace a re-defined variable. | Reyk Floeter |
2016-11-07 | Split PID from TID, giving processes a PID unrelated to the TID of their | Philip Guenther |
2016-10-07 | Extra parentheses in conditional; no binary change. | Martin Natano |
2016-10-06 | On noperm mount points honor the permissions of the root directory, so | Martin Natano |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-10 | Add a noperm mount flag for FFS to be used for building release sets | Martin Natano |
2016-09-08 | move mfs_pri into tsleep so it's easy to see and it doesn't change | Ted Unangst |
2016-09-08 | delete useless comments, such as how KVA is mapped on HP | Ted Unangst |
2016-09-07 | Remove usermount remnants. ok tedu | Martin Natano |