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
Age
Commit message (
Expand
)
Author
2016-04-07
Always call bread_cluster() instead of calling it only if the current
Martin Pieuchot
2016-04-03
Remove sparc special-casing from ufsdirhash_init(). This is not required
Martin Natano
2016-03-27
When pulling and unmounting an umass USB stick, the file system
Alexander Bluhm
2016-03-23
remove vax handling
natano
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-03-01
*** empty log message ***
natano
2016-02-27
Move mnt_maxsymlink from struct mount to struct ufsmount.
natano
2016-02-26
Convert mnt_maxsymlinklen to unsigned.
natano
2016-02-16
Convert to uiomove. From Martin Natano.
Stefan Kempf
2016-02-04
Prevent signed overflow when calculating i_modrev initial value
Mike Belopuhov
2016-01-12
Kill the "doclusterread" and "doclusterwrite" defines.
Martin Pieuchot
2016-01-12
Remove the "doclusterread" and "doclusterwrite" buttons.
Martin Pieuchot
2015-12-08
correct errant spacing here before it continues spreading
Ted Unangst
2015-11-28
move buffer size adjustment to buf_adjcnt - from Walter Neto
Bob Beck
2015-09-27
lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */
Philip Guenther
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-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-01-20
MAXFRAG was always placed incorrectly in <sys/param.h> It is primarily
Theo de Raadt
2015-01-11
Casting a gid_t to gid_t for a gid_t argument is overkill
Philip Guenther
2015-01-09
rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt
Ted Unangst
2014-12-29
Explicitely include <uvm/uvm_extern.h> in order to build on variable page size
Miod Vallat
2014-12-23
change pool_init allocator to NULL and pass PR_WAITOK in flags as a sign
Ted Unangst
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-12-12
free correct size. it's variable!
Ted Unangst
2014-12-12
sizeof(*ptr) for some free()
Ted Unangst
2014-12-07
don't truncate the dirhash if ufs truncate fails.
Ted Unangst
2014-12-04
use siphash for dirhash. ok deraadt dlg
Ted Unangst
2014-11-18
use siphash for key lookups in all the filesystem hashes.
David Gwynne
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-11-17
apply siphash to the key selection for the ufs inode hash.
David Gwynne
2014-11-03
include sys/unistd.h where needed instead of indirect reliance. ok jsg
Ted Unangst
2014-10-13
Add dumping of struct dqblk done by quotactl(2)
Philip Guenther
2014-10-13
Calling quotactl(QCMD(Q_QUOTAON)) twice with the same filesystem,
Philip Guenther
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-31
always use the little-endian copy of a superblock.
Martin Pelikan
2014-07-31
use proper on-disk inode size: no more, no less.
Martin Pelikan
2014-07-14
better type safety and KNF.
Martin Pelikan
2014-07-14
revert free checks in here. this seems to be a bit too agressive at the
Bob Beck
2014-07-13
pass correct sizes to free()
Ted Unangst
2014-07-13
use mallocarray
Ted Unangst
2014-07-13
kill fs2hXX/h2fsXX macros with letohXX/htoleXX
Martin Pelikan
2014-07-13
fill in proper sizes in free(9)
Martin Pelikan
2014-07-13
ext4 (extents) read support
Martin Pelikan
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-12
fix a type error on BE architectures
Martin Pelikan
2014-07-12
in-memory superblock was being filled in two places -> merge them
Martin Pelikan
[next]