Whamcloud - gitweb
fs/lustre-release.git
19 years agob=6136
alex [Tue, 12 Apr 2005 13:05:21 +0000 (13:05 +0000)]
b=6136
r=<awaiting from eeb>

 - use correspondent list anchor

19 years ago* fix for 4580 vibnal NULL deref in arp callback
eeb [Tue, 12 Apr 2005 10:59:46 +0000 (10:59 +0000)]
*   fix for 4580 vibnal NULL deref in arp callback

19 years ago- added sanity-gns.sh test_5a
yury [Sat, 9 Apr 2005 11:57:34 +0000 (11:57 +0000)]
- added sanity-gns.sh test_5a

19 years agoBranch HEAD
wangdi [Fri, 8 Apr 2005 11:56:49 +0000 (11:56 +0000)]
Branch HEAD
add 2.6.10 fc3 kernel config

19 years ago- fixed lossing error code in llog processing during zconf mount. This caused
yury [Fri, 8 Apr 2005 08:24:21 +0000 (08:24 +0000)]
- fixed lossing error code in llog processing during zconf mount. This caused
accessing not initialized MDCs in the case of errors.

19 years agoBranch: HEAD
wangdi [Fri, 8 Apr 2005 07:46:17 +0000 (07:46 +0000)]
Branch: HEAD
1)minor fix and cleanup dev_rd_only kernel patch on HEAD
2)add sec support on kernel config
3)some cleanup

19 years ago- disable CDEBUG() ratelimit for a while
alex [Thu, 7 Apr 2005 16:40:42 +0000 (16:40 +0000)]
- disable CDEBUG() ratelimit for a while

19 years agoBranch: HEAD
wangdi [Thu, 7 Apr 2005 15:41:12 +0000 (15:41 +0000)]
Branch: HEAD
add signal bug fix  to uml patch

19 years ago- cleanups in sanity-gns.sh
yury [Thu, 7 Apr 2005 10:54:01 +0000 (10:54 +0000)]
- cleanups in sanity-gns.sh

19 years ago- removed hardcoded checking for ".mntinfo" on MDS to see if we are trying to open...
yury [Thu, 7 Apr 2005 10:49:37 +0000 (10:49 +0000)]
- removed hardcoded checking for ".mntinfo" on MDS to see if we are trying to open GNS mount object. By now only suid bit on directory is checked. This should not break anything, as it is not used for any purpose.

- cleanups, moving not needed to be widely known llite functions to llite_internal.h

- added test_4a to sanity-gns.sh. It checks how GNS mounting works with 20 concurrent threads aiming to mount the same object.

19 years agoBranch: HEAD
wangdi [Thu, 7 Apr 2005 10:19:37 +0000 (10:19 +0000)]
Branch: HEAD
minor fix in lkcd patch

19 years agoBranch: HEAD
wangdi [Thu, 7 Apr 2005 09:13:45 +0000 (09:13 +0000)]
Branch: HEAD
some patches fix for lustre in FC3

19 years agoBranch: b1_4
adilger [Wed, 6 Apr 2005 23:43:55 +0000 (23:43 +0000)]
Branch: b1_4
- update gmnal to use PTL_MTU, fix module refcounting, for HP
b=5786
r=mdoyle (original patch)

19 years agoBranch HEAD
wangdi [Wed, 6 Apr 2005 16:44:03 +0000 (16:44 +0000)]
Branch HEAD
update dev_read_only patch from b1_4, thanks for nathan's reminding

19 years agoBranch: HEAD
wangdi [Wed, 6 Apr 2005 16:25:49 +0000 (16:25 +0000)]
Branch: HEAD
minor fix in Makefile for uml patch

19 years agoBranch: HEAD
wangdi [Wed, 6 Apr 2005 16:18:43 +0000 (16:18 +0000)]
Branch: HEAD
add uml and vmware kernel config for FC3

19 years agoBranch HEAD
wangdi [Wed, 6 Apr 2005 16:10:05 +0000 (16:10 +0000)]
Branch HEAD
add lustre FC3 series

19 years agoBranch: HEAD
wangdi [Wed, 6 Apr 2005 16:05:44 +0000 (16:05 +0000)]
Branch: HEAD
add FC3 kernel patches

