kernel - Provide descriptions for lwkt.* and debug.* sysctl's
[dragonfly.git] / sys / vfs /
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2010-11-22 Peter AvalosMerge branch 'vendor/OPENSSL' into HEAD
2010-11-22 YONETANI Tomokazutmpfs - fix chgrp(), or chown() when one of uid/gid...
2010-11-21 Alex Hornungdevfs - don't propagate on terminate, it's redundant
2010-11-21 Alex Hornungdevfs - Only check rules after inserting into topology
2010-11-19 Alex Hornungdevfs - Fix FREEBLKS
2010-11-18 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-11-15 Alex Hornungdevfs - Add a destroy_dev_alias, remove hotplug
2010-11-15 Alex Hornungufs - Adjust the on-disk structure to FreeBSD's
2010-11-13 Sascha WildnerRemove useless .PATH targets from kernel module Makefiles.
2010-11-12 Stathis KamperisHAMMER - Implement volume-list command
2010-11-11 Matthew Dillonkernel - Close possible hole in hammer inval code
2010-11-08 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2010-11-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-11-08 Matthew DillonHAMMER - Fix broken assertion
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Matthew DillonHAMMER - Add hammer dedup filesystem version dump
2010-11-07 Matthew DillonHAMMER - Add hammer dedup directive and support
2010-11-02 Matthew Dillonkernel - Attempt to fix lost rpc issue with NFS timeout...
2010-11-01 Alex Hornungdevfs - fix some issues with rules
2010-11-01 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-11-01 Venkatesh Srinivasprocfs: Decode mount point path in /proc/<pid>/map.
2010-11-01 Matthew Dillonkernel - Fix access chceck in tmpfs that prevented...
2010-10-25 Antonio Huete Jimeneznullfs - Add 'noexec' flag support.
2010-10-20 Matthew Dillondevfs - Fix broken assertion
2010-10-19 Matthew Dillonkernel - Force NFSv3 for diskless nfs mount
2010-10-18 Matthew DillonHAMMER VFS - Minor bug (caught by assertion panic)
2010-10-18 Matthew Dillonkernel - Fix NFS client & server bugs
2010-10-15 Alex Hornungdevfs - Fix mountpoint specific rules
2010-10-10 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-10-06 Sascha Wildnerkernel: Remove unneeded inclusions of <sys/cdefs.h>.
2010-10-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-10-05 Matthew DillonHAMMER VFS - Fix deadlock during read-only HAMMER mount (2)
2010-10-05 Matthew DillonHAMMER VFS - Fix deadlock during read-only HAMMER mount
2010-10-05 Venkatesh Srinivasprocfs: Add vnode path to /proc/<pid>/map for vn-backed...
2010-10-04 Sascha Wildnerkernel: Add some __printflike()'s to protect against...
2010-09-29 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-09-26 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-09-25 Matthew Dillonkernel - Bring devfs_assume_knotes() uptodate and fix...
2010-09-25 Matthew DillonHAMMER VFS - Fix two ip->vp inode/vnode races
2010-09-25 Matthew Dillonnetwork - NFS Stability / races
2010-09-24 Matthew Dillonnetwork - Fix a sleep/wakeup race in NFS (server),...
2010-09-24 Matthew Dillonkernel - Work through some memory leaks in dsched
2010-09-23 Matthew Dillonkernel - Fix compile error w/last commit (unused var)
2010-09-23 Matthew Dillonkernel - Add kqueue and fix chflags handling for tmpfs
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Sascha Wildnernfs(4): ERROROUT already assigns error.
2010-09-18 Sascha Wildnerkernel: Remove #include <sys/mutex.h> if <sys/mutex2...
2010-09-16 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-09-16 Venkatesh Srinivaskernel - tmpfs: Convert tmpfs name malloc zone to a...
2010-09-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-16 Matthew Dillonkernel - Fix NFS panic
2010-09-13 Matthew Dillondevfs - Fix use-after-free case when making pty's invisible
2010-09-11 Samuel J. Greeardevfs - Let devfs assume degenerate knotes when a devic...
2010-09-10 Matthew Dillonnetwork - Tokenize NFS, fix MP races
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Venkatesh Srinivaskernel - tmpfs: Set M_NULLOK on node allocations and...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew Dillonnetwork - MP socket free & abort interactions, so_state
2010-09-09 Matthew Dillonkernel - Add nfs rpc packet sanity check
2010-09-07 Joe Talbottmsdosfs - Fix panic when mounting msdos filesystems.
2010-09-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-06 Matthew Dillonkernel - Fix numerous MP issues with sockbuf's and...
2010-09-05 Matthew Dillonkernel - Fix direct getpages call to devfs cdev
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-30 Samuel J. Greeardevfs - Do not try printing the name of a null vnode
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 1/2
2010-08-28 Matthew Dillonkernel - procfs_token work
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-08-25 Matthew Dillonkernel - document and clarify FINDBLK_TEST
2010-08-25 Matthew Dillonkernel - Make all bioops callbacks MPSAFE
2010-08-25 Matthew Dillonkernel - Adjust device D_MPSAFE_* flags
2010-08-25 Venkatesh Srinivastmpfs: Allow kmalloc from M_TMPFSNAME zone to return...
2010-08-25 Venkatesh Srinivastmpfs: Convert dirent malloc zone to a per-mount zone.
2010-08-25 Venkatesh Srinivastmpfs: Convert tmpfs node allocation zone into a per...
2010-08-24 Matthew DillonHAMMER VFS - Add another lwkt_user_yield()
2010-08-24 Matthew DillonHAMMER VFS - Make all entry points MPSAFE, remove giant...
2010-08-24 Matthew Dillonkernel - Add additional fields to kinfo_cputime
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-08-22 Matthew Dillonkernel - Fix read event on file for select/poll API
2010-08-22 Venkatesh Srinivastmpfs: Set tmpfs node malloc zone limit to be the same...
2010-08-22 Matthew DillonHAMMER VFS - More cluster_read() fixes
2010-08-21 Matthew Dillonkernel - NFS server cleanup and xid atomic ops
2010-08-21 Matthew DillonHAMMER VFS - Minor iterator change for pid hash
2010-08-21 Matthew DillonHAMMER VFS - Add debugging for overlapping buffer issue
2010-08-20 Matthew DillonHAMMER VFS - Throw away cached vnodes on stage2 mount...
2010-08-20 Matthew DillonHAMMER VFS - Limit pending writes when flushing undos
2010-08-18 Matthew Dillonkernel - Fix excessive mbuf use in nfs_realign()
2010-08-17 Matthew DillonHAMMER Utility - Add catastrophic recovery feature
2010-08-17 Matthew DillonHAMMER VFS - Expand vfs.hammer.debug_io capabilities
2010-08-17 Matthew DillonHAMMER VFS - Add HAMMER_OFF_BAD
2010-08-16 Matthew Dillonkernel - revamp cluster_read API and improve performance
2010-08-15 Matthew DillonHAMMER VFS - Limit queued I/O during flush
next