summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs
AgeCommit message (Expand)Author
2022-08-06s/blity/bility/ in various words, mainly in comments.andvar
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-04s/entires/entries/ in local variable definition.andvar
2022-03-27add a kauth vnode check for creating linkschristos
2022-03-19Remove now unused VV_LOCKSWORK, all file systems support locking.hannken
2021-10-20Overhaul of the EVFILT_VNODE kevent(2) filter:thorpej
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...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-06-29- Add a new vnode op: VOP_PARSEPATH.dholland
2020-09-05Round of uvm.h cleanup.riastradh
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-04-23PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its...ad
2020-04-16Revert previous for now:rin
2020-04-16Stop using __KERNEL_RCSID() in header files; it confuses ident(1) byrin
2020-04-04Merge the remaining changes from the ad-namecache branch, affecting namei()ad
2020-03-16Use the module subsystem's ability to process SYSCTL_SETUP() entries topgoyette
2020-03-14- Hide the details of SPCF_SHOULDYIELD and related behind a couple of smallad
2020-03-08Perform bit operations on unsigned integerkamil
2020-02-27Tighten up the locking around vp->v_iflag a little more after the recentad
2020-02-23UVM locking changes, proposed on tech-kern:ad
2020-01-17VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, toad
2019-09-18Add newly created vnodes to the namei cache. The rest of the filesystemschristos
2019-06-20Split the ufs code out of the ffs module and into its own module.pgoyette
2019-01-01Add "void *extra" argument to vcache_new() so a file system mayhannken
2018-12-10Remove unused mbuf.h includes.maxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-05-28add a genfs method to allow a file system to limit the range of pageschs
2017-07-30kmem_xyz(sizeof(struct foo)) --> kmem_xyz(sizeof(*foo))riastradh
2017-05-28Change ext2fs to use vcache_new like we did for ffs:hannken
2017-05-26Eliminate crusty debugging sludge.riastradh
2017-05-26Make VOP_RECLAIM do the last unlock of the vnode.riastradh
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-01KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector.riastradh
2017-02-17Add generic genfs_suspendctl() and use it for all file systems.hannken
2017-01-13Fix unsignedchristos
2016-08-25put back second strlcpy; pointed out by dholland.christos
2016-08-23CID 1371648: off by one in index checkingchristos
2016-08-23KNF, no functional changechristos
2016-08-23CID 1371644: use strlcpy, remove dup copy.christos
2016-08-23CID 1371645: remove dead codechristos
2016-08-20fix code which sets REV1 e2fs_fsmnt, set also mount time and mount countjdolecek
2016-08-20adjust ext2fs_loadvnode_content() to do the sanity checking before allocatingjdolecek
2016-08-20modify the comment to note code needs to brele() to have a shot on actuallyjdolecek
2016-08-20#if 0 the check for ext2fs_mapsearch() failure (similar what was donejdolecek
2016-08-20add support for GDT_CSUM AKA uninit_bg featurejdolecek
2016-08-20whitespace fixjdolecek