summaryrefslogtreecommitdiff
path: root/sys/fs
AgeCommit message (Expand)Author
2018-04-26Fix inverted arguments in MGET().maxv
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-02-08Typos.dholland
2018-02-01Remove unused (and a reference to ovbcopy along the way).maxv
2018-01-28CID-1428639: make sure we always initialiaze hash, because if ultimatelychristos
2018-01-27Need strings.h for ffs()sevan
2018-01-14support getargs, fix flush, fix mutex_destroychristos
2018-01-13prevent assert on unmount.christos
2018-01-09fix module attachment and cdevswchristos
2018-01-09Include <sys/atomic.h> for the atomic funtions used in here.martin
2018-01-09Merge autofs support from: Tomohiro Kusumichristos
2017-11-27relax sanity check. It's ok to have more FAT sectors than needed.mlelstv
2017-10-25Use C99 initializer for filteropsmaya
2017-08-27Remove some unnecessary duplicatioNskrll
2017-08-20Add more sanity checks for BPB parameters. Handle FAT12 format for mediamlelstv
2017-07-17Make union_newlower() ans union_newupper() local to union_subr.c,hannken
2017-06-24No need to call vflush from failing udf_mount(). If the system nodeshannken
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-28When a vnode has an invalid type because the type changed on thehannken
2017-05-26Eliminate crusty debugging sludge.riastradh
2017-05-26Make VOP_RECLAIM do the last unlock of the vnode.riastradh
2017-05-24Use VCALL() to lock or unlock the lower node.hannken
2017-05-07Move v_writecount adjustment from revoke to reclaim.hannken
2017-04-26Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.riastradh
2017-04-17Remove unused argument "nextp" from vfs_busy() and vfs_unbusy().hannken
2017-04-17Add vfs_ref(mp) and vfs_rele(mp) to add or remove a reference tohannken
2017-04-11Make VOP_INACTIVE preserve vnode lock on return.riastradh
2017-04-08Update mtime when updating file size.hannken
2017-04-06use ubc_zerorangechristos
2017-04-04use MAX_PAGE_SIZE.christos
2017-04-01KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector.riastradh
2017-03-30Protect tmpfs_getpages() against reclaiming vnodes.hannken
2017-03-06Add field "mnt_lower" to "struct mount" to track the file systemhannken
2017-03-06Handle v_writecount from union_open(), union_close() and union_revoke()hannken
2017-03-01Change the protocol to update a mounted file system from read-writehannken
2017-03-01Remove now redundant calls to fstrans_start()/fstrans_done().hannken
2017-02-22Enable fstrans on all file systems.hannken
2017-02-17Add generic genfs_suspendctl() and use it for all file systems.hannken
2017-02-17Untangle VFS_SYNC() from VFS_SUSPENDCTL().hannken
2017-02-17Take vnode lock for VOP_FSYNC().hannken
2017-01-27Run vflush() when going from read/write to read only.hannken
2017-01-14Be explicit about how we're placing part of the on-disk name intomaya
2017-01-11Remove RO check in tmpfs_putpages for now, the syncer doesn't like thejoerg
2017-01-04PR/51777: David Binderman: Remove unused computationchristos
2017-01-04Change tmpfs_chsize() to update mtime etc. even if "length == node->tn_size".hannken
2016-12-26Hold the interlock when calling cv_broadcast as per condvar(9)skrll
2016-12-14Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode"hannken
2016-12-13More changes for creds, mutex, etc.pgoyette
2016-12-13Mostly mechanical updates for caddr_t, thread, mutex, and credentialspgoyette
2016-12-13Disable duplicate typedefpgoyette