summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
2021-12-14ffs: fix the creation of device nodes on file systems with ACLs enabled.chs
2021-12-14ffs: support extattrs (and thus ACLs) on fifos.chs
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-07fix typos in word "instead", mainly in log messages.andvar
2021-12-07fix various typos, mainly in comments.andvar
2021-12-05s/shapshot/snapshot/msaitoh
2021-11-26use MNT_NFS4ACLS instead of MNT_ACLS (which was changed before to meanchristos
2021-10-20Overhaul of the EVFILT_VNODE kevent(2) filter:thorpej
2021-10-15fix typos in comments.andvar
2021-10-10Use VN_KNOTE() to send our NOTE_ATTRIB and NOTE_REVOKE events.thorpej
2021-09-18Change the default for ACLs to be posix1e instead of nfsv4 to match FreeBSD.christos
2021-09-16fix typos in word "successfully", mainly s/succesfully/successfully/.andvar
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2021-08-19s/memry/memory+s/softare/software/+s/grapics/graphics+s/ouput/outputandvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-11s/enrty/entry/andvar
2021-08-09s/fist/first/andvar
2021-07-31s/threshhold/thresholdandvar
2021-07-25#include <sys/param.h> for COHERENCY_UNIT (and KNF)skrll
2021-07-19NFC - if/else blocks start with the same mutex_exit, just move it up.andvar
2021-07-19Release mutexes in few more places on failure path. Reviewed them in chfs cod...andvar
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-16Fix incorrect function name, some grammar and typos in comments. Remove trail...andvar
2021-07-15Make sure that mutex is released before conditional return statements. Fixes ...andvar
2021-07-14Hook up ffsext_strategy to fifos. Pointed out by dholland@christos
2021-07-05whitespacedholland
2021-06-29Add containment for the cloning devices hack in vn_open.dholland
2021-06-29- Add a new vnode op: VOP_PARSEPATH.dholland
2020-12-25Avoid potentially accessing an array with an index out of range.nia
2020-12-05Remove unnecessary inclusion of <sys/timevar.h>.thorpej
2020-09-24lfs: Include lfs_debug.c only if DEBUG is enabled.riastradh
2020-09-07Suppress -Waddress-of-packed-member just for lfs_accessors.h.riastradh
2020-09-05Round of uvm.h cleanup.riastradh
2020-09-05Revert "ufs: Prevent mkdir from choking on deleted directories."riastradh
2020-09-05ufs: Prevent mkdir from choking on deleted directories.riastradh
2020-08-20Don't cache id's for vnodes that have ACLs. ok chs@christos
2020-08-13Skip unlinked inodes.riastradh
2020-08-04Mark lfs vnodes with VV_LOCKSWORK, same as ffs.riastradh
2020-07-31fix the UFS2 extattr truncate code to play nice with wapbl.chs
2020-07-26pull in a bit more FreeBSD code to allow specifying truncation ofchs
2020-07-26skip the assertions about page-locking when allocating to the extattr bmap,chs
2020-07-05simplify the acl setup, and fix reversed mask in the fs_flags code.christos
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-05-20fix accessx confusion (thanks hannken@)christos
2020-05-20remove accmode_t typedef (not needed, breaks llvm) from maxv@christos
2020-05-18Assert ufs_strategy() always gets used while current threadhannken
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-05-12cache_enter_id(): give it a boolean parameter to indicate whether the cachedad