19 years agoBranch: b_cray
adilger [Wed, 6 Apr 2005 11:57:42 +0000 (11:57 +0000)]
Branch: b_cray
Allow utils to be built with cray portals.
b=5918
r=bogl (original change)

19 years ago* Updated gmnalnid.c with patch from HP
eeb [Wed, 6 Apr 2005 11:40:59 +0000 (11:40 +0000)]
*    Updated gmnalnid.c with patch from HP

19 years ago* changed vibnal compilation checks to allow gcc < 3.0.0 and
eeb [Wed, 6 Apr 2005 10:49:52 +0000 (10:49 +0000)]
*  changed vibnal compilation checks to allow gcc < 3.0.0 and
   allow HIGHMEM4G on x86 (bug 5852)

19 years ago* bringing llmount.c up to date for RapidArray (XD1) and IB Nals
eeb [Tue, 5 Apr 2005 20:33:42 +0000 (20:33 +0000)]
*  bringing llmount.c up to date for RapidArray (XD1) and IB Nals

19 years agob=5667
jacob [Tue, 5 Apr 2005 20:33:04 +0000 (20:33 +0000)]
b=5667

always include our local ioctl.h if _IOW isn't defined, which is
probably only catamount.

19 years ago* Updated lconf symbolic debug masks to be consistent with portals HEAD
eeb [Tue, 5 Apr 2005 19:01:15 +0000 (19:01 +0000)]
*    Updated lconf symbolic debug masks to be consistent with portals HEAD

19 years ago* 5852 vibnal highmem fix to always use page_to_phys() when calculating
eeb [Tue, 5 Apr 2005 17:54:32 +0000 (17:54 +0000)]
*   5852 vibnal highmem fix to always use page_to_phys() when calculating
    physical memory addresses, but conditionally supress sign extension if
    page_to_phys() returns a 32 bit address.

*   removed confusing (and obsolete) use of vmalloc_to_page() in vibnal's
    kibnal_kvaddr_to_page().

*   removed some unused variables in  vibnal

19 years ago- cleanups in sanity-fid.sh
yury [Tue, 5 Apr 2005 15:25:17 +0000 (15:25 +0000)]
- cleanups in sanity-fid.sh
- added more tests into sanity-gns.sh, splitting general test onto few smaller ones.

19 years ago* fixed libcfs watchdog CWARN; units are mS, not uS
eeb [Tue, 5 Apr 2005 10:44:21 +0000 (10:44 +0000)]
*   fixed libcfs watchdog CWARN; units are mS, not uS

19 years agoBranch: b_cray
adilger [Tue, 5 Apr 2005 02:56:30 +0000 (02:56 +0000)]
Branch: b_cray
b=5915,6054

19 years ago* ranal connection setup changes from Igor (bug 5915)
eeb [Tue, 5 Apr 2005 02:00:02 +0000 (02:00 +0000)]
*   ranal connection setup changes from Igor (bug 5915)

19 years agob1_4_bgl is dead
jacob [Mon, 4 Apr 2005 23:36:27 +0000 (23:36 +0000)]
b1_4_bgl is dead

19 years agoland b1_4_bgl on HEAD (20050404_1913)
jacob [Mon, 4 Apr 2005 23:33:18 +0000 (23:33 +0000)]
land b1_4_bgl on HEAD (20050404_1913)

19 years agoBranch: b_cray
adilger [Mon, 4 Apr 2005 22:28:25 +0000 (22:28 +0000)]
Branch: b_cray
Grab new cray snapshot tags from same place as b_cray.
b=6053

19 years ago- landed b_hd_cray_merge3
yury [Mon, 4 Apr 2005 13:13:25 +0000 (13:13 +0000)]
- landed b_hd_cray_merge3

19 years ago* 5852 vibnal patch to detect __u64/void* vv_scatgat_t::v_address and
eeb [Mon, 4 Apr 2005 10:09:43 +0000 (10:09 +0000)]
*   5852 vibnal patch to detect __u64/void* vv_scatgat_t::v_address and
    use appropriately for HIGHMEM support

