summaryrefslogtreecommitdiff
path: root/sys/fs
AgeCommit message (Expand)Author
2021-12-16Fix typo: reader -> headerreinoud
2021-12-16Fix serious issue with recordable media formatted with Win10. When closing itreinoud
2021-12-16Make sysctl udf.verbose dependent on UDF_DEBUG instead of DEBUGreinoud
2021-12-15While searching the VAT on recordable media, search the last sector too!reinoud
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-10s/unaccessible/inaccessible/andvar
2021-12-10Fix previous, don't copy up if the underlying node is unreadable.hannken
2021-12-08s/efficent/efficient/ in comments.andvar
2021-12-05In union_access() copy up regular files before checking permissions.hannken
2021-12-05s/seach/search/msaitoh
2021-12-05s/filesytem/filesystem/ in comment.msaitoh
2021-12-05s/checkum/checksum/ in comment.msaitoh
2021-12-05s/alloction/allocation/msaitoh
2021-12-05s/invlid/invalid/ in comment.msaitoh
2021-12-03Avoid using register_t in <fs/puffs/puffs_msgif.h>pho
2021-11-10s/derefernce/dereference/ in comment.msaitoh
2021-10-23Sanitize the symbol namespace. NFC.thorpej
2021-10-23Convert msdosfs_rename() to use genfs_sane_rename().hannken
2021-10-23Move msdosfs_rename() and doscheckpath() to new file msdosfs_rename.c.hannken
2021-10-23Factor out the lookup results from struct denode.hannken
2021-10-20Move a mis-placed KASSERT().thorpej
2021-10-20Overhaul of the EVFILT_VNODE kevent(2) filter:thorpej
2021-09-16fix typos in word "successful".andvar
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2021-08-21s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recomme...andvar
2021-08-20fix various typos in comments and log messages.andvar
2021-08-09s/fist/first/andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-07-19Abolish all the silly indirection macros for initializing vnode ops tables.dholland
2021-07-18Fix ptyfs link and symlink ops.dholland
2021-07-18Abolish all the silly indirection macros for initializing vnode ops tables.dholland
2021-07-18Use macros for the canned parts of device and fifo vnode op tables.dholland
2021-07-04Fix union_parsepath(), either the upper or the lower dvp may be NULL.hannken
2021-06-29Now remove cn_consume from struct componentname.dholland
2021-06-29Onionfs needs to know about parsepath too, in case it has one of thedholland
2021-06-29Implement VOP_PARSEPATH() for hfs.dholland
2021-06-29- Add a new vnode op: VOP_PARSEPATH.dholland
2021-06-28VOP_BMAP() may be called via ioctl(FIOGETBMAP) on any vnode that applicationschs
2021-05-13ntfs_loadntnode(): Use bread() when ntm_sysvn[NTFS_MFTINO] is NULL.hannken
2021-04-13more GCC 10 fixes.mrg
2021-04-01Put a copy of our existing data first in the non-error case (noticed by RVP).christos
2021-03-29Don't use legacy VM types.simonb
2021-03-08give names to the enums so we can cast by name for lintchristos
2021-02-11Enable to mount Raspberry Pi Pico's USB mass storage partitionryoon
2021-01-11Trailing whitespaceskrll
2021-01-11Fix spelling of preferred in comments. While here improve grammar inskrll
2020-12-13Disable use of UBC_FAULTBUSY in tmpfs_write() for now,chs
2020-11-27make the order of the arguments in the PTYFS_FILENO macro consistent withchristos
2020-11-24PR/55821: tar can not extract base.tgz anymore (./dev/pts and mounted ptyfs)christos
2020-09-29s/implicitely/implicitly/msaitoh