Whamcloud - gitweb
Subtract the OBD_FREE'd memory from the total before printing it.
[fs/lustre-release.git] / lustre /
2002-06-06 adilgerSubtract the OBD_FREE'd memory from the total before...
2002-06-06 braam- add more handling of intents (for chmod style functions)
2002-06-06 adilgerRename "bulk" to "desc" to avoid confusion with the...
2002-06-06 braamChange paths to use Lustre pathname instead of obd
2002-06-06 braamBring Makefile.am forward to move extN before mds.
2002-06-06 adilgerWe weren't freeing local_nb in ost_brw_read(). This...
2002-06-06 adilgerRemove ___wait_on_page entirely. If we ever need it...
2002-06-05 adilgerGet rid of local definition of ___wait_on_page. It...
2002-06-05 braam- fix Marcus' bug. Will move t_last_stable forward.
2002-06-05 adilgerChange the cleanup scripts to use the debug_kernel...
2002-06-03 adilgerMove ioctl values out of the way of standard ext2/ext3...
2002-06-03 adilgerAdd llite file flag to allow skipping the locking for...
2002-06-03 adilgerReplace usage of "page" with "bulk" where "page" was...
2002-06-03 adilgerChange object "refcounts" to be dgets instead of igets...
2002-05-31 adilgerFix block leak on truncate - we weren't setting the...
2002-05-31 adilgerFix the RH-chaos kernel oops. This was caused by tryin...
2002-05-31 adilgerFix minor typo in chaos1 patch.
2002-05-30 adilgerRemove debugging that slipped into checkin.
2002-05-30 adilgerCheck RPC reply status for both MDC and OSC. This...
2002-05-30 adilgerCreate a plain-text version of lustre-HOWTO.
2002-05-30 adilgerArgh, why can't C do what I mean and not what I say?
2002-05-30 behlendoA 2.4.18-chaos1 redhat/llnl patch that cleanly applies.
2002-05-30 adilgerClean up the object on the OST if there is a failure...
2002-05-30 adilgerClean up in the right order on the failure path.
2002-05-30 adilgerDon't oops if we have a NULL lock.
2002-05-30 adilgerClean up error llite open/release handling code. Still...
2002-05-30 adilgerSet the dir_index flag on extN filesystems if we are...
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.
next