Age | Commit message (Expand) | Author |
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 |
2014-07-12 | pull dirblock search code from ext2fs_lookup() like FreeBSD has done | Martin Pelikan |
2014-07-12 | print more useful information on wrong superblocks. | Martin Pelikan |
2014-07-12 | revert previous unwanted commit. sorry! | Martin Pelikan |
2014-07-12 | *** empty log message *** | Martin Pelikan |
2014-07-11 | new dinode format for big-endian conversion routines | Martin Pelikan |
2014-07-11 | Prevent division by zero on erroneous file systems. | Tobias Stoeckmann |
2014-07-11 | split ext2fs_read for the upcoming ext4 extent bits, like FreeBSD has done | Martin Pelikan |
2014-07-11 | determine and use maximum file size instead of magical constants | Martin Pelikan |
2014-07-11 | sizeof good old inode is 128, the structure has expanded | Martin Pelikan |
2014-07-11 | updated inode format, whitespace, re-formatting | Martin Pelikan |
2014-07-11 | separate searchslot variables into a structure like FreeBSD | Martin Pelikan |
2014-07-10 | prepare for upcoming ext4 read support | Martin Pelikan |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-05-29 | fsck should use the same values in checking as newfs does in creating | Kenneth R Westerback |
2014-05-27 | Zap a bunch of trailing whitespace. | Kenneth R Westerback |
2014-05-22 | From FreeBSD: the second argument to UFS_UPDATE/ffs_update is just a | Philip Guenther |
2014-05-09 | disable IO_NOCACHE B_NOCACHE conversion until it works. | Ted Unangst |
2014-05-07 | Fix ext2fs atime and mtime handling that I broke from an airport | Philip Guenther |
2014-04-22 | Fix issue where we could jump into getdirtybuf without splbio() on a retry | Bob Beck |
2014-04-14 | fix potential race where an allocated inode could fail to get added, | Bob Beck |
2014-04-08 | add IO_NOCACHE flag to vop_write arguments, which in turn sets B_NOCACHE | Bob Beck |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-19 | Pull in FreeBSD r37363 and r37887: | Philip Guenther |
2014-02-04 | reduce the length of some pool names. ok deraadt guenther mpi | Ted Unangst |
2014-01-26 | an EXT2FS_ITIMES macro so the tree builds. it may even work. | Ted Unangst |
2014-01-25 | ufs_setattr() was assuming that the flag bits that indicate | Philip Guenther |