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