Age | Commit message (Expand) | Author |
2008-11-06 | use PAGE_SIZE in FS_KERNMAXFILESIZE() use, note this is not the same as getpa... | Theo de Raadt |
2008-11-06 | Have called pass pagesize into FS_KERNMAXFILESIZE(), because there is no | Theo de Raadt |
2008-11-02 | introduce a macro for max file size, instead of hardcoding it; ok | Otto Moerbeek |
2008-09-12 | Remove bzero/memset calls after pool_gets by passing the PR_ZERO | Bret Lambert |
2008-08-08 | Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a. | Kenneth R Westerback |
2008-08-08 | use cgbase() instead of doing arthmetic on fs_fpg when calculating | Thordur I. Bjornsson |
2008-08-08 | spacing + wrap a line at 79chars. | Thordur I. Bjornsson |
2008-08-02 | fix printf format specifiers; ok krw@ millert@ deraadt@ | Otto Moerbeek |
2008-07-22 | Use cgbase() instead of doing arithmetic on fs_fpg, for the former does | Miod Vallat |
2008-07-09 | Remove an XXX comment about using the same pool for mfs and ffs, since | Thordur I. Bjornsson |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2008-04-10 | the ffs code is a bit noisy when it runs out of inodes/space etc; | Thordur I. Bjornsson |
2008-03-16 | Widen some struct statfs fields to support large filesystem stata | Otto Moerbeek |
2008-01-22 | with a lot of fragments per cylinder group and lots of cylinder | Otto Moerbeek |
2008-01-05 | Make the ffs code 64-bit disk block number clean. Based on a diff | Otto Moerbeek |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-09 | Code to read in the cylinder groups is duplicated in a few spots, | Thordur I. Bjornsson |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-09-23 | Move notatime check from ffs_update() to ffs_read() and ufs_setattr(). | Todd C. Miller |
2007-09-10 | When selecting cylinder groups as candidates for new directory creation | Thordur I. Bjornsson |
2007-09-10 | Lock the vnode in ffs_unmount() before passing it too vinvalbuf() | Thordur I. Bjornsson |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-08-04 | When we're writing out the summary information and fail on some block | Artur Grabowski |
2007-07-11 | Bring back the change in rev 1.70, it is safe now: | Todd C. Miller |
2007-06-22 | Update ffs[1/2] time last written for cg's in | Thordur I. Bjornsson |
2007-06-06 | Don't promote MNT_WAIT to MNT_NOWAIT when syncing the device vnode of a | Pedro Martelletto |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-06-01 | Nuke 'ufs_lbn_t', okay otto@ deraadt@ krw@ beck@ | Pedro Martelletto |
2007-06-01 | cleanup of 'ufs1_daddr_t', first round, okay deraadt@ | Pedro Martelletto |
2007-06-01 | revert previous comment "fix", must have been sleeping | Otto Moerbeek |
2007-06-01 | fix comment, fs_ipg is inode *blocks* per cylinder group | Otto Moerbeek |
2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib | Theo de Raadt |
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 |