Whamcloud - gitweb
Fix problem with duplicate inodes being created on the client. This should
[fs/lustre-release.git] / lustre / obdfilter /
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
2002-01-23 braamAdd missing files, cleanup .cvsignore's
2002-01-20 braamSmall fixes to get lustre_light mount working over...
2002-01-20 braamA few missing files...
2001-12-17 braamsmall changes and fixes to get the filter OBD working...
2001-12-13 braam- obd filter works over ext2, but bonnie++ is buggie
2001-12-11 braamNumerous changes: