Age | Commit message (Expand) | Author |
2010-01-16 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2009-01-17 | Use proper assignment macros for dinode manipulations instead of | Alexander Yurchenko |
2008-08-08 | use cgbase() instead of doing arthmetic on fs_fpg when calculating | Thordur I. Bjornsson |
2008-08-02 | fix printf format specifiers; ok krw@ millert@ deraadt@ | Otto Moerbeek |
2008-07-22 | Use cgbase() instead of doing arithmetic on fs_fpg, for the former does | Miod Vallat |
2008-04-10 | the ffs code is a bit noisy when it runs out of inodes/space etc; | Thordur I. Bjornsson |
2008-01-22 | with a lot of fragments per cylinder group and lots of cylinder | Otto Moerbeek |
2008-01-05 | Make the ffs code 64-bit disk block number clean. Based on a diff | Otto Moerbeek |
2007-11-09 | Code to read in the cylinder groups is duplicated in a few spots, | Thordur I. Bjornsson |
2007-09-10 | When selecting cylinder groups as candidates for new directory creation | Thordur I. Bjornsson |
2007-06-22 | Update ffs[1/2] time last written for cg's in | Thordur I. Bjornsson |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-06-01 | Nuke 'ufs_lbn_t', okay otto@ deraadt@ krw@ beck@ | Pedro Martelletto |
2007-06-01 | cleanup of 'ufs1_daddr_t', first round, okay deraadt@ | Pedro Martelletto |
2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib | Theo de Raadt |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-04-29 | enforce -Wdeclaration-after-statement by hand | Theo de Raadt |
2007-03-23 | Make FFS allocation functions non-static, okay miod@ mk@ thib@ | Pedro Martelletto |
2007-01-26 | remove ancient device-specific trick from ffs1_blkpref() | Pedro Martelletto |
2007-01-07 | add some comments | Nikolay Sturm |
2007-01-06 | stop printing messages when changing space/time optimizations. | Ted Unangst |
2006-12-28 | Zap nextgennumber, unused since LFS went up into the attic. | Thordur I. Bjornsson |
2006-04-02 | Two changes in the FFS2 lazy inode allocation code: | Pedro Martelletto |
2006-04-02 | Cope with FFS2's lazy inode allocation policy, adapted from FreeBSD | Pedro Martelletto |
2006-04-02 | Set cg_ffs2_time whenever cg_time is set | Pedro Martelletto |
2006-04-01 | Don't do cylinder group block accounting for FFS2 | Pedro Martelletto |
2006-03-11 | No need to check for !doreallocblks in ffs1_reallocblks() anymore | Pedro Martelletto |
2006-03-11 | Add UFS2 block allocation functions, okay tedu@. | Pedro Martelletto |
2006-03-05 | Simplify ffs_alloccgblk() a lot by not caring about allocating | Pedro Martelletto |
2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. | Pedro Martelletto |
2005-11-06 | Use ANSI-style function declarations and deregister, no binary change | Pedro Martelletto |
2005-10-25 | Make ffs_fserr() a macro, okay deraadt@ | Pedro Martelletto |
2005-09-06 | Describe the steps involved in allocating a new inode and space the code | Pedro Martelletto |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-05-02 | quadradically -> quadratically, lots of | Pedro Martelletto |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-11-01 | english | Pedro Martelletto |
2004-10-25 | don't assume a block is allocated if bread() or cg_chkmagic() fails. | Pedro Martelletto |
2004-09-18 | hierarchy is spelled hierarchy, from Jonathan Gray | Ted Unangst |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-07-02 | printf inode numer as unsigned -- just the way it is | Michael Shalayeff |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-01-20 | some pieces of ufs2. help testing otto sturm | Ted Unangst |
2003-10-17 | Be sure i_ffs_gen is always positive. | Mike Pechkin |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-26 | fiddle with some type names. change most instances of ufs_daddr_t to | Ted Unangst |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |