Age | Commit message (Expand) | Author |
2007-05-29 | when mount -f'ing a dirty filesystem, do not clear the unclean flag, | Otto Moerbeek |
2007-05-29 | FFS2-aware code for ffs_sbupdate() and ffs_reload(). | Pedro Martelletto |
2007-05-27 | use struct csum_total for superblock summary info; ok pedro@ | Otto Moerbeek |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-05-03 | Update CGSIZE macro so that it is no longer based on fs_cpg. | Todd C. Miller |
2007-04-29 | enforce -Wdeclaration-after-statement by hand | Theo de Raadt |
2007-04-24 | Fix mounting of ffs2 via "mount -a". ffs2 is not separate from ffs | Todd C. Miller |
2007-04-23 | Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bit | Pedro Martelletto |
2007-04-20 | Do not use time_t for on-disk data structures, use int32_t instead | Todd C. Miller |
2007-04-15 | Save block pointers contents before releasing interrupts so that panic | Pedro Martelletto |
2007-04-13 | Move the declaration of VN_KNOTE() into vnode.h instead of having | Thordur I. Bjornsson |
2007-04-11 | in ffs_reload() use ffs_validate() to check if the | Thordur I. Bjornsson |
2007-04-04 | Back out revision 1.70. By asynchronously writing the bitmaps to disk | Pedro Martelletto |
2007-03-31 | deregister, no change in object code | Pedro Martelletto |
2007-03-23 | Make FFS allocation functions non-static, okay miod@ mk@ thib@ | Pedro Martelletto |
2007-03-21 | Remove the v_interlock simplelock from the vnode structure. | Thordur I. Bjornsson |
2007-03-19 | Also shift superblock fields in ffs_reload(), okay beck@ deraadt@ | Pedro Martelletto |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-26 | Don't enforce RLIMIT_FSIZE on vnd(4) I/O operations, okay deraadt@ | Pedro Martelletto |
2007-02-17 | do not look for sblock at offset 0; pedro@ deraadt@ ok | Michael Shalayeff |
2007-02-04 | Correctly fake dinode for the FFS2 case in handle_workitem_freeblocks() | Pedro Martelletto |
2007-01-26 | remove ancient device-specific trick from ffs1_blkpref() | Pedro Martelletto |
2007-01-17 | "correctly deallocate dependencies when growing into an indirect block | Nikolay Sturm |
2007-01-17 | more ufs2 leftovers | Pedro Martelletto |
2007-01-16 | correctly initialise unwindidx in ffs2_balloc() | Nikolay Sturm |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2007-01-15 | Fix splbio() in initiate_write_inodeblock_ufs2() | Pedro Martelletto |
2007-01-15 | UFS2 -> FFS2 | Pedro Martelletto |
2007-01-14 | Fix growing of direct blocks in ffs2_balloc() | Pedro Martelletto |
2007-01-13 | prettify some panic strings, | Thordur I. Bjornsson |
2007-01-12 | Also check for 'num < 1' in ffs2_balloc(), no functional change | Pedro Martelletto |
2007-01-11 | correctly deallocate dependencies when growing into an indirect block | Pedro Martelletto |
2007-01-07 | add some comments | Nikolay Sturm |
2007-01-07 | document the unit of sizes in struct fs (bytes or frags) | Nikolay Sturm |
2007-01-06 | stop printing messages when changing space/time optimizations. | Ted Unangst |
2006-12-28 | Zap nextgennumber, unused since LFS went up into the attic. | Thordur I. Bjornsson |
2006-11-07 | a fix derived from freebsd 1.196 revision. | Michael Shalayeff |
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-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-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 |