- Jun 24, 2008
-
-
bwzhou authored
b=13285 r=adilger, deen separate the limit for dir size into per-dev tunables.
-
- Jun 13, 2008
-
-
kalpak authored
i=adilger,alex - if blocks per group is less than blocksize*8, set rest of the bitmap to 1. - check return of ext2_find_next_le_bit for overflow.
-
- Jun 03, 2008
-
-
girish authored
b=13144 i=adilger i=kalpak
-
- May 22, 2008
- May 20, 2008
-
-
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.
-
- May 15, 2008
-
-
girish authored
Add an extra check to ldiskfs extents code for the condition, eh_entries = 0 & eh_depth != 0 i=adilger i=bzzz
-
- 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.
-
Andreas Dilger authored
Ignore generated file.
-
- May 07, 2008
-
-
Johann Lombardi authored
b=15459 i=adilger i=bzzz disable preallocation for non-regular files. although our patchsets only enable extents on regular files, we should prevent crashing.
-
- Apr 27, 2008
-
-
Terry Rutledge authored
-
Terry Rutledge authored
-
- Apr 24, 2008
-
-
Alexey Lyashkov authored
b=15511 i=Yang Sheng
-
- Apr 10, 2008
-
-
Yang Sheng authored
b=13397 i=johann i=shadow Split the export journal-api part as a separate patch.
-
- Mar 06, 2008
-
-
Yang Sheng authored
b=14947 i=shengyang Use num_possible_cpus instead of NR_CPUS.
-
- Mar 05, 2008
-
-
Yang Sheng authored
b=13397 i=johann i=alex Add unlink-race patch to 2.6.22 series.
-
- Mar 04, 2008
-
-
girish authored
b=14974 i=kalpak i=girish
-
- Feb 28, 2008
-
-
Johann Lombardi authored
b=14594 i=alex.zhuravlev i=sheng.yang add ext3-lookup-dotdot-2.6.9.patch to ldiskfs series.
-
Yang Sheng authored
b=13397 i=johann i=shadow Export the needed symbol for lustre.
-
- Feb 18, 2008
-
-
deen authored
b=14864 i=adilger i=deen
-
- Feb 04, 2008
-
-
Yang Sheng authored
b=14714 i=scjody i=yangsheng Move __d_rehash to d_rehash_cond, __d_move to d_move_locked for other kernel patches.
-
- Jan 25, 2008
-
-
Andreas Dilger authored
Allow newer ldiskfs with d_rehash_cond() and d_move_locked() to build against older kernels with the older __d_rehash() and __d_move() functions. Minor reformatting of configure.ac to match GNU autoconf coding style. http://www.gnu.org/software/autoconf/manual/html_node/Coding-Style.html b=14714 i=scjody
-
- Jan 24, 2008
-
-
Andreas Dilger authored
Allow newer ldiskfs with d_rehash_cond() and d_move_locked() to build against older kernels with the older __d_rehash() and __d_move() functions. Minor reformatting of configure.ac to match GNU autoconf coding style. http://www.gnu.org/software/autoconf/manual/html_node/Coding-Style.html b=14714 i=scjody
-
- Jan 21, 2008
-
-
Yang Sheng authored
b=14349 i=johann i=alex Add journal_dev option for ldiskfs
-
- Jan 18, 2008
-
-
Andrew Perepechko authored
b=14322 i=alex.zhuravlev i=johann remove dump_stack and printk
-
- Jan 17, 2008
-
-
Yang Sheng authored
b=14389 i=johann i=scjody Update to RHEL3 latest kernel-2.4.21-53.EL.
-
- Jan 16, 2008
-
-
kalpak authored
b=14596 i=adilger, johann correction for deadlock in ext3_expand_extra_isize
-
- Jan 14, 2008
-
-
kalpak authored
b=14596 i=adilger, johann correction for deadlock in ext3_expand_extra_isize
-
- Jan 13, 2008
-
-
kalpak authored
i=adilger, johann correction for deadlock in ext3_expand_extra_isize
-
- Jan 10, 2008
-
-
Johann Lombardi authored
b=14493 i=adilger i=johann Patch from bzzz. Kernel BUG at ... ldiskfs/ldiskfs/mballoc.c:3853 Removing the underlying device (e.g. via a SCSI rescan) can cause a kernel BUG in ldiskfs_mb_discard_inode_preallocations().
-
- Jan 04, 2008
-
-
scjody authored
Update ChangeLog dates for 1.4.12 and change headers to Sun.
-
- Jan 03, 2008
-
-
scjody authored
Add headers for next version; make a long-overdue change to "Sun Microsystems, Inc."
-
- Jan 02, 2008
-
-
scjody authored
Update for 1.4.12
-
- Dec 21, 2007
-
-
Yang Sheng authored
b=14288 i=adilger i=johann Update to RHEL4 U6 kernel-2.6.9-67.EL.
-
- Dec 19, 2007
-
-
Andreas Dilger authored
Minor whitespace fixup.
-
- Dec 17, 2007
-
-
Yang Sheng authored
b=14289 i=johann i=scjody Update to RHEL5 Update-1 kernel-2.6.18-53.el5.
-
Yang Sheng authored
b=14265 i=deen i=scjody Fix build failes for RHEL3.
-
- Dec 09, 2007
-
-
scjody authored
-
- Dec 06, 2007
-
-
Yang Sheng authored
-
Yang Sheng authored
b=13397 i=adilger i=alex -- Use GFP_NOFS instead of SLAB_NOFS. -- Avoid fork the ext3-mballoc3-core patch.
-