| Age | Commit message (Expand) | Author |
| 2002-03-17 | don't do any flush-behind for async mounts. | chs |
| 2002-03-08 | msdosfs_rename(): also write the higher 16bits of start cluster if FAT32 | jdolecek |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2002-01-08 | Use 'X' constants in the conversion arrays instead of hexadecimal numbers, | jdolecek |
| 2002-01-08 | make compilable with MSDOSFS_DEBUG (again), supply missing \n in | jdolecek |
| 2001-12-22 | Add some minimal validation of the fsinfo. | augustss |
| 2001-11-30 | VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such. | chs |
| 2001-11-10 | add RCSIDs | lukem |
| 2001-11-06 | Remove some variables that are set but never used. | simonb |
| 2001-11-03 | Don't generate an error if setting the gid/uid doesn't actually change | augustss |
| 2001-11-03 | Ignore windows-style FAT directory entries if we don't expect any more | jdolecek |
| 2001-09-22 | typo in previous. | chs |
| 2001-09-22 | check early for reads past EOF. | chs |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-08-24 | heirarchy -> hierarchy | wiz |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-07-19 | remove support for creating files and directories from msdosfs_mknod | assar |
| 2001-06-12 | retrieve, not retreive | wiz |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-28 | add a genfs_mmap() and change all of the disk-based filesystems | chs |
| 2001-02-27 | min() -> MIN(), max() -> MAX(). | chs |
| 2001-02-18 | skip truncating a file to 0 before freeing it if it's already zero-length. | chs |
| 2001-02-07 | Fix nested extern declaration of prtactive. | tsutsui |
| 2001-01-22 | make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const | jdolecek |
| 2001-01-18 | constify | jdolecek |
| 2001-01-01 | zero the pages for newly allocated clusters in deextend() after we | chs |
| 2000-12-10 | in *_sync(), don't skip vnodes which have (potentially dirty) pages. | chs |
| 2000-12-04 | Initialize 'frcn' to 0 in extendfile to be safe. | fvdl |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-11-08 | Update for hashinit() change. | ad |
| 2000-09-19 | Adapt for VOP_FSYNC parameter change. | fvdl |
| 2000-08-11 | fix one of debug printfs to print dosfilename correctly, and include | jdolecek |
| 2000-08-06 | simplify | jdolecek |
| 2000-08-03 | Convert namei pathname buffer allocation to use the pool allocator. | thorpej |
| 2000-08-03 | MALLOC()/FREE() are not to be used for variable sized allocations. | thorpej |
| 2000-07-30 | msdosfs_getattr(): do not report archived files (those with ATTR_ARCHIVE unset) | jdolecek |
| 2000-07-25 | msdosfs_setattr(): silently ignore uid/gid changes, instead | jdolecek |
| 2000-07-25 | msdosfs_rename(): fix too many vrele()'s of fdvp in some error cases; | jdolecek |
| 2000-07-22 | change the lf_advlock() arguments from | jdolecek |
| 2000-06-28 | remove include of <vm/vm.h> | mrg |
| 2000-05-28 | Add a new function to remove extra buffers when truncating a file. This is | mycroft |
| 2000-05-13 | Change the sementics of the last parameter from a boolean ("waitfor") to | perseant |
| 2000-05-13 | passs FAT block mask as argument to MSDOSFSEOF(), so that fat.h is | cgd |
| 2000-04-22 | msdosfs_read(): avoid integer overflow for files > 2GB, when | jdolecek |
| 2000-04-03 | add a comment regarding FATMIRROR bit usage and restructure the code | jdolecek |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-30 | Delete redunctant decls of msdosfs_{mount,start,unmount,root,quotactl, | simonb |
| 2000-03-30 | Delete redundant decl of rootvp - it's in <sys/systm.h>. | simonb |
| 2000-03-27 | Add new CLUST_END and use it as parameter to pcbmap() when searching | jdolecek |