summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
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
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-03-29Initialize various uninitialized variables. Found by jsg@ via Clang.Kenneth R Westerback
2010-02-16add some defines needed for the upcoming newfs_ext2fs; ok miod@Otto Moerbeek
2010-01-16Remove dead assignment and newly created unused variable.Charles Longeau
2009-12-19Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE()Kenneth R Westerback
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-09-05- don't try to shove a daddr64_t value into an int32_t.Jasper Lievisse Adriaanse
2009-09-03- fix two more format strings wrt daddr64_t valuesJasper Lievisse Adriaanse
2009-08-21- remove statement after panic(), it won't be reached.Jasper Lievisse Adriaanse
2009-08-21- change two variables to daddr64_t, eventhough they won't overflowJasper Lievisse Adriaanse
2009-08-20- reference correct variable in commentJasper Lievisse Adriaanse
2009-08-14- fix function name in vprint()Jasper Lievisse Adriaanse
2009-08-14- use u_char consistentlyJasper Lievisse Adriaanse
2009-08-14- fix format string for daddr64_t to %lldJasper Lievisse Adriaanse
2009-08-13- remove super-obvious comments from $fs_vnodeop_entries[]Jasper Lievisse Adriaanse
2009-07-09Remove the VREF() macro and replaces all instances with a call to verf(),Thordur I. Bjornsson
2009-06-25backout the buf_acquire() does the bremfree() since all callersThordur I. Bjornsson
2009-06-06All caller of buf_acquire were doing bremfree before the call.Artur Grabowski
2009-06-04tiny tiny space nitThordur I. Bjornsson
2009-06-02blkno's are 64 bit so need %llu, found by ParfaitTheo de Raadt
2009-01-31Rewrite DIRECTSIZ macro using offsetof. As a bonus it elimitanes castingAlexander Yurchenko
2009-01-17Use proper assignment macros for dinode manipulations instead ofAlexander Yurchenko
2009-01-15Use proper *_ASSIGN() macros in assigments instead of abusing rvalue macros.Alexander Yurchenko
2008-11-24styled code is happy codeTed Unangst
2008-11-23fancy new ext2fs can have big inodes. we can possibly still read themTed Unangst
2008-11-06use PAGE_SIZE in FS_KERNMAXFILESIZE() use, note this is not the same as getpa...Theo de Raadt
2008-11-06Have called pass pagesize into FS_KERNMAXFILESIZE(), because there is noTheo de Raadt
2008-11-02introduce a macro for max file size, instead of hardcoding it; okOtto Moerbeek
2008-09-30Fix an occasional mfs-related panic on reboot in mfs_close. There's noTodd C. Miller
2008-09-12Remove bzero/memset calls after pool_gets by passing the PR_ZEROBret Lambert