Age | Commit message (Expand) | Author |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2010-11-17 | Teach msdosfs_mount() how to handle disklabel UIDs. | Joel Sing |
2010-09-23 | Change: | Owain Ainsworth |
2010-01-24 | "Fix" crash caused by FAT32 re-use of small buf from buffer cache, | Kenneth R Westerback |
2009-12-19 | Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE() | Kenneth R Westerback |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-08-30 | lock the vnode before calling VOP_CLOSE() in msdofs_unmount(). | Thordur I. Bjornsson |
2009-08-14 | - deregister; no binary change | Jasper Lievisse Adriaanse |
2009-08-13 | - ansify function declarations, no binary change | Jasper Lievisse Adriaanse |
2009-01-05 | The FAT32 fsinxtfree field is advisory in nature and we don't use | Kenneth R Westerback |
2007-11-26 | Fix jsg@'s iRiver Clix by relaxing the test for SecPerTrack to allow | Kenneth R Westerback |
2007-11-15 | read boot sector as 4K block, because of new ipod nano | Theo de Raadt |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-03-21 | Remove the v_interlock simplelock from the vnode structure. | Thordur I. Bjornsson |
2006-12-16 | Adopt FreeBSD's code for non-DEV_BSIZE formatted MSDOSFS filesystems. | Kenneth R Westerback |
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback |
2006-12-14 | Remove dirsperblk, which is not used after it is calculated. | Tom Cosgrove |
2006-12-14 | If an MS-DOS filesystem claims to have more clusters than can be | Tom Cosgrove |
2006-11-29 | detect potential multiplicative overflow before allocation, and return via | Theo de Raadt |
2006-11-26 | Fix malloc() panic in msdosfs_mountfs(), okay thib@ deraadt@ | Pedro Martelletto |
2006-08-22 | remove the check for the number of heads reported by the BPB altogether, | Nikolay Sturm |
2006-08-07 | Revert last commit | Pedro Martelletto |
2006-08-06 | obey the locking disaplince wrt to VOP_CLOSE during umounts | Thordur I. Bjornsson |
2006-07-19 | from FreeBSD: | Nikolay Sturm |
2005-03-02 | (And remember to remove the block on filesystems > 128 GB) | Tom Cosgrove |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2004-05-12 | 32 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@ | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-04-14 | rename rootvp to rvp to avoid global. ok deraadt@ krw@ | Ted Unangst |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-21 | VOP_UNLOCK + vrele does not alway == vput | Constantine Sapuntzakis |
2001-11-21 | Use vfs_mount_foreach_vnode | Constantine Sapuntzakis |
2001-03-04 | These file systems don't do softudpates. | Constantine Sapuntzakis |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
2001-02-07 | fix debug case; from Mike Pechkin <mpech@prosoft.org.lv> | Michael Shalayeff |
2000-03-15 | Support FAT32 partitions >4GB (up to 128GB, in fact); d@ ok, from NetBSD. | Aaron Campbell |
2000-02-07 | update to use new checkexp vfs operation | assar |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-05-01 | do not count on BOOTSIG0 and BOOTSIG1 being in a msdos filesystem. Not | Theo de Raadt |
1999-01-10 | make this compile with MSDOSFS_DEBUG | Artur Grabowski |
1998-02-23 | GAS 2.8 + KNF | Niklas Hallqvist |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert |
1998-01-11 | FAT32 support from NetBSD by Wolfgang Solfrank. | Niels Provos |
1997-11-10 | dont crash on update mounting. | Niels Provos |