Whamcloud - gitweb
- Bug 296: remove LDLM_MDSINTENT to fix mismatches with LDLM_PLAIN locks.
[fs/lustre-release.git] / lustre / obdfilter /
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.
2002-06-24 adilgerFix o_valid and o_size for truncate through osc/ost...
2002-06-23 braam- fixes for truncating new files with intent locks
2002-06-22 braamPage must be mapped before prepare write, since on...
2002-06-21 adilgerMerge from posix_stable.
2002-06-14 pschwan- Fixed remote dlm lock conversion
2002-06-14 pschwan- We allow the intent policy function to abort lock...
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
2002-06-08 adilgerMajor fixups for multi-page I/Os in filterobd.
2002-06-03 adilgerChange object "refcounts" to be dgets instead of igets...
2002-05-31 adilgerFix block leak on truncate - we weren't setting the...
2002-05-24 pschwan- Fixed some 64bit warnings
2002-05-24 adilgerFix refcount problem. It wasn't dentries that were...
2002-05-23 adilgerFix locking with filter. This changes the way objects...
2002-05-23 pschwan- Moved filp_close()s up to avoid unnecessarily unlinki...
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-04-23 adilgerFix symlinks when building a new tree outside the sourc...
2002-04-22 pschwan64-bit warning fixes. Someone should take a closer...
2002-04-17 pschwanThe noncontroversial portion of the last few days of...
2002-04-15 adilgerOptimize write-full-page so that we don't read in a...
2002-04-05 adilgerAdd open/close methods for filterobd.
2002-04-03 adilgerBecause we now return an error code from filter_prep...
2002-04-03 adilgerClean up strange loop variable usage in filter_preprw...
2002-04-03 adilgerHave filter_prep() return an error code, and minor...
2002-04-03 adilgerRemove simple_mkdir(), push_ctxt(), and pop_ctxt()...
2002-04-02 braamadd missing close to filter obd
2002-03-31 braam- fixes to filter obd
2002-03-29 braam- add obdfilter to our setup, cleanup and debug environment
2002-03-10 pschwanWe touched everything, but it's not as scary as it...
2002-03-08 adilgerDon't try to close file pointer if there was an error...
2002-02-24 pschwanThe most tedious patch in history. Changes almost...
2002-02-24 pschwan- Added DEBUG_SUBSYSTEMs
2002-02-21 braam- elimininate the system calls from filter obd
next