Whamcloud - gitweb
fix setup method for ext2 obd devices
[fs/lustre-release.git] / lustre /
2001-09-25 braamfix setup method for ext2 obd devices
2001-09-24 gord-figRemove spurious trailing \0 bytes.
2001-09-24 gord-figMinor interface cleanups.
2001-09-24 gord-figUpdate <linux/malloc.h> to <linux/slab.h>.
2001-07-03 rzahir * obdfs/flushd.c: conditionalized number of...
2001-06-26 braamcouple of missing files added
2001-06-26 braamChange in the make system - also minor edits and fixes...
2001-03-16 braamNow it really works again on 2.4.2! Yippeah. (No loop...
2001-03-11 braamrelease another lock and now it even unmounts.
2001-03-11 braama working file system!
2001-03-08 braamthings are starting to work for Linux 2.4.2!!
2000-03-09 adilgerdoc/OBD-HOWTO.sgml: updated references to attach types...
2000-03-09 adilgerdemos/test.c: removed duplicate files (also exist in...
2000-03-09 adilgerinclude/linux/obdfs.h: handle block special devices,
2000-03-09 adilgerobdfs/dir.c: add truncate method for directory
2000-03-07 adilgerobdfs/flushd.c: added constant for nr_free_buffer_pages...
2000-03-07 adilgerobdfs/*.c: finished truncate implementation
2000-03-07 adilgerobdfs,ext2_obd,class/*.c: added truncate/punch method...
2000-03-06 adilgerobdfs/flushd.c: pupdated stopped on module unload.
2000-03-06 adilgerclass_obd.c: plugged a few minor memory leaks
2000-02-29 adilgerobdfs/dir.c: fix bug when reading directories > 4096...
2000-02-29 adilgerdemos/base*.sh: don't insmod loop when it is not used
2000-02-29 adilgerinclude/linux/*.h: update debugging messages
2000-02-29 adilgerobdfs/flushd.c: send writes in FIFO order (use ->prev...
2000-02-29 adilgerclass/*.c: changed debugging messages
2000-02-25 adilgerobdfs/flushd.c: turned on page aging, and set pupdated...
2000-02-25 adilgerdemos/*: update demos to handle module autoloading...
2000-02-25 adilgerinclude/linux/*.h: turn of debugging output, minor...
2000-02-25 adilgerclass/*: updated to handle module autoloading (from...
2000-02-25 adilgerobdfs/*.c: fixed bug with flushing of cache of deleted...
2000-01-26 adilgerobdfs/flushd.c: removed iput() from dequeue routine...
2000-01-25 adilgertests/snaprun.sh: simple script to test some snapshot...
2000-01-25 adilgerobdfs/super.c: add call to flush pages when unmounting...
2000-01-25 braamLots of bug fixes:
2000-01-23 braamSeveral bugfixes. Most notably ext2obd_brw is still...
2000-01-22 adilgerflush daemon debugging/testing
2000-01-22 braamOnee error in a loop fixed.
2000-01-22 braameither we use update _or_ direct writes, not both.
2000-01-22 braamFound one bug; testing for list_empty(slist) is ok...
2000-01-21 adilgerDebugging for page lists
2000-01-21 adilgerReworked to have a dirty inode list on superblock,...
2000-01-20 adilgerext2obd/ext2obd.c: fixed brw I/O to have array of iobuf...
2000-01-20 braamFixed one definite bug: the superblock was not being...
2000-01-20 adilgerext2obd.c: changed ext2obd_brw() to use vector I/O...
2000-01-19 adilgerclass/obdcontrol: fixed read, write, create to work...
2000-01-18 adilgerChanged _brw methods in ext2obd, obdfs, snap to allow...
2000-01-18 adilgerinclude/obd_support.h: removed printk() of long long...
2000-01-14 adilgerext2obd.c: changed ext2obd_from_inode to set obdflags
2000-01-13 adilgersnap/*.c: get attribtutes from child connection, fixed...
2000-01-12 adilgerext2obd/ext2obd.c, obdfs/namei.c: fixed inline flag...
2000-01-11 adilgerobdsyncd: removed from CVS
2000-01-11 braamA few steps forward towards a working daemon. Why...
2000-01-11 adilgerUpdated snapshot files for new obdo methods. No testin...
2000-01-10 braamChanges for the flushdaemon.
2000-01-08 adilgerFixing brw page lock issue.
2000-01-07 adilgerWorking on add_to_page_cache oops.
2000-01-04 adilgerPass inline data from filesystem through obdo to VFS.
2000-01-04 adilgerGeneration added to obdo
2000-01-04 adilgerUpdated for new obdo methods.
2000-01-04 adilgerUpdating obdfs/ext2obd methods for new obdo parameters.
2000-01-03 adilgerFixed packing in obdcontrol
1999-12-31 braamA few more changes.
1999-12-31 braamPhase 1 of the obdo implementation. The class driver...
1999-12-31 adilgerUpdated types for struct obdo.
1999-12-30 braamAdd flush.c with a rough flushing daemon and the figure...
1999-12-30 braamType proposals, simplifications.
1999-12-29 adilgerobdsync/*: added to CVS
1999-12-29 adilgerext2obd/ext2_obd.c, snap/snap.c: change parameters...
1999-12-23 adilger* demos/snaprest.sh: ensure client is disconnected...
1999-12-23 adilgerdemos/snaprest.sh: ensure client is disconnected after...
1999-12-23 braamfixed a refcount bug for types.
1999-12-23 adilgerext2obd/ext2_obd.c: added iput() after reading a bad...
1999-12-23 braamFixes to shell scripts to check for errors and other...
1999-12-22 adilgerdemos/snaprest.sh: mount /dev/obd2 on /mnt/obd at end...
1999-12-22 adilgersnap/snap.c: added debug statement
1999-12-22 adilgerdemos/basesetup.sh: verify /dev/obd* devices are created
1999-12-22 adilgerdemos/obdtest.sh: added new script
1999-12-22 adilgerclass/obdcontrol: added "basedev" parameter to the...
1999-12-21 braamNumerous little changes:
1999-12-21 adilgerdoc/obd-howto.sgml: added issues/bugs section
1999-12-20 adilgerdoc/obd-howto.sgml: updated for initial public release
1999-12-17 adilgerinclude/linux/obd_sim.h: renamed to obd_ext2.h
1999-12-17 adilgerdoc/obd-howto.sgml: completed OBD tutorial section
1999-12-15 adilgerinclude/linux/obdfs.h: add symlink_inode_operations...
1999-12-14 adilgersnap/snap.c, class/obdcontrol: added support for snapsh...
1999-12-13 adilgerall: significant overhaul by Peter to avoid problems...
1999-12-09 adilgersnap/snap.c: snap_do_cow() fixed case with existing...
1999-12-07 adilgerFixed minor typo in gen_copy_data().
1999-12-07 adilgersnap/snap.c: fixed check for snap_create() to test...
1999-12-07 adilgersnap/snap.c, snap/snaptable.c: Fixed up snapshot to...
1999-12-06 braam * Added a file handling snapshot tables
1999-12-04 adilgerMakefile: made "all" the default target
1999-12-02 braamUndo accidental commit
1999-12-02 braamAdded .cvsignore files to the repository
1999-12-02 braamUpdated snapshot indexes in superblock to not depend...
1999-12-01 adilgerUpdated parameters for obdfs_writepage() to use struct...
1999-11-30 braamfixes for 2.3.25 and higher
1999-11-24 braamChanges to accomodate the snapshot features!
1999-11-24 braamChanges to accomodate the snapshot driver.
1999-11-02 braamCleanup : no more "sim" now "ext2"
next