Whamcloud - gitweb
Increase the number of request buffers to 4096 from 1024 for a 4GB machine
[fs/lustre-release.git] / lustre / obdfilter /
2004-02-13 adilgerLanding b_bug974 onto HEAD (20040213_1538).
2004-02-09 adilgerZero end of page at obdfilter for partial page writes...
2004-02-09 adilgerFix truncate-vs-write corruption - truncate wasn't...
2004-02-07 rreadLanding b_recovery
2004-01-31 adilgerLand b_orphan on HEAD (20040130_1601)
2004-01-28 adilgerAllow OST read cache to be disabled (already on b1_0).
2004-01-28 adilgerLand b_bug2370 to HEAD (20040127_1701)
2004-01-15 alex- 2.6 fixes landed
2003-12-30 tianyingremove mount age check
2003-12-23 rreadb=2417
2003-12-21 greenReverted #974 for now as it causes problems for people.
2003-12-21 philb=2425
2003-12-17 adilgerSilence bogus compiler warning.
2003-12-17 zab- move the osc histogram helpers into lprocfs and renam...
2003-12-16 greenr=zab,phil
2003-12-15 tianying b: 2356
2003-12-14 philfix "empty case at end of compound statement" warning...
2003-12-11 zab- fix up rc = type-o spotted by adilger
2003-12-11 zabb=2339
2003-12-10 niub: 2226
2003-12-03 philland 1.0.1 fixes on main development branch (head)
2003-12-03 phildon't go into the unexplored territory that is the...
2003-12-03 philland v0.9.1 on HEAD, in preparation for a 1.0.x branch
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...
next