- Oct 17, 2007
- Oct 16, 2007
-
-
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.
-
- 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 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
-
scjody authored
Remove client patches from SLES 10 kernel. This causes SLES 10 clients to behave as patchless clients even on a Lustre-patched (server) kernel. b=12411 i=adilger i=nathan
-
- Oct 11, 2007
-
-
kalpak authored
i=alex, kalpak rebase jbd-stats patch for rhel5 and 2.6.18
-
- Oct 10, 2007
-
-
komaln authored
b= 13093 r= adilger, deen Description: When running with O_DIRECT I/O, neither the client rpc_stats nor read_ahead_stats were updated. Milind's patch to copy the stats section from osc_send_oap_rpc() into async_internal().
-
- Oct 09, 2007
-
-
Yang Sheng authored
b=13568 i=adilger i=kalpak Remove lock_24kernel() from lvfs subsystem.
-
Yang Sheng authored
b=13568 i=adilger i=deen Remove 2.4 kernel check from obdclass subsystem.
-
Yang Sheng authored
b=13568 i=adilger i=wangdi Remove 2.5.0 kernel check from quota subsystem.
-
- Oct 08, 2007
-
-
Yang Sheng authored
b=13751 i=shadow i=johann Update target & which_patch file for RHEL5 2.6.18-8.1.14.el5.
-
- Oct 04, 2007
-
-
Alexey Lyashkov authored
b=12702 i=nathan i=tappro
-
- Oct 02, 2007
-
-
Alexey Lyashkov authored
b=11710 i=green i=johann
-
- Sep 30, 2007
-
-
Yang Sheng authored
b=13452 i=scjody i=mjmac Kernel config & target file for vanilla kernel-2.6.18.8.
-
- Sep 29, 2007
-
-
Yang Sheng authored
b=13518 i=shadow i=johann Modify the vm-tunables-rhel4.patch for RHEL4 kernel-2.6.9-55.0.6.EL.
-
- Sep 27, 2007
-
-
Alexey Lyashkov authored
b=13334 i=green i=johann
-
Bobi Jam authored
b=12948 i=wangdi, johann Description: buffer overruns could theoretically occur Details : llapi_semantic_traverse() modifies the "path" argument by appending values to the end of the origin string, and a buffer overrun may occur. Adding buffer overrun check in liblustreapi.
-
- Sep 26, 2007
-
-
Yury Umanets authored
r=vitaly,nikita - landed lru resize code with all fixes and cleanups existing in 1_6.
-
- Sep 25, 2007
-
-
Alexey Lyashkov authored
Bugzilla : 10786 Description: omit set fsid for export NFS Bugzilla : 13304 Description: Fix warning idr_remove called for id=.. which is not allocated in kernels up 2.6.16
-
- Sep 24, 2007
-
-
Eric Mei authored
- coding style fix - add items of ChangeLog b=11832 r=vitaly, tappro
-
Yang Sheng authored
b=13616 i=johann i=scjody Modify target file & which_kernel for RHEL5 2.6.18-8.1.10.el5 kernel.
-
- Sep 20, 2007
-
-
bwzhou authored
b=12234 i=adilger i=johann correct the cast of 'index' in obd_device_list_seq_show()
-
- Sep 19, 2007
-
-
deen authored
b=12418 i=green i=adilger
-
- Sep 14, 2007
-
-
Andreas Dilger authored
Description: Data corruption for OSTs that are formatted larger than 2TB on 32-bit servers. Details : When generating the bio request for lustre file writes the sector number would overflow a temporary variable before being used for the IO. The data reads correctly from Lustre (which will overflow in a similar manner) but other file data or filesystem metadata may be corrupted in some cases. b=13547
-
Johann Lombardi authored
b=13181 i=alex i=nikita Don't take the BKL in fsfilt_ext3_setattr() for 2.6 kernels. It causes scheduling issues when removing large files.
-
- Sep 13, 2007
-
-
Liu Ying authored
b=2369 i=johann, deen replace inode->i_size access with i_size_read/write()
-
Bobi Jam authored
b=13600 i=kalpak, bobijam original patch by adilger. Description: "lfs find -obd UUID" prints directories Details : "lfs find -obd UUID" will return all directory names instead of just file names. It is incorrect because the directories do not reside on the OSTs.
-
- Sep 12, 2007
-
-
Cliff White authored
b=12186 i=adilger Fix man pages for lfs
-
Nikita Danilov authored
from scratch preserving functionality. b=13532 i=adilger i=alex i=green
-
komaln authored
r=Nathan, Adilger To tune the kernel for good SCSI performance.
-
- Sep 11, 2007
-
-
Andreas Dilger authored
Fix line wrap.
-
- Sep 06, 2007
-
-
Liu Ying authored
b=13125 i=nathan, deen Description: osts not allocated evenly to files Details : change the condition to increase offset_idx
-
- Sep 05, 2007
-
-
tianzy authored
when mds and osts use different quota unit(32bit and 64bit), quota will be released repeatly. This patch voids sending multiple quota reqs to mds, which will keep the status between the reqs. b=12588 i=johann i=wangdi
-
- Aug 31, 2007
-
-
Johann Lombardi authored
b=12459 i=adilger,tianzy i=scjody Severity : normal Bugzilla : 12459 Description: Client eviction due to failover config Details : after a connection loss, the lustre client should attempt to reconnect to the last active server first before trying the other potential connections.
-
- Aug 30, 2007
-
-
Johann Lombardi authored
b=11802 i=adilger i=kalpak Severity : normal Bugzilla : 11802 Description: lustre support for RHEL5 Details : Add support for RHEL5.
-