summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
2007-01-26remove ancient device-specific trick from ffs1_blkpref()Pedro Martelletto
2007-01-17"correctly deallocate dependencies when growing into an indirect blockNikolay Sturm
2007-01-17more ufs2 leftoversPedro Martelletto
2007-01-16correctly initialise unwindidx in ffs2_balloc()Nikolay Sturm
2007-01-16Retire VOP_LEASE(); It was a bit for NQNFS and hasThordur I. Bjornsson
2007-01-15Fix splbio() in initiate_write_inodeblock_ufs2()Pedro Martelletto
2007-01-15UFS2 -> FFS2Pedro Martelletto
2007-01-14Fix growing of direct blocks in ffs2_balloc()Pedro Martelletto
2007-01-13prettify some panic strings,Thordur I. Bjornsson
2007-01-12Also check for 'num < 1' in ffs2_balloc(), no functional changePedro Martelletto
2007-01-11correctly deallocate dependencies when growing into an indirect blockPedro Martelletto
2007-01-07add some commentsNikolay Sturm
2007-01-07document the unit of sizes in struct fs (bytes or frags)Nikolay Sturm
2007-01-06stop printing messages when changing space/time optimizations.Ted Unangst
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-12-28Zap nextgennumber, unused since LFS went up into the attic.Thordur I. Bjornsson
2006-11-17There is no need to set IN_CHANGE or IN_UPDATE when no on-disk data isPedro Martelletto
2006-11-07a fix derived from freebsd 1.196 revision.Michael Shalayeff
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