summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
AgeCommit message (Expand)Author
2020-01-24Improve small random read ffs performance:Kurt Miller
2020-01-20struct vops is not modified during runtime so use const which moves eachClaudio Jeker
2020-01-14Convert custom semaphores to tsleep_nsec(9).Martin Pieuchot
2020-01-04Call process_worklist_item with LK_NOWAIT to skip locked vnodes fromBob Beck
2019-12-26Convert struct vfsops initializer to C99 style.Alexander Bluhm
2019-11-27Re-enable IO_NOCACHE, and use is in vnd.Bob Beck
2019-11-25Convert infinite sleeps to tsleep_nsec(9).Martin Pieuchot
2019-07-25vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha
2019-07-19vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-07-19getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-06-18Ensure the length passed to ffs_truncate() is within bounds before callinganton
2018-12-23Rectify some issues with the noperm mount flag; the root vnode was notMartin Natano
2018-09-26Move the allocating and freeing of mount points intoVisa Hankala
2018-07-21Include the vnode type in the panic message in ffs_write(), just like ffs_read()anton
2018-07-11Prevent updating async option on softdep mountkn
2018-07-02Use more list macros for v_dirtyblkhd.Alexander Bluhm
2018-05-27Drop unnecessary `p' parameter from vget(9).Visa Hankala
2018-05-02Remove proc from the parameters of vn_lock(). The parameter isVisa Hankala
2018-04-28Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysVisa Hankala
2018-04-01Store the size of dinode contents union.David Hill
2018-03-30Add sizes to some free() calls.David Hill
2018-03-15"force dirty" printf's are no longer required when pushing filesystemsTheo de Raadt
2018-02-10Syncronize filesystems to disk when suspending. Each mountpoint's vnodesTheo de Raadt
2018-01-13Add comment describing why we need to clear the buffer if uiomove()Todd C. Miller
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-12-14Give vflush_vnode() a hint about vnodes we don't need to account as "busy".Theo de Raadt
2017-12-14If switching RW->RO, then stop deferring timestamp writes...and possiblyPhilip Guenther
2017-12-13Fix a softdep bug exposed by our recent changes to make reboot drop to read-onlyBob Beck
2017-12-11Disable DIOCCACHESYNC code, which I believe does the oppositeTheo de Raadt
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyTheo de Raadt
2017-10-10At reboot all vnodes are flushed, but when it sleeps, the updateAlexander Bluhm
2017-05-29msdosfs & ffs: flush cache if updating mount from r/w to r/oStefan Fritsch
2017-04-20Tweak lock inits to make the system runnable with witness(4)Visa Hankala
2016-11-27Fix signedness warnings with careful casts and replace a re-defined variable.Reyk Floeter
2016-11-07Split PID from TID, giving processes a PID unrelated to the TID of theirPhilip Guenther
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-10Add a noperm mount flag for FFS to be used for building release setsMartin Natano
2016-09-07Remove usermount remnants. ok teduMartin Natano
2016-08-13Missed a couple qaddr_t castsPhilip Guenther
2016-08-10fix previous; ffs_vinit() requires #ifdef _KERNEL to not break theMartin Natano
2016-08-10ufs_vinit() should really be called ffs_vinit(); it's only called fromMartin Natano
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
2016-06-19add pool_setipl on all pools.David Gwynne
2016-05-23Use arc4random_uniform() instead of arc4random() to avoid modulus bias.Theo Buehler
2016-05-23VOP_REALLOCBLKS() and related code is unused since the removal ofMartin Natano
2016-05-22When pulling an msdos formated umass stick during mount while theAlexander Bluhm
2016-05-10FFS2 does lazy inode initialization, so try harder to avoid usingKenneth R Westerback
2016-04-07Always call bread_cluster() instead of calling it only if the currentMartin Pieuchot
2016-03-27When pulling and unmounting an umass USB stick, the file systemAlexander Bluhm