Age | Commit message (Expand) | Author |
2020-01-24 | Improve small random read ffs performance: | Kurt Miller |
2020-01-20 | struct vops is not modified during runtime so use const which moves each | Claudio Jeker |
2020-01-14 | Convert custom semaphores to tsleep_nsec(9). | Martin Pieuchot |
2020-01-04 | Call process_worklist_item with LK_NOWAIT to skip locked vnodes from | Bob Beck |
2019-12-26 | Convert struct vfsops initializer to C99 style. | Alexander Bluhm |
2019-11-27 | Re-enable IO_NOCACHE, and use is in vnd. | Bob Beck |
2019-11-25 | Convert infinite sleeps to tsleep_nsec(9). | Martin Pieuchot |
2019-07-25 | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ | cheloha |
2019-07-19 | vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@ | cheloha |
2019-07-19 | getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@ | cheloha |
2019-06-18 | Ensure the length passed to ffs_truncate() is within bounds before calling | 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-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-05-27 | Drop unnecessary `p' parameter from vget(9). | 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-01 | Store the size of dinode contents union. | David Hill |
2018-03-30 | Add sizes to some free() calls. | David Hill |
2018-03-15 | "force dirty" printf's are no longer required when pushing filesystems | Theo de Raadt |
2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes | Theo de Raadt |
2018-01-13 | Add comment describing why we need to clear the buffer if uiomove() | Todd C. Miller |
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-10 | At reboot all vnodes are flushed, but when it sleeps, the update | Alexander Bluhm |
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 |
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-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-07 | Remove usermount remnants. ok tedu | Martin Natano |
2016-08-13 | Missed a couple qaddr_t casts | Philip Guenther |
2016-08-10 | fix previous; ffs_vinit() requires #ifdef _KERNEL to not break the | Martin Natano |
2016-08-10 | ufs_vinit() should really be called ffs_vinit(); it's only called from | Martin Natano |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |
2016-06-19 | add pool_setipl on all pools. | David Gwynne |
2016-05-23 | Use arc4random_uniform() instead of arc4random() to avoid modulus bias. | Theo Buehler |
2016-05-23 | VOP_REALLOCBLKS() and related code is unused since the removal of | Martin Natano |
2016-05-22 | When pulling an msdos formated umass stick during mount while the | Alexander Bluhm |
2016-05-10 | FFS2 does lazy inode initialization, so try harder to avoid using | Kenneth R Westerback |
2016-04-07 | Always call bread_cluster() instead of calling it only if the current | Martin Pieuchot |
2016-03-27 | When pulling and unmounting an umass USB stick, the file system | Alexander Bluhm |