summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
AgeCommit message (Expand)Author
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-01-12Remove the "doclusterread" and "doclusterwrite" buttons.Martin Pieuchot
2015-11-28move buffer size adjustment to buf_adjcnt - from Walter NetoBob Beck
2015-09-27lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */Philip 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-20MAXFRAG was always placed incorrectly in <sys/param.h> It is primarilyTheo de Raadt
2015-01-09rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadtTed Unangst
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-12free correct size. it's variable!Ted Unangst
2014-12-12sizeof(*ptr) for some free()Ted Unangst
2014-11-18use siphash for key lookups in all the filesystem hashes.David Gwynne
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-14revert free checks in here. this seems to be a bit too agressive at theBob Beck
2014-07-13pass correct sizes to free()Ted Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-05-29fsck should use the same values in checking as newfs does in creatingKenneth R Westerback
2014-05-22From FreeBSD: the second argument to UFS_UPDATE/ffs_update is just aPhilip Guenther
2014-05-09disable IO_NOCACHE B_NOCACHE conversion until it works.Ted Unangst
2014-04-22Fix issue where we could jump into getdirtybuf without splbio() on a retryBob Beck
2014-04-08add IO_NOCACHE flag to vop_write arguments, which in turn sets B_NOCACHEBob Beck
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-25ufs_setattr() was assuming that the flag bits that indicatePhilip Guenther
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-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-14Correct the handling of I/O of >=2^32 bytes and the ktracing there ofPhilip Guenther
2013-08-09Uncomment another kprintf attribute.Sylvestre Gallon
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-05-30UFS does't do inode numbers >2^32, so use a smaller type internally,Philip Guenther
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-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
2012-12-10Fix potential for use-after-free of bufs in softdep.Bob Beck