- Jun 15, 2008
-
-
bwzhou authored
b=13285 r=adilger, deen not to fail the import when -EFBIG is returned
-
- May 23, 2008
-
-
Alexey Lyashkov authored
b=14835 i=tappro i=deen
-
- Feb 19, 2008
-
-
Alexey Lyashkov authored
b=13730 i=green i=johann
-
- Feb 05, 2008
-
-
Alexey Lyashkov authored
b=13196 i=adilger i=green
-
- Nov 01, 2007
-
-
Nathan Rutman authored
i=adilger i=green simultaneous MDT->OST connections at startup can cause the sync to abort, leaving the OSC in a bad state
-
- Oct 23, 2007
-
-
Mikhail Pershin authored
b:13816 i:shadow,yury
-
- Aug 22, 2007
-
-
Alexey Lyashkov authored
commit include all fixes from bugs 13143 and 13196. b=4900 i=nathan i=wangdi port to HEAD inspected yury.
-
- Jul 30, 2007
-
-
Mikhail Pershin authored
-
- Feb 10, 2007
-
-
Nathan Rutman authored
-
- Sep 11, 2005
-
-
alex authored
- always close transaction before calling lov/osc
-
- Sep 10, 2005
- Aug 29, 2005
-
-
alex authored
-
- Aug 05, 2005
- Aug 03, 2005
-
-
alex authored
- missed wake_up() has been returned - few CDEBUG() have changed their level to D_ERROR to simplify debugging
-
- Jul 04, 2005
-
-
alex authored
-
- Jun 22, 2005
-
-
Yury Umanets authored
- setting owner/group on OSS (needed for quotas) - some fixes: - deadlock on soc client lock. - idr_remove() issue. - forwarding to wrong MDS in lmv_link() - f_dput(dentry) before using it in filter_lvbo_update() - filter_sync() assert(group > 0) due to missed GROUP flag oa->o_valid in ll_fsync(). - cleanups, comments and more debugging messages. - jump to wrong label in mds_create_objects() on error path. - few missed/wrong ENTRY/RETURN things
-
- May 18, 2005
-
-
Eric Mei authored
create dir across MDS's, subdir need default ACL of its parent to determine its own default ACL and access ACL. API obd_create() is added 2 params to hold acl data.
-
- Apr 04, 2005
-
-
Yury Umanets authored
-
- Oct 23, 2004
-
-
Yury Umanets authored
-
- Aug 30, 2004
-
-
Eric Mei authored
- add a flag in lustre_msg which indicate message type - add a security descriptor into most of messages send to MDSs, which include the uid, supplementary groups array etc. - add group hash - MDS retrive local groups database through upcall, and set/merge with which sent from client based on policies (here not totally finished) - move root_squash test into separate sanity-sec.sh
-
- Aug 07, 2004
-
-
Andreas Dilger authored
b=3897
-
- Jul 20, 2004
-
-
alex authored
oscc_internal_create() increase pre-creation window smoothly
-
- Jul 12, 2004
-
-
Robert Read authored
Don't reset oscc_gr after recovery.
-
- Jun 12, 2004
-
-
Phil Schwan authored
-
- Jun 04, 2004
-
-
Phil Schwan authored
- b1_4 is basically the parent of HEAD, because that's the direction that changes flow, as strange as that sounds. so there's a HEAD_BASE tag which sits on b1_4
-
- Jun 02, 2004
-
-
Phil Schwan authored
b_cmobd_merge should not be used for any further development or testing!
-
- 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.
-
- Apr 29, 2004
-
-
Andreas Dilger authored
b=3284, b=3285, b=3043, b=3236, revert liblustre group changes
-
- Mar 19, 2004
-
-
Zach Brown authored
r=phil land b_cray_portals_merge on HEAD. This consists of four families of changes: 1) Eric's work to change some APIs in Lustre's portals to come into line with Cray's portals and the spec. 2) add --with-cray-portals= to the build and use it to cut up the build when we're building lustre against external includes for Cray's portals. 3) Move some facilities from portals.o into libcfs.o so that Lustre can consume them when it is running against Cray's portals.o. 4) Fix up the liblustre build. These changes have also made it to b_cray_delivery recently.
-
- Mar 05, 2004
-
-
Andreas Dilger authored
b=2733, b=2773, b=2529, b=2730, b=2819, b=2814, b=2822, b=1450, b=2676, b=2681 b=2817, b=2706, b=2816, b=1987, b=2884, b=1191, b=2809, b=2765, b=2805, b=1972
-
- Feb 13, 2004
-
-
Andreas Dilger authored
Adds support for client-side write cache accounting via OST write credits (grants). There is not yet a "correction" algorithm for grants if they get out of sync between the client and OST (OST can handle clients who think they have grant but do not). Peter had previously suggested that grants should decay over time (faster on the clients than on the OSTs) so idle nodes do not consume space they aren't using. Use /proc/fs/lustre/osc/OSC*/cur_grant_bytes (and existing cur_dirty_bytes) to check client-side cache values. Includes lustre-side changes for lfsck support (create files with specific objids, create specific objids on OSTs). Also includes some changes to the testing scripts (local.sh, lov.sh, acc-sm) so that they include a "client nid '*'" client and can be used for sanityN.sh testing. This has been put into the main acceptance-small.sh loop so that sanityN.sh will be run on both single and multi-OST setups. b=974 b=2349 r=shaver
-
- Feb 07, 2004
-
-
Robert Read authored
The principal change here is ptlrpc_connect_import and recovery are merged and are now asynchronous and are run on ptlrpcd. This branch also includes fixes for 2477 (this was the initial bug) 2355 recover for initial connections 1934 (b_1934 was merged directly to b_recovery) 1901 block all file creations until orphan recovery completes 2423 client remove rq_connection from request struct 2640 conf-sanity test_5, and proper cleanup in umount when cleanup log is not availale. 2670 recovery timer race 2532 mdc_close recovey bug And few others that werent' filed.
-
- Dec 10, 2003
-
-
Niu Yawei authored
r: Phil Remove all orhpans on OST while MDS startup, and set last_id correctly.
-
- Dec 04, 2003
-
-
Mike Shaver authored
mechanical, plus a tiny Makefile.am cleanup in ptlrpc. r=zab
-
Niu Yawei authored
r: Phil Set correct last object id when cleaning up orphans during mds setting up.
-
- Dec 03, 2003
-
-
Phil Schwan authored
-