Age | Commit message (Expand) | Author |
2006-04-01 | Don't do cylinder group block accounting for FFS2 | Pedro Martelletto |
2006-04-01 | Mark FFS2 file systems with UM_UFS2 | Pedro Martelletto |
2006-03-31 | FFS2 dinode pool needs to be defined here too | Pedro Martelletto |
2006-03-31 | Make ffs_statfs() tag FFS2 file systems as such | Pedro Martelletto |
2006-03-31 | ffs_statfs() should not panic on FFS2 file systems | Pedro Martelletto |
2006-03-31 | Teach ffs_vget() to allocate and associate FFS2 dinodes | Pedro Martelletto |
2006-03-31 | Teach ffs_reclaim() to put FFS2 dinodes back into their pool | Pedro Martelletto |
2006-03-31 | Add a pool for FFS2 dinodes | Pedro Martelletto |
2006-03-31 | Super block changes for FFS2, thanks to all who tested. | Pedro Martelletto |
2006-03-22 | Fix comment about MINFREE, from Thordur I. Bjornsson <thib@mi.is> | 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-09 | Remove option -n from newfs as well as all references to fs_postbl() | Pedro Martelletto |
2006-03-09 | - Slightly more informative error message (requested by krw@) | Pedro Martelletto |
2006-03-09 | Better handling of ancient file systems that still have 4.2 BSD | Pedro Martelletto |
2006-03-05 | Simplify ffs_alloccgblk() a lot by not caring about allocating | Pedro Martelletto |
2006-02-14 | if updating supablock fails w/ EROFS just procede w/ unmount thus allowing un... | Michael Shalayeff |
2006-01-03 | Add UFS2 softdep bits, okay tedu@ | Pedro Martelletto |
2006-01-03 | Fix UFS2 detection by looking for the super-block at every possible | Pedro Martelletto |
2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. | Pedro Martelletto |
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto |
2005-12-14 | typo | Pedro Martelletto |
2005-12-02 | Use ANSI function declarations, no binary change. | Pedro Martelletto |
2005-11-30 | Use suser() to check for root privileges, okay hshoexer@ deraadt@ | Pedro Martelletto |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-09 | ANSI function declarations and deregister, only ffs_softdep left to go | Pedro Martelletto |
2005-11-09 | - Don't getnanotime() for read-only mountpoints or unmodified inodes, | Pedro Martelletto |
2005-11-08 | Use ANSI function declarations and deregister, no binary change | Pedro Martelletto |
2005-11-06 | Use ANSI-style function declarations and deregister, no binary change | Pedro Martelletto |
2005-11-06 | Replace obsolete comment with one that better describes reality. | Pedro Martelletto |
2005-11-05 | Don't go through the mountpoint vnode list if we want to skip them all. | Pedro Martelletto |
2005-10-25 | Make ffs_fserr() a macro, okay deraadt@ | Pedro Martelletto |
2005-10-25 | Correctly remove elements from a pagedep dirrem list. | Pedro Martelletto |
2005-09-29 | Sync dirty data when going from read-write to read-only. | Pedro Martelletto |
2005-09-26 | bring in two changes from freebsd: | Pedro Martelletto |
2005-09-06 | Enforce splbio() while traversing the worklist in | Pedro Martelletto |
2005-09-06 | Describe the steps involved in allocating a new inode and space the code | Pedro Martelletto |
2005-08-08 | Add a few splassert() checks, okay art@ | Pedro Martelletto |
2005-07-20 | Reintroduce the changes made by tedu in revision 1.50 of ffs_softdep.c, | Pedro Martelletto |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-06-18 | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ | Todd C. Miller |
2005-06-10 | Tweak softdep_change_linkcnt() so we can specify whether we're willing | Pedro Martelletto |
2005-05-28 | ufs_whiteout() is now pointless, remove it, okay millert@ | Pedro Martelletto |
2005-05-24 | brelse() on failed bread() | Pedro Martelletto |
2005-05-22 | put VLOCKSWORK stuff under a single option, VFSDEBUG | Pedro Martelletto |
2005-05-02 | quadradically -> quadratically, lots of | Pedro Martelletto |
2005-03-01 | Avoid 32-bit overflow by casting blk arg to lblktosize() to (off_t). Solves | Aaron Campbell |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2004-12-09 | When removing the last item from a non-empty worklist, the worklist | Todd C. Miller |
2004-12-08 | Move a FREE_LOCK until after a potential continue so we don't try | Todd C. Miller |