Whamcloud - gitweb
Add l_dput assertion.
[fs/lustre-release.git] / lustre / mds /
2002-08-26 shaver* Move recovery state into connection from client,...
2002-08-22 shaver* Chain granted locks off the export.
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...
2002-08-19 rread- fix return code in mds_getattr_internal
2002-08-19 pschwan- Maintain a list in the ll_inode_data of data (OST...
2002-08-17 shaver* l_wait_event can now do interrupts without a timeout...
2002-08-16 adilgerFix harmless compile warning. Not sure the code is...
2002-08-16 adilgerRemove old journal callback compatibility support.
2002-08-16 adilgerRemove open-coded list walking.
2002-08-16 rread- fix mount by adding UUIDs requested by Mike
2002-08-14 pschwan- comment out the noisy get/put LDLM_DEBUGs; I'll remov...
2002-08-12 pschwanb=585183
2002-08-11 braam- change I/O to use a pagearray
2002-08-10 adilgerDo proper setup/cleanup of MDS exports and client data.
2002-08-09 rread- ensure lovconfig returns 0 on success
2002-08-08 pschwan- Don't shutdown the LDLM if other modules still have...
2002-08-07 shaver* Pass the connecting client's UUID (NB: not the _conne...
2002-08-06 adilgerDon't have spaces in process names.
2002-08-06 pschwan- Grammatical, LDLM updates to network.lyx
2002-08-02 shaver* Change mds_client_info to mds_export_data and embed...
2002-08-01 adilger- Set valid flags in llite and not OSC. It does not...
2002-07-31 braam- move the peter branch changes to the head
2002-07-30 adilgerAlways return a valid pointer or an error code from...
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-22 adilgerAdd module refcounts for filesystem interface modules.
2002-07-18 adilgerA mostly-fix for "mknod /mnt/lustre/foofo p". It doesn...
2002-07-17 adilgerBig diff, mostly cosmetic.
2002-07-17 gord-figTweak autogen.sh and Makefiles to be compatible with...
2002-07-14 braam- see previous message
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-13 pschwan- Added match_or_enqueue helper function
2002-07-05 pschwanItems of note:
2002-07-05 shaverPrevent C-c and C-z from locking us up, and make most...
2002-07-05 adilgerChange module data to use "info@clusterfs.com" email...
2002-07-05 adilgerAdd statfs fixups to head.
2002-07-05 adilgerAdd statfs support for proper blocks count to head.
2002-07-03 braam- first additions for rename.
2002-07-01 braam- much of the striping configuration managment and...
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-29 rread- fix make dist
2002-06-28 braam- The same changes made to the OST are now working...
2002-06-27 braamDon't update your trees yet..... Brian and I are trying...
2002-06-25 pschwan- ldlm fixes to get it to pass intent-test.sh, although...
2002-06-25 adilgerMerge trivial changes from branch to head.
2002-06-25 braam- Cleanup of the lock callback infrastructure - not...
2002-06-24 braam- fixes to let a client do correct lock cancellation...
2002-06-24 braamlast compile fixes: WARNING nothing works probably.
2002-06-24 braam- more fixes
2002-06-24 braam- mds compile fixes
2002-06-24 pschwan*** empty log message ***
2002-06-23 pschwan- The first unfinished bits of the DLM regression test...
2002-06-23 adilgerMove cleanup of service struct into ptlrpc_unregister_s...
2002-06-23 braam- fixes for truncating new files with intent locks
2002-06-21 pschwanFixed an MDS crash bug discovered as a result of earlie...
2002-06-20 pschwanFix many (mostly un-serious) build warnings
2002-06-17 pschwan- Add more DLM threads
2002-06-17 pschwan- Fixed some screwy ldlm resource refcount issues
2002-06-17 pschwanMany dlm and intent lock fixes.
2002-06-15 pschwan- Fixed serious LDLM bugs, including mistaking the...
2002-06-15 pschwanInstead of making two 128k request buffers, make ten...
2002-06-14 pschwan- Fix two leaks
2002-06-14 pschwan- We allow the intent policy function to abort lock...
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-06-14 adilgerFix a crash in the POSIX test.
2002-06-14 adilgerProbable fix for storing 64-bit objids on the MDS for...
2002-06-14 adilgerCreate the filesystem ROOT directory with 0755 permissi...
2002-06-13 pschwan- Added the obdo inline code to the OSC, for the non...
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
2002-06-12 adilgerDon't override MDS return code with transaction close...
2002-06-12 adilgerDon't open files (i.e. directories) on the MDS with...
2002-06-08 adilgerSave filesystem context before writing to last_rcvd...
2002-05-31 adilgerFix the RH-chaos kernel oops. This was caused by tryin...
2002-05-30 adilgerArgh, why can't C do what I mean and not what I say?
2002-05-29 adilgerMake mds_ext3.c and mds_extN.c build when no journal...
2002-05-29 adilgerMake the MDS filesystem interface code be a separate...
2002-05-29 adilgerAdd separate file for MDS filesystem interaction routines.
2002-05-28 adilgerAdd interface to extN filesystem which uses extended...
2002-05-23 adilgerAdd interface to updated journal callback interface...
2002-05-23 adilgerFix locking with filter. This changes the way objects...
2002-05-23 adilgerDon't BUG if we only run out of space.
2002-05-23 pschwan- Fixed symlinks
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-05-12 braam- mds failover code
2002-05-08 adilgerAdd MDS filesystem methods for extN. For now they...
2002-04-30 pschwan- added a 'dying' head to fix very bad bug in yesterday...
2002-04-29 pschwanTrivial whitespace, struct, etc changes to bring the...
2002-04-29 braam- documentation update for MDS recovery
2002-04-27 adilgerSend last_rcvd values around when talking to the MDS...
2002-04-27 adilgerRemove redundant inode parameter from mds_fs_journal_da...
2002-04-26 adilgerUpdate journal callback patch so that we can tell if...
2002-04-26 adilgerAdd support for JBD journal callbacks to update MDS...
2002-04-24 adilgerAdd client RPC xid to per-client last_rcvd data. If...
next