Age | Commit message (Expand) | Author |
2006-10-29 | LFS and FFS shared the same read and write vnops, through | Thordur I. Bjornsson |
2006-10-20 | from freebsd rev1.128: | Michael Shalayeff |
2006-10-20 | brelse() after failed bread(), from Christoph Egger, okay mickey@ | Pedro Martelletto |
2006-10-19 | one more missing brelse() on bread() error; pedro@ ok | Michael Shalayeff |
2006-10-16 | Fix some more "is is"s. ok otto@. | Tom Cosgrove |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto |
2006-10-03 | Introduce daddr64_t and use it for physical block numbers | Pedro Martelletto |
2006-09-30 | simply getdirtybuf to take a plain buf* as there is no need otherwise; no fun... | Michael Shalayeff |
2006-09-26 | accidental extra %s in ddb printf | Michael Shalayeff |
2006-09-26 | fix races w/ getdirtybuf() usage that can violate normal | Michael Shalayeff |
2006-09-24 | Zap LFS, okay deraadt@ | Pedro Martelletto |
2006-09-20 | Use void * where void * is meant, spotted by tedu@ | Pedro Martelletto |
2006-09-20 | Replace a bzero() by a loop in ffs_indirtrunc(), making the code FFS2 | Pedro Martelletto |
2006-08-07 | Revert last commit | Pedro Martelletto |
2006-08-06 | obey the locking disaplince wrt to VOP_CLOSE during umounts | Thordur I. Bjornsson |
2006-07-27 | missing \n in ddb printf | Michael Shalayeff |
2006-07-18 | Swap inode's associated device number on big-endian architectures when | Pedro Martelletto |
2006-07-11 | add mount/vnode/buf and softdep printing commands; tested on a few archs and ... | Michael Shalayeff |
2006-06-28 | from freebsd 1.179: | Michael Shalayeff |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-21 | propagate the wait flag from fsync down to softdep_fsync_mountdev() | Michael Shalayeff |
2006-06-21 | do not wait in pool_get() here as we can recover from no memory; tedu@ pedro@... | Michael Shalayeff |
2006-06-19 | Shave 900 bytes off ramdisk kernels (before compression) by not including | Miod Vallat |
2006-06-18 | Under certain circumstances, ext2fs_inactive() can be called without a | Pedro Martelletto |
2006-06-17 | Refuse to mount a ffs fielsystems whose number of frags is not 1, 2, 4 or 8, | Miod Vallat |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
2006-06-07 | from freebsd r1.185 (tested by beck@ and krw@; pedro@ ok): | Michael Shalayeff |
2006-05-30 | do not deref a ptr before NULL check; pedro@ ok | Michael Shalayeff |
2006-05-20 | Don't mark a mount point read-only if we are about to sync it, otherwise | Pedro Martelletto |
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 |