Whamcloud - gitweb
fs/lustre-release.git
2002-08-27 shaver* Added test_brw to .cvsignore.
2002-08-27 adilgerAdd missing header for lov_packmd() definition.
2002-08-27 adilgerRemove some old code now that we have the EOF lock.
2002-08-27 adilgerWhenever we get the file size from the OST, also get...
2002-08-27 adilgerDon't copy the objid to/from the inode. There is nowhe...
2002-08-26 rread- more careful error checking
2002-08-26 adilgerMake symlinks actually work:
2002-08-26 rreadfatal error if unable to determine local address
2002-08-26 rread- use python 1.5.x version of exception
2002-08-26 rread- use python 1.5.x version of getopt exception
2002-08-26 rreadA network address of '*' will cause lconf to determine...
2002-08-26 adilgerRemove ugliness.
2002-08-26 adilgerRemove dead functions.
2002-08-26 adilgerAllow unlinking non-regular files.
2002-08-26 adilgerMore of the symlink story - extract the link target...
2002-08-26 adilgerFix minor typo in debug output.
2002-08-26 adilgerAdd l_dput assertion.
2002-08-26 shaver* Move recovery state into connection from client,...
2002-08-26 pschwanb=596505
2002-08-26 braamMore security architecture. Perhaps we are done for...
2002-08-23 adilgerFix read-of-empty-page problem. Also avoid extraneous...
2002-08-23 adilgerMake all of the obdo<->inode and obdo<->iattr copy...
2002-08-23 adilgerFix another nasty bug in ll_common_unlink - we were...
2002-08-23 adilgerReduce number of over-the-wire getattrs by half, and...
2002-08-23 adilgerFix minor typo - confusing when looking at the debug...
2002-08-23 rread- Doh!
2002-08-23 rread- add lov_pack.c to llite
2002-08-23 rread- cleanup output and enhance error reporting
2002-08-22 adilgerMinor cleanup.
2002-08-22 rread- fix false leak message
2002-08-22 rread- fix child wait
2002-08-22 rread- fix insmod error message
2002-08-22 rread- don't touch /proc/sys/portals/debug_path in noexec...
2002-08-22 gord-figProperly quote command for tbox_absorb_log.
2002-08-22 rread- cleanup remaining oa -> tmp brainos
2002-08-22 adilgerMinor cleanups.
2002-08-22 pschwan- removed lock list from inode info
2002-08-22 gord-figSimplify adding manual test results to Tinderbox.
2002-08-22 shaver* Remove noisy lock-queue debugging spew.
2002-08-22 braam- more fixes..things work again.
2002-08-22 braam- minor fixes trying to get the md right.
2002-08-22 rread- stripe md fixes
2002-08-22 braamfixes for LOV -- CAREFUL this may break the tree...
2002-08-22 rread- always create the gdb script
2002-08-22 pschwanMove obd_getattr from ll_lookup2 to ll_read_inode2
2002-08-22 eebtest_brw/echo: verify == (objid != 0), highmem == ...
2002-08-22 shaver* Chain granted locks off the export.
2002-08-22 braamminor but important lov bug fixes Robert and I found...
2002-08-22 braam- fix sending wrong attributes... Are there more of...
2002-08-22 pschwan- abstracted some parts of ll_size into ll_size_lock...
2002-08-21 pschwanin getattr requests, get the authoritative file size...
2002-08-21 braamChange lov.xml file a little so that it works with...
2002-08-21 adilgerAdd target data for symlinks to intent.
2002-08-21 adilgerFix symlink creation a bit more.
2002-08-21 eeboptional highmem buffers in obdecho/test_brw
2002-08-21 adilgerSymlink support.
2002-08-21 rreadnew option: --nosetup disables device setup/cleanup...
2002-08-21 shaver* Add timeouts for blocking-AST callbacks.
2002-08-21 rreadAdd module loading support to lconf. By default, lconf...
2002-08-21 rread- change default tcp port to 988
2002-08-21 braamNo dput's, the VFS does this. Some sanity with rename...
2002-08-21 braam- redo rename to instantiate d_new on the client, inste...
2002-08-21 braam- give inodes more metadata for objects. Per stripe...
2002-08-21 braamChange uml1 to localhost. Now it works.
2002-08-21 braam- put Robert's file back...
2002-08-21 braam- In ordinary writes (not O_DIRECT) do not round the...
2002-08-21 braam- add a name to ptlrpc_svc_init in preparation for...
2002-08-21 pschwan- Do an additional getattr in ll_lookup2 after we get...
2002-08-20 adilgerFix input of objid.
2002-08-20 adilgerTest program to generate the "test_brw" pattern from...
2002-08-20 eebde-serialised getattr, brw test ioctls
2002-08-20 adilgerPass the private descriptor pointer between preprw...
2002-08-20 rread- allow lconf to continue to run in debug mode even...
2002-08-20 adilgerFix missing increment for multi-page I/O cleanup/verifi...
2002-08-20 gord-figAdd simple test of mount and unmount.
2002-08-20 adilger- Add create and destroy operations to lctl.
2002-08-20 adilgerRemove bogus assertion. The dentry isn't instantiated...
2002-08-20 adilgerComment out the rename part of runtests to try and...
2002-08-20 adilgerRemove call to set_page_clean() from lustre_commit_write().
2002-08-20 gord-figTweak distribution files.
2002-08-19 adilgerReturn an error code if the test_brw read check failed.
2002-08-19 adilgerMinor cleanups to test_brw path + debugging to see...
2002-08-19 rread- looks like osc_enqueue is now looking at the strip_co...
2002-08-19 rread- fix return code in mds_getattr_internal
2002-08-19 rread- generate some simple configs
2002-08-19 adilgerAdd some basic data integrity checking to obdecho.
2002-08-19 shaverReplace ldlm_lock's connection handle with an export...
2002-08-19 adilgerFix case where rc was not set.
2002-08-19 pschwan- Maintain a list in the ll_inode_data of data (OST...
2002-08-17 rread- writing data to lov stripes is beginning to work...
2002-08-17 shaver* l_wait_event can now do interrupts without a timeout...
2002-08-17 rreadSome architectures (like ppc) need linux/init.h to...
2002-08-17 rread- cleanup callback data to get striping to work
2002-08-16 adilgerAdd --with-linuxdir= to match howto (and be more correct).
2002-08-16 adilgerFix yet one more hidden-by-missing-kmap compile error.
2002-08-16 adilgerFix harmless compile warning. Not sure the code is...
2002-08-16 adilgerFinally appear to have a bug free "locked page" handler...
2002-08-16 adilgerRemove old journal callback compatibility support.
2002-08-16 adilgerRemove open-coded list walking.
2002-08-16 adilgerRemove some grossness I previously put in the error...
next