summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
2016-04-07Always call bread_cluster() instead of calling it only if the currentMartin Pieuchot
2016-04-03Remove sparc special-casing from ufsdirhash_init(). This is not requiredMartin Natano
2016-03-27When pulling and unmounting an umass USB stick, the file systemAlexander Bluhm
2016-03-23remove vax handlingnatano
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-03-17Set mnt_data to NULL after freeing the file system specific mount point.Alexander Bluhm
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-03-01*** empty log message ***natano
2016-02-27Move mnt_maxsymlink from struct mount to struct ufsmount.natano
2016-02-26Convert mnt_maxsymlinklen to unsigned.natano
2016-02-16Convert to uiomove. From Martin Natano.Stefan Kempf
2016-02-04Prevent signed overflow when calculating i_modrev initial valueMike Belopuhov
2016-01-12Kill the "doclusterread" and "doclusterwrite" defines.Martin Pieuchot
2016-01-12Remove the "doclusterread" and "doclusterwrite" buttons.Martin Pieuchot
2015-12-08correct errant spacing here before it continues spreadingTed Unangst
2015-11-28move buffer size adjustment to buf_adjcnt - from Walter NetoBob Beck
2015-09-27lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */Philip Guenther
2015-09-23remove lockmgr_printinfo stubs. from Martin NatanoTed Unangst
2015-04-17Tweaks utimensat/futimens handling to always update ctime, even when bothPhilip Guenther
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-01-20MAXFRAG was always placed incorrectly in <sys/param.h> It is primarilyTheo de Raadt
2015-01-11Casting a gid_t to gid_t for a gid_t argument is overkillPhilip Guenther
2015-01-09rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadtTed Unangst
2014-12-29Explicitely include <uvm/uvm_extern.h> in order to build on variable page sizeMiod Vallat
2014-12-23change pool_init allocator to NULL and pass PR_WAITOK in flags as a signTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-12-12free correct size. it's variable!Ted Unangst
2014-12-12sizeof(*ptr) for some free()Ted Unangst
2014-12-07don't truncate the dirhash if ufs truncate fails.Ted Unangst
2014-12-04use siphash for dirhash. ok deraadt dlgTed Unangst
2014-11-18use siphash for key lookups in all the filesystem hashes.David Gwynne
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-11-17apply siphash to the key selection for the ufs inode hash.David Gwynne
2014-11-03include sys/unistd.h where needed instead of indirect reliance. ok jsgTed Unangst
2014-10-13Add dumping of struct dqblk done by quotactl(2)Philip Guenther
2014-10-13Calling quotactl(QCMD(Q_QUOTAON)) twice with the same filesystem,Philip Guenther
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-31always use the little-endian copy of a superblock.Martin Pelikan
2014-07-31use proper on-disk inode size: no more, no less.Martin Pelikan
2014-07-14better type safety and KNF.Martin Pelikan
2014-07-14revert free checks in here. this seems to be a bit too agressive at theBob Beck
2014-07-13pass correct sizes to free()Ted Unangst
2014-07-13use mallocarrayTed Unangst
2014-07-13kill fs2hXX/h2fsXX macros with letohXX/htoleXXMartin Pelikan
2014-07-13fill in proper sizes in free(9)Martin Pelikan
2014-07-13ext4 (extents) read supportMartin Pelikan
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12fix a type error on BE architecturesMartin Pelikan
2014-07-12in-memory superblock was being filled in two places -> merge themMartin Pelikan