Whamcloud - gitweb
More makefile fixes.
[fs/lustre-release.git] / lustre / llite /
2002-10-03 shaver- Add mount-epoch checking in most (all?) inode-using...
2002-10-02 adilgerSet the ino earlier - it appears that the second RPC...
2002-10-02 adilgerMinor updates for readability.
2002-10-02 pschwan- Do proper refcounting on export->exp_connection ...
2002-10-01 adilgerFix problem with duplicate inodes being created on...
2002-10-01 shaver- Add RD_TROUBLED state for items that need to start...
2002-10-01 pschwan- ChangeLog update for 0.5.13
2002-09-30 pschwanb=614622
2002-09-24 pschwanThe old patch was failing because sometimes the inodes...
2002-09-24 adilgerUse the OBD_MD_FLTYPE and OBD_MD_FLMODE flags where...
2002-09-24 pschwanBack out the piece of the locking fix that caused the...
2002-09-24 pschwan- Adds an int 'local_only' to the cancel_unused functio...
2002-09-22 pschwanb=612449
2002-09-22 pschwanb=605627
2002-09-19 braam- add hardlink support
2002-09-18 pschwanProbably memory corruption bug: the file lock bits...
2002-09-17 pschwanb=596503
2002-09-17 adilgerRemove the locking warning added yesterday.
2002-09-16 adilgerDon't look at the EA magic in the filesystem, but use...
2002-09-16 adilgerTODO message.
2002-09-16 braam- a fix for Gary's directory read-back bug. You can...
2002-09-16 braam- a fix for single node rm `pwd` problems. The distrib...
2002-09-16 pschwanb=609205
2002-09-14 braam- don't forget to pass data and data_len on to the...
2002-09-12 adilgerMinor fix for getting the EA size.
2002-09-12 adilgerAllos statfs to return values larger than 16TB.
2002-09-12 adilgerFix minor printf breakage introduced today.
2002-09-12 adilgerFix minor braino.
2002-09-12 adilgerLarge commit which implements more "intelligent" offset...
2002-09-11 adilgerUse OBD_PUNCH_EOF constant instead of lots of f's.
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-09 adilgerClarify that ll_brw() gets lustre flags and not the...
2002-09-09 pschwanIf the 'nolocks' mount option is set, avoid taking...
2002-09-09 braam- add nolocks mount option osc=foo,mdc=bar,nolocks
2002-09-08 pschwan- We don't use pga[i].pg->index, so don't overwrite...
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 pschwanLittle cleanups:
2002-09-06 shaver- Chain imports on connection, like exports.
2002-09-06 adilgerAt least acknowledge that statfs wraps at 16TB filesyst...
2002-09-05 pschwan- debug.c was only used by obdclass, so I moved it...
2002-09-05 pschwan- Fixed some error messages in the LOV
2002-09-04 adilger"fix" the page->index value for direct_IO pages.
2002-09-03 rread* move recover.c from llite to ptlrpc
2002-09-03 shaverWARNING: we currently crash on unmount after the last...
2002-09-02 adilgerPass 64-bit RPC XIDs around, since this is really how...
2002-09-02 adilgerMinor change.
2002-09-02 pschwanI'm a moron and spin_unlock was a no-op.
2002-09-02 pschwanFix eric's extremely well-spotted locking bug. It...
2002-09-02 pschwanOops, missed a file in the mdc_enqueue change
2002-08-29 adilgerFix up the spinlock situation around rq->rq_list and...
2002-08-27 adilgerRemove some old code now that we have the EOF lock.
2002-08-27 adilgerWhenever we get the file size from the OST, also get...
2002-08-26 adilgerMake symlinks actually work:
2002-08-26 adilgerFix minor typo in debug output.
2002-08-26 shaver* Move recovery state into connection from client,...
2002-08-26 pschwanb=596505
2002-08-23 adilgerFix read-of-empty-page problem. Also avoid extraneous...
2002-08-23 adilgerMake all of the obdo<->inode and obdo<->iattr copy...
2002-08-23 adilgerFix another nasty bug in ll_common_unlink - we were...
2002-08-23 adilgerReduce number of over-the-wire getattrs by half, and...
2002-08-23 rread- Doh!
2002-08-23 rread- add lov_pack.c to llite
2002-08-22 adilgerMinor cleanup.
2002-08-22 rread- fix false leak message
2002-08-22 adilgerMinor cleanups.
2002-08-22 pschwan- removed lock list from inode info
2002-08-22 braam- minor fixes trying to get the md right.
2002-08-22 braamfixes for LOV -- CAREFUL this may break the tree...
2002-08-22 pschwanMove obd_getattr from ll_lookup2 to ll_read_inode2
2002-08-22 pschwan- abstracted some parts of ll_size into ll_size_lock...
2002-08-21 pschwanin getattr requests, get the authoritative file size...
2002-08-21 braamChange lov.xml file a little so that it works with...
2002-08-21 adilgerFix symlink creation a bit more.
2002-08-21 adilgerSymlink support.
2002-08-21 braamNo dput's, the VFS does this. Some sanity with rename...
2002-08-21 braam- redo rename to instantiate d_new on the client, inste...
2002-08-21 braam- give inodes more metadata for objects. Per stripe...
2002-08-21 braam- add a name to ptlrpc_svc_init in preparation for...
2002-08-21 pschwan- Do an additional getattr in ll_lookup2 after we get...
2002-08-20 adilgerRemove bogus assertion. The dentry isn't instantiated...
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 adilgerRemove some grossness I previously put in the error...
2002-08-16 adilgerSet the o_valid flag for valid fields in the obdo....
2002-08-16 rread- fix mount by adding UUIDs requested by Mike
2002-08-15 adilgerDon't change local inode size if we had a write error...
2002-08-14 pschwan- comment out the noisy get/put LDLM_DEBUGs; I'll remov...
2002-08-14 adilgerFix obvious breakage in ll_direct_IO.
2002-08-14 adilgerFix most obvious breakage due to rename. Still not...
2002-08-12 pschwanb=585183
2002-08-11 braam- change I/O to use a pagearray
2002-08-08 pschwanIt would be nice to properly type obd_enqueue() to...
2002-08-08 pschwanFix stupid deadlock-causing mistake in llite file locki...
2002-08-07 shaver* Pass the connecting client's UUID (NB: not the _conne...
2002-08-07 adilgerFix request leaks for failed intent operations.
2002-08-06 adilgerReturn the real error code to the caller from ll_lookup2.
2002-08-06 pschwan- Grammatical, LDLM updates to network.lyx
2002-08-02 shaver* Change mds_client_info to mds_export_data and embed...
next