Age | Commit message (Expand) | Author |
2008-04-24 | remove useless defines for the vnode operations, and instead | 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-17 | Notify us of NOTE_LINK on mkdir(2) as well. | Federico G. Schwindt |
2008-01-05 | Make the ffs code 64-bit disk block number clean. Based on a diff | Otto Moerbeek |
2007-12-16 | fix remaining cases of potential concurrent mfs_buflist access; | Otto Moerbeek |
2007-12-06 | solve the biggest problem with concurrent buflist access; makes mfs on | Otto Moerbeek |
2007-12-04 | fix out of partition/memory bounds access when accessing blocks at the tail | Otto Moerbeek |
2007-11-28 | g/c mfs_mountroot() and mfs_initminiroot(). We don't support root on | Todd C. Miller |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-24 | Try a forced unmount if mount_mfs is killed with SIGKILL. | Marco Pfatschbacher |
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-10-09 | MALLOC+memset(,0,) -> malloc+M_ZERO. Don't forget FREE->free this time. | Kenneth R Westerback |
2007-10-08 | Initialize dh_blkfree with zero's. | Kenneth R Westerback |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-10-05 | MALLOC/FREE -> malloc/free + M_ZERO. | Thordur I. Bjornsson |
2007-10-01 | Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' | Kenneth R Westerback |
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-08-03 | Increase dq_cnt in struct dquot from 16 to 32bits. OK deraadt@ | Todd C. Miller |
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 |