19 years agobail if we can't compile modules, and reorder uml check so that we can
jacob [Sat, 2 Apr 2005 01:08:42 +0000 (01:08 +0000)]
bail if we can't compile modules, and reorder uml check so that we can

19 years agobuild all b1_4 derivatives with bgl portals
nathan [Fri, 1 Apr 2005 00:20:05 +0000 (00:20 +0000)]
build all b1_4 derivatives with bgl portals

19 years agosince b_hd_sec has landed, all security branches should simply use
ericm [Thu, 31 Mar 2005 23:42:51 +0000 (23:42 +0000)]
since b_hd_sec has landed, all security branches should simply use
portals from HEAD now.

19 years agoland lustre part of b_hd_sec on HEAD.
ericm [Thu, 31 Mar 2005 22:18:52 +0000 (22:18 +0000)]
land lustre part of b_hd_sec on HEAD.

19 years agoland portals part of b_hd_sec on HEAD.
ericm [Thu, 31 Mar 2005 21:55:51 +0000 (21:55 +0000)]
land portals part of b_hd_sec on HEAD.

19 years ago* 6020 openibnal CM callback fixes
eeb [Thu, 31 Mar 2005 16:50:04 +0000 (16:50 +0000)]
*    6020 openibnal CM callback fixes
     - CM_ABORT + LASSERT(no more CM callbacks) on all CM errors before
       connection is established.
     - Show peer NID in all error messages on pathrecord/CM failures.
     - Simplified kibnal_{peer_connect_failed,connreq_done} params.
     - Fixed bug that would make ibc_connreq allocation failure LBUG.
     - --connref in kibnal_connreq_done() moved to caller.
     - Removed --connref race in established connection CM_IDLE callback.

19 years ago* Fix for 5998: LASSERT(kibnal_peer_active(peer))
eeb [Thu, 31 Mar 2005 10:33:38 +0000 (10:33 +0000)]
*    Fix for 5998: LASSERT(kibnal_peer_active(peer))

19 years ago* Fixed bad LASSERT in qswnal (= instead of ==)
eeb [Thu, 31 Mar 2005 10:29:47 +0000 (10:29 +0000)]
*    Fixed bad LASSERT in qswnal (= instead of ==)

19 years agowe build this file on all rhel 2.6 as well
jacob [Wed, 30 Mar 2005 19:55:13 +0000 (19:55 +0000)]
we build this file on all rhel 2.6 as well

19 years agoReplace /usr/sbin and /usr/bin filelists with wildcards.
brian [Wed, 30 Mar 2005 19:40:10 +0000 (19:40 +0000)]
Replace /usr/sbin and /usr/bin filelists with wildcards.

19 years ago* Removed '-Wall' from ranal build
eeb [Wed, 30 Mar 2005 18:06:51 +0000 (18:06 +0000)]
*    Removed '-Wall' from ranal build

19 years ago* Fixed trailing ';' on #define PORTALS_CFG_VERSION
eeb [Wed, 30 Mar 2005 18:06:03 +0000 (18:06 +0000)]
*    Fixed trailing ';' on #define PORTALS_CFG_VERSION

19 years ago* Changed --with-iib to allow a path to the installed Infinicon headers
eeb [Wed, 30 Mar 2005 18:05:07 +0000 (18:05 +0000)]
*    Changed --with-iib to allow a path to the installed Infinicon headers

19 years agoall aboard! next stop, testing your build before submitting requests to buffalo!
jacob [Wed, 30 Mar 2005 17:08:43 +0000 (17:08 +0000)]
all aboard!  next stop, testing your build before submitting requests to buffalo!

19 years agoBranch: b_cray
adilger [Wed, 30 Mar 2005 02:42:53 +0000 (02:42 +0000)]
Branch: b_cray
Remove l_getgroups from RPM build, as this is not present in any branch
except HEAD.  We need some sort of simple configure test to determine if
this should be included in the RPM or not.

19 years agoBranch: b_cray
adilger [Wed, 30 Mar 2005 01:03:26 +0000 (01:03 +0000)]
Branch: b_cray
Quiet liblustre compile warning.

19 years agoBranch: b1_4
adilger [Tue, 29 Mar 2005 20:09:03 +0000 (20:09 +0000)]
Branch: b1_4
Ignore backup series files.

