test/vkernel - Include ROOTSIZE environment variable in Makefile's help
[dragonfly.git] / sys / vfs /
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-10-10 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
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
2010-08-15 Matthew Dillonkernel - split the pbuf subsystem into two (kva and...
2010-08-15 Matthew DillonHAMMER VFS - Fix over-enthusiastic cluster read
2010-08-14 Matthew Dillonkernel - devfs - Fix dangling lock created by recent...
2010-08-13 Matthew Dillonkernel - More kqueue work
2010-08-13 Matthew Dillonkernel - Fix reboot races
2010-08-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-13 Matthew Dillonkernel - devfs - Fix deadlocks
2010-08-13 Matthew Dillonkernel - More tty and devfs race fixes
2010-08-13 Matthew DillonHAMMER VFS - Adjust signedness of a media field for...
2010-08-13 Matthew Dillonkernel - Fix pty clone vnode leak
2010-08-03 Samuel J. Greearkernel - Make filters able to be marked MPSAFE
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-07-26 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-07-26 Samuel J. Greearkernel - bring back reasonable fifo blocking semantics
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-13 Samuel J. GreearMerge branch 'master' into selwakeup
2010-07-12 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-11 Alex Hornungudev - Tag some subsystems/drivers
2010-07-11 Samuel J. Greearkernel - Tear out vfs polling
2010-07-11 Samuel J. Greearkernel - Tear out device polling
2010-07-10 Alex Hornungtmpfs - fix failing writes with no swap
2010-07-09 Matthew Dillonkernel - Fix kqfilter error return codes
2010-07-09 Matthew DillonMerge remote branch 'crater/master' into kq_devices
2010-07-07 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-07 Sascha Wildnerdevfs(4): Remove a bogus assertion (nchildren is unsign...
2010-07-03 Matthew Dillonkernel - MPSAFE work - Finish tokenizing vm_page.c
2010-06-30 Samuel J. Greeardevfs - KQ filter ops are expected to return 0 or 1
2010-06-13 Alex HornungBring in udev & libdevattr
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-06-02 Alex Hornungdevfs - implement mkdir/rmdir
next