Whamcloud - gitweb
Another slightly less rough cut at XML based configuration. There
[fs/lustre-release.git] / lustre / llite /
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...
2002-04-29 braam- and here are the new files with the previous commit
2002-04-29 braam- documentation update for MDS recovery
2002-04-28 pschwan- small 64-bit warning fix
2002-04-27 adilgerSend last_rcvd values around when talking to the MDS...
2002-04-24 adilgerDon't print out bogus rootfid on error.
2002-04-24 adilgerFixups to handle error recovery when we are out of...
2002-04-23 adilgerFix symlinks when building a new tree outside the sourc...
2002-04-23 adilgerMinor cleanups, get ready to make statfs not complain.
2002-04-22 pschwan64-bit warning fixes. Someone should take a closer...
2002-04-22 adilgerFix MDS dir truncation bug.
2002-04-22 braam- rename ha_mgr to recovd
2002-04-17 pschwanThe noncontroversial portion of the last few days of...
2002-04-15 adilgertests/Makefile.am: remove ldaptest.c from build list...
2002-04-15 pschwanFixed build break
2002-04-15 pschwanFixed build break
2002-04-15 braamWARNING - if an RPC times out you will crash older...
2002-04-13 pschwan- added connection structure which encompasses some...
2002-04-10 braam- More Peter's additions for the ha manager. This doesn...
2002-04-10 pschwanNo new functionality outside of the DLM. ptlrpc_client...
2002-04-08 braam- name switch: "light" --> "lite"
2002-04-06 pschwanRemoves all traces of mds_req, mds_rep, ost_req, and...
2002-04-05 adilgerEnsure we undo everything in ll_read_super() on error.
2002-04-02 pschwan- lustre_mds.h: just shrink_dcache on de
2002-04-02 pschwan- fixed up lustre_mds.h to allow inclusion in userspace...
2002-03-31 braam- fixes to filter obd
2002-03-29 adilgerA bunch of minor cleanups when using sizeof(). This...
2002-03-27 braamThere was a race between ll_unlink and ll_create_node...
2002-03-27 braam- added a find_inode function that iget4() will use...
2002-03-24 braam- more of the locking infrastructure.
2002-03-24 pschwan- ll_file_open was not passing the correct file->f_flag...
2002-03-23 braam- don't read the page if we're just about to completely...
2002-03-20 pschwan- Removed the (nearly) unused obd_print_entry and fixed...
2002-03-14 pschwan- fixed some NTOH/HTON mixups
2002-03-14 braam- many small makefile changes to build package convenie...
2002-03-12 pschwan- brought lustre-debugging.lyx up to date
2002-03-11 pschwan- a few more header cleanups
2002-03-10 pschwanWe touched everything, but it's not as scary as it...
2002-03-09 braam- add open and close calls: initial purpose is to suppo...
2002-03-07 pschwan- module insert code moved to tests/common.sh
2002-03-03 braam- bulk handling from callbacks
2002-03-03 braam- tiny fix to ost_request.c
2002-03-03 pschwanMerged branch 'peter' with the tip. Pre-merge tag...
2002-02-27 braam- fix connection find on OST
2002-02-27 braam- bug fix to unload modules with safe wait functions
2002-02-25 braam- wrong offset in commit page
2002-02-25 braamWrong object id sent to obd - fixed
2002-02-25 braam- uninitialized error code
2002-02-24 pschwanThe most tedious patch in history. Changes almost...
2002-02-24 pschwan- Added DEBUG_SUBSYSTEMs
2002-02-23 pschwan- Converted lots of debugging printks to CDEBUGs
2002-02-21 pschwanPass 1 of debugging and leak cleanup:
2002-02-21 braam- elimininate the system calls from filter obd
2002-02-19 braamThis adds most of the metadata infrastructure: I think...
2002-02-14 braam- changed back to using no optimization for UML modules...
2002-02-13 braam- set_page_dirty ifdef for kernels on either side of...
2002-02-09 braamMinor fixes to
2002-02-06 braamMinor cleanups and debugging statements added.
2002-02-01 braamMinor bugfix to allow multiple networked operations:
next