index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ufs
/
ext2fs
Age
Commit message (
Expand
)
Author
2024-10-08
remove unused ffs_checkoverlap() ext2fs_checkoverlap(); ok miod@
Jonathan Gray
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2024-09-12
Ensure that file names passed back by readdir do not include a '/'
Claudio Jeker
2024-09-04
Fix some spelling.
Marcus Glocker
2024-07-15
Add ext4 field definitions. Taken from NetBSD, with some cosmetic
Martijn van Duren
2024-07-13
Revert the vdoom change, while it prevents the crashes on joel's go
Bob Beck
2024-07-12
Add vdoom() to fix ufs/ext2fs re-use of invalid vnode.
Bob Beck
2024-06-07
remove unused ROOTNAME define and part of a comment
Jonathan Gray
2024-05-13
vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep part
Sebastien Marie
2024-05-12
remove ufs_hashlock extern for var we never had
Jonathan Gray
2024-04-13
correct indentation
Jonathan Gray
2024-03-25
Move the "no (hard) linking directories" and "no cross-mount links"
Philip Guenther
2024-01-09
Delete support for FFS filesystems before the in-inode symlink
Philip Guenther
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-08-12
Put more struct vnode fields under splbio().
Visa Hankala
2022-06-26
Remove unused VOP_POLL().
Visa Hankala
2022-01-11
spelling
Jonathan Gray
2021-12-12
Add vnode parameter to VOP_STRATEGY()
Visa Hankala
2021-10-20
revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop
Sebastien Marie
2021-10-19
vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop
Sebastien Marie
2021-10-04
Use the fact the vnodes are locked when operations are inflight.
Claudio Jeker
2021-10-02
vfs: merge *_badop to vop_generic_badop
Sebastien Marie
2021-05-16
panic does not require a \n at the end. When one is provided, it looks wrong.
Theo de Raadt
2021-03-24
make some `struct vops' members explicitly NULL instead of implicitly NULL
Sebastien Marie
2021-03-11
spelling
Jonathan Gray
2021-03-05
ansi
Jonathan Gray
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-02-27
Remove unused "struct proc *" argument from the following functions:
Martin Pieuchot
2020-01-20
struct vops is not modified during runtime so use const which moves each
Claudio Jeker
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-07-25
vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@
cheloha
2019-07-19
getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@
cheloha
2019-07-01
Add more verbose messages about unsupported ext2fs features.
Kevin Lo
2018-09-26
Move the allocating and freeing of mount points into
Visa Hankala
2018-09-06
fix whitespace
Jonathan Gray
2018-06-21
Drop redundant "node == parent node" checks from VOP_RMDIR()
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-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-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-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-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
[next]