Age | Commit message (Expand) | Author |
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-19 | Add and use a few more constants and macros needed by UFS2 | Pedro Martelletto |
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto |
2005-12-16 | Fix unsigned < 0 check in ext2fs_readdir(), okay krw@ | Pedro Martelletto |
2005-12-16 | Fix unsigned < 0 check in ufs_readdir(), okay krw@ | Pedro Martelletto |
2005-12-15 | A sanity check for an unsigned variable being < 0 after a subtraction | Kenneth R Westerback |
2005-12-14 | typo | Pedro Martelletto |
2005-12-14 | Make ext2fs use a memory pool to allocate inodes, okay tedu@ | Pedro Martelletto |
2005-12-11 | Use e2fs_sbsave() instead of bcopy() when dumping the super-block back | Pedro Martelletto |
2005-12-11 | inode/dinode separation for ext2fs | 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-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-15 | Only two `h' in threshold. | Miod Vallat |
2005-11-11 | Use ANSI function declarations and deregister, no binary change. | Pedro Martelletto |
2005-11-10 | Use ANSI function declarations and deregister, no binary change. | 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-10-13 | pump up the high water mark on the dirhash pool to avoid page allocation thro... | Michael Shalayeff |
2005-10-06 | typo | Pedro Martelletto |
2005-10-06 | Use part of the reserved space on the disk inode to scatter 16 more bits | Pedro Martelletto |
2005-10-04 | typo | 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-14 | KNF | Pedro Martelletto |
2005-08-14 | When leaving ext2fs_symlink(), unlock the vnode on both error and | Pedro Martelletto |
2005-08-08 | Add a few splassert() checks, okay art@ | Pedro Martelletto |
2005-07-28 | no point in having an inode pool if we don't use it | Pedro Martelletto |
2005-07-28 | KNF | Pedro Martelletto |
2005-07-24 | Fix a bug introduced in rev 1.58. When relookup() is called with | Todd C. Miller |
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-19 | wrap a goto label in the proper #ifdef | Theo de Raadt |
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 | Disable the recently enabled optimization since it seems to cause a | Artur Grabowski |
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-23 | re-enable softdep notification of inode mode change, | Pedro Martelletto |