Whamcloud - gitweb
Eric Mei [Fri, 15 Oct 2010 20:26:18 +0000 (14:26 -0600)]
b=22168 write-append-truncate: retry write when receives EINTR.
r=jian.yu
r=vitaly.fertman
Brian J. Murrell [Fri, 15 Oct 2010 16:28:42 +0000 (12:28 -0400)]
b=23721 download OFED from OFA
Download the OFED distribution directly from OFA to ameliorate
re-distribution complications.
i=yangsheng
i=wangyb
Andrew Perepechko [Tue, 12 Oct 2010 12:33:43 +0000 (16:33 +0400)]
b=20533 set the default max_sectors to the raid5/6 stripe size
a=Kevin Van Maren
i=Jinshan Xiong
i=Atul Vidwansa
Brian J. Murrell [Mon, 18 Oct 2010 18:10:51 +0000 (14:10 -0400)]
package liblustre tests for debian
The liblustre tests were not being packaged into lustre-tests.
Brian J. Murrell [Mon, 18 Oct 2010 18:10:50 +0000 (14:10 -0400)]
need to match both master and b1_8 style tags
Brian J. Murrell [Mon, 18 Oct 2010 18:10:49 +0000 (14:10 -0400)]
explicitly set KVERS; allow all automake packages
Explicitly set KVERS to what it'd default value would be if it's
not set by the caller.
Allow any of the compatible automake* packages in debian/control.
Brian J. Murrell [Mon, 18 Oct 2010 18:10:48 +0000 (14:10 -0400)]
make debs refinement
When looking for the most recent tag, look for only tags matching v*.
That should hopefully weed out any non-versioning tags.
Don't convert debian/changelog commits to patches since the changelog
has to be in place right when dpkg-buildpackage starts.
This does mean that one should NEVER commit to another file in the same
commit as a debian/changelog commit.
Make sure debian/patche{s,d} are clean before starting.
Brian J. Murrell [Mon, 18 Oct 2010 18:10:47 +0000 (14:10 -0400)]
debian/patches and non-GA tags
Make the code to populate debian/patches work better with non-GA tags
such as v1_8_3_53.
Brian J. Murrell [Mon, 18 Oct 2010 18:10:46 +0000 (14:10 -0400)]
move .debs into /debs
Move the built .debs from .. into a /debs subdir of the build tree.
We in fact could almost make debian/rules do this using dh_builddeb's
--destdir argument, however dpkg-genchanges wants to find them in ..
and there is no way to pass dpkg-genchange's -u argument to it from
dpkg-buildpackage. So thus, our hack.
Vitaly Fertman [Fri, 15 Oct 2010 12:37:06 +0000 (16:37 +0400)]
b=18456 fix for commit:
248d9f7fc874d137d327992537a9e7672963e021
drop inexistent patch from ext4 serie
Cliff White [Thu, 14 Oct 2010 15:56:36 +0000 (08:56 -0700)]
b=23645 warning at lookup_one_len() durning mount
i=andrew.perepechko
Change lookup_on_len to ll_lookup_one_len when getting iopen dir
Andrew Perepechko [Thu, 14 Oct 2010 14:50:10 +0000 (18:50 +0400)]
b=23818 sanity_quota test_32 fix
wait until MDS-OST synchronization is done
i=Johann Lombardi
i=ZhiYong Tian
Eric Mei [Thu, 14 Oct 2010 14:40:46 +0000 (08:40 -0600)]
b=19486 add server identifier into lu_seq_range.
For future usage to distinguish between MDT and OST fids.
o=di.wang
r=eric.mei
r=mikhail.pershin
Rahul Deshmukh [Thu, 14 Oct 2010 13:09:04 +0000 (18:39 +0530)]
b=22984 change all references to tune.ldiskfs in lustre to tunefs.ldiskfs
o=girish
i=adilger
i=johann
Rahul Deshmukh [Thu, 14 Oct 2010 13:29:45 +0000 (18:59 +0530)]
b=21135 errors seen running llverfs (full mode) at 94% full with lustre fs with three 16TB OST's
o=andreas
i=girish
i=simmonsja
Rahul Deshmukh [Thu, 14 Oct 2010 13:10:12 +0000 (18:40 +0530)]
b=18456 huge OST mount time
o=andreas
i=alex.zhuravlev
i=girish
Johann Lombardi [Mon, 22 Mar 2010 22:01:55 +0000 (23:01 +0100)]
b=22307 rate limit dlm debug message in ll_inode_from_lock()
i=oleg
i=dmitry
Vitaly Fertman [Thu, 14 Oct 2010 23:14:03 +0000 (03:14 +0400)]
Revert "b=22033 Change default filesystem to ext3"
This reverts commit
f53e89dbe756e9da0ee98c1afe1e3691fa556724.
Vitaly Fertman [Tue, 12 Oct 2010 23:47:46 +0000 (03:47 +0400)]
Revert "b=23090 Wirecheck.c is still missing some structs"
This reverts commit
56444fda88f0a2a252963bfd1e57372f20e794b2.
Elena Gryaznova [Tue, 12 Oct 2010 20:25:11 +0000 (00:25 +0400)]
b=22157 conf-sanity test_5b defect
i=Andrew.Perepechko
test_5b cleanup for mgs/mds not combined;
test_5* changes to use error instead of echo && return
new test_5f
Elena Gryaznova [Mon, 11 Oct 2010 14:13:40 +0000 (18:13 +0400)]
bug=23542 recovery-small: test_27 is not time bounded
i=Brian.Murrell
Brian J. Murrell [Fri, 8 Oct 2010 14:15:32 +0000 (10:15 -0400)]
b=23685 don't define unused variables
When CONFIG_SYSCTL is not defined in the kernel config, a couple of
variables are left unused, yet still defined.
i=Dmitry Zogin
i=Andrew Perepechko
Vladimir Saveliev [Fri, 8 Oct 2010 10:36:26 +0000 (14:36 +0400)]
b=22766 cascading_rw: take lmm_stripe_count returned by ioctl(LL_IOC_LOV_SETSTRIPE)
i=adilger
yangsheng [Fri, 8 Oct 2010 09:54:42 +0000 (17:54 +0800)]
b=22375 Add walk_stack callback for dump_trace.
o=sebastien.buisson@bull.net
i=adilger
i=yangsheng
Vladimir Saveliev [Fri, 8 Oct 2010 09:06:31 +0000 (13:06 +0400)]
b=22942 check attribute flags correctly
i=vitaly
LiuYing [Fri, 8 Oct 2010 02:48:14 +0000 (10:48 +0800)]
b=21420 Add mds/mgs stats to HEAD
1)remove useless counter from mds and move some definitions from mds to mdt;
2)move LPROCFS_MD_OP_INITs from lprocfs_alloc_md_stats() to
lprocfs_init_mps_stats(), which is needed by this stats;
3)increase mdt counter for each type operation
i=andreas
i=wangdi
Nicolas Williams [Thu, 7 Oct 2010 22:24:46 +0000 (17:24 -0500)]
b=23090 Wirecheck.c is still missing some structs
i=andreas.dilger
i=robert.read
Terry Rutledge [Fri, 8 Oct 2010 21:27:20 +0000 (14:27 -0700)]
Updated for 2.1.0 build 05.
Vitaly Fertman [Tue, 28 Sep 2010 21:52:03 +0000 (01:52 +0400)]
b=19325 adjust waiting extent locks during 1st enqueue
o=bobijam
i=vitaly
i=green
Re-landing. Adjust locks' extents on their first enqueue, so that at the time
they get granted, there is no need for another pass through the queues since
they are already shaped into the proper forms.
Rahul Deshmukh [Tue, 5 Oct 2010 10:28:50 +0000 (15:58 +0530)]
b=22032 race between create lproc and read lproc fix
There is window between lproc create and private data init, where a lproc read
can find data null. this patch fixes it by making it atomic.
i=alexander.zarochentsev
i=rahul
Elena Gryaznova [Tue, 5 Oct 2010 13:06:23 +0000 (17:06 +0400)]
b=23537 do_rpc_nodes does not propagate NAME to remote nodes causing rpc.sh to fail abruptly
o=Chris.Horn <hornc@cray.com>
i=grev
Cliff White [Tue, 5 Oct 2010 18:08:32 +0000 (11:08 -0700)]
b=22755 more shrink grant fixes
i=di.wang
i=oleg.drokin
- filter_preprw_write() should check for OBD_FL_SHRINK_GRANT in o_flags instead
of o_valid;
- The grant shrink code should not use o_flags w/o setting OBD_MD_FLFLAGS since
o_flags can be legitimately reset if OBD_MD_FLFLAGS (e.g. it is done in the
checksum code);
- OBD_FL_MMAP is added to wiretest & wirecheck
Mikhail Pershin [Wed, 6 Oct 2010 12:56:41 +0000 (16:56 +0400)]
b=16509 port recovery ending tests to master
i=grev
Elena Gryaznova [Thu, 7 Oct 2010 11:37:21 +0000 (15:37 +0400)]
b=22546 set quota parameters on all OSS servers.
o=James.Simmons <simmonsja@ornl.gov>
i=Brian.Murrell
i=grev
i=landen
Rahul Deshmukh [Thu, 7 Oct 2010 12:01:46 +0000 (17:31 +0530)]
b=22176 Add .sync_fs super block handler
Adding sync_fs functionality by adding .sync_fs to super
block handler. It basically mark all loi's as urgent
(at an instant of time) & move it to separate list and
drain them.
i=oleg
i=eric.mei
Rahul Deshmukh [Thu, 7 Oct 2010 12:06:46 +0000 (17:36 +0530)]
b=19427 Correct lmm_object_id
o=adilger
i=wangdi
i=tapro
i=pravin
i=rahul
Fix boolean logic for limiting the maximum object ID created within a
single group (sequence). For legacy IDIF objects this is 2^48 objects,
since we consume 2^16 SEQ numbers for the high bits of the object ID),
but for all other groups it is only 2^32 objects that can fit into f_oid.
Clean up some duplicate #defines that are no longer needed now that
we declare all of the FID_SEQ values in enum fid_seq in lustre_idl.h.
Rahul Deshmukh [Thu, 7 Oct 2010 12:50:21 +0000 (18:20 +0530)]
b=21898 mdd_max_lmm_get unlikely->likely fix
o=liang
i=andreas
i=rread
Rahul Deshmukh [Thu, 7 Oct 2010 13:01:04 +0000 (18:31 +0530)]
b=22860 lnet_msg_alloc does double memset to zero
i=andreas
i=liang
Vitaly Fertman [Mon, 4 Oct 2010 21:00:34 +0000 (01:00 +0400)]
b=20687 umount symbolic link device
i=vitaly
Elena Gryaznova [Mon, 4 Oct 2010 20:15:38 +0000 (00:15 +0400)]
b=21927 t-f: use the global variables for facets mount points
i=Andreas.Dilger
Andrew Perepechko [Mon, 4 Oct 2010 19:43:29 +0000 (23:43 +0400)]
b=18728 allow queued write syscall termination by a signal
i=Alexander Zarochentsev
i=Vitaly Fertman
Mikhail Pershin [Sun, 3 Oct 2010 10:49:22 +0000 (14:49 +0400)]
b=20101 lfs ost enhancements
a=james.simmons
i=andreas.dilger
i=brian.murrell
Mikhail Pershin [Sun, 3 Oct 2010 09:14:43 +0000 (13:14 +0400)]
b=17485 use $SINGLEMDS, fix /proc access in tests
i=grev
Dmitry Zogin [Thu, 30 Sep 2010 13:09:40 +0000 (09:09 -0400)]
b=20146 Metadata performance degradation from 1.6.5 vs 1.8.0.190
Don't update ctime if we are really removing the inode.
i=mikhail.pershin
i=andreas.dilger
Andrew Perepechko [Thu, 30 Sep 2010 12:32:46 +0000 (16:32 +0400)]
b=22107 a fix for the warning message in filter_destroy_internal
filter_destroy_internal is entered with inode references from
lookup and from the resource used by the extent lock, so the
check is changed to i_count != 2.
i=Vitaly Fertman
i=Johann Lombardi
Alexander.Zarochentsev [Wed, 29 Sep 2010 15:03:06 +0000 (19:03 +0400)]
b=23098 Check for slow i_alloc_sem acquiring
i=alex.zhuravlev
i=vitaly.fertman
Andrew Perepechko [Wed, 29 Sep 2010 08:59:53 +0000 (12:59 +0400)]
b=23216 a fix for a possible memory leak in lov_setup
i=Vitaly Fertman
i=Mikhail Pershin
Andrew Perepechko [Wed, 29 Sep 2010 08:59:52 +0000 (12:59 +0400)]
b=23216 a fix for a memory leak in ldiskfs_mb_load_buddy
i=Alex Zhuravlev
i=Johann Lombardi
Maxim Patlasov [Tue, 28 Sep 2010 10:07:59 +0000 (14:07 +0400)]
b=16842 __l_wait_event should sleep using TASK_INT
i=green
i=andreas
All threads sleeping in non-interruptible way are accounted in "load average".
This is not desirable for lustre threads sleeping in __l_wait_event.
Traditionally, only threads doing I/O are allowed to sleep in
non-interruptible way.
Elena Gryaznova [Wed, 29 Sep 2010 14:58:31 +0000 (18:58 +0400)]
b=20407 replay-ost-single: do not skip for HARD mode and mixed_ost_devs
i=Brian.Murrell
Vladimir Saveliev [Wed, 29 Sep 2010 21:27:14 +0000 (01:27 +0400)]
b=22828 fix unnormalized Linux symbols
introduced by
https://bugzilla.lustre.org/attachment.cgi?id=30855
Alexander.Zarochentsev [Thu, 30 Sep 2010 09:38:25 +0000 (13:38 +0400)]
b=23161 A fix for replay-single 89 test
Add extra sync and delays to be sure that recovery is completed and llogs and
delayed destroys are processed before getting block usage statistics.
Re-enable the test.
a=alexander.zarochentsev
a=vitaly.fertman
i=tappro
Vladimir Saveliev [Thu, 30 Sep 2010 12:09:24 +0000 (16:09 +0400)]
b=23003 change the type of obd_time to __s64
i=andreas.dilger
i=vitaly.fertman
Vladimir Saveliev [Thu, 30 Sep 2010 12:08:30 +0000 (16:08 +0400)]
b=23003 use obd_time instead of __u64 to store "wallclock" time
i=andreas.dilger
i=vitaly.fertman
Jian Yu [Thu, 30 Sep 2010 13:59:34 +0000 (21:59 +0800)]
b=23289 cleanup legacy code from ldlm
bug 23289 attachment 31641
o=zhen.liang
i=oleg.drokin
i=andreas.dilger
Jian Yu [Thu, 30 Sep 2010 13:51:58 +0000 (21:51 +0800)]
b=18551 wrapper functions for ldlm->namespace & res->namespace
bug 18551 attachment 31642
o=zhen.liang
i=oleg.drokin
i=andreas.dilger
Jian Yu [Thu, 30 Sep 2010 13:48:36 +0000 (21:48 +0800)]
b=18551 libcfs hash
bug 18551 attachment 31467 and attachment 31478
o=zhen.liang
i=andreas.dilger
i=oleg.drokin
Jian Yu [Thu, 30 Sep 2010 13:07:07 +0000 (21:07 +0800)]
b=21954 workitem to libcfs
bug 21954 attachment 31455 and attachment 31665
o=zhen.liang
i=he.h.huang
i=maxim.patlasov
Vitaly Fertman [Wed, 29 Sep 2010 12:01:43 +0000 (16:01 +0400)]
b=22598 osd_trans_stop() page fault fix
i=zam
i=tappro
Mikhail Pershin [Mon, 27 Sep 2010 17:33:03 +0000 (21:33 +0400)]
b=21313 replace 'mds' with '$SINGLEMDS' in tests
i=grev,tappro
Eric Mei [Tue, 21 Sep 2010 18:20:49 +0000 (22:20 +0400)]
b=16774 cancel unused osc locks before replay.
r=oleg.drokin
r=di.wang
Eric Mei [Tue, 21 Sep 2010 18:28:03 +0000 (22:28 +0400)]
b=22683 store cl_env in task_struct for redhat kernel and liblustre.
r=andreas.dilger
Rahul Deshmukh [Wed, 22 Sep 2010 07:34:12 +0000 (11:34 +0400)]
b=20807 pacemaker lustre server agent
b=20807 pacemaker lustre server agent
Adding Bernd Schubert's lustre_server.sh to lustre/contrib dir,
which monitors /proc/fs/lustre/health_check.
i=rahul
Brian J. Murrell [Wed, 22 Sep 2010 20:41:25 +0000 (00:41 +0400)]
b=23721 remove rdac & mptlinux build; canon ofed
Remove our downloading and building of MPTLINUX and RDAC.
When building OFED download from the canonical location for
GA releases, since we do so already for daily snapshots anyway.
i=wangyb
i=yangsheng
Vladimir Saveliev [Tue, 21 Sep 2010 22:27:12 +0000 (02:27 +0400)]
b=22942 setattr fix
send attributes to osts when truncate and utimes
(not only when setting times to past)
i=vitaly
Brian J. Murrell [Wed, 22 Sep 2010 20:41:26 +0000 (00:41 +0400)]
b=22589 llite_lib.c:234: undefined-reference to `__stack_chk_fail_local'
If liblustre.so is linked with -nostdlib it produces errors such as:
./llite_lib.o: In function `liblustre_process_log':
lustre/liblustre/llite_lib.c:234: undefined reference to `__stack_chk_fail_local'
on platforms where the stack-smashing protector is used (i.e. Ubuntu).
i=johann
Alexander.Zarochentsev [Wed, 22 Sep 2010 12:19:49 +0000 (16:19 +0400)]
b=22598 osd thandle usage counters
i=mikhail.pershin
i=oleg.drokin
Eric Mei [Tue, 21 Sep 2010 18:33:59 +0000 (22:33 +0400)]
b=22781 fix the waiting time/race of identity upcall.
r=vitaly.fertman
r=di.wang
Eric Mei [Tue, 21 Sep 2010 18:30:53 +0000 (22:30 +0400)]
b=23518 adjust a locktrace place.
r=vitaly.fertman
Eric Mei [Tue, 21 Sep 2010 18:26:38 +0000 (22:26 +0400)]
b=22683 fix unbalanced cl_env hash.
r=andreas.dilger
r=di.wang
Dmitry Zogin [Tue, 21 Sep 2010 15:31:09 +0000 (19:31 +0400)]
b=21137 sles11 with 1.8 is slower than 1.6 sles10 for O_DIRECT single file IOR writes
Fix __bio_add_page() in order to prevent IO split on some drivers.
i=andreas.dilger
i=sheng.yang
This patch comes from the kernel commit
Gitweb: http://git.kernel.org/linus/
8a78362c4eefc1deddbefe2c7f38aabbc2429d6b
Commit:
8a78362c4eefc1deddbefe2c7f38aabbc2429d6b
Parent:
086fa5ff0854c676ec333760f4c0154b3b242616
Author: Martin K. Petersen <martin.petersen@oracle.com>
AuthorDate: Fri Feb 26 00:20:39 2010 -0500
Committer: Jens Axboe <jens.axboe@oracle.com>
CommitDate: Fri Feb 26 13:58:08 2010 +0100
block: Consolidate phys_segment and hw_segment limits
Except for SCSI no device drivers distinguish between physical and
hardware segment limits. Consolidate the two into a single segment
limit.
Dmitry Zogin [Tue, 21 Sep 2010 15:30:35 +0000 (19:30 +0400)]
b=21137 Sles11 with 1.8 is slower than 1.6 sles10 for O_DIRECT single file IOR writes
Fix ptlrpc_main() condition to start service threads correctly.
i=vitaly.fertman
i=andreas.dilger
Eric Mei [Tue, 21 Sep 2010 15:11:10 +0000 (19:11 +0400)]
b=23728 gss: keyutils setup is required by oss, not mgs.
r=jian.yu
Eric Mei [Tue, 21 Sep 2010 14:40:54 +0000 (18:40 +0400)]
b=23728: gss: fix regression of rule removal.
Eric Mei [Tue, 21 Sep 2010 14:37:57 +0000 (18:37 +0400)]
b=23728 fix regression in wait_flavor.
i=jian.yu
Dmitry Zogin [Tue, 21 Sep 2010 13:51:47 +0000 (17:51 +0400)]
b=23174 Lustre inode size is not coherent across nodes.
Update lvbo from disk when AST fails with EINVAL.
i=vitaly.fertman
i=andrew.perepechko
Mikhail Pershin [Tue, 21 Sep 2010 14:30:09 +0000 (18:30 +0400)]
b=23074 improve autogen.sh
o=Bernd Schubert
i=adilger
i=brianm
Mikhail Pershin [Tue, 21 Sep 2010 14:15:20 +0000 (18:15 +0400)]
b=22529 Add AC_MSG_CHECKING
o=Behlendorf
i=brianm
i=johann
Elena Gryaznova [Fri, 17 Sep 2010 19:02:35 +0000 (23:02 +0400)]
b=22977 add echoclient async journal regression test to acc-sm obdfilter-survey
i=Oleg.Drokin
Eric Mei [Mon, 20 Sep 2010 22:05:25 +0000 (02:05 +0400)]
b=23518 add the missing logic of enqueue wait for conflicting lock.
r=di.wang
r=vitaly.fertman
pravin [Sun, 19 Sep 2010 17:17:58 +0000 (21:17 +0400)]
b=22769 improve error message for dx_probe
a=andreas
i=girish
i=landen
add debug info in case of error.
pravin [Sun, 19 Sep 2010 17:13:16 +0000 (21:13 +0400)]
b=23660 fix #ifdef to enable checksum
i=oleg
i=vitaly
fix #ifdef for checksum
Jian Yu [Fri, 17 Sep 2010 05:57:23 +0000 (09:57 +0400)]
b=18551 cleanup lnet_selftest module after test
Stop the lst session and remove the lnet_selftest module after test.
o=zhen.liang
i=maxim.patlasov
i=vitaly.fertman
Andrew Perepechko [Mon, 13 Sep 2010 18:04:58 +0000 (22:04 +0400)]
b=21174 fix quotacheck with non-consecutive OST indices
i=Johann Lombardi
i=ZhiYong Tian
i=Elena Gryaznova
a=31085
a=31094
Dmitry Zogin [Wed, 15 Sep 2010 14:54:22 +0000 (18:54 +0400)]
b=21137 sles11 with 1.8 is slower than 1.6 sles10 for O_DIRECT single file IOR writes
Extra debug logging in filter_do_bio()
i=andreas.dilger
Eric Mei [Mon, 13 Sep 2010 14:46:41 +0000 (18:46 +0400)]
b=23728 speed up sanity-gss test 8.
r=jian.yu
Mikhail Pershin [Tue, 21 Sep 2010 12:33:17 +0000 (16:33 +0400)]
Merge branch 'master' of git.lustre.org:prime/lustre
Landen [Mon, 13 Sep 2010 10:52:24 +0000 (14:52 +0400)]
b=23541 move DQ_STATUS_SET and DQ_STATUS_RECOVERY to
i=johann
i=andrew.perepechko
yangsheng [Mon, 13 Sep 2010 07:48:22 +0000 (11:48 +0400)]
b=23371 Further patch for i_data_sem deadlock.
Terry Rutledge [Fri, 17 Sep 2010 17:34:03 +0000 (10:34 -0700)]
Updated for 2.1 build 04.
Vitaly Fertman [Tue, 14 Sep 2010 10:42:28 +0000 (14:42 +0400)]
b=23161 Disable new buggy test REPLAY_SINGLE 89
Rahul Deshmukh [Mon, 6 Sep 2010 11:02:47 +0000 (15:02 +0400)]
b=20092 Add kernel patch for symbol exports to 2.0 kernel
Adding a patch to export kernel symbol needed dmu.
i=sheng.yang
yangsheng [Sun, 12 Sep 2010 06:49:28 +0000 (10:49 +0400)]
b=22514 kernel update for rhel5.5 & oel5.5.
i=johann
i=girish,rahul
i=kalpak,zhanghongchao
i=brian,wangyb
Elena Gryaznova [Fri, 10 Sep 2010 14:35:25 +0000 (18:35 +0400)]
b=23669 change pios parameters according to space available
i=Andrew.Perepechko
Robert Read [Thu, 9 Sep 2010 18:57:30 +0000 (22:57 +0400)]
b=22588 fix compile issue with gcc 4.4
i=brian
i=andrew
add may_alias attribute to struct lov_user_md_v1
Dmitry Zogin [Wed, 8 Sep 2010 16:16:20 +0000 (20:16 +0400)]
b=b21506 File read is incomplete, getting truncated files.
Sanity test_24w created
i=johann
Vladimir Saveliev [Thu, 2 Sep 2010 11:36:50 +0000 (15:36 +0400)]
b=23291 update atime fix
do not take atime_diff into account when current atime is in future
i=vitaly.fertman
Vladimir Saveliev [Thu, 2 Sep 2010 11:36:13 +0000 (15:36 +0400)]
b=23291 directory atime update test
set atime to future
set atime to now
test atime_diff
i=grev
Eric Mei [Mon, 30 Aug 2010 15:24:57 +0000 (19:24 +0400)]
b=16774 mdc to cancel unused dlm locks before replay.
r=oleg.drokin
r=di.wang
Dmitry Zogin [Mon, 30 Aug 2010 14:07:38 +0000 (18:07 +0400)]
b=22938 lfs find -s doesn't seem to work correctly
Fixing find_value_cmp().
o=yuriy.umanets
i=johann
i=andreas.dilger