Age | Commit message (Expand) | Author |
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 |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-17 | Set mnt_data to NULL after freeing the file system specific mount point. | Alexander Bluhm |
2016-03-01 | *** empty log message *** | natano |
2016-02-27 | Move mnt_maxsymlink from struct mount to struct ufsmount. | natano |
2016-02-26 | Convert mnt_maxsymlinklen to unsigned. | natano |
2016-02-16 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2016-01-12 | Remove the "doclusterread" and "doclusterwrite" buttons. | Martin Pieuchot |
2015-11-28 | move buffer size adjustment to buf_adjcnt - from Walter Neto | Bob Beck |
2015-09-27 | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ | Philip Guenther |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-01-20 | MAXFRAG was always placed incorrectly in <sys/param.h> It is primarily | Theo de Raadt |
2015-01-09 | rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt | Ted Unangst |
2014-12-29 | Explicitely include <uvm/uvm_extern.h> in order to build on variable page size | Miod Vallat |
2014-12-23 | change pool_init allocator to NULL and pass PR_WAITOK in flags as a sign | Ted Unangst |
2014-12-12 | free correct size. it's variable! | Ted Unangst |
2014-12-12 | sizeof(*ptr) for some free() | Ted Unangst |
2014-11-18 | use siphash for key lookups in all the filesystem hashes. | David Gwynne |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-14 | revert free checks in here. this seems to be a bit too agressive at the | Bob Beck |
2014-07-13 | pass correct sizes to free() | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-05-29 | fsck should use the same values in checking as newfs does in creating | Kenneth R Westerback |
2014-05-22 | From FreeBSD: the second argument to UFS_UPDATE/ffs_update is just a | Philip Guenther |