Whamcloud - gitweb
No dput's, the VFS does this. Some sanity with rename appears to
[fs/lustre-release.git] / lustre / llite /
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.
2002-06-12 adilgerPart of the O_DIRECT fix. The page indices iobuf...
2002-06-12 adilgerCheck the f_mode field instead of the f_flags field...
2002-06-08 adilgerMove VM stuff into lib/page.c.
2002-06-08 adilgerFix some minor llite bugs. Should fix fsx problems.
2002-06-03 adilgerAdd llite file flag to allow skipping the locking for...
2002-05-30 adilgerClean up the object on the OST if there is a failure...
2002-05-30 adilgerClean up in the right order on the failure path.
2002-05-30 adilgerClean up error llite open/release handling code. Still...
2002-05-28 adilgerDo proper cleanup in ll_read_super() if there are error...
2002-05-25 braamHooks for intent-based locks
2002-05-24 braam- another attempt to get the blocksize right
2002-05-24 braamTry to get working chunk size for IA64 where PAGE_CACHE...
2002-05-23 adilgerDon't use 4096 hard-coded for PAGE_SIZE.
2002-05-23 pschwan- Fixed symlinks
2002-05-23 pschwan- Fixed problem where all files were owned by root
2002-05-21 pschwanFix small variable confusion that corrupted MDS data
2002-05-17 pschwan* Split struct niobuf into niobuf_local and niobuf_remote
2002-05-12 braam- make directIO conditional on kernel version
2002-05-12 braam- mds failover code
2002-05-09 pschwanLanding the ldlm_testing branch; now the only differenc...
next