HAMER VFS - Cache additional b-tree nodes in directory.
[dragonfly.git] / sys / vfs /
2009-06-20 Matthew DillonHAMER VFS - Cache additional b-tree nodes in directory.
2009-06-20 Matthew DillonHAMMER VFS - Add hinting capability to block allocator...
2009-06-20 Matthew DillonHAMMER (and kernel) - Fix cpu-bound kernel thread issue.
2009-06-15 Matthew DillonSet tty ownership on pty open (temporary until devfs...
2009-06-08 Aggelos EconomopoulosMerge branch 'master' of /home/aggelos/devel/dfly/dfly...
2009-05-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-20 Matthew DillonSave creds on nfs_open() for later read/write/etc.
2009-05-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-15 Matthew DillonFix a simple code bug when dealing with a raced vnode...
2009-05-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-07 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-05-07 Aggelos Economopouloskill a bit of dead code in nfs
2009-05-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-07 Matthew DillonHAMMER VFS - Limit recursion for long directory chains...
2009-05-06 Matthew DillonHAMMER VFS - Refactor merged search function to try...
2009-05-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-06 Matthew DillonAdd kernel-layer support for chflags checks, remove...
2009-05-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-04 Matthew DillonThe kernel permissions check code was not checking...
2009-04-29 Matthew DillonHAMMER VFS - Better CRC handling, bad-file handling.
2009-04-15 Sascha WildnerFix the way <sys/ioccom.h> is included throughout our...
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-04-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-07 Matthew DillonHAMMER VFS - Fix edge case in mirroring code.
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-04 Matthew DillonHAMMER - Fix extra TAILQ_REMOVE in HAMMER shutdown...
2009-04-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 1/2.
2009-04-02 Matt DillonFix permissions check for utimes() - owner can call...
2009-03-16 Matthew DillonHAMMER VFS - rebalancing, zero unused fields in boundar...
2009-03-15 Matthew DillonHAMMER VFS - Add a B-Tree rebalancing feature.
2009-03-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-15 Matthew DillonHAMMER Utility: Change B-Tree, inodes, and dir reblocki...
2009-03-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-12 Matthew DillonHAMMER VFS - return shorter-form softlinks "@@-1:%05d...
2009-02-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-28 Nicolas Therymsdosfs: clean up reference counting
2009-02-26 Nicolas Therymsdosfs: fix deleted-but-open files handling.
2009-02-26 Nicolas Therymsdosfs: fix bug in msfdosfs_hashins().
2009-02-26 Nicolas Therymsdosfs: Fix error path in deget().
2009-02-27 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-25 Matthew DillonHAMMER VFS: Allow the form ".@@<snapshot>"
2009-02-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-25 Matthew DillonHAMMER VFS: Add missing hammer_rel_volume() call in...
2009-02-22 Nicolas Therymsdosfs: remove useless code.
2009-02-21 Nicolas TheryPotential fix for panic during shutdown.
2009-02-21 Nicolas Therymsdosfs: replace bzero() with M_ZERO.
2009-02-19 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-16 Sascha WildnerUnbreak kernel build and fix some warnings.
2009-02-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-09 Matthew DillonHAMMER VFS: Correct a ref count leak in the recent...
2009-02-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-01 Matthew DillonHAMMER VFS - Fix I/O invalidation collision assertion
2009-01-29 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-01-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-27 Matthew DillonHAMMER VFS - Add missing bqrelse() in last patch.
2009-01-26 Matthew DillonHAMMER VFS - Reorganize the use of hammer_del_buffers...
2009-01-25 Matthew DillonHAMMER VFS - clean out cached data_buffer on unlock...
2009-01-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-25 Matthew DillonHAMMER VFS - Fix deadlock in rmdir
2009-01-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-24 Matthew DillonHAMMER VFS - Remove the unused also_ip argument from...
2009-01-24 Peter AvalosMerge branch 'vendor/GDTOA'
2009-01-21 Sascha Wildnerudf: Remove NULL dereference.
2009-01-21 Matthew DillonIssue 1013 - update atime on exec and mmap, add helper...
2009-01-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-20 Hasso TepperRemove GEMDOS support.
2009-01-20 Hasso TepperRemove checks for BOOTSIG[23] from FAT32 bootblocks.
2009-01-20 Hasso TepperDon't check pm_Heads nor pm_SecPerTrack.
2009-01-20 Matthew DillonHAMMER: adjustments to flush on umount
2009-01-19 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-01-12 Matthew DillonSet the auto-reflush flag if the flusher is unable...
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-10 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-01-10 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-04 Peter AvalosMerge branch 'vendor/PAM_PASSWDQC'
2009-01-04 Peter AvalosMerge commit 'origin/vendor/PAM_PASSWDQC'
2009-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-03 Matthew DillonRemove unused field.
2008-12-30 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-28 Matthew DillonHAMMER performance and kernel memory issues.
2008-12-26 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2008-12-26 Matthew DillonThe blockmap layer1/2 CRCs were being checked without...
2008-12-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-20 Sascha WildnerUse BBLOCK.
2008-12-20 Sascha WildnerFix a dereference of an undefined value.
2008-12-20 Sascha WildnerEliminate some dead initialization.
2008-12-20 Hasso TepperMerge commit 'crater/vendor/OPENPAM'
2008-12-17 Michael NeumannMerge branch 'vfsconf'
2008-12-17 Michael NeumannMerge branch 'vfsconf'
2008-12-16 Matthew DillonDue to races clean blocks can remain cached, remove...
2008-12-15 Michael NeumannFix missing includes
2008-12-15 Michael Neumannsuser_* to priv_* conversion
next