summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
2023-06-15Undo unlock/relock for VOP_IOCTL().hannken
2023-06-05Make DEBUG_FFS_MOUNT compile again (with 64-bit ino_t).rin
2023-05-11ffs: apply the remaining ffs_snapshot.c part of this FreeBSD commit:chs
2023-04-11lfs: Assert page identity doesn't change.riastradh
2023-02-22ufs: Nix trailing whitespace and tidy up some other minor KNF.riastradh
2023-01-30s/isses/issues/andvar
2023-01-07ufs: fixed signed/unsigned bugs affecting large file systemschs
2022-12-30s/succes/success/ in comments.andvar
2022-12-21ffs: fail mounts requesting ACLs for non-ea UFS2 file systemschs
2022-11-28the UFS_EXTATTR option was supposed to affect only UFS1 file systems,chs
2022-11-17Restore backward compatibility of UFS2 with previous NetBSD releases bychs
2022-11-10Some changes to "fs->fs_fmod" and "fs->fs_clean":hannken
2022-08-07If UFS or LFS dirhash is enabled in the kernel, set the dirhash cachesimonb
2022-08-06s/blity/bility/ in various words, mainly in comments.andvar
2022-05-28s/grabing/grabbing/ in comments.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-13Fix typo dallocate -> deallocatereinoud
2022-05-04s/entires/entries/ in local variable definition.andvar
2022-04-26Keep flag "UFS_QUOTA" set until the last quota is closed.hannken
2022-04-24lfs: fix lint warning about empty declarationrillig
2022-04-23Need vnode locked fot VOP_FDISCARD().hannken
2022-04-16Unlock vnode for VOP_IOCTL() and wapbl_flush().hannken
2022-04-16Take the link count from the inode.hannken
2022-04-08s/postion/position/andvar
2022-03-27add a kauth vnode check for creating linkschristos
2022-03-23fix few typos for word "previous(ly)" in comments.andvar
2022-03-19Remove now unused VV_LOCKSWORK, all file systems support locking.hannken
2022-03-19Switch MFS device node to real vnode locking, VV_LOCKSWORK now.hannken
2022-03-12ffs: Fix 64-bit inode integer truncation.riastradh
2022-02-21Fix wrong assertion, the negatiopn of "a && b" is "!a || !b" so wehannken
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