Merge branch 'apic_io'
[dragonfly.git] / sys / vfs / tmpfs /
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-01 Matthew Dillonkernel - Fix access chceck in tmpfs that prevented...
2010-10-06 Sascha Wildnerkernel: Remove unneeded inclusions of <sys/cdefs.h>.
2010-09-29 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-09-26 Peter AvalosMerge branch 'vendor/OPENSSL'
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-16 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-09-16 Venkatesh Srinivaskernel - tmpfs: Convert tmpfs name malloc zone to a...
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-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
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-22 Venkatesh Srinivastmpfs: Set tmpfs node malloc zone limit to be the same...
2010-07-12 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-10 Alex Hornungtmpfs - fix failing writes with no swap
2010-05-25 Matthew Dillontmpfs - Fix chown for tmpfs
2010-04-26 RumkoWrong variable used.
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2010-04-13 Matthew DillonMerge remote branch 'crater/master' into net80211-update
2010-04-13 Rui PauloMerge branch 'master' into net80211-update
2010-04-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-07 Matthew Dillontmpfs - Add additional mount options
2010-03-23 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-03-21 Rui PauloMerge branch 'master' into net80211-update
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-03-18 Rui PauloMerge branch 'master' into net80211-update
2010-03-05 Matthew DillonMerge remote branch 'crater/master' into net80211-update
2010-03-05 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-03-01 Matthew Dillontmpfs - Add support for setting the root uid/gid/mode...
2010-02-28 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-02-26 Sascha Wildnertmpfs(5): Remove old initialization (overrode prior...
2010-02-23 Rui PauloMerge branch 'master' into net80211-update
2010-02-23 Matthew DillonMerge branch 'vendor/EXPAT'
2010-02-21 Matthew Dillonkernel - TMPFS - Stabilization pass, fix assertion...
2010-02-21 Matthew Dillonkernel - TMPFS - Stabilization pass, fix assertion...
2010-02-20 Matthew Dillonkernel - TMPFS - Features, don't sync on umount, enforc...
2010-02-20 Matthew Dillonkernel - TMPFS - Stabilization pass, fix VM object...
2010-02-19 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-19 Matthew Dillonkernel - TMPFS - Stabilization pass, fix rename, symlin...
2010-02-19 Matthew Dillonkernel - TMPFS - Stabilization pass, fix accounting...
2010-02-18 Matthew Dillonkernel - TMPFS - Parse tmpfs_args from mount()
2010-02-18 Matthew Dillonkernel - TMPFS - Stabilization pass, fix lockf()
2010-02-16 Matthew Dillonkernel - tmpfs - Remove warning message on mount, updat...
2010-02-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2010-02-14 Matthew Dillonkernel - VM PAGER part 1/2 - Remove vm_page_alloc()
2010-02-14 Matthew Dillonkernel - TMPFS - Stabilization pass, fix vnode list...
2010-02-13 Matthew Dillonkernel - TMPFS - Bug fixing pass - paging to/from swap...
2010-02-13 Matthew Dillonkernel - TMPFS - Bug fixing pass - vinitvmio(), umount...
2010-02-13 Matthew Dillonkernel - TMPFS - Bug fixing pass - fsync, vnode locks
2010-02-13 Matthew Dillonkernel - TMPFS - Bug fixing pass - directory hierarchy
2010-02-13 Matthew Dillonkernel - TMPFS - Bug fixing pass
2010-02-12 Matthew Dillonkernel - TMPFS - Initial port of NetBSD's tmpfs