- May 21, 2004
-
-
alex authored
given ino/generation. we need this for cross-node mkdir() which creates inode on remote MDS and adds dir entry then. after that remote MDS may fail and primary MDS will have to recreate inode with already gotten ino and generation numbers - export refcounting bug in lmv fixed - mdc_obj_create() stores just received ino/generation back to request. if request replay will happen mdt_obj_create() will use stored numbers to recreate lost inode - mds_filter_recovery_request() accepts OST_CREATE request. need to be discussed though - mdt_obj_create() rewritten to support recovery phase - needless mds_lmv_disconnect() in mds_fs_cleanup() removed - possible bug in retrieve_generation_numbers() fixed: it should understand cross-node dir entries and put proper mdsnum's NOTE: please, re-apply extN-wantedi patch
-
alex authored
- mds_commitrw() should use l_dput() instead of f_dput() - removed needless CERROR() from mds_create_local_dentry()
-
- May 20, 2004
-
-
alex authored
NOTE: vanilla-2.4.20 runs CMD now
-
alex authored
MDS's reply with -ERESTART which notifies directory got splitted - lmv_intent_open() recognizes a dir gets splitted during request, retrieves mea and repeats the request using proper MDS - lmv_create() recognizes a dir gets splitted during request, retrieves mea and repeats the request using proper MDS - bug fixed in lmv_getattr_name(): it passed wrong namelen to raw_name2idx() - lmv_obd_create() sets OBD_MD_FLID to flag MDSs to mark created object unsplittable. we have to differ two possible requests: 1) to create remote inode for cross-node mkdir(); 2) to create slave objects. last ones must not be splitted recursively - mdt_obj_create() has been rewritten to comply just described rules. also, it takes a lock on newly created inode. this is needed for recovery - bug fixed in scan_and_distribute(): it tried to open an inode using decimal number and this caused iopen_lookup() to find alias dentries - mds_get_lmv_attr() should return right mea size for given conf. in any case - minor cleanups
-
- May 19, 2004
-
-
alex authored
-
jacob authored
-
Andreas Dilger authored
-
alex authored
-
alex authored
- ldlm_cli_enqueue() takes 2nd number from resource name into account to recognize that returned lock changed. we need this because MDS may return LOOKUP lock with the same ino, but another generation. the case is very simple mkdir a; then touch a/b; remount; lookup a/b; a and b my live on different MDSs and have the same ino - lmv_handle_remote_inode() changes intent from IT_LOOKUP to IT_GETATTR: caller expect to find attributes in reply - lmv_intent_lookup() chooses right MDS to revalidate the name - lmv_create() chooses right MDS where to forward request to - lmv_link() chooses right mds where to forward request to - lmv_unlink() chooses right mds where to forward request to - lmv_readpage() removes . and .. from all the pages, but ones that come from master MDS for given directory - lmv_obd_create_single() requests creation of single directory on given MDS - mdt_obj_create() creates a directory for new mkdir() semantic - each time new llite connects to MDS, the latter try to connect to own LMV - mds_pack_inode2body() returns nlink=1 for directories - mds_lmv_postsetup() pass valid cookiesize to lmv and down to the stack - mds_reint_create() distributes new dir's inodes over the cluster - bug in mds_create_local_dentry() fixed: rmdir may cause FIDS/ removal - mds_get_parents_childer_lock() recognizes cross-ref dentries
-
- May 18, 2004
-
-
Zach Brown authored
-
Zach Brown authored
-
- May 17, 2004
-
-
Phil Schwan authored
cMD_PRE_CMD_SMASH are the relevant tags. The pre-smashing contents of HEAD will be committed by yury into b_cmd as a merge of the two branches. These will be stabilized on b_cmd and eventually landed onto HEAD.
-
- May 14, 2004
-
-
Robert Read authored
-
- May 13, 2004
-
-
Oleg Drokin authored
Added group lock tests. Those are not built by default.
-
Andreas Dilger authored
b=2094, b=3138, b=3335, b=3274, b=3293, b=2862, b=3147, b=2350, b=3313 b=3265, b=3315, b=3301, b=3325, b=3329, b=3125, b=3098
-
Eric Barton authored
-
Eric Barton authored
-
Eric Barton authored
-
Eric Barton authored
-
Eric Barton authored
-
Eric Barton authored
-
wangchao authored
-
efelix authored
-
- May 12, 2004
-
-
efelix authored
-
Yury Umanets authored
-
wangchao authored
r=Robert Update the regex of conf-sanity.sh test 13 to parse mds uuid from xml file properly.
-
buffalo-pull authored
-
- May 11, 2004
-
-
Zach Brown authored
-
- May 10, 2004
-
-
Zach Brown authored
-
- May 09, 2004
- May 07, 2004
-
-
buffalo-pull authored
-
- May 05, 2004
-
-
Eric Mei authored
-
efelix authored
Adding patch set for vanilla 2.6.5, had to port over one of the suse patched from bitkeeper for o_direct so that the suse patches would go in a little cleaner.
-
Yury Umanets authored
-
buffalo-pull authored
-
- May 04, 2004
-
-
Zach Brown authored
Assert when page->private isn't what we expect.
-
Zach Brown authored
many rpcs, but at least it works. - also raise the graph a bit to account for lots more types of rpcs. need to get rid of a lot of the whitespace between bars..
-
- May 01, 2004
-
-
buffalo-pull authored
-