aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nandfs
Commit message (Expand)AuthorAgeFilesLines
* Remove NAND and NANDFS supportWarner Losh2019-06-2519-11829/+0
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-173-0/+3
* 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-172-12/+12
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-172-12/+12
* Unsign some values related to allocation.Pedro F. Giffuni2018-01-221-1/+1
* 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-2719-0/+38
* Consistently use vop_stdpathconf() for default pathconf values.John Baldwin2017-07-111-16/+1
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-1/+1
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-2/+2
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-152-25/+25
* Fix panic() message reporting ufs instead of nandfsGanael LAPLANCHE2016-10-131-1/+1
* vfs: remove the __bo_vnode field from struct vnodeMateusz Guzik2016-09-301-1/+1
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-2/+2
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-294-5/+5
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-3/+3
* [PR 206224] bv_cnt is sometimes examined without holding the bufobj lockRavi Pokala2016-01-171-0/+5
* File systems that do not use the buffer cache (such as ZFS) mustRick Macklem2015-04-151-0/+1
* nandfs_meta_bread() calls bread() which can set bp to NULL in someWarner Losh2015-03-011-1/+2
* Do not leak 'copy' buffer if bmap_truncate_indirect fails.Alexander Kabaev2015-02-281-0/+1
* 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
* Set the erase block size properly in the case the underlying mediaWarner Losh2014-08-021-2/+1
* Follow the ufs practice for disallowing permission changes as well asWarner Losh2014-08-021-1/+1
* Fix a minor style(9) issue.Warner Losh2014-08-021-4/+2
* 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
* Naughty NANDFS was using hidden unused flag, hiding the fact that theWarner Losh2014-07-071-3/+3
* Take out the hack to write -1's to non-NAND. Always do a BIO_DELETE onWarner Losh2014-04-183-37/+3
* More properly account for free/reserved segments to avoid deadlock orWarner Losh2014-04-184-7/+17
* In sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused static function.Dimitry Andric2014-02-151-0/+2
* - Convert the bufobj lock to rwlock.Jeff Roberson2013-05-312-2/+4
* Remove the last use of the deprecated MNT_VNODE_FOREACH interface inKonstantin Belousov2013-01-031-28/+4
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-1/+0
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* Prevent nump NULL pointer dereference in bmap_getlbns()Kevin Lo2012-09-111-1/+2
* Catch a corner case where ssegs could be 0 and thus i would be 0 andMarcel Moolenaar2012-05-281-8/+7
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-1719-0/+11832