Whamcloud - gitweb
* Fix for 1974
[fs/lustre-release.git] / lustre / obdfilter /
2003-09-12 adilgerWrite out MDS last_rcvd when first created, don't wait...
2003-09-12 adilgerAdd extra assertions to the journal handling code.
2003-08-13 philb=1592
2003-08-12 philb=1642
2003-08-03 philOops, I think I had an unsaved buffer; backout accident...
2003-08-03 philb=1598
2003-08-01 adilgerFix for bug 1609 on CVS HEAD.
2003-07-25 philmerge b_devel into HEAD, which will become 0.7.3
2003-07-25 philmerge b_devel into HEAD, which will become 0.7.3
2003-07-03 pschwanmerge b_devel into HEAD (20030703)
2003-06-26 pschwanmerge b_devel into HEAD (20030626 merge tag) for 0.7.1
2003-06-12 pschwan- merge 0.7rc1 from b_devel to HEAD (20030612 merge...
2003-03-11 pschwanmerge b_devel into HEAD. Includes:
2003-03-02 pschwanland 0.5.20.3 b_devel onto HEAD (b_devel will remain)
2003-02-07 pschwanMerge b_md into HEAD
2003-01-06 adilgerMerge b_md to HEAD for 0.5.19 release.
2002-12-14 pschwanland b_md onto HEAD. the highlights:
2002-12-06 pschwanmerge b_md into HEAD:
2002-12-02 adilgerMerge of b_md to HEAD:
2002-11-18 pschwanb=191
2002-11-13 thantry Bug #357, no more gratituous new line..., or typecasting
2002-11-13 thantryName changes to make all file system statistics names...
2002-11-13 thantry1. Bug fix for Bug #320, also needs repair of lconf...
2002-11-12 adilger2.5 fixes copied from MDS 2.5 code.
2002-11-08 adilgerFix for many-clients-and-server-on-same-node deadlock...
2002-11-08 adilgerSome additional changes for kmem accounting that I...
2002-11-07 pschwanmerging all noncontroversial pieces of b_symlink into...
2002-11-06 rread- wholesale renaming of the brw associated callback...
2002-11-05 pschwan- Replaces the LDLM lock counters (in /proc/ldlm/)
2002-11-02 thantry1. Fixed cleanup issue where I was *indeed* accesing...
2002-11-02 braam- fixes for dentry problems from Phil and myself
2002-11-01 thantryLproc-snmp code drop
2002-10-29 adilgerAdd filter_dops at the same point where we add dentry...
2002-10-28 shaverOnly initialize fdd in terms of object_dentry once...
2002-10-28 adilgerFix space leak after recent change of openunlink code...
2002-10-26 adilgerOne lock too many.
2002-10-26 pschwanOops, one more.
2002-10-26 pschwan- Fixes build break and &&-instead-of-& logic error
2002-10-26 adilgerSupport for delayed-destroy of objects on the OST....
2002-10-23 thantryFile containing read/write fptr implementations for...
2002-10-21 braam- fixes to osc_brw path to address fsx failures. We...
2002-10-21 braam- compile fixes for 2.5 -- somewhat tentative here...
2002-10-19 braamONLY UPDATE IF YOU NEED THIS (i.e. Andreas probably...
2002-10-19 shaver- Split import reconnection and replay (OSC only needs...
2002-10-18 adilgerHeader changes needed to compile under 2.5 (compiled...
2002-10-18 adilgerMore merging from the 2.5 tree.
2002-10-15 shaver- Move recovery setup into the (network-using) connect...
2002-10-11 adilgerPoisoning of all cookies at free time (to work around...
2002-10-10 pschwanb=621450
2002-10-04 adilgerAdd BKL for obdfilter also.
2002-10-03 adilgerFix problems if ext3 and extN have different sb_info...
2002-10-01 adilgerAdd header removed from obd_filter.h.
2002-09-25 braam- add ucred structure. MDS now sets the fsuid and...
2002-09-24 adilgerFix simple_mknod() to handle existing files properly.
2002-09-24 braamAdd this include for a clean compile.
2002-09-20 adilger64-bit printout cleanups.
2002-09-19 braam- add hardlink support
2002-09-16 adilgerShould only happen with lctl, but just to be safe...
2002-09-16 adilgerReplace all of the "char[37]" uses with obd_uuid_t.
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-11 adilgerAdd 0x prefix to hex numbers.
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-05 pschwan- debug.c was only used by obdclass, so I moved it...
2002-09-04 shaver- initialize LDLM client data on obdfilter, not ost...
2002-09-02 adilgerMinor cleanups.
2002-09-02 adilgerCheck for a few error conditions.
2002-08-30 rread- saw a problem with the order of how filter was initia...
2002-08-29 adilgerAdd dcount assertions in obdfilter to catch any funny...
2002-08-26 adilgerRemove dead functions.
2002-08-23 adilgerMake all of the obdo<->inode and obdo<->iattr copy...
2002-08-21 braam- give inodes more metadata for objects. Per stripe...
2002-08-21 braam- In ordinary writes (not O_DIRECT) do not round the...
2002-08-16 adilgerFix yet one more hidden-by-missing-kmap compile error.
2002-08-16 adilgerFinally appear to have a bug free "locked page" handler...
2002-08-14 adilgerFix annoying bugs in filter_write_locked_page() - we...
2002-08-12 adilgerMiscellaneous minor changes as a result of code audit.
2002-08-12 pschwan- James Newsome's dlm stress test
2002-08-11 braam- change I/O to use a pagearray
2002-08-10 adilgerUse list_heads properly. In a few places we were using...
2002-08-08 pschwanmore export cleanup
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-07-31 braam- move the peter branch changes to the head
2002-07-26 rread- small include changes needed compile on powerpc
2002-07-25 braamFix some simple errors and warnings
2002-07-24 adilgerMake a distinction between bulk callbacks and brw callb...
2002-07-17 gord-figTweak autogen.sh and Makefiles to be compatible with...
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-05 adilgerChange module data to use "info@clusterfs.com" email...
2002-07-05 adilgerAdd statfs support for proper blocks count to head.
2002-07-02 braamMinor fixes to get setup to work again. Fix some braino...
2002-06-30 braam- except for fixing the segfault in the documentation...
2002-06-30 braam- small issues
2002-06-29 braamFile I/O fix: move the lock name space to the filter...
2002-06-29 braamMinor bug fixes to get export handles used by the DLM...
2002-06-27 braamDon't update your trees yet..... Brian and I are trying...
2002-06-25 adilgerMerge trivial changes from branch to head.
next