summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
2022-04-27Pull up following revision(s) (requested by hannken in ticket #1440):martin
2021-01-01Pull up following revision(s) (requested by nia in ticket #1176):martin
2020-08-17Pull up following revision(s) (requested by riastradh in ticket #1050):martin
2020-03-21Pull up following revision(s) (requested by riastradh in ticket #790):martin
2020-03-08Pull up following revision(s) (requested by chs in ticket #767):martin
2020-02-27Pull up following revision(s) (requested by maxv in ticket #739):martin
2019-07-01Lay down some comments related to the previous few revisions of ufs_vnops.c.dholland
2019-06-20Split the ufs code out of the ffs module and into its own module.pgoyette
2019-06-20unifdef -ULFS_READWRITE ufs_readwrite.cchristos
2019-06-20unifdef -DLFS_READWRITE ulfs_readwrite.cchristos
2019-06-17Fix build without DIAGNOSTICryoon
2019-06-17Don't include any of the ufs code if all the dependent filesystems are missing.christos
2019-06-16Include the fs scaffolding when none of the ffs/mfs/ext2fs/chfs is includedchristos
2019-05-28s/recieve/receive/msaitoh
2019-05-28Avoid unportable shift base -1 in ffs_subr.ckamil
2019-05-05Add more comments to explain what we are doing.christos
2019-05-05Zero out all the dirent padding not just one byte, to avoid kernel memorychristos
2019-04-14PR/53990, PR/52380, PR/52102: UFS2 cylinder group inode allocation botchkardel
2019-02-25Revert -r1.244-245 of ufs_vnops.c; they are wrong.dholland
2019-02-25drop unusedchristos
2019-02-25remove junk assignment.christos
2019-02-24Reading a directory may trigger a panic when the buffer is too small.mlelstv
2019-02-20Remove superfluous VOP_UNLOCK(), vnode will be unlocked from spec_reclaim().hannken
2019-01-10Update comment (overlooked in r1.179).martin
2019-01-01Add "void *extra" argument to vcache_new() so a file system mayhannken
2018-12-10put back UFS_WAPBL_JUNLOCK_ASSERT(), the underlying rw_write_held() checkjdolecek
2018-12-10make UFS_WAPBL_JLOCK_ASSERT() #ifdef DIAGNOSTIC, same as the underlyingjdolecek
2018-12-10Remove unused mbuf.h includes.maxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2018-08-11In lfs_mkdir fix wrong return path in case of EMLINK which causes a panic. Al...zafer
2018-07-19Avoid using magic numbers for arguments of workqueue_create (NFC)ozaki-r
2018-07-18ffs_superblock_validate - check fs_old_size too.uwe
2018-07-04Avoid Undefined Behavior in ffs_clusteracct()kamil
2018-06-09Add missing b_cflags and b_oflags.zafer
2018-06-06Remove duplicate ;maya
2018-05-28add a genfs method to allow a file system to limit the range of pageschs
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-02-07Remove unnecessary assertionsozaki-r
2018-01-29Drop commended out include to a hardcoded path in root's home directory.sevan
2018-01-28Prevent use-after-free where genfs_node_destroy() would destroyhannken
2018-01-28Make sure inode blocks and size are zero when VOP_INACTIVE()hannken
2017-12-07fix the UVM_PAGE_TRKOWN page-locking assertion at the top of ffs_alloc()chs
2017-11-15PR/52728: Izumi Tsutsui: "mount -u /dev/ /" triggers kernel panicchristos
2017-11-14Fix up chfs_mountfs error branches.riastradh
2017-11-09use PR_WAITOK everywhere.christos
2017-10-28Update the kernhist(9) kernel history code to address issues identifiedpgoyette
2017-10-27Revert printf return value change.joerg
2017-10-27[syzkaller] Cast all the printf's to (void *)utkarsh009
2017-10-25fix tyop, PR kern/52653 by Edgar Fussjdolecek