- Oct 19, 2007
-
-
Yury Umanets authored
r=adilger,nathan - fixed LVF calculation in sanity test 124a.
-
- Oct 18, 2007
-
-
Elena Gryaznova authored
i=Adilger skip test_125 if mds acl disabled
-
Nathan Rutman authored
i=adilger add error_ignore method to run test but ignore failures
-
Johann Lombardi authored
b=13828 i=adilger,shadow Don't use kernel's ATTR_* attributes over the network since the client and MDS may run different kernels. Instead, use MDS_ATTR_* attributes (defined in lustre_idl.h) for sa_valid.
-
Bobi Jam authored
b=13626 i=johann, adilger use k(un)map_atomic instead of k(un)map for short/tight code paths.
-
Elena Gryaznova authored
lost test_7 fix
-
Bobi Jam authored
b=13626 reverse the patch since been reported broken test on box with 2G ram.
-
alex authored
- revert the patch landed by mistake
-
alex authored
i=adilger i=eeb - improved sd iostats: * time requests spend in elevator's queue * time requests are served by disk * seek stats * queue depth stats
-
Bobi Jam authored
b=12744 i=adilger, johann get rid of smp_num_cpus, instead use num_online_cpus() and/or num_possible_cpus().
-
Bobi Jam authored
b=13626 i=johann, adilger use k(un)map_atomic instead of k(un)map for short/tight code paths.
-
huanghua authored
- using b1_8_iam ldiskfs for b1_8_dir_ra.
-
scjody authored
Report a patchless kernel if client patches are missing, since that's what we really care about for testing purposes. b=12460 i=adilger
-
- Oct 17, 2007
-
-
scjody authored
Fix ChangeLog bug number to match reality (the wrong bug number was entered) and improve the entry somewhat.
-
kalpak authored
i=adilger, johann Fix bug in jbd-stats patches spotted by coverity.
-
Wang Di authored
update lustre 13570 Entry
-
alex authored
i=adilger i=johann - few false BUG_ON()s fixed
-
alex authored
i=adilger - patch to rhel4 series: keep inode hashed over clear_inode() call
-
alex authored
i=adilger i=johann - use explicit EXT3_BLOCKS_PER_GROUP() instead of blocksize-based calculation
-
Eric Mei authored
fix the race between gss ctx destroy and request callback. b=13719 r=fanyong,tappro
-
rupesh authored
Description: ChangeLog entry for statfs-sppedup patches commit.
-
rupesh authored
bz 13164 description: statfs speedup patches for rhel5 and sles10 reviewed by: adilger@clusterfs.com, scjody@clusterfs.com, kalpak@clusterfs.com
-
tianzy authored
b=13351 r=green r=adilger
-
- Oct 16, 2007
-
-
Nathan Rutman authored
i=shadow i=adilger remove client blocking for ost connection (since the earlier 11778 patch didn't land on head anyhow, really this is just syncing to b1_6, without changing functionality.)
-
Vitaly Fertman authored
b=13693 i=adilger i=green do not forget to cancel locally locks with invalid import; do not cancel locks in ldlm_lock_list_put() when 0 locks are to be canceled;
-
Eric Mei authored
b13857: fix oops in error handling.
-
Isaac Huang authored
- ibm_version is a u16.
-
Vitaly Fertman authored
b=13672 i=tappro i=huanghua mdc_commit_delayed bugfix
-
Vitaly Fertman authored
make it compilable after b=13568 commit
-
Yang Sheng authored
b=13568 i=adilger i=ericm Remove 2.4 kernel check from mds subsystem.
-
Yang Sheng authored
b=13568 i=adilger i=green Remove 2.4 kernel check from 1.8.0 for llite subsystem.
-
Johann Lombardi authored
b=13635 i=adilger i=shadow Add opc parameter to osc_checksum_bulk.
-
- Oct 15, 2007
-
-
Yang Sheng authored
b=13748 i=shadow i=johann Update RHEL4 kernel to fix vulnerability described in CVE-2007-4573.
-
- Oct 14, 2007
-
-
Wang Di authored
b=13570 In filter_check_grant, for non_grant cache write, we should check the left space by if (*left > ungranted + bytes), instead of (*left > ungranted), because only we are sure the left space is enough for another "bytes", then the ungrant space should be increase. In client, we should update cl_avail_grant only there is OBD_MD_FLGRANT in the reply. i=adilger,green
-
Jian Yu authored
b=13207 i=nathan i=brian 1) Adapt the lustre_config script to support upgrading 1.4 server targets to 1.6 in parallel. 2) Fix a path issue in lustre_createcsv.
-
- Oct 13, 2007
-
-
Yury Umanets authored
r=adilger,nathan - fixed race in ldlm_namespace_new() when new ns could be added to its list before finishing pool init.
-
Yury Umanets authored
r=adilger,nathan - fixed handling user input in lprocfs_wr_lru_size().
-
Elena Gryaznova authored
i=Adilger add recursive symlink test_17e
-
- Oct 12, 2007
-
-
kalpak authored
b=11673 i=andreas, green If LAST_ID value on disk is smaller than the objects existing in the O/0/d* directories, it indicates disk corruption and causes an LBUG(). If the object is 0-length, then we should use the existing object. This will help to avoid a full fsck in most cases.
-
Liu Ying authored
b=13732 i=johann, liuy change order of libsysio includes
-