- May 20, 2008
-
-
komaln authored
r=Adilger Changed replay-single.sh to use 'lctl {get,set}_param'
-
Yong Fan authored
b=15828 i=adilger i=umka return "-EIO" when write to read only proc interface which "write_proc" is NULL.
-
Bobi Jam authored
b=15575 i=wangdi, johann, green, shadow Description: Stack overflow during MDS log replay Details : ease stack pressure by using a thread dealing llog_process.
-
- May 18, 2008
- May 17, 2008
-
-
bwzhou authored
b=13380 r=green, bwzhou Mountpoint references were being leaked during open reply reconstruction after an MDS restart. Drop mountpoint reference in reconstruct_open() and free dentry reference also.
-
- May 16, 2008
-
-
Alexey Lyashkov authored
need wait until PG_writeback is cleared until check dirty flag and call writepages in lock cancel callback. b=15443 i=nikita i=zam
-
Walter Poxon authored
i=adilger disable LIBLUSTRE test for NETTYPE != tcp && NETTYPE != ptl
-
- May 15, 2008
-
-
Andreas Dilger authored
Ignore compiled file.
-
- May 14, 2008
-
-
Andreas Dilger authored
Description: MDS may lose file striping (and hence file data) in some cases Details : If there are additional extended attributes stored on the MDS, in particular ACLs, SELinux, or user attributes (if user_xattr is specified for the client mount options) then there is a risk of attribute loss. Additionally, the Lustre file striping needs to be larger than default (e.g. striped over all OSTs), and an additional attribute must be stored initially in the inode and then increase in size enough to be moved to the external attribute block (e.g. ACL growing in size) for file data to be lost. i=kalpak.shah i=alex.zhuravlev b=15777 Sync ChangeLog from b_release_1_6_5.
-
deen authored
b=12375 i=deen i=grev
-
Andreas Dilger authored
Merge ChangeLog entries from b_release_1_6_5 to b1_6.
-
- May 13, 2008
-
-
Elena Gryaznova authored
i=Adilger sanity test_118* fixes; set fail loc on all oss nodes
-
Andrew Perepechko authored
b=15238 i=shadow i=tianzy refactoring of quota code
-
bwzhou authored
b=14740 r=adilger, bobijam break a single big chunk of memory allocation for lprocfs_stats into separately allocated small chunks to prevent kmalloc failure in a huge cluster
-
Bobi Jam authored
b=12888 i=johann, green Description: mds_mfd_close() ASSERTION(rc == 0) Details : In mds_mfd_close(), we need protect inode's writecount change within its orphan write semaphore to prevent possible races.
-
- May 12, 2008
-
-
Elena Gryaznova authored
i=Adilger the minor cleanup of the previous fix: -- after we get rid of $tdir we do not need to create $tmpdir, because unzip -d <dir> does not need <dir> exists, it needs the parent directory of <dir> exists; unzip creates <dir> if it does not exists.
-
Andrew Perepechko authored
b=14790 i=Johann i=ZhiYong additional test. check if setting limits twice doesn't break oplimits.
-
kalpak authored
Reinitialize optind to 0 on each lfs_* call, in case lfs is being used interactively. Most lfs_* functions do this already, but a few (find, setstripe, quotachown) do not. b=15212 i=rupesh i=johann
-
tianzy authored
change the time of ost informing osc out of quota in order to get more accurate quota b=14909 i=johann, andrew
-
Andreas Dilger authored
Fix typo in error message.
-
- May 11, 2008
-
-
bwzhou authored
b=15521 r=adilger, grev the test case for bug 15521
-
- May 10, 2008
-
-
Walter Poxon authored
i=walter Land andreas' fix for catamount build errors
-
Walter Poxon authored
i=adilger fix build warnings which are treated as errors during Cray XT3 catamount build
-
- May 09, 2008
-
-
bwzhou authored
b=14034 r=johann, bobijam error handling for ENOMEM case when allocating a ldlm resource
-
Alexey Lyashkov authored
b=14645 i=johan i=alex
-
Elena Gryaznova authored
i=Adilger conf-sanity test_32a, test_32b: create tmp dir correctly
-
Elena Gryaznova authored
i=Adilger disable LIBLUSTRE test for NETTYPE != tcp
-
- May 08, 2008
-
-
Alexey Lyashkov authored
LustreError: 29518:0:(lvfs_linux.c:194:pop_ctxt()) ASSERTION(current->fs->pwd == new_ctx->pwd) after run-tests.
-
Alexey Lyashkov authored
b=14949 i=johan i=deen
-
Alexander Zarochentsev authored
i=vitaly.vertman i=oleg.drokin Lockless i/o code fixes and improvements: (1) lockless truncate checks for OBD_CONNECT_TRUNCLOCK and ll_file_punch sets OBD_FL_TRUNCLOCK correctly. (2) an lproc control for lockless truncate, lproc statistics for lockless truncate. (3) sanityN tests for lockless code
-
- May 07, 2008
-
-
Andreas Dilger authored
Update client side RPC messages to match those on the server, as changed previously on the server in bug 13537, allowing the same :pid:xid: string to be searched in both client and server logs. b=13537
-
Bobi Jam authored
b=15575 i=wangdi, johann Description: Stack overflow during MDS log replay Details : ease stack pressure by using a thread dealing llog_process.
-
- May 06, 2008
-
-
Alexey Lyashkov authored
b=15278 i=johann i=deen
-
- May 05, 2008
-
-
bwzhou authored
b=14219 r=adilger, shadow use punch instead of setattr to change file size
-
- May 02, 2008
-
-
Johann Lombardi authored
b=15517 i=johann i=umka Fix compile warnings on i686.
-
Johann Lombardi authored
b=15069 i=rread i=wangdi remove LASSERT in ptlrpc_invalidate_import() since ping req can be queued even imp_invalid is set. See also bug 15716.
-
Johann Lombardi authored
b=15069 i=rread i=wangdi Skip the "sleep until imp_inflight == 0" part when invalidating an mgc import which is already invalid.
-
Johann Lombardi authored
b=13904 i=johann i=tianzy Quota data should not be stored in a 32-bit variable. Use __u64 instead.
-
- Apr 30, 2008
-
-
deen authored
don't build wiretest with build utils. b=15642 i=adilger i=shadow
-