Whamcloud - gitweb
* now current with lmc and lconf
[fs/lustre-release.git] / lustre / lib /
2002-09-16 adilgerReplace all of the "char[37]" uses with obd_uuid_t.
2002-09-12 adilgerAllos statfs to return values larger than 16TB.
2002-09-12 adilgerLarge commit which implements more "intelligent" offset...
2002-09-09 pschwan- osc_create was setting lmd_stripe_count to 1 instead...
2002-09-09 braam- change field names for clarity.
2002-09-07 adilgerClean up compiler warnings for 64-bit systems where...
2002-09-07 adilgerChange internal statfs calls to pass struct obd_statfs...
2002-09-06 shaver- Chain imports on connection, like exports.
2002-09-06 gord-figRemove page.c and debug.c from EXTRA_DIST. Please...
2002-09-06 adilgerAt least acknowledge that statfs wraps at 16TB filesyst...
2002-09-05 pschwanBack out some lprocfs changes to common code until...
2002-09-05 thantryRe-added lock(s) as library
2002-09-05 pschwan- debug.c was only used by obdclass, so I moved it...
2002-09-05 eebFixed service request buffer race
2002-09-04 adilgerCommit braino fix that I already fixed locally.
2002-09-04 adilgerGet the directory inode semaphore, just to be copasetic...
2002-09-03 rread* move recover.c from llite to ptlrpc
2002-09-03 adilgerFix header problem for building on RH kernels.
2002-09-03 braam- change the prefix of bulk descriptors to bd_ and...
2002-09-03 shaverWARNING: we currently crash on unmount after the last...
2002-09-02 pschwan- remove the unused 'id' from mdc_enqueue
2002-08-30 adilgerAdd assertions to {push,pop}_ctxt because we are oopsin...
2002-08-29 adilgerUse o_brw instead of o_getattr to distinguish between...
2002-08-26 shaver* Move recovery state into connection from client,...
2002-08-22 adilgerMinor cleanups.
2002-08-22 rread- stripe md fixes
2002-08-22 braamfixes for LOV -- CAREFUL this may break the tree...
2002-08-21 braam- give inodes more metadata for objects. Per stripe...
2002-08-20 adilgerRemove call to set_page_clean() from lustre_commit_write().
2002-08-20 gord-figTweak distribution files.
2002-08-19 adilgerAdd some basic data integrity checking to obdecho.
2002-08-19 pschwan- Maintain a list in the ll_inode_data of data (OST...
2002-08-17 shaver* l_wait_event can now do interrupts without a timeout...
2002-08-16 shaver* Fix interrupt-pending-when-timeout-occurs handling...
2002-08-12 pschwanb=585183
2002-08-12 shaverFirst steps at getting recovery back off the ground:
2002-08-11 braam- change I/O to use a pagearray
2002-08-10 adilgerFix LDLM namespace leak in client_obd_connect() if...
2002-08-07 shaver* Pass the connecting client's UUID (NB: not the _conne...
2002-08-06 pschwan- Grammatical, LDLM updates to network.lyx
2002-08-01 braam- send client UUID over in the connect calls
2002-08-01 adilger- Set valid flags in llite and not OSC. It does not...
2002-07-31 braam- move the peter branch changes to the head
2002-07-18 pschwanMore connection-level hackery for the DLM
2002-07-17 adilgerBig diff, mostly cosmetic.
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-12 pschwan- Fixed up some OST handler functions to always return...
2002-07-04 rread- install setup scripts and config
2002-07-01 braam- much of the striping configuration managment and...
2002-06-30 braam- except for fixing the segfault in the documentation...
2002-06-29 braamMinor bug fixes to get export handles used by the DLM...
2002-06-29 rread- fix make dist
2002-06-28 braam- shared MDS/OST connection routines
2002-06-28 braam- The same changes made to the OST are now working...
2002-06-25 adilgerMerge trivial changes from branch to head.
2002-06-23 braam- improve the explanatory comment
2002-06-23 braam- minor fix
2002-06-23 braam- add reentrant locks
2002-06-20 adilgerAdd ll_pack to the head.
2002-06-17 pschwanMany dlm and intent lock fixes.
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
2002-06-12 adilgerWhitespace cleanup
2002-06-12 adilgerDon't dereference niobuf_local page if it is not set...
2002-06-10 adilgerSame fix for lustre_get_page_write().
2002-06-10 adilgerDon't kmap() a this page twice. We kunmap() in lustre_...
2002-06-10 adilgerDump ->addr as a pointer instead of a long long.
2002-06-08 adilgerMove VM stuff into lib/page.c.
2002-05-24 pschwan- Quiet some journal verbosity
2002-05-24 pschwan- Fixed some 64bit warnings
2002-05-23 adilgerDon't BUG() if we just run out of space.
2002-05-23 adilgerRename dump to debug to hold generic debugging code.
2002-05-23 adilgerFix locking with filter. This changes the way objects...
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-05-12 braam- mds failover code
2002-05-09 adilgerRoutines to "pretty print" various lustre data structs...
2002-05-06 adilgerMinor change to niobuf variable name so it is consistent.
2002-04-29 braam- see message on previous commit.
2002-04-27 adilgerSend last_rcvd values around when talking to the MDS...
2002-04-27 adilgerAdd lustre_fsync() helper function.
2002-04-23 adilgerReturn an error from simple_mkdir() if the target exist...
2002-04-22 braam- rename ha_mgr to recovd
2002-04-16 adilgerAdd mount_count file to hold the current MDS generation...
2002-04-15 adilgerOptimize write-full-page so that we don't read in a...
2002-04-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
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 pschwan- fixed up lustre_mds.h to allow inclusion in userspace...
2002-03-27 braamThere was a race between ll_unlink and ll_create_node...
2002-03-24 braam*** empty log message ***
2002-03-24 braam- more of the locking infrastructure.
2002-03-23 braamRemove yet another extraneous BUG()
2002-03-22 pschwanRemove silly BUG() that catches "erroneous" writes...
2002-03-21 braamdd kernel version deps
2002-03-14 braam- Small changes for packaging
2002-03-14 pschwan- fixed some NTOH/HTON mixups
2002-03-14 braam- many small makefile changes to build package convenie...
2002-03-11 adilgerUnlock page in lustre_prepare_page() if there is an...
2002-03-11 pschwan- a few more header cleanups
2002-03-10 pschwanWe touched everything, but it's not as scary as it...
next