summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs
AgeCommit message (Expand)Author
2017-05-30ext2fs: Mark superblock as not modified when writtenStefan Fritsch
2017-04-20Tweak lock inits to make the system runnable with witness(4)Visa Hankala
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-07Remove usermount remnants. ok teduMartin Natano
2016-08-13Missed a couple qaddr_t castsPhilip Guenther
2016-08-10ext2fs only has one set of specops/fifoopsMartin Natano
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
2016-06-19add pool_setipl on all pools.David Gwynne
2016-06-03Unsigned integers can't be negative.Martin Natano
2016-05-22When pulling an msdos formated umass stick during mount while theAlexander Bluhm
2016-04-27Pad struct ext2fs out to 1024 (a.k.a. ext2fs SBSIZE) bytes. SatisfiesKenneth R Westerback
2016-04-26Populate all necessary statfs members in .vfs_statfs. cd9660, udf,Martin Natano
2016-03-27When pulling and unmounting an umass USB stick, the file systemAlexander Bluhm
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
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-11Casting a gid_t to gid_t for a gid_t argument is overkillPhilip Guenther
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-11-03include sys/unistd.h where needed instead of indirect reliance. ok jsgTed Unangst
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-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
2014-07-12pull dirblock search code from ext2fs_lookup() like FreeBSD has doneMartin Pelikan
2014-07-12print more useful information on wrong superblocks.Martin Pelikan
2014-07-12revert previous unwanted commit. sorry!Martin Pelikan
2014-07-12*** empty log message ***Martin Pelikan
2014-07-11new dinode format for big-endian conversion routinesMartin Pelikan
2014-07-11Prevent division by zero on erroneous file systems.Tobias Stoeckmann
2014-07-11split ext2fs_read for the upcoming ext4 extent bits, like FreeBSD has doneMartin Pelikan
2014-07-11determine and use maximum file size instead of magical constantsMartin Pelikan
2014-07-11sizeof good old inode is 128, the structure has expandedMartin Pelikan
2014-07-11updated inode format, whitespace, re-formattingMartin Pelikan