Age | Commit message (Expand) | Author |
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 |
2013-12-12 | bcmp -> memcmp | Ted Unangst |
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-23 | Verify that the directory entry being looked at is entirely present in | Philip Guenther |
2013-11-12 | Tweak comment to explicitly mention that disk blocks are DEV_BSIZE | Kenneth R Westerback |
2013-11-03 | Add missing (long long) cast of variable, (long long) casts | 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-22 | Delete a T32 chunk that I missed before and update the comment on | Philip Guenther |
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-08-09 | Uncomment another kprintf attribute. | Sylvestre Gallon |
2013-07-03 | (Re)define the quota file format to be independent of time_t; changing | Philip Guenther |
2013-06-18 | sqiud -> squid | Miod Vallat |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-08 | KNF | Bob Beck |
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 |
2013-05-01 | Remove useless cast of ROOT_INFO to ino_t. OK otto@ | Todd C. Miller |
2013-04-23 | change ffs layout policy. try to pack meta data in close to the start of | Ted Unangst |
2013-04-22 | ffs2 blockcount is unsigned, so we must check for underflow beforehand. | Ted Unangst |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-04-04 | Fix bug where clear_remove() and clear_inodedeps() would not iterate | Bob Beck |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2013-03-28 | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, | Philip Guenther |
2013-02-17 | Comment out recently added __attribute__((__format__(__kprintf__))) annotations | Miod Vallat |
2013-02-09 | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and | Miod Vallat |
2013-01-16 | re-backout the infamous softdep diff - originally committed to get around | Bob Beck |
2013-01-15 | Switch mfs to bufq. This simplifies the code, gives us queue limits for | Joel Sing |
2012-12-29 | Keep mfs from potentially consuming the entire buffer cache if it gets | Bob Beck |
2012-12-10 | Fix potential for use-after-free of bufs in softdep. | Bob Beck |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-09-17 | fix uninitialized pointer in ffs_write(); ok guenther, beck, deraadt | Markus Friedl |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |