summaryrefslogtreecommitdiff
path: root/sys/fs/nilfs/nilfs_vfsops.c
AgeCommit message (Expand)Author
2021-09-16fix typos in word "successful".andvar
2020-03-16Use the module subsystem's ability to process SYSCTL_SETUP() entries topgoyette
2020-01-17VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, toad
2018-05-28add a genfs method to allow a file system to limit the range of pageschs
2017-02-17Add generic genfs_suspendctl() and use it for all file systems.hannken
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-03-28Remove the 'cred' argument from bread(). Remove a now unused var inmaxv
2015-02-07Revert previous, it was a false positive.maxv
2015-02-07fix devvp leak. Reported by:christos
2014-10-15Change nilfs to vcache.hannken
2014-10-15Prepare nilfs for vcache:hannken
2014-04-16An (un)privileged user can easily make the kernel dereference a NULLmaxv
2014-03-23Change all vfsops to use C99 designated initializers.hannken
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-11-01apply __diagused where appropriate.mrg
2013-10-18remove unused variable warningschristos
2013-09-30Replace macro v_specmountpoint with two functions spec_node_getmountedfs()hannken
2012-12-20Change bread() and breadn() to never return a buffer onhannken
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2011-11-14VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount()hannken
2011-11-13use getdisksize, M_ZERO, and malloc M_WAITOK doesn't fai.christos
2011-11-13Avoid panic on error path, from PR 45607. The error path is exerciseddholland
2010-08-11Remove extra char - not sure where that came from (duplicated vi command?)pgoyette
2010-08-11Keep condvar wmesg's within 8-char limitpgoyette
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-05-01As per change in NiLFS2 spec, select the superblocks on highest checksumreinoud
2009-07-18Import read-only part of the NiLFS (v2) implementation for NetBSD. It has beenreinoud