Whamcloud - gitweb
Fix eric's extremely well-spotted locking bug. It's not clear that we even
[fs/lustre-release.git] / lustre / llite / rw.c
2002-08-27 adilgerRemove some old code now that we have the EOF lock.
2002-08-26 pschwanb=596505
2002-08-23 adilgerFix read-of-empty-page problem. Also avoid extraneous...
2002-08-23 adilgerFix another nasty bug in ll_common_unlink - we were...
2002-08-21 braam- add a name to ptlrpc_svc_init in preparation for...
2002-08-15 adilgerDon't change local inode size if we had a write error...
2002-08-14 adilgerFix obvious breakage in ll_direct_IO.
2002-08-11 braam- change I/O to use a pagearray
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-24 adilgerMake a distinction between bulk callbacks and brw callb...
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-05 adilgerAdd statfs support for proper blocks count to head.
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-20 adilgerMerge from posix_stable.
2002-06-15 pschwan- Fixed serious LDLM bugs, including mistaking the...
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 adilgerPart of the O_DIRECT fix. The page indices iobuf...
2002-06-08 adilgerMove VM stuff into lib/page.c.
2002-06-08 adilgerFix some minor llite bugs. Should fix fsx problems.
2002-05-23 adilgerDon't use 4096 hard-coded for PAGE_SIZE.
2002-05-12 braam- make directIO conditional on kernel version
2002-05-12 braam- mds failover code
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-13 pschwan- added connection structure which encompasses some...
2002-04-08 braam- name switch: "light" --> "lite"
2002-03-31 braam- fixes to filter obd
2002-03-24 braam- more of the locking infrastructure.
2002-03-23 braam- don't read the page if we're just about to completely...
2002-03-12 pschwan- brought lustre-debugging.lyx up to date
2002-03-11 pschwan- a few more header cleanups
2002-03-07 pschwan- module insert code moved to tests/common.sh
2002-03-03 braam- bulk handling from callbacks
2002-03-03 pschwanMerged branch 'peter' with the tip. Pre-merge tag...
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-24 pschwanThe most tedious patch in history. Changes almost...
2002-02-24 pschwan- Added DEBUG_SUBSYSTEMs
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-01-31 braam- new RPC infrastructure:
2002-01-30 braamChanges to request processing:
2002-01-23 braamIt's been a good day: chmod/chown and friends now work...
2002-01-21 braam assorted bug fixes and a working directory readpage...
2002-01-20 braamSmall fixes to get lustre_light mount working over...
2002-01-20 braamSmall fixes to the request processing.