- May 22, 2008
-
-
Elena Gryaznova authored
-
Elena Gryaznova authored
i=Adilger integrate lustre-iokit into normal build process
-
Alexey Lyashkov authored
b=15851 i=zam
-
- May 21, 2008
-
-
Robert Read authored
b=13285 Reverting the rest of the script libexecdir patch to fix rpm builds.
-
Yong Fan authored
b=11401,15405 i=huanghua i=tappro
-
Andreas Dilger authored
Quiet build warnings when enabling MPI test programs.
-
Robert Read authored
b=13285 Perhaps the libexecdir scripts patch was only partially applied or reverted. This patch reverts the change apparently made to lustre.spec.in back to libdir. So Terry can build the next RC.
-
- May 20, 2008
-
-
bwzhou authored
b=13285 r=green, bobijam use the libexec convention for scripts
-
bwzhou authored
b=13285 r=green, bobijam use the libexec convention for scripts
-
bwzhou authored
b=13285 r=adilger, deen 1. updated ext3-mballoc3-core.patch and added ext3-max-dir-size.patch to limit the maximum size of a directory; 2. updated other ldiskfs patches to resolve patch conflicts caused by the above two new patches; 3. added a test case in sanity.sh.
-
bwzhou authored
b=13285 r=adilger, deen 1. updated ext3-mballoc3-core.patch and added ext3-max-dir-size.patch to limit the maximum size of a directory; 2. updated other ldiskfs patches to resolve patch conflicts caused by the above two new patches; 3. added a test case in sanity.sh.
-
komaln authored
r=Andreas replace /proc/fs/lustre access with lctl set_param
-
Alexey Lyashkov authored
run acc-small. b=15139 i=tappro i=komal
-
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.
-
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 19, 2008
-
-
Alexey Lyashkov authored
-
Pravin Shelar authored
b=14230 i=amit.sharma i=manoj.joseph umds cleanup: use libcfs kmap api rather than kernel kmap apis.
-
Pravin Shelar authored
b=14230 i=rahul.deshmukh i=manoj.joseph umds cleanup: use libcfs api.
-
Pravin Shelar authored
b=14230 i=amit.sharma i=tappro umds cleanup: use pid instead of current * to have portability.
-
Pravin Shelar authored
b=14230 i=alex.zhuravlev i=h.huang remove lustre 1.6 mds files from cvs.
-
Pravin Shelar authored
b=14230 i=rahul.deshmukh i=alex.zhuravlev umds cleanup : use libcfs api rather than calling kernel functions.
-
Pravin Shelar authored
b=14230 i=yury.umanets i=alex.zhuravlev fix for multiple definition of mdc_init_ea_size().
-
Pravin Shelar authored
b=14230 i=alex.zhuravlev i=h.huang following patch removes 1.6 dead code from head branch and moves some function to respective layers. diffstat: b/lustre/include/lustre_mds.h | 70 - b/lustre/mdd/mdd_lov.c | 180 ++ b/lustre/mds/Makefile.in | 3 b/lustre/mds/handler.c | 2571 ------------------------------------------ b/lustre/mds/mds_fs.c | 654 ---------- b/lustre/mds/mds_internal.h | 209 --- b/lustre/mds/mds_log.c | 84 - b/lustre/mds/mds_lov.c | 295 ---- b/lustre/mdt/mdt_handler.c | 116 + b/lustre/mdt/mdt_recovery.c | 53 lustre/mds/commit_confd.c | 98 - lustre/mds/mds_join.c | 508 -------- lustre/mds/mds_lib.c | 488 ------- lustre/mds/mds_open.c | 1533 ------------------------- lustre/mds/mds_reint.c | 2419 --------------------------------------- lustre/mds/mds_unlink_open.c | 287 ---- lustre/mds/mds_xattr.c | 358 ----- 17 files changed, 369 insertions(+), 9557 deletions(-)
-
Alexey Lyashkov authored
b=14523 i=adilger i=eric.mei
-
Alexey Lyashkov authored
this part already exist in 1.6 but lost in HEAD.
-
- May 18, 2008
-
-
bwzhou authored
b=13285 revert the libexec patch since it hasn't got permissions yet.
-
bwzhou authored
b=13285 r=green, bobijam (libexec) r=johann, deen (gcc) 1.Use the libexec convention; 2.Quiet remaining gcc warnings.
-
bwzhou authored
b=13285 r=green, bobijam (libexec) r=johann, deen (gcc) 1. Use the common libexec convention; 2. Quiet remaining gcc warnings.
-
- May 17, 2008
-
-
deshmukh authored
Code related to task interop_disk_fidea, this will take care off basic operation interoperability mode.
-
- May 16, 2008
-
-
Alexey Lyashkov authored
always call deactivate import for imports without recovery. b=15069 i=rread i=wangdi i=johan
-
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
Limit snprintf/strncpy modification of debug_file_name to sizeof(debug_file_name) instead of sizeof(debug_file_path). Both are currently the same size, but may change at some point in the future.
-
kalpak authored
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=adilger i=kalpak.shah (test by adilger) b=15777
-
girish authored
Add an extra check to ldiskfs extents code for the condition, eh_entries = 0 & eh_depth != 0 i=adilger i=bzzz
-
Yang Sheng authored
b=15655 i=brian, mjmac Fixed the sles10 patchless rpm built against smp config for i686. Fixed the new download site.
-
Alexey Lyashkov authored
b=15517 i=johann
-
huanghua authored
b=15556 i=nikita.danilov i=yury.umanets - do not produce zero inode number; - hash VFS inode by FID; - start FID sequence from 0x100000400.
-
- 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.
-