sys/vfs/hammer2: Adjust some kprintfs in vfsops
[dragonfly.git] / sys / vfs / ext2fs /
2020-10-02 Sascha WildnerFix typos in libfetch and ext2fs.
2020-09-19 Sascha WildnerMerge branch 'vendor/BYACC'
2020-09-12 Daniel FojtUpgrade libressl. 1/2
2020-09-09 Daniel FojtUpgrade vi(1). 1/2
2020-09-06 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-09-02 Tomohiro Kusumisys/vfs/ext2fs: Cleanup empty lines (sync with FreeBSD)
2020-08-19 Daniel FojtUpgrade ncurses. 1/2
2020-08-18 Tomohiro Kusumisys/vfs/ext2fs: Don't do endian conversion twice
2020-08-15 Sascha WildnerMerge branch 'vendor/BYACC'
2020-08-10 Daniel FojtUpgrade dialog(1). 1/2
2020-08-04 Daniel FojtBuild libssh with ldns support. 1/2
2020-08-03 Daniel FojtUpgrade openssh. 1/2
2020-07-30 Daniel FojtUpgrade make(1). 1/2
2020-07-29 Tomohiro Kusumisys/vfs/ext2fs: Disable calling ext2_htree_add_entry()
2020-07-23 Tomohiro Kusumisys/vfs/ext2fs: Modify XXX comment on disabled htree...
2020-07-22 Tomohiro Kusumisys/vfs/ext2fs: Add XXX comment on disabled htree diren...
2020-07-22 Tomohiro Kusumisys/vfs/ext2fs: Stop checking for failures from malloc...
2020-07-22 Daniel FojtUpgrade libressl. 1/2
2020-07-21 Tomohiro Kusumisys/vfs/ext2fs: Remove ext2_{bread,brelse}() wrapper...
2020-07-20 Tomohiro Kusumisys/vfs/ext2fs: Add redundant ext2_brelse() on ext2_bre...
2020-07-20 Tomohiro Kusumisys/vfs/ext2fs: Fix function name in ihash collision...
2020-07-19 Tomohiro Kusumisys/vfs/ext2fs: Drop i_devvp initialization in ext2_vget()
2020-07-19 Tomohiro Kusumisys/vfs/ext2fs: Add ext2_alloc_vnode()
2020-07-19 Tomohiro Kusumisys/vfs/ext2fs: Cleanup ext2_vget()/ext2_valloc()
2020-07-18 Tomohiro Kusumisys/vfs/ext2fs: Disable ext3 htree dirents for now
2020-07-18 Tomohiro Kusumisys/vfs/ext2fs: Use bp->b_loffset in ext2_readdir()
2020-07-17 Tomohiro KusumiAdd non-GPL ext2 filesystem (port from FreeBSD)