- Apr 20, 2007
-
-
Andreas Dilger authored
Use EXT4_ for feature flag instead of EXT3_ to match upstream. b=10651
-
Andreas Dilger authored
Fix patch to apply equally well without obsolete ext3-san-jdike-*.patch. b=11725
-
scjody authored
Rename ext3-disable-write-barrier-by-default-2.6-sles10.patch so it will be included in tarballs produced on RHEL 4 systems. b=12224 i=adilger i=nathan
-
- Apr 19, 2007
-
-
Wang Di authored
According to shadow's advice, move BRW_WRITE check for grant to the right place to avoid cl_loi_list_lock for read. b:11662 r:adilger,green
-
deen authored
b=10802
-
Wang Di authored
b:12123 Check if a directory has children when invalidating dentries associated with an inode during lock cancellation. This fixes an incorrect ENOENT sometimes seen for valid filehandles during testing with dbench. r:green r:shadow
-
Wang Di authored
b:11662 Fix grant leak that caused OST crashes. r:adilger r:green
-
- Apr 18, 2007
-
-
kalpak authored
This patch was not applying due to some whitespace changes made in ext3-nlinks-2.6.9.patch by Andreas. I have modified the nanosecond patch to reflect the changes.
-
- Apr 17, 2007
-
-
Andreas Dilger authored
Description: data loss for recently-modified files Details : In some cases it is possible that recently written or created files may not be written to disk in a timely manner (this should normally be within 30s unless client IO load is very high). The problem appears as zero-length files or files that are a multiple of 1MB in size after a client crash or client eviction that are missing data at the end of the file. This problem is more likely to be hit on clients where files are repeatedly created and unlinked in the same directory, clients have a large amount of RAM, have many CPUs, the filesystem has many OSTs, the clients are rebooted frequently, and/or the files are not accessed by other nodes after being written. The presence of the problem can be detected by looking at /proc/sys/fs/inode-state. If the first number (nr_inodes) is smaller than the second (nr_unused) then dirty files will not be flushed automatically to disk. "sync; sleep 10" should be run several times on the node before unmounting it to update Lustre (this is also safe to run on nodes without this problem). There is also a related kernel bug in the RHEL4 4 2.6.9 kernel that can cause this same problem, so customers using that kernel also need to update the kernel in addition to Lustre. In order to properly fix this bug, the RHEL3 2.4.21 kernel is also updated. It is normal that files written just before a client crash (less than 30s) may not yet have been flushed to disk, even for local filesystems. i=green(original patch), i=shadow b=12181, b=12203
-
Andreas Dilger authored
Wrap lines at 80 columns.
-
Andreas Dilger authored
Use EXT4_FEATURE_RO_COMPAT_DIR_NLINK to match upstream e2fsprogs. b=3244
-
Andreas Dilger authored
Change FMODE_EXEC declaration to match upstream kernel. Don't conflict with FMODE_LSEEK in RHEL4 case. b=11248
-
Andreas Dilger authored
Clarify ChangeLog comment. b=10651
-
Nathan Rutman authored
-
Liang Zhen authored
-
- Apr 16, 2007
-
-
Isaac Huang authored
- landing 12237 fix from atchley@myri.com.
-
- Apr 13, 2007
-
-
Alexey Lyashkov authored
to unhash it or make it invalid. b=11970 i=green i=wangdi
-
Alexey Lyashkov authored
timeout. b=11203 i=green i=adilger
-
tianzy authored
other tests run. For example runtest.sh, replay-single.sh
-
- Apr 11, 2007
-
-
deen authored
b=10802 i=adilger i=green
-
scjody authored
Update e2fsprogs version.
-
kalpak authored
Name of the patch file and the name in the series did not match. Correcting that.
-
kalpak authored
i=Andreas Dilger Description: Addition of nanosecond timestamps. The nanosecond patches have been added to both the ldiskfs and ldiskfs2 series for 2.6.5-sles9, 2.6.9-rhel4, 2.6.16-sles10, and 2.6.18-vanilla.
-
scjody authored
Merge from b_release_1_4_11: update ChangeLogs and version; add missing ChangeLog entries from 1.4.11.
-
- Apr 09, 2007
-
-
Cliff White authored
b=10957 Renamed all files to remove .sh and .pl. Fixed .spec file
-
Cliff White authored
Renaming
-
Cliff White authored
b=10957 Fixes to path
-
Cliff White authored
b=10957 Updated to reflect review.
-
- Apr 07, 2007
-
-
tianzy authored
This patch corrected these bugs. b=12190
-
- Apr 05, 2007
-
-
scjody authored
Format ldiskfs2 backing filesystems with uninit_groups. b=11981 i=adilger i=alex
-
tianzy authored
It is a deadlock between quota and journal. b=11693 r=green r=adilger
-
Wang Di authored
For for GETLK(LDLM_FL_TEST_LOCK), fcntl locks should not be added to the inode lock list. b:5145 r:green, adilger
-
scjody authored
Clean up compiler warnings in liblustre builds. Original patch by nic@cray.com. b=11175 i=green i=adilger
-
scjody authored
Fix SYIO_INTERFACE_NAME typo, part of liblustre compile warnings cleanup. b=11175 i=adilger i=green
-
- Apr 02, 2007
-
-
scjody authored
Replace "review" by "inspection."
-
- Mar 31, 2007
-
-
scjody authored
Add new ldiskfs2 module based on ldiskfs. b=11981 r=adilger r=nathan
-
scjody authored
Move quota support from ldiskfs to lvfs. b=11981 r=adilger r=nathan
-
scjody authored
Add support for the ldiskfs2 fstype. b=11981 r=adilger r=nathan
-
scjody authored
Use eval when changing debug settings to avoid shell-related failures. b=12081 r=adilger
-
- Mar 30, 2007
-
-
Yury Umanets authored
-