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 |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-11-17 | Teach msdosfs_mount() how to handle disklabel UIDs. | Joel Sing |
2010-10-27 | improve the look of a for loop | Theo de Raadt |
2010-09-23 | Change: | Owain Ainsworth |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-09 | Rename lookup/relookup to vfs_lookup/vfs_relookup. | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-07-17 | Move some macros in <msdosfs/denode.h> to outside the #ifdef _KERNEL | Philip Guenthe |
2010-05-16 | Make the DE_INTERNALIZE/EXTERNALIZE macros copy to/from the struct | Nicholas Marriott |
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback |
2010-01-24 | "Fix" crash caused by FAT32 re-use of small buf from buffer cache, | Kenneth R Westerback |
2010-01-17 | Remove dead assignment and newly created unused variable. | Charles Longeau |
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-08-13 | - remove super-obvious comments from $fs_vnodeop_entries[] | Jasper Lievisse Adriaanse |
2009-08-13 | - missing printf("\n"); after calling lockmgr_printinfo() | Jasper Lievisse Adriaanse |
2009-08-09 | indicate success for setting directory attributes; first step towards | Martynas Venckus |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-01-05 | The FAT32 fsinxtfree field is advisory in nature and we don't use | Kenneth R Westerback |
2008-06-09 | Update access(2) to have modern semantics with respect to X_OK and | Todd C. Miller |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2008-01-13 | Return pcbmap() errors from deget() rather than ignoring them. EIO at | Kenneth R Westerback |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
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-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback |
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | Kenneth R Westerback |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-06-02 | convert all daddr_t types to either daddr64_t or uint32_t or other such | Theo de Raadt |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson |
2007-04-10 | When doing a rename and finding out the destination name already | Pedro Martelletto |
2007-04-02 | When running out of space to place a directory entry in msdosfs_readdir(), | Pedro Martelletto |
2007-03-21 | Remove the v_interlock simplelock from the vnode structure. | Thordur I. Bjornsson |
2007-03-18 | get rid of noop vop_reallocblks; pedro@ miod@ ok | Michael Shalayeff |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | 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-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto |