summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
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
2011-08-16Put back the pedro diff for VOP_FSYNC of softdep when itsThordur I. Bjornsson
2011-08-03back out pedro diff for VOP_FSYNC of softdep when limit is reached.Bob Beck
2011-07-08ansi, no binary changeJonathan Gray
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04bread does nothing with its ucred argument. remove it. ok matthewTed Unangst
2011-07-04bread() takes daddr64_t block address, not int32_t, so use correct cast. brea...Kenneth R Westerback
2011-07-03correctify NULL 0 confusionTed Unangst
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-07-02Getting a disklabel to extract d_secsize to initialize a variable that is thenKenneth R Westerback
2011-07-02rename VFSDEBUG to VFLCKDEBUG;Thordur I. Bjornsson
2011-06-30Add DUID support for ext2fs mounts.Joel Sing
2011-06-29ansi softdep, ok deraadtTed Unangst
2011-06-28change two function defs with () to (void)Ted Unangst
2011-06-09In ffs_write, do not deref to get the p_ucred for VOP_FSYNC (aka ffs_fsync)Theo de Raadt
2011-04-12Avoid kvm starvation due to softdeps waiting on too many mapped buffers,Bob Beck
2011-04-05Every single vop_default is set to eopnotsupp, so retire itThordur I. Bjornsson
2010-12-29remove two unnecessary comments that snuck in with previous.Thordur I. Bjornsson
2010-12-21Bring back the "End the VOP experiment." diff, naddy's issues whereThordur I. Bjornsson
2010-11-18Make sure readdir cookies are actually allocated with the correct sizeMiod Vallat
2010-09-23The only sensible argument for VOP_* calls that take a struct proc pointer isOwain Ainsworth
2010-09-23Change:Owain Ainsworth
2010-09-10Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)Thordur I. Bjornsson
2010-09-09Rename lookup/relookup to vfs_lookup/vfs_relookup.Thordur I. Bjornsson
2010-09-06End the VOP experiment. Instead of the ridicolusly complicated operationThordur I. Bjornsson
2010-08-20Change the UFS DIP macros to be aware of the FFS2 kernel option by notMatthew Dempsky
2010-08-02Fix readlink(2) on FFS and ext2 filesystems to consistently returnMatthew Dempsky
2010-07-23Improve English.Ray Lai
2010-07-19Not enough OK's, and from the wrong people. You should know how to doTheo de Raadt
2010-07-19Replace XXXLOCKING comments by me (replacing simple_locks that are theOwain Ainsworth
2010-07-13fix overflow of dirsize; from FreeBSD; PR 6426; ok beck@ millert@Otto Moerbeek
2010-07-03de-static ufs_chown and ufs_chmod so they show up in DDB.Thordur I. Bjornsson
2010-06-29remove lies. the arguments are actually used.Thordur I. Bjornsson
2010-06-09Teach FFS mounts about disklabel UIDs. This allows file systems to beJoel Sing
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-04-25dirhash cna cope with real locks (and has before), enable mutexes here.Ted Unangst
2010-04-23simple_lock -> XXXLOCKING for ufh ihash.Owain Ainsworth