Age | Commit message (Expand) | Author |
2019-05-09 | Nope, the right byte layout is happening, but we still need to figure out | Theo de Raadt |
2019-05-09 | For filenames which are a multiple of 4 bytes long, the zero pad is | Theo de Raadt |
2019-05-04 | 3 bytes of kernel stack address space were leaked into on-disk directories. | Theo de Raadt |
2019-05-04 | Add DIR_ROUNDUP define, from Kirk McKusick | Theo de Raadt |
2019-03-15 | Remove FBSDID. | Kevin Lo |
2019-03-06 | increase dirhash mem a bit since very tiny machines are less common. | Ted Unangst |
2019-01-21 | Introduce a dedicated entry point data structure for file locks. This new data | anton |
2018-12-23 | Rectify some issues with the noperm mount flag; the root vnode was not | Martin Natano |
2018-09-26 | Move the allocating and freeing of mount points into | Visa Hankala |
2018-09-06 | fix whitespace | Jonathan Gray |
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 |