Whamcloud - gitweb
fs/lustre-release.git
2002-07-25 braam- remove two almost unused fields from the OST request...
2002-07-24 pschwanfix ldlm_cli_cancel return value
2002-07-24 adilgerFix RPC request leak and potential refcounting problems...
2002-07-24 adilgerMissed one...
2002-07-24 adilgerInitialize bulk descriptor refcount to 1, and call...
2002-07-24 adilgerMake a distinction between bulk callbacks and brw callb...
2002-07-24 adilgerActually use the COUNT value.
2002-07-24 shaverDon't deref desc after we drop our reference to it.
2002-07-24 shaverUnmap and decref bulk descriptors from a bottom half...
2002-07-23 adilgerAllow runtests to be configured for a maximum number...
2002-07-23 adilgerFix patch context.
2002-07-22 adilgerFix minor leak of import struct, which we do not use...
2002-07-22 adilgerRemove some cruft that got into chaos10 patch
2002-07-22 adilgerInclude lustre_mds.h to have definition for mdc_getlovinfo.
2002-07-22 adilgerCosmetic cleanup to use local variable for ll_inode_info.
2002-07-22 adilgerAdd beginning of symlink support. Not totally function...
2002-07-22 adilgerAdd helper function ptlrpc_bulk_addref() to match ptlrp...
2002-07-22 adilgerWe need an mdc_ref for a mountpoint, and not an mds_ref.
2002-07-22 adilgerCall bulk descriptor "desc" instead of "bulk" for consi...
2002-07-22 adilgerThis should fix the extN bug. I have not enabled index...
2002-07-22 adilgerAdd module refcounts for filesystem interface modules.
2002-07-20 gord-figHOWTO updates.
2002-07-20 gord-figMake the usermode patch apply cleanly.
2002-07-20 adilgerAdd intent support for MKNOD.
2002-07-20 braam- new patch for new LLNL kernel. No changes.
2002-07-19 braamPatch was missing IT_LOOKUP.
2002-07-19 adilgerFixups - should work for single ost.
2002-07-19 adilgerChange mountpoint to be /mnt/lustre for LOV XML config.
2002-07-19 adilgerFix linux version checking so that modules install...
2002-07-19 adilgerSo, it turns out that the CVS head was wrong - kptroute...
2002-07-19 adilgerGet the correct return code from the setup, not from...
2002-07-19 adilgerRemove intersync stuff from /etc/init.d/lustre.
2002-07-19 adilgerChange the default config so that it doesn't do anythin...
2002-07-19 adilgerSame fixes on head as branch.
2002-07-19 pschwanPeter's module fixes on the tip
2002-07-18 braam- fix / problem
2002-07-18 pschwan- added recovery.lyx
2002-07-18 pschwanadd config files to EXTRA_DIST
2002-07-18 braamrevert configure.in
2002-07-18 braamMakefile now puts the version and date on front of...
2002-07-18 pschwanSplit the documentation and sample config files into...
2002-07-18 gord-figAdd Phil's patch-2.4.18-um change.
2002-07-18 gord-figAdd version information to lustre-HOWTO.
2002-07-18 pschwanchangelog update, head
2002-07-18 pschwana small coherence test with 2 mountpoints
2002-07-18 pschwanOne more.
2002-07-18 pschwanSmall cleanups to make it look and behave more like...
2002-07-18 adilgerA mostly-fix for "mknod /mnt/lustre/foofo p". It doesn...
2002-07-18 pschwanMore connection-level hackery for the DLM
2002-07-18 pschwanBe more explicit to aid debugging
2002-07-18 pschwansmall cleanup
2002-07-17 adilgerBig diff, mostly cosmetic.
2002-07-17 pschwan- Attempted fix for the crash-during-unload-after-ldlm...
2002-07-17 pschwan- Temporary fix for the problem that the MDS needs...
2002-07-17 gord-figTweak autogen.sh and Makefiles to be compatible with...
2002-07-17 rread- fix default rule
2002-07-17 braam- move LLNL kernel patch forward to chaos9
2002-07-17 rread- mountpoint uses mdc, not mds
2002-07-17 rread- mountpoints are coded, but ost uuid is not found...
2002-07-17 rread- lov config works now
2002-07-16 rread- clean up usage help
2002-07-16 rread- look for profile for the current hostname, or localho...
2002-07-16 rread- look for lctl in ../utils or in path
2002-07-16 rread- simple config, mostly to load modules
2002-07-16 rread- config and cleanup is working from obd to lov
2002-07-16 rread- initial checkin
2002-07-16 rread- use stdout for regular messages
2002-07-16 adilgerFix cleanup in llite/super.c
2002-07-16 rread- improve error handling for command line use
2002-07-16 adilgerFix problem with multiple connections to the same local...
2002-07-16 rread- remove obdfs/Makefile
2002-07-16 rread- configuring an obd seems to work
2002-07-16 rread- enable command line flags for lctl
2002-07-15 pschwanFixed brw_finish to kunmap the pointers in the bulk...
2002-07-15 pschwanThe ioctl handler for test_brw was corrupting kernel...
2002-07-15 rread- change id to ref
2002-07-15 pschwan- Fix for the 16kb page directory handling (thanks...
2002-07-15 braam- add Andreas's suggestion for the LLNL Oops's to the...
2002-07-14 braam- see previous message
2002-07-14 braam- lookup2: drop a lock in an unlikely error case; clari...
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-13 pschwanDon't load /etc/lustre/lustre.cfg if config files were...
2002-07-13 shaver- Use refcounting to control lifetime of bulk descriptors.
2002-07-13 pschwanosc_connect needs to go with level LUSTRE_CONN_NEW...
2002-07-13 pschwan- Added match_or_enqueue helper function
2002-07-13 pschwanFixed warning introduced yesterday
2002-07-12 adilgerDon't try to auto-load obd module when we are just...
2002-07-12 adilgerUse unique OST fault-injection code instead of duplicat...
2002-07-12 adilgerlist_mods() should not return an error if we are not...
2002-07-12 pschwan- Added some temporary LDLM_LOCK_PUT/LDLM_LOCK_GET...
2002-07-12 pschwan- Fixed up some OST handler functions to always return...
2002-07-12 rread- add lustre initscript
2002-07-12 rread- change version of HEAD to 0.5
2002-07-12 rread- fix typos
2002-07-12 rread- add module aliases to /modules.conf
2002-07-12 rread- fix rpm build
2002-07-12 rread- fixes from santa fe
2002-07-12 rread- run config in production
2002-07-11 adilgerRemove hard-coded mountpoint from runtests script.
2002-07-11 adilgerFix statfs for new ptlrpc interface in head.
next