Whamcloud - gitweb
Don't kmap() a this page twice. We kunmap() in lustre_put_page() so we
[fs/lustre-release.git] / lustre /
2002-05-10 adilgerFix each-entry-in-own-block problem for unindexed direc...
2002-05-10 adilgerBug fix for incorrect directory size - it was not setti...
2002-05-09 adilgerRoutines to "pretty print" various lustre data structs...
2002-05-09 adilgerInsmod extN if we are using a filesystem of that type.
2002-05-09 adilgerExit on setup error.
2002-05-09 adilgerAdd extN support to new_fs helper function.
2002-05-09 adilgerMacros useful for debugging the file offset/page index...
2002-05-09 adilgerWhitespace cleanup only.
2002-05-09 adilgerIgnore extN include files.
2002-05-09 adilgerOne more extN ignore.
2002-05-09 adilgerAdd some more files to extN cvsignore.
2002-05-09 pschwanLanding the ldlm_testing branch; now the only differenc...
2002-05-08 adilgerAdd ext3 extended attributes patch to extN. This neede...
2002-05-08 adilgerFix minor typo.
2002-05-08 adilgerAdd MDS filesystem methods for extN. For now they...
2002-05-08 adilgerAdd ext3 extended attributes patch. This does not...
2002-05-08 adilgerAdd extended attribute VFS methods to the inode operati...
2002-05-08 adilgerFor some reason extN complains about "ntohl" not being...
2002-05-08 adilgerRemove page.c from list of files (holdover from source...
2002-05-07 adilgerIgnore extN files copied into tree from kernel.
2002-05-07 adilgerWe don't actually use bulk_vec anywhere in ost_brw_read...
2002-05-06 adilgerMinor change to niobuf variable name so it is consistent.
2002-05-01 wmarcusmWMM
2002-05-01 pschwanFixed recovd deadlock
2002-05-01 pschwanAvoid cli_lock deadlock in ptlrpc_free_req
2002-04-30 pschwan- added a 'dying' head to fix very bad bug in yesterday...
2002-04-30 adilgerFix OSC_DEVNO. It was set initially in the inferior...
2002-04-30 pschwanFixup CFLAGS for building userspace test apps
2002-04-29 pschwanCreate sparse files unless using one of the gzipped...
2002-04-29 pschwanTrivial whitespace, struct, etc changes to bring the...
2002-04-29 pschwanremoved srv_ev from ptlrpc_service and put it on the...
2002-04-29 braam- and here are the new files with the previous commit
2002-04-29 braam- see message on previous commit.
2002-04-29 braam- documentation update for MDS recovery
2002-04-29 braamdefault is not relevant and leads to errors on all...
2002-04-28 pschwan- small 64-bit warning fix
2002-04-27 adilgerUpdate llext3.sh and llrext3.sh scripts to use new...
2002-04-27 adilgerSend last_rcvd values around when talking to the MDS...
2002-04-27 adilgerAdd a helper function to abstract the actual location...
2002-04-27 adilgerRemove redundant inode parameter from mds_fs_journal_da...
2002-04-27 adilgerAdd lustre_fsync() helper function.
2002-04-27 adilgerAdd last_committed, last_rcvd, and last_xid to the...
2002-04-26 adilgerUpdate journal callback patch so that we can tell if...
2002-04-26 adilgerAdd support for JBD journal callbacks to update MDS...
2002-04-24 adilgerAdd callbacks from the JBD (journal) to allow async...
2002-04-24 adilgerAdd client RPC xid to per-client last_rcvd data. If...
2002-04-24 adilgerCode to update the last_rcvd file within a transaction.
2002-04-24 adilgerMinor fixups to avoid warnings on 64-bit platforms.
2002-04-24 adilgerNice change to the OBD_ALLOC and OBD_FREE macros -...
2002-04-24 adilgerThe code to read the last_rcvd file at MDS startup.
2002-04-24 adilgerDon't print out bogus rootfid on error.
2002-04-24 adilgerAdd llcleanup.sh script. This is the opposite of the...
2002-04-24 adilgerAdd in a bit of explanation to the config file document...
2002-04-24 adilgerUpdate the new test configuration stuff to use the...
2002-04-24 adilgerFixups to handle error recovery when we are out of...
2002-04-24 adilgerAllow obdctl to use "$OBDDEV" to resolve a device numbe...
2002-04-24 adilgerAdded nesting of journaled operations to last_rcvd...
2002-04-24 adilgerOnly set up the MDS service after the filesystem-specif...
2002-04-23 adilgerSmall start to committing MDS changes. Testing/committ...
2002-04-23 adilgerChange llext3.sh and llrmount.sh to use obdfilter,...
2002-04-23 adilgerCommit minor cleanups to reduce size of outstanding...
2002-04-23 adilgerMore changes to OBDDEV so that cleanup works properly.
2002-04-23 adilgerAnother change to OBDDEV so that cleanup works properly.
2002-04-23 adilgerUse debugging macros to aid in tracing.
2002-04-23 adilgerRemove extraneous RSH_MDS from elan-server.cfg.
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...
next