summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
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-09-06fix whitespaceJonathan Gray
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-06-21Drop redundant "node == parent node" checks from VOP_RMDIR()Visa Hankala
2018-06-13Make the VFS layer responsible for preventing the deletionVisa Hankala
2018-06-07Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible forVisa Hankala
2018-05-29Lock the device vnode when calling vinvalbuf() in ext2fs_reload(),Visa Hankala
2018-05-28Call vput(dvp) in vnode operation functions instead of calling it inVisa Hankala
2018-05-28When mounting an ext2 filesystem, lock the device vnode for the durationVisa Hankala
2018-05-27Drop unnecessary `p' parameter from vget(9).Visa Hankala
2018-05-24Delay the vput() of the directory vnode until the vnode has beenVisa 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-02Add size to free()David Hill
2018-04-01Store the size of dinode contents union.David Hill
2018-03-30Add sizes to some free() calls.David Hill
2018-03-28Mark ext2fs inode recursive lock as RWL_IS_VNODE like for ffs to let itMartin Pieuchot
2018-03-15"force dirty" printf's are no longer required when pushing filesystemsTheo de Raadt
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-10Syncronize filesystems to disk when suspending. Each mountpoint's vnodesTheo de Raadt
2018-01-13In ext2fs_write(), clear the buffer on uiomove() failure unless itTodd C. Miller
2018-01-13Add comment describing why we need to clear the buffer if uiomove()Todd C. Miller
2018-01-08Pass correct size to uvm_vnp_setsize() for large files.Todd C. Miller
2018-01-08Add kqueue support for ext2fs based on ffs. OK deraadt@Todd C. Miller
2018-01-02Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.Philip Guenther
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-26Revert 2006-4-29Z23:09:45 commit that switched from rwlocks to mutexes.Philip Guenther
2017-10-10At reboot all vnodes are flushed, but when it sleeps, the updateAlexander Bluhm
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-05-30ext2fs: Mark superblock as not modified when writtenStefan Fritsch
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
2017-04-19Add sizes to free()David Hill
2017-04-19Add size to free()David Hill
2017-01-10Remove the unused olddp parameter from function dounmount().Alexander Bluhm
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-10-07Extra parentheses in conditional; no binary change.Martin Natano
2016-10-06On noperm mount points honor the permissions of the root directory, soMartin Natano
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