Whamcloud - gitweb
Add l_dput assertion.
[fs/lustre-release.git] / lustre / llite /
2002-08-26 shaver* Move recovery state into connection from client,...
2002-08-26 pschwanb=596505
2002-08-23 adilgerFix read-of-empty-page problem. Also avoid extraneous...
2002-08-23 adilgerMake all of the obdo<->inode and obdo<->iattr copy...
2002-08-23 adilgerFix another nasty bug in ll_common_unlink - we were...
2002-08-23 adilgerReduce number of over-the-wire getattrs by half, and...
2002-08-23 rread- Doh!
2002-08-23 rread- add lov_pack.c to llite
2002-08-22 adilgerMinor cleanup.
2002-08-22 rread- fix false leak message
2002-08-22 adilgerMinor cleanups.
2002-08-22 pschwan- removed lock list from inode info
2002-08-22 braam- minor fixes trying to get the md right.
2002-08-22 braamfixes for LOV -- CAREFUL this may break the tree...
2002-08-22 pschwanMove obd_getattr from ll_lookup2 to ll_read_inode2
2002-08-22 pschwan- abstracted some parts of ll_size into ll_size_lock...
2002-08-21 pschwanin getattr requests, get the authoritative file size...
2002-08-21 braamChange lov.xml file a little so that it works with...
2002-08-21 adilgerFix symlink creation a bit more.
2002-08-21 adilgerSymlink support.
2002-08-21 braamNo dput's, the VFS does this. Some sanity with rename...
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-20 adilgerRemove bogus assertion. The dentry isn't instantiated...
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 adilgerRemove some grossness I previously put in the error...
2002-08-16 adilgerSet the o_valid flag for valid fields in the obdo....
2002-08-16 rread- fix mount by adding UUIDs requested by Mike
2002-08-15 adilgerDon't change local inode size if we had a write error...
2002-08-14 pschwan- comment out the noisy get/put LDLM_DEBUGs; I'll remov...
2002-08-14 adilgerFix obvious breakage in ll_direct_IO.
2002-08-14 adilgerFix most obvious breakage due to rename. Still not...
2002-08-12 pschwanb=585183
2002-08-11 braam- change I/O to use a pagearray
2002-08-08 pschwanIt would be nice to properly type obd_enqueue() to...
2002-08-08 pschwanFix stupid deadlock-causing mistake in llite file locki...
2002-08-07 shaver* Pass the connecting client's UUID (NB: not the _conne...
2002-08-07 adilgerFix request leaks for failed intent operations.
2002-08-06 adilgerReturn the real error code to the caller from ll_lookup2.
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 pschwanLanding random changes that were somehow never committe...
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-26 rread- small include changes needed compile on powerpc
2002-07-25 braamFix some simple errors and warnings
2002-07-25 pschwan- the LBUG() after ll_lock "fails" is no longer necessary.
2002-07-24 adilgerMake a distinction between bulk callbacks and brw callb...
2002-07-22 adilgerCosmetic cleanup to use local variable for ll_inode_info.
2002-07-22 adilgerAdd beginning of symlink support. Not totally function...
2002-07-20 adilgerAdd intent support for MKNOD.
2002-07-18 adilgerA mostly-fix for "mknod /mnt/lustre/foofo p". It doesn...
2002-07-17 adilgerBig diff, mostly cosmetic.
2002-07-17 pschwan- Temporary fix for the problem that the MDS needs...
2002-07-17 gord-figTweak autogen.sh and Makefiles to be compatible with...
2002-07-16 adilgerFix cleanup in llite/super.c
2002-07-16 adilgerFix problem with multiple connections to the same local...
2002-07-15 pschwan- Fix for the 16kb page directory handling (thanks...
2002-07-14 braam- lookup2: drop a lock in an unlikely error case; clari...
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-13 pschwan- Added match_or_enqueue helper function
2002-07-11 pschwan- The server side of the DLM wasn't always handling...
2002-07-06 rread- updates for rpm
2002-07-05 uid23919- Minor connection change to pass uuid's in.
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 adilgerAdd statfs fixups to head.
2002-07-05 adilgerAdd statfs support for proper blocks count to head.
2002-07-05 adilgerPass 64-bit object numbers wherever possible, instead...
2002-07-03 braam- first additions for rename.
2002-07-01 pschwan- more LDLM refcount locking infrastructure
2002-07-01 braam- much of the striping configuration managment and...
2002-06-30 pschwan- Fixes memory and refcount links in the DLM
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-25 braam- Cleanup of the lock callback infrastructure - not...
2002-06-24 adilgerFix o_valid and o_size for truncate through osc/ost...
2002-06-24 pschwan*** empty log message ***
2002-06-24 pschwancompilation cleanups
2002-06-23 pschwan- If the DLM server returns ELDLM_LOCK_ABORTED, pass...
2002-06-23 braam- remainder of rmdir changes
2002-06-23 adilgerllite and MDC statfs operations.
2002-06-23 braam- fixes for truncating new files with intent locks
2002-06-22 pschwanLBUG() if we get a NULL intent in ll_lookup2
2002-06-21 braam- commit mkdir fix to head as well. Head has slightly...
2002-06-20 pschwanFix one build error, one build warning, and one extreme...
2002-06-20 adilgerMerge from posix_stable.
2002-06-20 adilgerMerge from posix_stable.
2002-06-17 pschwanMany dlm and intent lock fixes.
2002-06-15 pschwan- Fixed serious LDLM bugs, including mistaking the...
2002-06-14 pschwan- Fix two leaks
2002-06-14 pschwan- Fixed remote dlm lock conversion
2002-06-14 pschwan- clear dentry->d_it in intent_release
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
2002-06-12 adilgerMinor cleanups.
next