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
/
msdosfs
Age
Commit message (
Expand
)
Author
2024-05-13
vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep part
Sebastien Marie
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-04-14
with empty body loops, put final semicolon on a new line for readability
Jonathan Gray
2023-09-08
Remove the remnants of the leftover selinfo from vnode(9) layer. Just
Vitaliy Makkoveev
2023-07-17
vfs: drop several macros hidding eopnotsupp
Sebastien Marie
2023-06-16
msdosfs: fixes for Undefined Behavior
Stefan Fritsch
2023-04-30
msdosfs: Never allocate clusters outside the volume
Stefan Fritsch
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-08-23
msdosfs: don't pass NULL proc pointer to detrunc()
Scott Soule Cheloha
2022-08-15
remove msdosfs findwin95()
Jonathan Gray
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-23
make array bounds in unix2dosfn() prototype match function
Jonathan Gray
2021-12-12
Add vnode parameter to VOP_STRATEGY()
Visa Hankala
2021-12-11
Clarify usage of __EV_POLL and __EV_SELECT
Visa Hankala
2021-11-13
Use long filenames by default on FAT filesystems
Klemens Nanni
2021-07-11
correct comment
Jonathan Gray
2021-03-11
spelling
Jonathan Gray
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-08-10
consistently return EINVAL on invalid BPB
Jonathan Gray
2020-06-11
Rename poll-compatibility flag to better reflect what it is.
Martin Pieuchot
2020-06-08
Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).
Martin Pieuchot
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-03-24
Kill some dead code that tests bits immediately after setting them.
Kenneth R Westerback
2020-02-27
Remove unused "struct proc *" argument from the following functions:
Martin Pieuchot
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
Visa Hankala
2020-01-24
remove a notyet that remains more not than yet after 25 years. ok krw
Ted Unangst
2020-01-20
struct vops is not modified during runtime so use const which moves each
Claudio Jeker
2019-12-31
Use C99 designated initializers with struct filterops. In addition,
Visa Hankala
2019-12-26
Convert struct vfsops initializer to C99 style.
Alexander Bluhm
2019-09-04
msdosfs: remove timezone support
cheloha
2019-08-05
Allow concurrent reads of the f_offset field of struct file by
anton
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-12
Revert anton@ changes about read/write unlocking
solene
2019-07-10
Make read/write of the f_offset field belonging to struct file MP-safe;
anton
2019-01-21
Introduce a dedicated entry point data structure for file locks. This new data
anton
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-27
Drop unnecessary `p' parameter from vget(9).
Visa Hankala
2018-05-07
Implement VFS read clustering for MSDOSFS, take 3.
Martin Pieuchot
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
Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),
Visa Hankala
2018-02-10
Syncronize filesystems to disk when suspending. Each mountpoint's vnodes
Theo de Raadt
2018-01-02
Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.
Philip Guenther
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-11
In uvm Chuck decided backing store would not be allocated proactively
Theo de Raadt
[next]