Whamcloud - gitweb
zab [Tue, 27 May 2003 01:25:13 +0000 (01:25 +0000)]
get b_ad compiling after the b_devel merge.
- move the possibly broken waitfor_one_page to one place
- o_mtime is seconds, that's what ll_ts2u64 returns. s/%Lu/LPU64/
- get rid of client_tgt2uuid2obd copies, export it from obdclass
- move client_obd_{setup,cleanup} into obdclass, export, kill dupes
- remove empty ptlrpc_lib
- get rid of random sanobd dupe in lov
- hoist ll_alloc_brw out of a kernel version ifdef
- no, seriously, unsigned long flags.
pschwan [Tue, 27 May 2003 01:11:03 +0000 (01:11 +0000)]
- remove duplicate client_tgtuuid2obd from ldlm_lib
- export it from obdclass
pschwan [Tue, 27 May 2003 00:45:35 +0000 (00:45 +0000)]
- remove some comments from makefiles
- fix small unused 'rc' bug in target_handle_connect
pschwan [Tue, 27 May 2003 00:43:15 +0000 (00:43 +0000)]
- Commit wangdi's configure macro for detecting 2.4.20-rh (with backported 2.5
structure changes)
- move the signal compat macros to a new portals_compat25.h
- use them everywhere for 2.5.x and 2.4.20-rh
zab [Mon, 26 May 2003 22:49:31 +0000 (22:49 +0000)]
- bring recent b_devel changes into b_ad, only minor corrections needed. the
only significant of which was making sure changes in super.c made it to
b_ad's llite_lib.c
eeb [Mon, 26 May 2003 15:01:39 +0000 (15:01 +0000)]
* Declared portals wire structs packed for ia64 compatibility
eeb [Mon, 26 May 2003 12:58:25 +0000 (12:58 +0000)]
* Changed portals wire checks to check ptl_hdr_t variant types in-place in
the header.
wangdi [Mon, 26 May 2003 09:07:05 +0000 (09:07 +0000)]
get rid of MCP in Makefile.am
wangdi [Mon, 26 May 2003 09:02:37 +0000 (09:02 +0000)]
get rid of package build in portals
braam [Mon, 26 May 2003 08:55:42 +0000 (08:55 +0000)]
- add llite to 2.5 compile chain.
- start abstracting super.c commonality in llite_lib.c
- fix obvious problems
- start restoring the vfs_intent patch for 2.5 to one that hinges on
path_release not the sprinkle of intent_release stuff from calsoft.
pschwan [Mon, 26 May 2003 08:18:17 +0000 (08:18 +0000)]
b=1173
Remove all files from lib/, put the functions into various other
modules as appropriate, and remove the bits to create the symlinks.
Tested in UML and lightly on dev. Builds, inserts, mounts.
braam [Mon, 26 May 2003 05:28:09 +0000 (05:28 +0000)]
- automatically set up a 2.5 bk repository with symlink and Makefile
fixes for builds
- fix up patches, series files etc. Use some new names.
adilger [Sun, 25 May 2003 18:17:59 +0000 (18:17 +0000)]
Mostly working full cookie create-send-cancel cycle for MDS unlinks.
MDS now establishes a connection (LOV only, getting UUID from LOVDESC pending
bug 1280 resolution).
We cannot clean up as a result of this (MDS->LOV connection). Might be
possible to fix by changing cleanup order so we do llite/mdc/mds cleanup
before lov/osc/ost cleanup.
meijia [Sun, 25 May 2003 09:31:08 +0000 (09:31 +0000)]
fix build portals in user space, for WangDi
meijia [Sun, 25 May 2003 01:55:37 +0000 (01:55 +0000)]
[liblustre]:
- add back lustrerun script
meijia [Sat, 24 May 2003 08:55:49 +0000 (08:55 +0000)]
[liblustre]:
- make liblustre compile again
meijia [Sat, 24 May 2003 08:54:57 +0000 (08:54 +0000)]
[liblustre}:
- bring back liblustre.c, sharelib.sh again
braam [Sat, 24 May 2003 07:47:34 +0000 (07:47 +0000)]
- fix a variety of midnight PST build problems...
- include portalsconf into archdep to get Nikke' NALs to build.
- move a LIBLUSTRE test to archdep for Eric
zab [Sat, 24 May 2003 01:23:45 +0000 (01:23 +0000)]
- start to bring llite into the fold
- fix up the truncate page exporting patch
- continue moving to 2.5's hlist d_hash usage
- rename ext2_* to ll_ext2* in llite to avoid link collisions
- mknod's final arg is dev_t in 2.5, should also work in 2.4..
- create a shared lli init func
- fix bad OBD_SLAB_FREE use in ll_destroy_inode
- use ll_follow_link in 2.5?
- minor path fixup in runregression-brw
zab [Fri, 23 May 2003 22:44:35 +0000 (22:44 +0000)]
- add a 2.5 iopen patch
- remove the old 2.5 patch work
eeb [Fri, 23 May 2003 22:04:07 +0000 (22:04 +0000)]
* Added portals + lustre wire constant and struct size/offset assertions
* Added portals + lustre wirecheck programs to generate these assertions
on the reference platform.
zab [Fri, 23 May 2003 21:34:06 +0000 (21:34 +0000)]
- add mdc, obdfilter, and lov to the mix
- static out more duplicate lprocfs symbols, xprocfs too
- move lustre code to the 2.5 d_hash hlist_ api and have compat map it back to
2.4's list_heads
- ->bmap now enjoys sector_t
zab [Fri, 23 May 2003 00:22:26 +0000 (00:22 +0000)]
- this seems to pass runregression-net.sh..
- bring the osc and ost into the mix for the benefit of echo.sh
- get lprocfs building into the kernel by not defining the same 3 symbols in
every lprocfs object (sigh)
- compat out path_lookup, we may need to EXPORT it for 2.5 later
- s/uint flags/ulong flags/ in ptlrpc (eep)
adilger [Thu, 22 May 2003 21:44:29 +0000 (21:44 +0000)]
Fix obdo_from_inode() to only set flags in dst for fields we actually set.
Only create/return log cookies if requested.
zab [Thu, 22 May 2003 21:30:14 +0000 (21:30 +0000)]
- build ldlm and ptlrpc 'cause obdecho wants them
- don't mess about with 2.5's host app shared library mechanisms, just link
ptlctl in explicitly
- add a 2.5 ext3 san patch for ext3_get_block_handle and journal_handle_stop
- at least pretend to track the patches in series/jdike-2.5
- 'int flags', doh.
zab [Thu, 22 May 2003 18:26:24 +0000 (18:26 +0000)]
get utils/ building
- use 2.5's nice shared lib helpers to build libptlctl
girish_c [Thu, 22 May 2003 14:43:33 +0000 (14:43 +0000)]
lstat as per b 888
replacing c implemntation of lstat with python
zab [Thu, 22 May 2003 07:51:54 +0000 (07:51 +0000)]
- N instances of lib objs will collide in the final link, lets try building
it explicitly..
- get obdecho/lib compiling, make headway into obdclass
- I'm tired of adding Makefile.mk entries to configure.in
- lproc's awesome code duplication was saddening the final link, just call me
cap'n static
zab [Thu, 22 May 2003 05:04:55 +0000 (05:04 +0000)]
- this mindless patch is based on the monolithic lustre-2.5.63-patch and needs
to be cut up into its seperate patches, but it gets things building for now..
pschwan [Wed, 21 May 2003 17:54:02 +0000 (17:54 +0000)]
Quiet the now-common "dropping ACK" message to a CDEBUG
shaver [Wed, 21 May 2003 15:23:11 +0000 (15:23 +0000)]
Use our own upcall for r-s, instead of relying on ltest.
shaver [Wed, 21 May 2003 13:43:59 +0000 (13:43 +0000)]
b=1301: don't perform our mdc_getstatus in ll_put_super if we're forcing the
unmount.
b=1272: umount -f should only skip the disconnect RPCs if in recovery, to
reduce the unfriendliness of gratuitous forces.
eeb [Wed, 21 May 2003 13:12:47 +0000 (13:12 +0000)]
* Fixed 1299:aborted request tripped LASSERT(!req->rq_receiving_reply)
* Fixed ll_readpage() to read file's preferred block size to take
advantage of obd_brw_async()
* made obdstat names consistent ('echo' and 'filter')
* fixed what looked like a type in portals/configure.in and hacked
portals/knals/qswnal/Makefile.am to -I the qsw headers from the
configured dir.
* Put magic into portals network interface handles and put type info into
portals ME and MD handles, and portals' own internal EQ handles. Misuse
now makes things fail/crash more promptly.
adilger [Wed, 21 May 2003 06:24:57 +0000 (06:24 +0000)]
Remove bogus local function prototypes that were causing me grief.
Fix header mess as necessary to be able to compile.
Most of MDS unlink cookie generation complete.
Remove some local variable declarations that are only used in debug messages
that appeared when compiling with CDEBUG() as a no-op (reduce stack usage).
zab [Tue, 20 May 2003 22:26:34 +0000 (22:26 +0000)]
- get pinger support utils building
- oops, s/obj/src/ .. the 2.5 build can have different source and target trees
- make all kp30's thread_size business conditional on __kernel__
- when compiled in SYMBOL_GET amounts to a weak reference which won't be
satisfied by a static symbol in the link, only kping_client wasn't right
rread [Tue, 20 May 2003 21:00:50 +0000 (21:00 +0000)]
b=1311 don't print an error if the debug buffer is empty
girish_c [Tue, 20 May 2003 12:05:38 +0000 (12:05 +0000)]
*** empty log message ***
girish_c [Tue, 20 May 2003 11:05:15 +0000 (11:05 +0000)]
lstat util, to display lproc info
adilger [Tue, 20 May 2003 06:59:13 +0000 (06:59 +0000)]
Most of the MDS unlink handling.
For some reason using the passed mds_last_rcvd_cb as a parameter to
mds_finish_transno() as an arg to fsfilt_set_last_rcvd() doesn't work
very well (crashes UML), yet passing the same function pointer directly
to fsfilt_set_last_rcvd() seems to work OK.
AAAAAAARRRRRRGGGGGGGHHHHHHH... I see it now - prototypes for functions
that are declared directly in another file, which are now WRONG!!!!!!!!
I hate it when that happens. To be fixed in next checkin.
zab [Tue, 20 May 2003 01:56:16 +0000 (01:56 +0000)]
- include the portals ping client/server in the 2.5 build
- default to the socknal in the ping server
zab [Mon, 19 May 2003 23:05:21 +0000 (23:05 +0000)]
get libcfs/ and portals/ building
- add portals kernel_compat header
- get THREAD_SIZE from the kernel
- minor typos in makefiles, don't ask to build non-existant files
- continue to fix up the const propogation
rread [Mon, 19 May 2003 22:04:30 +0000 (22:04 +0000)]
- update module paths used for the gdb symbol loading script
mmex [Mon, 19 May 2003 17:07:46 +0000 (17:07 +0000)]
- Update kernel patchs to work on hp4_pnnl6. Note that a new branch of
dev_read_only was made. dev_read_only_hp can not longer be used
because multiple other series (not the hp ones) now use it and regularly
update it in conflicting ways.
meijia [Mon, 19 May 2003 17:04:23 +0000 (17:04 +0000)]
merge b_devel into b_eq:
DEVEL_EQ_UPDATE_PARENT_20030519 -> DEVEL_EQ_UPDATE_CHILD_20030519
only resolve confliction.
mmex [Mon, 19 May 2003 16:58:27 +0000 (16:58 +0000)]
- switch from using knals/rqswnet to knals/qswnet so that it will compile.
braam [Mon, 19 May 2003 16:28:01 +0000 (16:28 +0000)]
- fix from Martin to work around obscurities in autoconf/automake etc.
- fix remaining license headers
meijia [Mon, 19 May 2003 13:05:44 +0000 (13:05 +0000)]
[liblustre]:
- intent related fixes. last commit before merge b_devel in
wangdi [Mon, 19 May 2003 07:39:59 +0000 (07:39 +0000)]
add iopen-2.4.20 patch
wangdi [Mon, 19 May 2003 07:27:25 +0000 (07:27 +0000)]
add iopen-2.4.19.pc
wangdi [Mon, 19 May 2003 07:25:11 +0000 (07:25 +0000)]
add iopen-2.4.19 patch
braam [Mon, 19 May 2003 06:46:16 +0000 (06:46 +0000)]
- GPL licenses in Portals
- Remove unused files from Portals
- .cvsignore cleanups
pschwan [Mon, 19 May 2003 06:26:23 +0000 (06:26 +0000)]
Fix some minor autoconf incompatibilities, replace portals cvsignore files
braam [Mon, 19 May 2003 06:17:37 +0000 (06:17 +0000)]
add missed file
braam [Mon, 19 May 2003 04:27:44 +0000 (04:27 +0000)]
- add portals to Lustre
- fix up makefiles
- add initial part of 2.5 in kernel make infrastructure
- cleanup tcpnal prototypes etc.
pschwan [Sun, 18 May 2003 17:50:08 +0000 (17:50 +0000)]
- fork iopen.patch into iopen-2.4.18 and iopen-2.4.20
- fix the EXPORT in extN-san
- lprocfs update for b_proto's new getattr_async obd function
pschwan [Sun, 18 May 2003 16:39:25 +0000 (16:39 +0000)]
landing b_open onto b_devel:
- kernel patches for bug 1203
- fixes directory open()s
- re-enables metadata caching on the MDS
- fixes bug in ext3_noread kernel patch
- fixes some symbol export problems in other kernels
- fixes compilation problems when running on Red Hat 2.4.20 kernels
If you update past this merge, you will require kernel version 18
meijia [Sun, 18 May 2003 16:25:40 +0000 (16:25 +0000)]
[liblustre]:
- code reorganize
braam [Sun, 18 May 2003 04:34:44 +0000 (04:34 +0000)]
- fix a bug Ninja Schwan spotted: one too many igets...
braam [Sat, 17 May 2003 20:29:06 +0000 (20:29 +0000)]
- fix broken patches: kmem_cache_validate-2.4.20
- add iopen for chaos series
- fix broken exec.c fix in vanilla-2.4.20 and chaos
- update from b_devel
braam [Sat, 17 May 2003 17:55:55 +0000 (17:55 +0000)]
- a file handle cache in the MDS:
- Implemented within ext3 as a new file in the 2.4.20 series: iopen
- Originates from Ted T'so's iopen patch
- Many many changes to that patch
- simplifications in mds_fid2dentry
- The mds has a dentry mds->mds_fid_de for cached fid's
- The FH directory is gone.
- The CVS test in sanity is now actually working, except for commit
adilger [Fri, 16 May 2003 23:16:22 +0000 (23:16 +0000)]
Pass peer/target UUID to the log handling functions, so we can track which
logs/catalogs belong to each target. Targets should only be sent the logs
that pertain to themselves. We don't have these values in the kernel yet.
thantry [Fri, 16 May 2003 06:01:52 +0000 (06:01 +0000)]
User space utiltity to format /proc/fs/lustre/...*_stat files.
adilger [Thu, 15 May 2003 20:23:03 +0000 (20:23 +0000)]
Use S_UNDEFINED subsystem for now, as S_LOG doesn't seem to appear in logs...
Fix deadlock in log locking when doing cancels.
Allow osc_log_cancel() to be called with NULL params to force a cancel flush.
Force a cancel flush and free cancel params when disconnecting OSC from target.
Send an empty reply message from OST for cancel.
adilger [Wed, 14 May 2003 20:17:51 +0000 (20:17 +0000)]
Set up logging on the MDS.
Add fields to MDS last_rcvd to more closely match filter last_rcvd
- only last_objid is missing, as it would change the on-disk MDS layout
- that could be added if/when we need to do other MDS format changes
Add handling of unlink cookies on OSC, LOV and OST, but not full-circle yet.
Delete empty log files from catalog at close time.
Add locking for logs/catalog.
wangdi [Sat, 10 May 2003 10:02:42 +0000 (10:02 +0000)]
fix the config file
adilger [Sat, 10 May 2003 05:25:52 +0000 (05:25 +0000)]
WIP checkin of b_orphan. Catalog is now an object, and the log headers
include a creation timestamp.
amrutjoshi [Fri, 9 May 2003 08:52:21 +0000 (08:52 +0000)]
macro to assign values to kdev_t
amrutjoshi [Thu, 8 May 2003 16:01:36 +0000 (16:01 +0000)]
pc files for patches
amrutjoshi [Thu, 8 May 2003 15:56:41 +0000 (15:56 +0000)]
patch with san functions for ext3.
amrutjoshi [Thu, 8 May 2003 15:55:04 +0000 (15:55 +0000)]
export truncate patch for 2.5.63
amrutjoshi [Thu, 8 May 2003 13:29:18 +0000 (13:29 +0000)]
missing 2.5 types. I am not sure this is the right place for this.
amrutjoshi [Thu, 8 May 2003 13:11:57 +0000 (13:11 +0000)]
compatibity macros
wangdi [Wed, 7 May 2003 12:05:33 +0000 (12:05 +0000)]
add asm/fixmap.h in dsp.patch
wangdi [Wed, 7 May 2003 11:38:41 +0000 (11:38 +0000)]
*** empty log message ***
wangdi [Wed, 7 May 2003 11:18:58 +0000 (11:18 +0000)]
add config-linux-2.4.20-i386-rh
wangdi [Wed, 7 May 2003 11:13:29 +0000 (11:13 +0000)]
add config-linux-2.4.18-p4smp-52chaos
wangdi [Wed, 7 May 2003 11:09:16 +0000 (11:09 +0000)]
add config-linux-2.4.18-uml
wangdi [Wed, 7 May 2003 10:01:30 +0000 (10:01 +0000)]
add dsp.pc
wangdi [Wed, 7 May 2003 10:00:31 +0000 (10:00 +0000)]
add mcore-2.4.20-8.pc
wangdi [Wed, 7 May 2003 09:58:45 +0000 (09:58 +0000)]
add dsp.patch
wangdi [Wed, 7 May 2003 09:57:54 +0000 (09:57 +0000)]
add mcore-2.4.20-8.patch
adilger [Tue, 6 May 2003 23:54:50 +0000 (23:54 +0000)]
Fix numerous tiny bugs in the logging code. The code now will generate logs
and cookies, send cookie back from filter_create() to client, and client
passes them on to MDS along with LOV EA (didn't observe this directly).
MDS now needs to take this cookie and hook it into commit callback and then
call obd_log_cancel on (not yet set up) connection to LOV/OSC.
wangdi [Mon, 5 May 2003 12:44:58 +0000 (12:44 +0000)]
add ext3_orphan_lock-2.4.20-rh.pc
wangdi [Mon, 5 May 2003 12:43:40 +0000 (12:43 +0000)]
add ext3_orphan_lock-2.4.20-rh.patch
wangdi [Mon, 5 May 2003 10:20:05 +0000 (10:20 +0000)]
add uml-patch-2.4.20-4.pc
wangdi [Mon, 5 May 2003 10:17:42 +0000 (10:17 +0000)]
add uml-patch-2.4.20-4.patch
pschwan [Mon, 5 May 2003 04:30:09 +0000 (04:30 +0000)]
partial merge of b_open into b_devel:
- Lustre kernel patch version 16
- extN no longer built; ext3 patched as part of the kernel patch
- related changes to lconf/lmc, to load and mkfs ext3 instead of extN now
adilger [Sun, 4 May 2003 19:31:03 +0000 (19:31 +0000)]
.pc file for delete thread patch.
adilger [Sun, 4 May 2003 19:28:40 +0000 (19:28 +0000)]
New version of delete_thread patch for 2.4.20 kernel.
wangdi [Sun, 4 May 2003 10:28:56 +0000 (10:28 +0000)]
add ext3-noread-2.4.20.pc
wangdi [Sun, 4 May 2003 10:25:09 +0000 (10:25 +0000)]
add ext3-noread-2.4.20 patch
braam [Sun, 4 May 2003 05:04:44 +0000 (05:04 +0000)]
- fixes to b_open
- new UML patch 2.4.20-4 which works with Red Hat 9
- minor fixes to handling handles in open/close to avoid oopsing
- fix erroneous mds_mfd_put in mds_open
- fix the CVS tests added to sanity
- the tests exposed more problem in this branch, probably related to
the lack of a file handle cache. Only good parts of the branch will
be merged.
adilger [Sat, 3 May 2003 18:06:30 +0000 (18:06 +0000)]
Make obdfilter logging actually work:
- don't dput parent directories (doh!)
- revert a bunch of changes no longer needed for logging
wangdi [Fri, 2 May 2003 11:20:31 +0000 (11:20 +0000)]
fix a flaw in linux-2.4.20-xattr-0.8.54-chaos.patch
wangdi [Fri, 2 May 2003 08:05:34 +0000 (08:05 +0000)]
add kmem_cache_validate_2.4.20-rh.pc
wangdi [Fri, 2 May 2003 08:03:38 +0000 (08:03 +0000)]
add exports_2.4.20-rh.pc
wangdi [Fri, 2 May 2003 08:02:30 +0000 (08:02 +0000)]
add exports_2.4.20-rh.patch
wangdi [Fri, 2 May 2003 08:00:41 +0000 (08:00 +0000)]
add kmem_cache_validate_2.4.20-rh.patch
adilger [Fri, 2 May 2003 00:00:54 +0000 (00:00 +0000)]
Another not-yet-working-but-checking-in-not-to-lose-data landing of b_orphan.
Will do another merge with b_devel, but really dreading when b_proto lands...
mmex [Wed, 30 Apr 2003 16:18:12 +0000 (16:18 +0000)]
Changes to hp-pnnl patch files to make them work on hp-pnnl kernels.
- drop hp-pnnl specific intent patch, the vanilla works
- redo xattr patch, exported symbols must be in uniquely named files if
modversions is turned on. These changes should likely also be ported
to the other series, since they can have the same problem if
modversions gets turned on. Be careful when adding new exports to
make sure the file including the export is uniquely named across the
entire kernel.