Age | Commit message (Expand) | Author |
2007-07-23 | Since __sparc__ gets defined on sparc64 too, add a !defined (__sparc64__) | Mark Kettenis |
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-22 | declare "uid" as uid_t instead of u_int, and fix format string accordingly | Jasper Lievisse Adriaanse |
2007-06-20 | remove an XXX comment; | Thordur I. Bjornsson |
2007-06-17 | ansify/de-register. | Jasper Lievisse Adriaanse |
2007-06-06 | Don't promote MNT_WAIT to MNT_NOWAIT when syncing the device vnode of a | Pedro Martelletto |
2007-06-02 | ufs1_daddr_t is no more, okay deraadt@ | Pedro Martelletto |
2007-06-02 | ufs1_daddr_t cleanup, okay thib@ deraadt@ | 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 | ufs_daddr_t is a dead type. growfs is the only program that uses it, yet | Theo de Raadt |
2007-06-01 | cleanup of 'ufs1_daddr_t', first round, okay deraadt@ | Pedro Martelletto |
2007-06-01 | Nuke ufs_time_t, okay beck@ krw@ marco@ | Pedro Martelletto |
2007-06-01 | and don't forget the other daddr var in the comment | Otto Moerbeek |
2007-06-01 | fix struct vop_bmap_args comment. ok deraadt@ | Otto Moerbeek |
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-17 | Collapse struct v_selectinfo in struct vnode, remove the | Thordur I. Bjornsson |
2007-05-09 | unused function; ok pedro | Theo de Raadt |
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 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson |
2007-04-11 | in ffs_reload() use ffs_validate() to check if the | Thordur I. Bjornsson |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-10 | Fix yet another vnode leak. If relookup() succeeds, we no longer need | Pedro Martelletto |
2007-04-04 | Back out revision 1.70. By asynchronously writing the bitmaps to disk | Pedro Martelletto |
2007-04-02 | vrele() the destination directory vnode in ufs_rename() if the call to | 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-03-14 | Check if there are still blocks left to be allocated _after_ we have | Pedro Martelletto |
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-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-07 | grammar fix; from bret lambert | Jason McIntyre |
2007-02-04 | Correctly fake dinode for the FFS2 case in handle_workitem_freeblocks() | Pedro Martelletto |