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
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
2017-08-14
msdofs: Add new CLUST_END constant
Stefan Fritsch
2017-08-14
msdofs: Add new CLUST_END constant
Stefan Fritsch
2017-08-13
minor msdosfs tweaks
Stefan Fritsch
2017-06-13
Revert 'Implement VFS read clustering for MSDOSFS' again
Stefan Fritsch
2017-05-29
msdosfs & ffs: flush cache if updating mount from r/w to r/o
Stefan Fritsch
2017-05-29
Implement VFS read clustering for MSDOSFS
Stefan Fritsch
2017-04-20
Tweak lock inits to make the system runnable with witness(4)
Visa Hankala
2016-10-10
Rename BIOS parameter block field from bsPBP to bsBPB. This typo
Alexander Bluhm
2016-10-09
Do not check the SecPerTrack field of the BPB when mounting a MSDOS
Alexander Bluhm
2016-09-28
Kill empty ifdef; ok fcambus@
Jeremie Courreges-Anglas
2016-09-07
Remove usermount remnants. ok tedu
Martin Natano
2016-08-30
Revert "Implement VFS read clustering for MSDOSFS"
Stefan Fritsch
2016-08-13
Eliminate pointless casts to qaddr_t of a value being assigned to a void*
Philip Guenther
2016-06-19
Remove the lockmgr() API. It is only used by filesystems, where it is a
Martin Natano
2016-05-22
When pulling an msdos formated umass stick during mount while the
Alexander Bluhm
2016-05-21
Remove the -x flag from mount_msdos and always assume the execute bit
Martin Natano
2016-05-21
by default, files were made executable. that does not make sense today.
Theo de Raadt
2016-04-26
Populate all necessary statfs members in .vfs_statfs. cd9660, udf,
Martin Natano
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-14
Change a bunch of (<blah> *)0 to NULL.
Kenneth R Westerback
2016-02-05
Guard against integer overflow when checking whether
Stefan Kempf
2016-01-27
Convert min + uiomovei to ulmin + uiomove.
Stefan Kempf
2016-01-13
Implement VFS read clustering for MSDOSFS.
Martin Pieuchot
2015-10-23
Fix renaming in the root directory by correctly setting directory
Kenneth R Westerback
2015-10-23
Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG.
Kenneth R Westerback
2015-10-23
Nuke a bunch of leading/embedded/trailing whitespace so the code can be
Kenneth R Westerback
2015-09-23
remove lockmgr_printinfo stubs. from Martin Natano
Ted Unangst
2015-04-17
Tweaks utimensat/futimens handling to always update ctime, even when both
Philip Guenther
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-13
Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced
Todd C. Miller
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-01-09
rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt
Ted Unangst
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-12-16
primary change: move uvm_vnode out of vnode, keeping only a pointer.
Ted Unangst
2014-12-09
More malloc() -> mallocarray() in the kernel.
Doug Hogan
2014-11-18
use siphash for key lookups in all the filesystem hashes.
David Gwynne
2014-11-03
include sys/unistd.h where needed instead of indirect reliance. ok jsg
Ted Unangst
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-08-10
fix kqueue read/write filters for msdosfs and fusefs
Jonathan Gray
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-06-23
Fix possible crash on invalid filesystems.
Tobias Stoeckmann
2014-06-18
Fix off by one in pm_inusemap.
Tobias Stoeckmann
[next]