Age | Commit message (Expand) | Author |
2002-11-08 | Implement simple vnodeop inheritance for specfs and fifofs. | Artur Grabowski |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-07-29 | Fix two off-by-one errors when sanity-checking inode numbers. In | Federico G. Schwindt |
2002-07-29 | add 2 flags from ext3. useful to help you diagnose problems. | Federico G. Schwindt |
2002-07-28 | optionnal -> optional. | Federico G. Schwindt |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-03-30 | RCSId | Niklas Hallqvist |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |
2002-01-09 | If a write(2) is done with a length of zero bytes, short-circuit and do not | Thorsten Lockert |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | 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 | Use vfs_mount_foreach_vnode | Constantine Sapuntzakis |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-18 | Don't include sys/systm.h if not _KERNEL. | Artur Grabowski |
2001-09-18 | move ext2fs_init to where it belongs. | Artur Grabowski |
2001-09-18 | various cleanups from NetBSD | Artur Grabowski |
2001-09-18 | More of cleanups, reliability and endianness fixes from NetBSD. | Artur Grabowski |
2001-09-18 | clean | Artur Grabowski |
2001-09-18 | Reorder includes. (ext2fs_extern.h needs ufs/inode.h) | Artur Grabowski |
2001-09-18 | cosmetic fixes from NetBSD | Artur Grabowski |
2001-09-18 | cosmetic and endianness fixes from NetBSD | Artur Grabowski |
2001-09-18 | More cleanups from NetBSD and a bunch of endianness fixes. | Artur Grabowski |
2001-09-17 | Some changes from NetBSD. Some cosmetic, some endianness fixes. | Artur Grabowski |
2001-09-17 | Cleanups. Mostly from NetBSD. | Artur Grabowski |
2001-07-26 | Back out changes to symlink and mknod that were not well tested. | Todd C. Miller |
2001-07-26 | change vop_symlink and vop_mknod to return vpp (the created node) | assar |
2001-07-16 | Make truncating a device a no-op instead of returning an error. We can | Constantine Sapuntzakis |
2001-07-16 | Don't try to truncate anything except for symlinks, directories, and | Constantine Sapuntzakis |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-06-23 | Privatize several vnode operations that are not used by the generic code. | Constantine Sapuntzakis |
2001-06-05 | make kqueue work on ext2fs | Niels Provos |
2001-05-24 | - fix pr 1548: Cannot set arbitrary atime/mtime on ext2fs volume | jasoni |
2001-04-06 | Free the right variable on error | Constantine Sapuntzakis |
2001-03-25 | Free the right variable. Thanks to Dawson and team. | Constantine Sapuntzakis |
2001-03-04 | These file systems don't do softudpates. | Constantine Sapuntzakis |
2001-02-23 | Remove the clustering fields from the vnodes and place them in the | Constantine Sapuntzakis |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff |
2000-04-26 | Support for ext2fs rev. 1 (from NetBSD) | jasoni |
2000-02-07 | update to use new checkexp vfs operation | assar |
1999-08-17 | we're lucky that the return values from VOP_INACTIVE are ignored | Artur Grabowski |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-04-25 | Reading large file from ext2fs caused vm_fault; gluk@ecsc.mipt.ru | Todd C. Miller |
1999-02-26 | ext2fs is missing a LINK_MAX check too | Todd C. Miller |
1999-02-26 | add compatibility with uvm vnode pagers | Artur Grabowski |