summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
2014-04-14fix potential race where an allocated inode could fail to get added,Bob Beck
2014-04-08add IO_NOCACHE flag to vop_write arguments, which in turn sets B_NOCACHEBob Beck
2014-03-30Eliminates struct pcred by moving the real and saved ugids intoPhilip Guenther
2014-03-19Pull in FreeBSD r37363 and r37887:Philip Guenther
2014-02-04reduce the length of some pool names. ok deraadt guenther mpiTed Unangst
2014-01-26an EXT2FS_ITIMES macro so the tree builds. it may even work.Ted Unangst
2014-01-25ufs_setattr() was assuming that the flag bits that indicatePhilip Guenther
2013-12-12bcmp -> memcmpTed Unangst
2013-12-12replace old bcopy/bzero with standard functions. ok kettenisTed Unangst
2013-12-01Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andKenneth R Westerback
2013-11-23Verify that the directory entry being looked at is entirely present inPhilip Guenther
2013-11-12Tweak comment to explicitly mention that disk blocks are DEV_BSIZEKenneth R Westerback
2013-11-03Add missing (long long) cast of variable, (long long) castsKenneth R Westerback
2013-11-02No need to cast constants or simple variables to (daddr_t). UseKenneth R Westerback
2013-11-01Sprinkle (long long) casts where %lld is being used to print daddr_tKenneth R Westerback
2013-09-22Delete a T32 chunk that I missed before and update the comment onPhilip Guenther
2013-09-14Correct the handling of I/O of >=2^32 bytes and the ktracing there ofPhilip Guenther
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-08-09Uncomment another kprintf attribute.Sylvestre Gallon
2013-07-03(Re)define the quota file format to be independent of time_t; changingPhilip Guenther
2013-06-18sqiud -> squidMiod Vallat
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-08KNFBob Beck
2013-06-02TypoPhilip Guenther
2013-05-30UFS does't do inode numbers >2^32, so use a smaller type internally,Philip Guenther
2013-05-01Remove useless cast of ROOT_INFO to ino_t. OK otto@Todd C. Miller
2013-04-23change ffs layout policy. try to pack meta data in close to the start ofTed Unangst
2013-04-22ffs2 blockcount is unsigned, so we must check for underflow beforehand.Ted Unangst
2013-04-15Add an f_mntfromspec member to struct statfs, which specifies the name ofJoel Sing
2013-04-04Fix bug where clear_remove() and clear_inodedeps() would not iterateBob Beck
2013-03-28Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,Philip Guenther
2013-03-28Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,Philip Guenther
2013-02-17Comment out recently added __attribute__((__format__(__kprintf__))) annotationsMiod Vallat
2013-02-09Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions andMiod Vallat
2013-01-16re-backout the infamous softdep diff - originally committed to get aroundBob Beck
2013-01-15Switch mfs to bufq. This simplifies the code, gives us queue limits forJoel Sing
2012-12-29Keep mfs from potentially consuming the entire buffer cache if it getsBob Beck
2012-12-10Fix potential for use-after-free of bufs in softdep.Bob Beck
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-09-17fix uninitialized pointer in ffs_write(); ok guenther, beck, deraadtMarkus Friedl
2012-09-10Cleanup VFS mount string handling:Joel Sing
2012-08-16remove pool hiwat call. hiwat is less useful than it used to be.Ted Unangst
2012-07-11If the current offset is strictly less than the process filesizePhilip Guenthe
2012-06-20Cleanup our filesystem pathconf() code a little bit to make it easierMatthew Dempsky
2012-06-19Add more pathconf(2) variables from POSIX.Matthew Dempsky
2012-06-10Do NOT make all check condition results report EIO. Only use EIOKenneth R Westerback
2012-03-23Make rusage totals, itimers, and profile settings per-process insteadPhilip Guenthe
2011-09-18Fix more printf format string bugs in sys/ufs.Alexander Bluhm
2011-09-18Make sure daddr64_t values get printed with %lld.Miod Vallat
2011-08-17remove the clamping of max_softdeps as it makesThordur I. Bjornsson