Age | Commit message (Expand) | Author |
2018-01-02 | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. | Philip Guenther |
2017-08-14 | msdofs: Add new CLUST_END constant | Stefan Fritsch |
2017-06-13 | Revert 'Implement VFS read clustering for MSDOSFS' again | Stefan Fritsch |
2017-05-29 | Implement VFS read clustering for MSDOSFS | Stefan Fritsch |
2016-08-30 | Revert "Implement VFS read clustering for MSDOSFS" | Stefan Fritsch |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |
2016-05-21 | Remove the -x flag from mount_msdos and always assume the execute bit | Martin Natano |
2016-05-21 | by default, files were made executable. that does not make sense today. | Theo de Raadt |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-02-05 | Guard against integer overflow when checking whether | Stefan Kempf |
2016-01-27 | Convert min + uiomovei to ulmin + uiomove. | Stefan Kempf |
2016-01-13 | Implement VFS read clustering for MSDOSFS. | Martin Pieuchot |
2015-10-23 | Fix renaming in the root directory by correctly setting directory | Kenneth R Westerback |
2015-10-23 | Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG. | Kenneth R Westerback |
2015-10-23 | Nuke a bunch of leading/embedded/trailing whitespace so the code can be | Kenneth R Westerback |
2015-09-23 | remove lockmgr_printinfo stubs. from Martin Natano | Ted Unangst |
2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both | Philip Guenther |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-11-03 | include sys/unistd.h where needed instead of indirect reliance. ok jsg | Ted Unangst |
2014-08-10 | fix kqueue read/write filters for msdosfs and fusefs | Jonathan Gray |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-05-09 | disable IO_NOCACHE B_NOCACHE conversion until it works. | Ted Unangst |
2014-04-08 | add IO_NOCACHE flag to vop_write arguments, which in turn sets B_NOCACHE | Bob Beck |
2013-12-14 | Zero out dirent structures that will be copied out to avoid leaking garbage | Philip Guenther |
2013-10-01 | Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_t | Stefan Fritsch |
2013-09-14 | Correct the handling of I/O of >=2^32 bytes and the ktracing there of | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-05-23 | revoke's default imp works. | Marc Espie |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2013-03-28 | Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO, | Philip Guenther |
2013-01-15 | Make the FAT setattr handling more consistent about unsupported | Martynas Venckus |
2012-07-11 | If the current offset is strictly less than the process filesize | Philip Guenthe |
2012-06-20 | Cleanup our filesystem pathconf() code a little bit to make it easier | Matthew Dempsky |
2012-02-16 | add kevent support for msdosfs to make applications | Robert Nagy |
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-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 |
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 |