summaryrefslogtreecommitdiff
path: root/sys/fs
AgeCommit message (Expand)Author
2022-04-24Pull up following revision(s) (requested by reinoud in ticket #1438):martin
2022-04-18Pull up following revision(s) (requested by reinoud in ticket #1437):martin
2022-03-13Pull up following revision(s), all via patch,martin
2022-03-13Pull up following revision(s) (requested by reinoud in ticket #1431):martin
2021-05-17Pull up following revision(s) (requested by hannken in ticket #1272):martin
2021-02-11Pull up following revision(s) (requested by ryoon in ticket #1204):martin
2020-08-27Pull up following revision(s) (requested by hannken in ticket #1062):martin
2020-03-03Pull up following revision(s) (requested by rin in ticket #753):martin
2019-10-21Pull up following revision(s) (requested by hannken in ticket #354):martin
2019-07-14Fix uninitialized variable: if 'tvp' is NULL, '*tdep' is not initialized.maxv
2019-07-13Remove the roundups, they are incorrect and cause memcmp to wrongfully failmaxv
2019-07-12Fix info leak: zero out the buffer, because it is not entirely filled, andmaxv
2019-06-03 Fix typo in comment (s/seperate/separate/).msaitoh
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-02-20Set "mnt_lower" before the first file system operation on the new file system.hannken
2019-02-05It turns out we do want the puffs compat code in any kernel whichpgoyette
2019-02-04try '&' instead of '&&'wiz
2019-02-04Don't include puffs_compat in a kernel unless the filesystem ispgoyette
2019-01-29Normalize all the compat hooks' names to the formpgoyette
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-05Remove bogus code to workaround PCC limitations.maya
2019-01-01Add "void *extra" argument to vcache_new() so a file system mayhannken
2018-12-30Fix support for case sensitive HFS.sevan
2018-12-10Remove unused mbuf.h includes.maxv
2018-11-06Fix use after RECLAIM in PUFFS filesystemsmanu
2018-11-05Add missing mutex pn->pn_sizemtx lock in puffs_vnop_open()manu
2018-10-14remove M_CANFAIL flag for malloc(9) - it was completely ignored, so hadjdolecek
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2018-08-09Fix length calculationreinoud
2018-08-09Sync with UDFclientreinoud
2018-08-09FIx performance regression from rmind@:christos
2018-07-25Avoid undefined behavior semantics in msdosfs_fat.ckamil
2018-07-25Avoid undefined behavior in ecma167-udf.hkamil
2018-07-25Enhance logical volume integrity descriptor handling and providereinoud
2018-06-06Remove duplicate ;maya
2018-05-28add a genfs method to allow a file system to limit the range of pageschs
2018-05-28allow tmpfs files to be larger than 4GB.chs
2018-04-26Fix inverted arguments in MGET().maxv
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-02-08Typos.dholland
2018-02-01Remove unused (and a reference to ovbcopy along the way).maxv
2018-01-28CID-1428639: make sure we always initialiaze hash, because if ultimatelychristos
2018-01-27Need strings.h for ffs()sevan
2018-01-14support getargs, fix flush, fix mutex_destroychristos
2018-01-13prevent assert on unmount.christos
2018-01-09fix module attachment and cdevswchristos
2018-01-09Include <sys/atomic.h> for the atomic funtions used in here.martin
2018-01-09Merge autofs support from: Tomohiro Kusumichristos
2017-11-27relax sanity check. It's ok to have more FAT sectors than needed.mlelstv