summaryrefslogtreecommitdiff
path: root/sys/fs/udf/udf_vfsops.c
AgeCommit message (Expand)Author
2022-05-03Lock devvp for vinvalbuf().hannken
2022-03-23fix few typos for word "previous(ly)" in comments.andvar
2021-12-16Make sysctl udf.verbose dependent on UDF_DEBUG instead of DEBUGreinoud
2021-09-16fix typos in word "successful".andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2020-04-14Move comment related to the sysctl_createv() in SYSCTL_SETUP() from the oldreinoud
2020-04-13Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a functionad
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
2017-06-24No need to call vflush from failing udf_mount(). If the system nodeshannken
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
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-01-29It is meaningless to check the root node if there was an error.christos
2015-08-24Use vfs_vnode_iterator for udf_do_sync.hannken
2015-08-24Use vfs_vnode_iterator for udf_unmount_sanity_check.hannken
2015-08-24Remove dirtynodes_cv, it is only used for timed waits without any signals.hannken
2015-04-06Change udf to vcache, keyed on udf_node->loc.loc.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-09-30Replace macro v_specmountpoint with two functions spec_node_getmountedfs()hannken
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-09-27- rename UDF_MAX_NAMELEN -> UDF_MAXNAMLENchristos
2010-06-24Clean up vnode lock operations pass 2:hannken
2009-07-07Replace the old hashtable and sorted list implemenation by a RB-tree.reinoud
2009-06-29Convert 67 namei call sites to use namei_simple, in these functions:dholland
2009-06-24Commit first stage of free-space accounting. It is estimating the underlimitreinoud
2009-04-25Add genfs_can_mount() and use it to prevent some more code duplication ofelad
2009-02-08If mounting for read-write dont allow a session number to be specified sincereinoud
2008-12-16Check for a node being root on node creation so when the root node is disposedreinoud
2008-12-16The great QUOTA purge of '08: get rid of those #ifdef QUOTA andpooka
2008-10-29Fix to prevent a closed sequential media to be opened for read/write.reinoud
2008-09-27Switch UDF over to the vfs_dirhash.c dirhash code.reinoud
2008-08-29Remove all remaining traces of UDF_READWRITE since it has been removed asreinoud
2008-08-29forgot to destroy an additional mutex and an condition variable.reinoud
2008-08-08Remove the need for the kernel option UDF_READWRITE to be able to write toreinoud
2008-08-06Rewrite allocation scheme's determination and implementation replacing thereinoud
2008-07-28Streamline allocation to prepare it for metadata partition. Also addreinoud
2008-07-27Unify naming scheme and source code beautify for better readablility.reinoud
2008-07-26Forgot to rename those two references to write_space_bitmap too.reinoud
2008-07-22Limit the UDF dirhash to a configurable amount of memory. The performancereinoud
2008-07-19Limit sectorsize to max. 4096 bytes. This prevents a panic when declaringreinoud
2008-07-18Instead of bombing out when trying to mount a disc RW when UDF_READWRITE isreinoud
2008-07-17Implement directory hashing to speed up directory traversals. Speedreinoud
2008-06-28Create sysctl entries during module initialisation and destroy themrumble
2008-05-14Import writing part of the UDF file system making optical media like CD'sreinoud
2008-05-10Convert file systems to dynamically attach with the new module interface.rumble
2008-04-29PR kern/38057 ffs makes assuptions about devvp file systemad