NFS - Fix numerous issues with NFS root mounts, primarily for vkernels
[dragonfly.git] / sys / vfs / nfs /
2009-10-10 Matthew DillonNFS - Fix numerous issues with NFS root mounts, primari...
2009-10-08 Matthew Dillonkernel - Major performance changes to VM page management.
2009-10-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-10-03 Matthew DillonNFS - Fix BIO size panics
2009-10-01 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-09-30 Simon 'corecode... Merge branch 'vendor/TCSH'
2009-09-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-09 Nicolas Therynfs: fix real/effective id mismatch in nfs_access
2009-09-08 Matthew DillonNFS - Fix panic if the readdir base offset is beyond...
2009-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-28 Matthew DillonNFS - Fix remaining VM/BIO issues
2009-08-28 Simon SchubertMerge commit 'crater/master'
2009-08-28 Simon SchubertMerge branch 'vendor/GCC44'
2009-08-28 Simon SchubertMerge branch 'vendor/GCC'
2009-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-28 Matthew DillonKernel - Close VM/BIO races and document.o
2009-08-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-26 Matthew DillonKernel - fix access checks
2009-08-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-25 Matthew DillonAMD64 - Fix format conversions and other warnings.
2009-08-25 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-08-24 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-24 Matthew DillonKernel - more NFS fixes, more dirty bit fixes, remove...
2009-08-24 Matthew DillonNFS - Properly handle NFSv3 EOF short-reads
2009-08-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-24 Matthew DillonAdd a flags argument to VOP_FSYNC()
2009-08-23 Nicolas Therynfs: init real/saved uid/gid in server-side credentials
2009-08-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-23 Nicolas Therynfs: refactor nfs_laccess to use vop_helper_access
2009-08-21 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-08-19 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-08-17 Matthew DillonNFS - Fix socket race against nfs_timer.
2009-08-14 Matthew DillonNFS - Do not allow rsize/wsize or the socket proto...
2009-08-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-12 Alex HornungNFS - Implement statvfs to take advantage of 64-bit...
2009-08-10 Matthew DillonNFS - Cleanly unmount NFS on halt/shutdown/reboot
2009-08-09 Thomas E. SpanjaardMerge branch 'vendor/GCC44'
2009-08-09 Simon SchubertMerge branch 'vendor/GCC44'
2009-08-08 Sepherosa ZiehauMerge branch 'vendor/ACPICA-UNIX'
2009-08-06 Matthew DillonNFS - Fix crash on client on write attempt to ro fs...
2009-08-04 Matthew DillonDEVFS - rollup - all kernel devices
2009-08-02 Simon SchubertMerge branch 'vendor/MPFR' into gcc441
2009-08-02 Simon SchubertMerge branch 'vendor/GMP' into gcc441
2009-08-02 Simon SchubertMerge branch 'vendor/GCC44' into gcc441
2009-07-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-23 Matthew DillonHAMMER / VFS_VGET - Add optional dvp argument to VFS_VG...
2009-07-23 Matthew DillonNFS - fix d_ino reporting for readdir, readdirplus...
2009-07-18 Matthew DillonNFS - Increase default read-ahead from 4 to 6
2009-07-18 Matthew DillonNFS - Implement async write BIO, greatly increase sockb...
2009-07-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-18 Matthew DillonNFS - Fix panic on umount/reboot
2009-07-18 Matthew DillonNFS - Stability pass / recent work.
2009-07-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-18 Matthew DillonNFS - Rewrite the RTT code and the request flags &...
2009-07-17 Matthew DillonNFS - Fix unmounting blockages, fix tick interval,...
2009-07-17 Matthew DillonNFS - implement async state machine for nfs_readrpc_bio()
2009-07-17 Matthew DillonNFS - refactor nfs_request() and add state machine...
2009-07-17 Matthew DillonNFS - Cleanup pass -factor out strict temporaries from...
2009-07-17 Matthew DillonNFS - Fix refactor bugs.
2009-07-16 Matthew DillonNFS - Marathon - completely refactor the nfsm_* macros.
2009-07-16 Matthew DillonNFS - create nfsm_subs.c, clean up externs
2009-07-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-16 Matthew DillonNFS - install nfsmount on nfs_mountq, for timeout handling.
2009-07-16 Matthew DillonNFS - Remove old nfsiod, start adding new kernel thread...
2009-07-16 Matthew DillonNFS - Minor compile fix
2009-07-16 Matthew DillonNFS - move nfs_reqq from global to per-nfsmount.
2009-07-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-16 Matthew DillonNFS - Use mutex API, begin refactoring the state machine.
2009-07-15 Matthew DillonNFS - Make the NFS read-ahead defaults & limits more...
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-14 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-13 Matthew DillonBUF/BIO - MPSAFE work on core buffer cache routines.
2009-07-13 Aggelos EconomopoulosMerge branch 'mxge'
2009-07-13 Matthew Dillonbuffer cache - Control all access to the buf red-black...
2009-07-13 Matthew DillonMake operations on struct bio_track MPSAFE.
2009-07-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-12 Sascha Wildnerkmod.mk: Remove some dead code supposed to handle modul...
2009-07-06 Jordan GordeevMerge commit '973c11b9c3cdde88fe6ca0ef2c5af56a8c49e014...
2009-07-06 Peter AvalosMerge branch 'vendor/TCPDUMP' and update build for...
2009-07-06 Peter AvalosMerge branch 'vendor/LIBPCAP' and updated build for...
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP'
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP' (early part)
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP'
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP' (early part)
2009-06-27 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-25 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-06-22 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE' (early part)
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE' (early part)
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH'
next