sys/vfs/hammer2: Fix incorrect reservedXXX names in ondisk structure
[dragonfly.git] / sys /
2022-10-29 Tomohiro Kusumisys/vfs/hammer2: Fix incorrect reservedXXX names in...
2022-10-29 Tomohiro Kusumisys/vfs/hammer2: Minor cleanups for hammer2_disk.h
2022-10-29 Tomohiro Kusumisys/vfs/hammer2: Move HAMMER2_{CHECK,COMP}_STRINGS...
2022-10-29 Tomohiro Kusumisys/vfs/hammer2: Move HAMMER2_METH_DEFAULT from hammer2...
2022-10-28 Tomohiro Kusumisys/vfs/hammer2: Fix a typo in a source code comment
2022-10-27 Tomohiro Kusumisys/vfs/hammer2: Fix "already initialized" multi-volume...
2022-10-24 Tomohiro Kusumisys/vfs/hammer2: Remove redundant error check in hammer...
2022-10-13 Tomohiro Kusumisys/vfs/hammer2: Make fchain/vchain dump on last drop...
2022-10-11 Tomohiro Kusumisys/vfs/hammer2: Remove comments on removed stuff
2022-10-05 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete comment on HAMMER2_RES...
2022-10-04 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete comment in hammer2_vop...
2022-10-04 Tomohiro Kusumisys/vfs/hammer2: #if0 hammer2_chain_lock_unhold()/hamme...
2022-10-04 Tomohiro Kusumisys/vfs/hammer2: Use correct XOP struct in hammer2_xop_...
2022-10-03 Tomohiro Kusumisys/vfs/hammer2: hammer2_dump_chain() should belong...
2022-09-29 Tomohiro Kusumisys/vfs/hammer2: Use HAMMER2_PFSTYPE_NONE rather than 0
2022-09-27 Tomohiro Kusumisys/vfs/hammer2: Make sure PFS exists after chain looku...
2022-09-27 Tomohiro Kusumisys/vfs/hammer2: hammer2_ioctl_inode_{get,set} never...
2022-09-27 Tomohiro Kusumisys/vfs/hammer2: Add include guard for hammer2_xxhash.h
2022-09-25 Tomohiro Kusumisbin/hammer2: Remove HAMMER1 comment from dirhash()
2022-09-24 Tomohiro Kusumisys/vfs/hammer2: Rename hammer2_chain_core_init() ...
2022-09-24 Tomohiro Kusumisys/vfs/hammer2: Change readonly purpose sysctls to...
2022-09-23 Tomohiro Kusumisys/vfs/hammer2: Use __debugvar for RB_INSERT() result...
2022-09-21 Tomohiro Kusumisys/vfs/hammer2: Use __debugvar rather than trying...
2022-09-18 Tomohiro Kusumisys/vfs/hammer2: Avoid unused warning when !INVARIANTS
2022-09-14 Michael Neumannurtwn - Add support for Edimax EW-7811Un V2 (N150)
2022-09-13 Tomohiro KusumiRevert "sys/vfs/hammer2: Properly set rdonly flag for...
2022-09-13 Tomohiro Kusumisys/vfs/hammer2: Fix typo in error message
2022-09-12 Tomohiro Kusumisys/vfs/hammer2: Fail mount if root volume was not...
2022-09-09 Tomohiro Kusumisys/vfs/hammer2: Remove unused local variable bigread
2022-09-08 Tomohiro Kusumisys/vfs/hammer2: Remove unused modify_tid argument...
2022-09-07 Tomohiro Kusumisys/vfs/hammer2: Properly set rdonly flag for PFS
2022-09-05 Tomohiro Kusumisys/vfs/hammer2: Fix incorrect hammer2_dump_chain(...
2022-09-05 Tomohiro Kusumisys/vfs/autofs: Include <sys/proc.h> for APRINTF()
2022-09-02 Tomohiro Kusumisys/vfs/autofs: Test if curproc is NULL in debug print
2022-08-10 Tomohiro Kusumisys/vfs/hammer2: Remove comment on nonexistent hammer2_...
2022-08-09 Tomohiro Kusumisys/vfs/hammer2: Remove unused pmp local variable
2022-08-09 Tomohiro Kusumisys/vfs/hammer2: Remove redundant *dev local variable
2022-08-06 Tomohiro Kusumisys/vfs/hammer2: Remove no longer used hammer2_cluster_...
2022-08-05 Tomohiro Kusumisys/vfs/hammer2: Fix indentation
2022-07-28 Tomohiro Kusumisys/vfs/hammer2: Remove unused local variables in hamme...
2022-07-27 Tomohiro Kusumisys/vfs/hammer2: Remove unused pmp local variable
2022-07-27 Tomohiro Kusumisys/vfs/hammer2: Remove unused local variables in hamme...
2022-07-25 Tomohiro Kusumisys/vfs/hammer2: Remove unused smpresent local variable
2022-07-25 Matthew Dillonif_bridge - Fix a broadcast issue, cleanup
2022-07-10 Tomohiro Kusumisys/vfs/hammer2: Remove unused local pmp variable
2022-07-08 Sergey Zigachevdrm: retry page fault handler on buffer data in transit
2022-07-04 Matthew Dillonkernel - Attempt to fix broken vfs.cache.numunres track...
2022-07-04 Matthew Dillonkernel - check nc_generation in nlookup path
2022-07-04 Matthew Dillonkernel - Change ncp->nc_generation operation
2022-07-03 Matthew Dillonkernel - Attempt to fix broken vfs.cache.numunres tracker
2022-07-01 Matthew Dillonkernel - Silently accept any value for IPV6_V6ONLY...
2022-06-11 Matthew Dillonkernel - namecache eviction fixes
2022-06-08 Sascha Wildnerkernel: Add some __printflike() to satisfy -Wsuggest...
2022-05-31 Sascha Wildnerkernel/uaudio: Change a pointer argument 0 -> NULL.
2022-05-31 Sascha Wildnerkern/gtaskqueue: Fix an error message typo.
2022-05-31 Matthew Dillonkernel - Add kern/subr_gtaskqueue.c
2022-05-31 Matthew Dillonkernel - Add two more DEVMETHODs (quiesce and register)
2022-05-31 Matthew Dillonbuild - Change '@' symlink to 'dragonfly'
2022-05-31 Matthew Dillonkernel - Adjust devlcass arg for DRIVER_MODULE_ORDERED...
2022-05-31 Matthew Dillonkernel - Fix lock order reversal in cache_resolve_mp()
2022-05-29 Antonio Huete Jimenezkernel/if: Allow setting a description for network...
2022-05-19 Matthew Dillonkernel - Implement mlockall() properly
2022-05-01 Aaron LIpf: Make ":0" (noalias) also ignore link-local IPv6...
2022-05-01 Aaron LIpf: Fix 'set skip on' for interface groups
2022-04-30 Matthew Dillonkernel - vnode recycling, intermediate fix
2022-04-29 Matthew Dillonkernel - Temporary work-around for vnode recyclement...
2022-04-29 Matthew Dillonhammer2 - Fix issue where deleted files sometimes linge...
2022-04-28 Matthew Dillonhammer2 - Fix issue where deleted files sometimes linge...
2022-04-26 Matthew Dillonhammer2 - Fix issue where deleted files sometimes linge...
2022-04-26 Matthew Dillonhammer2 - Fix bulkfree bug when multiple PFSs are mounted
2022-04-25 Matthew Dillonhammer2 - report critical bulkfree transitions
2022-04-22 Matthew Dillonhammer2 - Fix CHECK fail path that might mangle an...
2022-04-20 Matthew Dillonkernel - Add sysctl debugging
2022-04-15 Aaron LIlibkern: Import timingsafe_bcmp() from FreeBSD
2022-04-01 Sascha Wildnersys/conf/files: Remove duplicate line.
2022-03-18 Matthew Dillonhammer2 - Fix panic related to usb stick pull on mounte...
2022-03-13 Sascha WildnerMerge branch 'vendor/FILE'
2022-03-12 Matthew Dillonhammer2 - Fix excess chain structure allocations during...
2022-03-12 Matthew Dillonkernel - provide more information on crital section...
2022-03-02 Sascha Wildneredk2: Sync our TianoCore EDK II headers with the edk2...
2022-02-21 Tomohiro Kusumisys/vfs/hammer2: Mostly trailing whitespace cleanups
2022-02-19 Tomohiro Kusumisys/vfs/hammer2: Fix hammer2_chain_allocs calculation
2022-02-18 Tomohiro Kusumisys/vfs/msdosfs: Fix mounting when the device sector...
2022-02-16 Sascha Wildner<sys/queue.h>: Actually add the LIST_FOREACH_FROM(...
2022-02-15 Tomohiro Kusumisys/vfs/hammer2: Whitespace fixes
2022-02-09 Sascha Wildner<sys/queue.h>: Add _FOREACH_FROM and _FOREACH_FROM_MUTA...
2022-02-09 Tomohiro Kusumisys/vfs/ext2fs: Improve extents verification logic...
2022-02-09 zrj<machine/endian.h>: Provide __FLOAT_WORD_ORDER too
2022-02-08 Tomohiro Kusumisys/vfs/ext2fs: Add more accurate check for root inode
2022-02-08 Tomohiro Kusumisys/vfs/ext2fs: Add more accurate directory entries...
2022-02-08 Tomohiro Kusumisys/vfs/ext2fs: Remove unnecessary e2fs_first_dblock...
2022-02-07 Tomohiro Kusumisys/vfs/ext2fs: Fix a few common typos in source code...
2022-02-04 Tomohiro Kusumisys/vfs/msdosfs: Plug the rest of undef behavior places
2022-02-03 Tomohiro Kusumisys/vfs/msdosfs: denode some style
2022-02-02 Tomohiro Kusumisys/vfs/msdosfs: Sanity check sector count from BPB
2022-02-02 Tomohiro Kusumisys/vfs/msdosfs: Do no allow lookup to return vdp excep...
2022-02-01 Tomohiro Kusumisys/vfs/msdosfs: Handle a case when non-dot lookup...
2022-02-01 Tomohiro Kusumisys/vfs/msdosfs: Take inusemap inconsistency as an...
2022-01-31 Tomohiro Kusumisys/vfs/msdosfs: mountmsdosfs() some style
2022-01-30 Matthew Dillonkernel - Fix namecache issue that can slow systems...
next