summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
2006-10-29LFS and FFS shared the same read and write vnops, throughThordur I. Bjornsson
2006-10-20from freebsd rev1.128:Michael Shalayeff
2006-10-20brelse() after failed bread(), from Christoph Egger, okay mickey@Pedro Martelletto
2006-10-19one more missing brelse() on bread() error; pedro@ okMichael Shalayeff
2006-10-16Fix some more "is is"s. ok otto@.Tom Cosgrove
2006-10-16Use daddr64_t for logical blocks, okay krw@ thib@ mickey@Pedro Martelletto
2006-10-03Introduce daddr64_t and use it for physical block numbersPedro Martelletto
2006-09-30simply getdirtybuf to take a plain buf* as there is no need otherwise; no fun...Michael Shalayeff
2006-09-26accidental extra %s in ddb printfMichael Shalayeff
2006-09-26fix races w/ getdirtybuf() usage that can violate normalMichael Shalayeff
2006-09-24Zap LFS, okay deraadt@Pedro Martelletto
2006-09-20Use void * where void * is meant, spotted by tedu@Pedro Martelletto
2006-09-20Replace a bzero() by a loop in ffs_indirtrunc(), making the code FFS2Pedro Martelletto
2006-08-07Revert last commitPedro Martelletto
2006-08-06obey the locking disaplince wrt to VOP_CLOSE during umountsThordur I. Bjornsson
2006-07-27missing \n in ddb printfMichael Shalayeff
2006-07-18Swap inode's associated device number on big-endian architectures whenPedro Martelletto
2006-07-11add mount/vnode/buf and softdep printing commands; tested on a few archs and ...Michael Shalayeff
2006-06-28from freebsd 1.179:Michael Shalayeff
2006-06-25rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAITNikolay Sturm
2006-06-21propagate the wait flag from fsync down to softdep_fsync_mountdev()Michael Shalayeff
2006-06-21do not wait in pool_get() here as we can recover from no memory; tedu@ pedro@...Michael Shalayeff
2006-06-19Shave 900 bytes off ramdisk kernels (before compression) by not includingMiod Vallat
2006-06-18Under certain circumstances, ext2fs_inactive() can be called without aPedro Martelletto
2006-06-17Refuse to mount a ffs fielsystems whose number of frags is not 1, 2, 4 or 8,Miod Vallat
2006-06-14move vfs_busy() to rwlocks and properly hide the locking api from vfsNikolay Sturm
2006-06-07from freebsd r1.185 (tested by beck@ and krw@; pedro@ ok):Michael Shalayeff
2006-05-30do not deref a ptr before NULL check; pedro@ okMichael Shalayeff
2006-05-20Don't mark a mount point read-only if we are about to sync it, otherwisePedro Martelletto
2006-04-30remove the simplelock argument from vfs_busy() which is currently notNikolay Sturm
2006-04-29no need for using rwlocks in dirhash. i was confused about the purposeTed Unangst
2006-04-19Remove unused mount list simple_lock() gooPedro Martelletto
2006-04-12revert the new superblock format. it violates the rule that newTed Unangst
2006-04-07Add and use ffs_validate(), a function for sanity checking super blocksPedro Martelletto
2006-04-05Teach ffs_update() how to update FFS2 inodesPedro Martelletto
2006-04-05Make ffs_truncate() compatible with FFS2, from FreeBSDPedro Martelletto
2006-04-04Fix a commentPedro Martelletto
2006-04-02There's no need for some comments to be so utterly crypticPedro Martelletto
2006-04-02Two changes in the FFS2 lazy inode allocation code:Pedro Martelletto
2006-04-02Cope with FFS2's lazy inode allocation policy, adapted from FreeBSDPedro Martelletto
2006-04-02Set cg_ffs2_time whenever cg_time is setPedro Martelletto
2006-04-02In the cylinder groups, use part of the reserved space to sprinkle aPedro Martelletto
2006-04-01Don't do cylinder group block accounting for FFS2Pedro Martelletto
2006-04-01Mark FFS2 file systems with UM_UFS2Pedro Martelletto
2006-04-01Correctly map blocks for FFS2 in ufs_bmaparray()Pedro Martelletto
2006-03-31FFS2 dinode pool needs to be defined here tooPedro Martelletto
2006-03-31Make ffs_statfs() tag FFS2 file systems as suchPedro Martelletto
2006-03-31ffs_statfs() should not panic on FFS2 file systemsPedro Martelletto
2006-03-31Teach ffs_vget() to allocate and associate FFS2 dinodesPedro Martelletto
2006-03-31Teach ffs_reclaim() to put FFS2 dinodes back into their poolPedro Martelletto