Age | Commit message (Expand) | Author |
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 |
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-11 | Casting a gid_t to gid_t for a gid_t argument is overkill | Philip Guenther |
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-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-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-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-27 | Zap a bunch of trailing whitespace. | Kenneth R Westerback |
2014-05-09 | disable IO_NOCACHE B_NOCACHE conversion until it works. | Ted Unangst |
2014-04-08 | add IO_NOCACHE flag to vop_write arguments, which in turn sets B_NOCACHE | Bob Beck |
2014-01-25 | ufs_setattr() was assuming that the flag bits that indicate | Philip Guenther |
2013-12-12 | replace old bcopy/bzero with standard functions. ok kettenis | Ted Unangst |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2013-11-02 | No need to cast constants or simple variables to (daddr_t). Use | Kenneth R Westerback |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-09-14 | Correct the handling of I/O of >=2^32 bytes and the ktracing there of | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-02 | Typo | Philip Guenther |
2013-05-30 | UFS does't do inode numbers >2^32, so use a smaller type internally, | Philip Guenther |