summaryrefslogtreecommitdiff
path: root/sys/fs
AgeCommit message (Expand)Author
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-05-24Cleanup VAT writout. To prevent issues with the sequential writing strategyreinoud
2016-05-10Rework VAT searching on recordable media. It is now a lot more resilliant toreinoud
2016-05-07fix DEBUG buildmlelstv
2016-05-03Validate FAT entries to avoid some panics caused by a corrupted FAT.mlelstv
2016-03-12Backout previous - need coffee firstmartin
2016-03-12Mark a variable as __diagused.martin
2016-03-12do no access uninitialized variables in KASSERTs - fixes buildkardel
2016-03-12Implement most of mount -ur functionality for tmpfs. Remaining issue isjoerg
2016-03-12Only recheck size/node limits on update mounts, if there actually havejoerg
2016-03-12PR/50951: Unmess this up.christos
2016-03-11PR/50951: David Binderman: Fix misplaced parenschristos
2016-03-09remove installboot.h; it is not neededchristos
2016-03-09Make it usable from userland.christos
2016-03-06Use KASSERT for conditions that cannot be met with current parameters.mlelstv
2016-03-02PR/50883: David Binderman: Remove redundant code.christos
2016-02-06Toolify.joerg
2016-02-06Split case folding table into separate source file and add fullmlelstv
2016-02-01- split a long line.christos
2016-02-01Avoid unsigned/signed comparision warning to fix the build.martin
2016-02-01We can't depend on dp->d_namlen existing for the parts that are used inchristos
2016-01-30Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directorymlelstv
2016-01-29It is meaningless to check the root node if there was an error.christos
2016-01-27Fix filename creation and deleting with illegal file names. UDF has areinoud
2016-01-23Apparently a recent round of vandalism by the C++ standards committeedholland
2016-01-22u_int{8,16,32}_t -> uint{8,16,32}_t, also u_int -> unsigned anddholland
2016-01-22u_int8_t -> uint8_tdholland
2015-12-20PR/50573: Andreas Gustafsson: puffs can crash kernel for lack of argumentchristos
2015-12-19Improve misleading variable name. Related to PR 50571.dholland
2015-12-19add missing ,christos
2015-12-19PR/50571: David Binderman: src/sys/fs/udf/udf_subr.c:6465: obviouschristos
2015-12-13PR/50535: David Binderman: Fix nonsense strcmpchristos
2015-11-18Patch by hannken@ to fix a bug which has been introduced with 1.71.phx
2015-11-13Fix bug in readdir loop condition.pooka
2015-10-29Make sure that nde->td_node is NULL for asserts.leot
2015-10-06Remove dubious vhold()/holdrele() from write_logvol_dscr strategies.hannken
2015-09-26Curious typo. Harmless. Found by Brainymaxv
2015-09-12diagused some variables.christos
2015-09-12remove identity assignment, found by brainy.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-07-23union_unmount: use vfs_vnode_iterator to count attached vnodes.hannken
2015-07-07This enum is likely to be made unsigned by the compiler, so the assertionjustin
2015-07-06Fix typo in comment.wiz
2015-07-06Change tmpfs to vcache.hannken
2015-07-06Use VFS_PROTOS() for tmpfs.hannken
2015-06-23No need to call spec_inactive() from ptyfs_incative().hannken
2015-06-21KNFmaxv
2015-06-21KNFmaxv