Whamcloud - gitweb
fs/lustre-release.git
2002-05-30 adilgerRemove no-longer-needed inode operations (they previous...
2002-05-29 adilgerUpdate the journal callback code in patch-2.4.9-chaos14...
2002-05-29 adilgerRemove all of the extended attribute changes, as they...
2002-05-29 adilgerRemove VFS extended attribute interface so that extN...
2002-05-29 adilgerMake mds_ext3.c and mds_extN.c build when no journal...
2002-05-29 adilgerPrint when we are done the mount and start copying.
2002-05-29 adilgerMake the MDS filesystem interface code be a separate...
2002-05-29 adilgerAdd separate file for MDS filesystem interaction routines.
2002-05-29 adilgerMake xattr.c depend explicitly on patch-stamp, so that...
2002-05-29 adilgerAdd exports for extended attribute functions. This...
2002-05-29 adilgerAdd super_operations to struct mds_obd so that we can...
2002-05-29 adilgerAdd mds filesystem helper modules to setup and cleanup.
2002-05-28 adilgerAdd interface to extN filesystem which uses extended...
2002-05-28 adilgerDo proper cleanup in ll_read_super() if there are error...
2002-05-27 braamchanges to accomodate new directory names
2002-05-27 pschwanLast week's LOV hackery
2002-05-27 pschwanThis commit was generated by cvs2svn to compensate...
2002-05-27 pschwanInitial lustretop import
2002-05-26 pschwan- LBUG() on failed niobuf allocation
2002-05-25 braamHooks for intent-based locks
2002-05-25 pschwan- Quiet some journaling CERRORs
2002-05-24 adilgerFix patch problem.
2002-05-24 pschwan- Quiet some journal verbosity
2002-05-24 braam- another attempt to get the blocksize right
2002-05-24 braamTry to get working chunk size for IA64 where PAGE_CACHE...
2002-05-24 pschwan- Fixed some 64bit warnings
2002-05-24 adilgerFix refcount problem. It wasn't dentries that were...
2002-05-24 pschwanI am a superstar.
2002-05-24 pschwanIt did indeed fix it; here's the ones that I forgot.
2002-05-24 pschwanDo lots of explicit EXPORT_SYMBOLs to see if this cures...
2002-05-23 adilgerDon't BUG() if we just run out of space.
2002-05-23 adilgerAdd the xattr files to the list of dependencies.
2002-05-23 adilgerAdd interface to updated journal callback interface...
2002-05-23 adilgerHopefully final version of journal commit callback...
2002-05-23 pschwanchanged ioctl 'cmd' type from 'long' to 'int'
2002-05-23 adilgerRename dump to debug to hold generic debugging code.
2002-05-23 adilgerSave and restore the journal context between preprw...
2002-05-23 adilgerDon't use 4096 hard-coded for PAGE_SIZE.
2002-05-23 adilgerAdd journal_info to ptlrpc_bulk_desc for ext3.
2002-05-23 adilgerQuiet compiler warnings about unused values when we...
2002-05-23 adilgerFix locking with filter. This changes the way objects...
2002-05-23 adilgerDon't BUG if we only run out of space.
2002-05-23 pschwan- Fixed symlinks
2002-05-23 pschwan- Fixed problem where all files were owned by root
2002-05-23 pschwan- Moved filp_close()s up to avoid unnecessarily unlinki...
2002-05-23 pschwanCopied some patch infrastructure from ext2obd to extN
2002-05-23 adilgerQuiet some overly verbose messages.
2002-05-23 adilgerAdd a few more files to cvsignore
2002-05-22 adilgerUpdate patches to more closely match changes in 2.5...
2002-05-21 adilgerUpdate configurations to set up LDLM where needed.
2002-05-21 adilgerAdd LDLM setup/cleanup to subsystems set up via new...
2002-05-21 pschwanFix small variable confusion that corrupted MDS data
2002-05-21 pschwan- Fixed really stupid bug in events.c that was derefere...
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-05-16 adilgerVmalloc ns_hash instead of kmalloc (it is 128kB). ...
2002-05-14 behlendo 2.4.9 kernel patch against LLNL chaos14 kernels.
2002-05-12 braam- make directIO conditional on kernel version
2002-05-12 braam- test programs for directio, writing and opening
2002-05-12 braam- mds failover code
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.
next