Age | Commit message (Expand) | Author |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2006-04-29 | no need for using rwlocks in dirhash. i was confused about the purpose | Ted Unangst |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-04-12 | revert the new superblock format. it violates the rule that new | Ted Unangst |
2006-04-07 | Add and use ffs_validate(), a function for sanity checking super blocks | Pedro Martelletto |
2006-04-05 | Teach ffs_update() how to update FFS2 inodes | Pedro Martelletto |
2006-04-05 | Make ffs_truncate() compatible with FFS2, from FreeBSD | Pedro Martelletto |
2006-04-04 | Fix a comment | Pedro Martelletto |
2006-04-02 | There's no need for some comments to be so utterly cryptic | Pedro Martelletto |
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-02 | In the cylinder groups, use part of the reserved space to sprinkle a | Pedro Martelletto |
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-04-01 | Correctly map blocks for FFS2 in ufs_bmaparray() | 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-28 | ANSIfy and deregister, no binary change. | 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 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
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-20 | b_un.b_addr -> b_data; no functional change. | Miod Vallat |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
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 |