19 years agoEnable SMFS build.
buffalo-pull [Tue, 29 Mar 2005 09:08:01 +0000 (09:08 +0000)]
Enable SMFS build.
Include /usr/sbin/l_getgroups in the RPM.

19 years ago- update from HEAD.
yury [Tue, 29 Mar 2005 08:45:22 +0000 (08:45 +0000)]
- update from HEAD.

19 years agoNeed to include smfs_api.h in the distributed sources (i.e. make dist).
buffalo-pull [Tue, 29 Mar 2005 08:14:23 +0000 (08:14 +0000)]
Need to include smfs_api.h in the distributed sources (i.e. make dist).

19 years agoHEAD is now at 1.7.0. Mostly cosmetic for building RPMS and so forth.
buffalo-pull [Tue, 29 Mar 2005 08:09:33 +0000 (08:09 +0000)]
HEAD is now at 1.7.0.  Mostly cosmetic for building RPMS and so forth.

19 years agoFix needed so make dist works again.
buffalo-pull [Tue, 29 Mar 2005 07:49:57 +0000 (07:49 +0000)]
Fix needed so make dist works again.

19 years agoget rid of old wrong patch
alex [Tue, 29 Mar 2005 07:09:20 +0000 (07:09 +0000)]
get rid of old wrong patch

19 years agob1_4_quotaoff needs same portals as b1_4 too
green [Tue, 29 Mar 2005 06:00:51 +0000 (06:00 +0000)]
b1_4_quotaoff needs same portals as b1_4 too

19 years agor=phil
jacob [Tue, 29 Mar 2005 05:27:18 +0000 (05:27 +0000)]
r=phil

remove unused files.

19 years agoClean out this change in my tree; don't install the liblustre file.
jacob [Tue, 29 Mar 2005 05:02:16 +0000 (05:02 +0000)]
Clean out this change in my tree; don't install the liblustre file.

19 years agoChangelog:
zhaoqiang [Tue, 29 Mar 2005 03:00:34 +0000 (03:00 +0000)]
Changelog:
- fill lib_qry_user()
- define ptl_netid_t

19 years agothe basic code/patch for remote permission, including the fix for
wangchao [Mon, 28 Mar 2005 06:22:02 +0000 (06:22 +0000)]
the basic code/patch for remote permission, including the fix for
defects 36-40 (because b_hd_acl was always not ready on b_hd_remote_uid,
the fix of the defects were on local).
d = 36-40

19 years agoBranch: b_cray
adilger [Sat, 26 Mar 2005 01:40:44 +0000 (01:40 +0000)]
Branch: b_cray
Fix liblustre test compilation because kmap is not defined (nor should it
be) for user-space NALs.
b=5878
r=gcc

19 years agoBranch: b1_4
adilger [Fri, 25 Mar 2005 22:51:03 +0000 (22:51 +0000)]
Branch: b1_4
The compatibility macro for cpu_online() had reversed parameters.
b=5929
r=fergal (original patch)

