summaryrefslogtreecommitdiff
path: root/sys/fs
AgeCommit message (Expand)Author
2023-06-27Convert UDF file system code from the depricated tsleep(9)/wakeup(9) to the MPreinoud
2023-06-19Fix typo. unknwon -> unknownmsaitoh
2023-06-16s/curent/current/ in comment.andvar
2023-06-03fix various typos in comments and messages.andvar
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-05-28s/Resture/Restore/ and s/restared/restarted/ in comments.andvar
2023-05-17sys/fs/autofs: Remove unused APRINTF macrotkusumi
2023-04-29tmpfs: Assert no arithmetic overflow in directory node tn_size.riastradh
2023-04-29tmpfs: Refuse sizes that overflow round_page.riastradh
2023-04-29tmpfs: Nix trailing whitespace. No functional change intended.riastradh
2023-04-28fix few typos and grammar in comments.andvar
2023-04-03Fix typos: s/trough/through/gutteridge
2023-03-01fs/hfs: Avoid undefined pointer arith in hfslib_reada_node_offsets.riastradh
2023-03-01fs/hfs: Avoid buffer overrun in hfslib_reada_node_offsets.riastradh
2023-02-13s/chacters/characters/ in comments.andvar
2023-02-13When mounting a union file system set its lower mount only on success.hannken
2023-02-06Set IMNT_MPSAFE only if all lower layers have it set.hannken
2023-01-29Remove old prototypes from writing that shouldn't have been comitted at all!reinoud
2022-12-11Use genfs_pathconf for VOP_PATHCONF.mlelstv
2022-11-21When testing whiteout support on the underlying file systemhannken
2022-11-10Tmpfs_mount() uses tmpfs_unmount() for cleanup if set_statvfs_info() fails.hannken
2022-11-04Add a helper to set or clear lower mount and use it.hannken
2022-10-31fix various typos in comments and one output message.andvar
2022-10-07fix few typos in comments.andvar
2022-10-07s/alpahbetics/alphabetics/ in comment.andvar
2022-09-12kmem_alloc -> kmem_zalloc, thanks Rin.christos
2022-09-11catch up; make this compile again.christos
2022-09-11- avoid another credential leak on error from Chris J-Dchristos
2022-08-27Spell approximately correctly.skrll
2022-08-27Trailing whitespaceskrll
2022-08-07fix various typos in comments, documentation and messages.andvar
2022-08-06s/blity/bility/ in various words, mainly in comments.andvar
2022-08-05ptyfs: Don't copy out cookies past end of buffer.riastradh
2022-07-31Don't panic for a negative offset, just fail the operation with EINVAL.mlelstv
2022-07-18Make kqueue event status for vnodes shareable, and for stacked file systemsthorpej
2022-06-01tmpfs_read: respect MNT_NOATIME.hannken
2022-05-28fix various typos in comments, mainly origional->original,andvar
2022-05-24fix various typos in comments, docs and log messages.andvar
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-15s/wich/which in comments.andvar
2022-05-03fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.andvar
2022-05-03No IO_NODELOCKED for unlocked vnode.hannken
2022-05-03Lock devvp for kauth KAUTH_REQ_SYSTEM_MOUNT_DEVICE.hannken
2022-05-03Lock devvp for vinvalbuf().hannken
2022-04-22Fix endian issue with UDF extended attribute handlingreinoud
2022-04-16fix various typos in comments and log messages.andvar
2022-04-16Lock vnode for vinvalbuf().hannken
2022-04-10fix various typos in comments and output/log messages.andvar
2022-04-04fix various typos, mainly in comments.andvar
2022-04-01Fix malformed DPRINTF() macroreinoud