Whamcloud - gitweb
Fix symlinks when building a new tree outside the source tree.
[fs/lustre-release.git] / lustre /
2002-04-23 adilgerFix symlinks when building a new tree outside the sourc...
2002-04-23 braam- newdev feature in obdctl
2002-04-23 braamDescription how to run the tests
2002-04-23 adilgerMissed one of the "OBDDEV" changes to allow common...
2002-04-23 adilgerCleanup - avoid extraneous indirection in ost_brw_write...
2002-04-23 adilgerMinor cleanups, get ready to make statfs not complain.
2002-04-23 adilgerAdd in UUID fields.
2002-04-23 adilgerAdd a couple of helper functions to get ll data from...
2002-04-23 adilgerUpdate scripts to use name2dev.
2002-04-23 adilgerClean and restart up before running the removal test.
2002-04-23 adilgerUse underscores instead of dashes in device environment...
2002-04-23 adilgerReturn an error from simple_mkdir() if the target exist...
2002-04-23 adilgerClear the current device in the filehandle if name2dev...
2002-04-22 pschwan64-bit warning fixes. Someone should take a closer...
2002-04-22 adilgerCosmetic cleanup.
2002-04-22 adilgerOnly put the ldlm connection if we are not connected...
2002-04-22 adilgerAdd mds_fs_journal_data() method to enable data journal...
2002-04-22 adilgerFix minor error in error checking.
2002-04-22 adilgerFix MDS dir truncation bug.
2002-04-22 braam- minor further changes to the test script:
2002-04-22 braam- small changes to name2dev:
2002-04-22 braam- fix mds_connect memory leak
2002-04-22 braam- rename ha_mgr to recovd
2002-04-18 adilgerInitialize ldlm_resources at allocation time instead...
2002-04-18 pschwanIt is pretty important that Lustre knows when the DLM...
2002-04-18 pschwanUse a new ptlrpc_client->cli_lock to protect the cli...
2002-04-18 pschwan- fixed some warnings in the DLM
2002-04-17 pschwanThe more controversial changes, although my tree finall...
2002-04-17 pschwanThe noncontroversial portion of the last few days of...
2002-04-16 adilgerAdd mount_count file to hold the current MDS generation...
2002-04-15 adilgerOpen/create the last_rcvd file for MDS at filesystem...
2002-04-15 adilgerFix up thread exit status. It _should_ be returning...
2002-04-15 adilgertests/Makefile.am: remove ldaptest.c from build list...
2002-04-15 adilgerGrab the inode semaphore per VFS locking rules in the...
2002-04-15 adilgerOptimize write-full-page so that we don't read in a...
2002-04-15 braam- new file
2002-04-15 braam- added, may prove useful as the first 20 lines of...
2002-04-15 pschwanFixed build break
2002-04-15 pschwanFixed build break
2002-04-15 braamWARNING - if an RPC times out you will crash older...
2002-04-15 pschwanPopulate 'peer' before using it.
2002-04-15 pschwanFixed some thinkos in the remote connection/token stuff...
2002-04-15 pschwanptlrpc_client->cli_lock moved to ptlrpc_connection...
2002-04-13 pschwan- added connection structure which encompasses some...
2002-04-12 adilgerAdd elan config files (not sure if they are correct...
2002-04-12 braam- add a new directory for extN file system: ext3 with...
2002-04-11 adilgerRenamed a few of the config files so that they are...
2002-04-11 adilgerA regression test for networking (probably using the...
2002-04-11 adilgerSplit out the various common configurations into simple...
2002-04-10 adilgerConsolidate verbose flag parsing.
2002-04-10 adilgerChange the "silent" handling code to be "verbose" handl...
2002-04-10 adilgerMention new --device flag for running obdctl commands...
2002-04-10 adilgerWe already create /mnt/lustre in setup_lustre if it...
2002-04-10 braam- More Peter's additions for the ha manager. This doesn...
2002-04-10 pschwanNo new functionality outside of the DLM. ptlrpc_client...
2002-04-10 adilgerSupport for running multiple threads with a single...
2002-04-09 adilgerAdd new command to allow obdctl usage from command...
2002-04-09 adilgerClean up obdctl code:
2002-04-09 adilgerStart to abstract out the location of modules for LUSTR...
2002-04-09 adilgerUse "$(PORTALS)" and "$(top_srcdir)" instead of "....
2002-04-09 adilgerosc/osc_request.c: replace "n" with "pages", as "n...
2002-04-09 adilgerOnly try to run setup if there isn't already a Lustre...
2002-04-09 adilgerMinor change - rename "run" to "test_fail" to match...
2002-04-09 adilgercommon.sh: move all of the portals setup from setup...
2002-04-08 adilgerFix typo "lusre" -> "lustre"
2002-04-08 braam- name switch: "light" --> "lite"
2002-04-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
2002-04-05 adilgerEnsure that the file type is valid.
2002-04-05 adilgerRemove use of ext2-specific inode flags to signal objid...
2002-04-05 adilgerEnsure we undo everything in ll_read_super() on error.
2002-04-05 adilgerAdd a check in new_fs() to try and avoid overwriting...
2002-04-05 adilgerAdd open/close methods for filterobd.
2002-04-04 pschwan- Don't start acceptor in the background anymore
2002-04-04 pschwan- Fixed lock tests--early indicates are that extents...
2002-04-04 adilgerAdd journal wrapping calls to all of the mds_reint...
2002-04-04 pschwan- Don't abort if fig2dev doesn't exist
2002-04-03 adilgerAdd skeleton definition for struct obd_run_ctxt to...
2002-04-03 adilgerBecause we now return an error code from filter_prep...
2002-04-03 adilgerThe start of moving the MDS root out of the filesystem...
2002-04-03 adilgerClean up strange loop variable usage in filter_preprw...
2002-04-03 adilgerHave filter_prep() return an error code, and minor...
2002-04-03 adilgerRemove simple_mkdir(), push_ctxt(), and pop_ctxt()...
2002-04-03 adilgerAdd .eps files to ignored files for doc/ directory.
2002-04-03 adilgerYou don't need to specify the size for new_fs() if...
2002-04-03 adilgerMake some attempt to clean up ptlrpc_init_svc() if...
2002-04-03 adilgerMove MOD_INC_USE_COUNT up in ost_setup() to avoid modul...
2002-04-03 adilgerAdd push_ctxt and pop_ctxt to simple.c from filter.c.
2002-04-03 adilgerMove simple_mkdir() out of filterobd so that MDS can...
2002-04-02 braam- update a 3 year old message
2002-04-02 adilgerFix the setattr and rename error messages and turn...
2002-04-02 adilgerAdd checks into MDS failure test to verify operations...
2002-04-02 braam- this Makefile.am re-builds the eps pictures and the...
2002-04-02 braamadd missing close to filter obd
2002-04-02 adilgerRe-enable writes only after MDS has been shut down.
2002-04-02 adilgerA script which sets up an ext3 testbed (ala llext3...
2002-04-02 braam- add disk write instrumentation to 2.4.18 patch
2002-04-02 pschwan- lustre_mds.h: just shrink_dcache on de
2002-04-02 braam- forgot to put the parent...
2002-04-02 braam- second part of shrink fix
2002-04-02 braam- part one of prune fix.
next