Whamcloud - gitweb
Downgrade to ps2pdf until changebars work with pdftex.
[fs/lustre-release.git] / lustre / llite /
2002-10-15 shaver- Rename the ptlrpc-general reconnection and replay...
2002-10-14 pschwanb=617851
2002-10-12 adilgerminor nicety.
2002-10-11 adilgerQuiet uninitialized variable warning.
2002-10-11 adilgerPoisoning of all cookies at free time (to work around...
2002-10-11 adilgerPoisoning of all cookies at free time (to work around...
2002-10-11 adilgerSupport delayed creation of objects, including a test...
2002-10-10 pschwanb=602707
2002-10-10 adilgerStill call mdc_close() if there was an error during...
2002-10-08 adilgerWorkaround in ll_create for BA OST hang bug - we were...
2002-10-08 rread* Protect d_it with a semaphore, Part I
2002-10-07 pschwanb=614459
2002-10-06 pschwanb=618962
2002-10-05 adilgerTwo fixed:
2002-10-05 shaverUnlock a lock that exists, fixing the build. (Thanks...
2002-10-04 shaver- Add support for umount -f: it invalidates all in...
2002-10-04 adilgerMinor cleanups.
2002-10-03 adilgerDon't hold i_sem for invalidate_inode_pages() in ll_loc...
2002-10-03 adilgerHandle error case when mdc_readpage() fails.
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...
next