Age | Commit message (Expand) | Author |
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 |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-11-30 | Don't brelse a random pointer in ffs_realloccg when filesystem is full | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-21 | Don't use #define QUOTA - use stub file instead | Constantine Sapuntzakis |
2001-11-15 | Missed one place to check for bpp == NULL | Artur Grabowski |
2001-11-13 | Allow the bpp arguemnt on ffs_realloccg to be NULL, don't return the | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-09 | Fix comparison when start_lvl == 0 | Constantine Sapuntzakis |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-06-23 | Privatize several vnode operations that are not used by the generic code. | Constantine Sapuntzakis |
2001-04-19 | Cleanup dirpref and synhronize superblock with freebsd. | Grigoriy Orlov |
2001-04-06 | Replace FFS directory preference algorithm(dirpref) by new one. | Grigoriy Orlov |
2001-03-27 | clean more dangling spaces | Artur Grabowski |
2001-03-20 | Even more cleanup. This file was a mess. | Artur Grabowski |
2001-03-20 | indent | Artur Grabowski |
2001-03-20 | Even more. | Artur Grabowski |