19 years ago- fixed ability of variables being used uninitialized in mds_get_parent_child(ren...
yury [Fri, 25 Mar 2005 13:46:03 +0000 (13:46 +0000)]
- fixed ability of variables being used uninitialized in mds_get_parent_child(ren)_locked()
d=85

19 years ago- fixed ability of ret_mode being used uninitialized in mds_lock_mode_for_dir()
yury [Fri, 25 Mar 2005 13:44:27 +0000 (13:44 +0000)]
- fixed ability of ret_mode being used uninitialized in mds_lock_mode_for_dir()
d=84

19 years agoMerge b1_4_quota from b1_4 (20050325_1039)
lsy [Fri, 25 Mar 2005 06:48:39 +0000 (06:48 +0000)]
Merge b1_4_quota from b1_4 (20050325_1039)

+ - mdc_enqueue does not need max_mds_easize request buffer on send (5707)
+ - swab llog records of type '0' so we get proper header size/idx (5861)
+ - send llog cancel req to DLM cancel portal instead of cb portal (5515)
+ - allow --write-conf on an MDS with different nettype than client (5619)
+ - don't write config llogs to MDS for mounts not from that MDS (5617)
+ - lconf should create multiple TCP connections from a client (5201)
+ - init scripts are now turned off by default; run chkconfig --on
+   lustre and chkconfig --on lustrefs to use them
+ - fix deadlock in obdfilter statistics vs. object create (5811)
+ - use time_{before,after} to avoid timer jiffies wrap (5882)
+ - shutdown --force/--failover stability (3607,3651,4797,5203,4834)
+ - Do not leak request if server was not able to process it (5154)
+ - If mds_open unable to find parent dir, make that negative lookup(5154)
+ - support for RHEL4 kernel on i686 (5773)
+ - provide error messages when incompatible logs are encountered (5898)

since b1_4_bgl landed on b1_4, b1_4_quota starts to use the same branch of portals.

19 years agodon't break things on purpose
jacob [Thu, 24 Mar 2005 22:58:03 +0000 (22:58 +0000)]
don't break things on purpose

19 years agob1_4 lustre needs b1_4_bgl portals until after 1.4.2 is released
jacob [Thu, 24 Mar 2005 22:51:10 +0000 (22:51 +0000)]
b1_4 lustre needs b1_4_bgl portals until after 1.4.2 is released

19 years agobranch: b_hd_acl
ericm [Thu, 24 Mar 2005 19:22:56 +0000 (19:22 +0000)]
branch: b_hd_acl
re-parent b_hd_acl to b_hd_sec, not test yet.

19 years agoBranch: HEAD
adilger [Wed, 23 Mar 2005 18:54:34 +0000 (18:54 +0000)]
Branch: HEAD
Move clearpatches.sh and confirmpatches.sh into build from lustre-core.

19 years agojust set portals tag on any v1_4 build
nic [Wed, 23 Mar 2005 04:16:57 +0000 (04:16 +0000)]
just set portals tag on any v1_4 build

19 years agob=5881
tappro [Mon, 21 Mar 2005 22:29:24 +0000 (22:29 +0000)]
b=5881
r=alex
d=17

fix design defect. plugins are needed struct inode to check its flags

19 years agob=5881
tappro [Mon, 21 Mar 2005 13:27:18 +0000 (13:27 +0000)]
b=5881
r=wangdi

small fixes to provide correct operation order, fix double messages due to using both RETURN and EXIT macro, always initialize several s_ops, plugin framework was added.

19 years agoedit code that was changed by latest commits
tappro [Mon, 21 Mar 2005 08:10:41 +0000 (08:10 +0000)]
edit code that was changed by latest commits

19 years agob=5881
tappro [Sat, 19 Mar 2005 12:21:22 +0000 (12:21 +0000)]
b=5881
r=wangdi

smfs fixes according with dld.

19 years ago* forgot to re-do wirecheck on last commit (vibnal 5890 fix)
eeb [Fri, 18 Mar 2005 15:34:08 +0000 (15:34 +0000)]
*    forgot to re-do wirecheck on last commit (vibnal 5890 fix)

19 years ago* "proper" fix for 5890: fixed the misplaced vibnal wire struct
eeb [Fri, 18 Mar 2005 11:48:47 +0000 (11:48 +0000)]
*   "proper" fix for 5890: fixed the misplaced vibnal wire struct
    __attribute__((packed)) statements, bumped wire protocol version and
    rebuilt wire struct assertions.

*   Added new vibnal_wire.h into autoMakefile.am

19 years agoIgnore generated file.
adilger [Fri, 18 Mar 2005 08:55:55 +0000 (08:55 +0000)]
Ignore generated file.

19 years agoBranch: b1_4_rhel4
adilger [Fri, 18 Mar 2005 00:27:56 +0000 (00:27 +0000)]
Branch: b1_4_rhel4
Use the HEAD portals branch for RHEL4.

19 years agoBranch: HEAD
adilger [Thu, 17 Mar 2005 23:22:39 +0000 (23:22 +0000)]
Branch: HEAD
Build fix for RHEL4.
b=5733
r=green (original patch)

19 years ago* fix for 5890: different compilers produce different wire struct offsets
eeb [Thu, 17 Mar 2005 19:16:17 +0000 (19:16 +0000)]
*   fix for 5890: different compilers produce different wire struct offsets
    This gives vibnal its own wirecheck utility and adds compile-time
    assertions to vibnal to ensure all platforms agree.

19 years ago* vibnal fix + earlier arp failure reporting for bug 5852
eeb [Thu, 17 Mar 2005 18:54:57 +0000 (18:54 +0000)]
*    vibnal fix + earlier arp failure reporting for bug 5852

19 years ago- added check for existing TAG file before catting it
yury [Thu, 17 Mar 2005 08:50:46 +0000 (08:50 +0000)]
- added check for existing TAG file before catting it

19 years ago*** empty log message ***
zhaoqiang [Thu, 17 Mar 2005 03:11:10 +0000 (03:11 +0000)]
*** empty log message ***

19 years ago- find_assigned_loop() should check all loop devices and do not return after first...
yury [Wed, 16 Mar 2005 14:53:14 +0000 (14:53 +0000)]
- find_assigned_loop() should check all loop devices and do not return after first not accessible.
- looking for free loop device is moved to stand alone function find_free_loop()
- int init_loop() do not check if passed size > 8000 before mkfs() as this is checked in mkfs()
- do not stop looking for free loop device after first not accessible device.

19 years ago- fix in test_16 in conf sanity
yury [Wed, 16 Mar 2005 11:49:32 +0000 (11:49 +0000)]
- fix in test_16 in conf sanity

19 years ago* fix for 5876 to change vibnal connection request/response message
eeb [Wed, 16 Mar 2005 11:04:11 +0000 (11:04 +0000)]
*    fix for 5876 to change vibnal connection request/response message
     marshalling into priv_data to avoid ia64 alignment traps.

19 years agob=5881
tappro [Wed, 16 Mar 2005 10:57:38 +0000 (10:57 +0000)]
b=5881
r=wangdi

fixes in accordance with SMFS changes

19 years agob=5881
tappro [Wed, 16 Mar 2005 10:55:48 +0000 (10:55 +0000)]
b=5881
r=wangdi

smfs fixes to make it works in 2.6.7 kernel and in conformity with smfs hld/dld documents.

19 years ago- fix in mds_cancel_cookie_cb() with freeing lsm.
yury [Wed, 16 Mar 2005 08:05:07 +0000 (08:05 +0000)]
- fix in mds_cancel_cookie_cb() with freeing lsm.

19 years agoadd debug mask for quota
niu [Wed, 16 Mar 2005 07:37:57 +0000 (07:37 +0000)]
add debug mask for quota

19 years agob=5874
alex [Tue, 15 Mar 2005 14:20:10 +0000 (14:20 +0000)]
b=5874

  additional debug info

19 years ago- returned back old schema of mds_verify_child()
yury [Tue, 15 Mar 2005 07:41:35 +0000 (07:41 +0000)]
- returned back old schema of mds_verify_child()

19 years ago- fixed wrongly inverted condition in lmv_create_obj()
yury [Tue, 15 Mar 2005 07:25:03 +0000 (07:25 +0000)]
- fixed wrongly inverted condition in lmv_create_obj()

19 years agob=5765
alex [Mon, 14 Mar 2005 22:20:17 +0000 (22:20 +0000)]
b=5765
r=adilger

  choose proper obd to match lock that protects directory content

19 years ago- memory leak fixes from b_fid.
yury [Mon, 14 Mar 2005 19:16:37 +0000 (19:16 +0000)]
- memory leak fixes from b_fid.

19 years ago- more checks and verbosity in test_16 of conf-sanity.sh to see what happens when...
yury [Sun, 13 Mar 2005 11:30:13 +0000 (11:30 +0000)]
- more checks and verbosity in test_16 of conf-sanity.sh to see what happens when it does not pass.

19 years ago- mds_verify_child() is converted to use fid component of lustre_id instead of pair...
yury [Sat, 12 Mar 2005 15:55:51 +0000 (15:55 +0000)]
- mds_verify_child() is converted to use fid component of lustre_id instead of pair ino+gen for checking if inode has changed while we were waiting for lock.

19 years agob=5863
alex [Fri, 11 Mar 2005 22:17:22 +0000 (22:17 +0000)]
b=5863

- assertion was wrong