aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nandfs/nandfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Remove NAND and NANDFS supportWarner Losh2019-06-251-2454/+0
* Add _PC_ACL_* to vop_stdpathconfSimon J. Gerraty2019-03-111-3/+0
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-6/+6
* Ensure the dirent remains initialized when dirent.d_fileno is unset.Mark Johnston2018-11-231-1/+2
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-231-3/+3
* Add d_off support for multiple filesystems.Konstantin Belousov2018-11-141-0/+2
* Make vop_symlink take a const target path.Brooks Davis2018-11-021-2/+2
* Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creatingJamie Gritton2018-08-161-3/+2
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-6/+6
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-6/+6
* Rework pathconf handling for FIFOs.John Baldwin2017-12-191-0/+7
* Honor NANDFS_LINK_MAX for post-ino64.John Baldwin2017-12-191-4/+4
* Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf().John Baldwin2017-12-191-0/+9
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Consistently use vop_stdpathconf() for default pathconf values.John Baldwin2017-07-111-16/+1
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-2/+2
* Fix panic() message reporting ufs instead of nandfsGanael LAPLANCHE2016-10-131-1/+1
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-291-2/+2
* Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, someKonstantin Belousov2014-12-211-0/+2
* The VOP_LOOKUP() implementations for CREATE op do not put the nameKonstantin Belousov2014-12-181-1/+1
* Follow the ufs practice for disallowing permission changes as well asWarner Losh2014-08-021-1/+1
* Fix typo in comment: noone -> no one.Warner Losh2014-07-231-7/+4
* Check for the cross-device cross-link attempt in the VFS, instead ofKonstantin Belousov2014-07-161-3/+0
* - Convert the bufobj lock to rwlock.Jeff Roberson2013-05-311-1/+2
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-171-0/+2455