Displaying 20 results from an estimated 100 matches similar to: "[GIT-PULL] ext4 inline data support"
2012 Aug 02
2
[PATCH] add additional checks to ext2 loader
Check if some pointers are not NULL due to read errors or other problems
Signed-off-by: Frediano Ziglio <frediano.ziglio at citrix.com>
---
core/fs/ext2/ext2.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/core/fs/ext2/ext2.c b/core/fs/ext2/ext2.c
index bddde8d..8f0f2a4 100644
--- a/core/fs/ext2/ext2.c
+++ b/core/fs/ext2/ext2.c
@@ -139,6 +139,8 @@
2010 Mar 20
2
[PATCH 4/4] btrfs-convert: split into convert/.
No material changes are made.
---
Makefile | 10 +-
convert.c => convert/convert.c | 803 +---------------------------------------
convert/convert.h | 76 ++++
convert/ext2.c | 791 +++++++++++++++++++++++++++++++++++++++
4 files changed, 873 insertions(+), 807 deletions(-)
rename convert.c => convert/convert.c (74%)
create mode
2004 Oct 06
1
Equivalence RHEL 3 update1 or update2?
Please,
How to certify me that I am installing the CentOS equivalent to RHEL 3
update1 or update2?
Thanks,
Zamil Machado Cavalcanti
Bahia - BRAZIL
Linux Counter #56812 http://counter.li.org
2017 Mar 02
2
Windows 10 instalation issue
I've been struggling with the OpenSSH 3.8.1p1-1 installation on windows 10,
it does not finishes, gives no errors or messages, just stays like this:
[image: openssh-install.jpg]
Can someone help me with this please?
Thanks!
--
Atenciosamente,
Daniel Cavalcanti Costa.
2013 Oct 18
0
[RFC/PATCH 3/3] Wire up MultiFS support.
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
This patch finishes the MultiFS support.
init_multifs gets called in the main (startup) function of ldlinux.c32,
so MultiFS will be initialized automatically.
init_multifs calls enable_multifs (lives in the core) to hook get_fs_info.
Subsequent accesses will callback the get_fs_info living in ldlinux.c32.
Signed-off-by: Raphael S.
2011 Apr 27
2
btrfs-convert crashes
I have a 1.5 TB (1,475,720,773,632) partition that I wanted to convert
from ext4 to btrfs. It is currently used as / for ubuntu 10.10.
I booted into 11.04 beta2 and tried a ''btrfs-convert /dev/sdc1'', but
after about 20 minutes it segfaulted.
I performed a:
sck.ext4 -cDfty -C 0 /dev/sdc1
After everything was clean, I downloaded the debugging symbols for btrfs-convert and
2008 Jan 07
1
[PATCH]Add rollback support for the converter
Hello,
This patch adds rollback support for the converter, the converter can
roll back a conversion if the image file haven't been modified. In
addition, I rearrange some codes in convert.c and add a few comments.
Regards
YZ
---
diff -r 12138d4beeb0 convert.c
--- a/convert.c Fri Jan 04 11:29:55 2008 -0500
+++ b/convert.c Mon Jan 07 23:35:25 2008 +0800
@@ -33,6 +33,7 @@
#include
2009 Jan 21
0
[PATCH] Progs: update convert for uninitialized block groups
Hello,
There is a new feature ''uninitialized block groups'' in ext4.
Block and inode bitmaps in uninitialized block groups are
uninitialized. This confuses the converter. The fix is call
ext2fs_new_inode for each block group at open time. It set
up uninitialized block and inode bitmaps appropriately.
This patch also contains some other minor fixes. Thank you,
Signed-off-by: Yan
2013 Nov 21
0
[PATCH] FSUUID for ext2 filesystem
The ext2 filesystem supports volume UUID now.
The FSUUID variable can be set to kernel command line.
Patch is based on FSUUID for FAT patch.
Signed-off-by: Serj Kalichev <serj.kalichev at gmail.com>
---
core/fs/ext2/ext2.c | 40 +++++++++++++++++++++++++++++++++++++++-
core/fs/ext2/ext2_fs.h | 1 +
2 files changed, 40 insertions(+), 1 deletion(-)
diff --git a/core/fs/ext2/ext2.c
2017 Aug 27
1
[PATCH] ext4: Fix 64bit feature
As per ext4 specification:
> In ext2, ext3, and ext4 (when the 64bit feature is not enabled), the
> block group descriptor was only 32 bytes long and therefore ends at
> bg_checksum. On an ext4 filesystem with the 64bit feature enabled, the
> block group descriptor expands to at least the 64 bytes described below;
> the size is stored in the superblock.
Since block group
2005 Jan 12
3
syslinux build fails with 2.6 linux headers
As the subject says, building syslinux fails when built against 2.6.8.1
kernel headers. Anybody out there have a patch? The compile errors are
below.
set -e ; for i in memdisk dos win32 mtools unix extlinux sample com32 ; do make DATE=0x41e470ae HEXDATE=0x41e470ae -C $i all ; done
make[1]: Entering directory `/usr/src/syslinux-3.07-pre1/memdisk'
make[1]: Nothing to be done for `all'.
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi,
The following patches add support for ext4 and btrfs to
PV-GRUB. These patches are taken nearly verbatim from those provided
by Fedora and Gentoo.
We''ve been using these patches for the PV-GRUB images available in EC2
for some time now with no problems.
Changes from v1:
- Makefile has been changed to check the exit code from patch
- The btrfs patch has been rebased to apply
2006 Apr 02
1
Zeroing freed blocks
A couple of years ago there was a discussion on lkml under the thread
'PATCH - ext2fs privacy (i.e. secure deletion) patch' about zapping
deleted data in the filesystem as a security mechanism. The discussion
wandered off into how 'chattr +s' could be implemented and whether
encrypting filesystems wouldn't be a better solution to the problem.
I've been maintaining a
2005 Jan 03
2
(no subject)
Hello all,
apologies if my question has an obvious answer or it's too naive (I sent
this directly to Peter with the intent of not chocking the list with
possibly ridicolous questions...).
I just tried to build both syslinux-3.00 and 3.01, with the same bad
result.
Out of the box compilation with:
make depend
make installer
fails with:
...
gcc -Wp,-MT,extlinux.o,-MMD,.extlinux.o.d -W
2002 Nov 19
1
Real Player and PPTP
Hello,
anyone can help me to masquerade realplayer and PPTP ?
I have one linux gateway (2 NIC's) and W98 in my 192.168 internal net.
No computer in 192.168 net can listen radios (using browser) or connect to
PPTP server outside 192.168 net(internet).
Thanks any help,
Mauricio.
2006 May 03
0
We hit ext3_warning (inode->i_sb, "ext3_block_to_path", "block < 0");
Dear ext3-users,
we hit this condition in fs/ext3/inode.c:ext3_block_to_path()
if (i_block < 0) {
ext3_warning (inode->i_sb, "ext3_block_to_path", "block < 0");
occasionally on two identical PATA-IDE disks copied over per filesystem-rsync.
What is the impact of this condition?
- Kernel was 2.6.13.4, CONFIG_LBD is not set but CONFIG_HIGHMEM4G=y
2008 Feb 21
0
[ANNOUNCE] Btrfs v0.13
Hello everyone,
Btrfs v0.13 is now available for download from:
http://oss.oracle.com/projects/btrfs/
We took another short break from the multi-device code to make the minor mods
required to compile on 2.6.25, fix some problematic bugs and do more tuning.
v0.13 has no disk format changes since v0.12.
The most important fix is for file data checksumming errors. These might show
up on .o
2003 Jun 12
2
How can I read superblock(ext2, ext3)'s information?
Hello,
I'd like to read superblock's information on Redhat 7.3,
but I don't know how to do it.
For example,
Input : "/dev/sdj2"
Output : ext2_super_block struct's s_wtime
(I saw it at "/usr/include/ext2fs/ext2_fs.h")
Input : "/dev/sdj1"
Output : ext3_super_block struct's s_wtime
(I saw it at
2007 Aug 10
1
[git patch] klibc small features
hello hpa,
please pull the latest patches
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
the shortlog is
maximilian attems (6):
klibc-utils: add sync utility
pwd.h: Add declaration of getpwuid()
fstype: header inclusion guards
fstype: add reiser4 support
fstype: cleanup old comments
toplevel .gitignore: start with a simple one
and the diffstat
2007 Mar 03
0
Bug#413181: xen-3.0: should build-depend on e2fslibs-dev and libreiserfs0.3-dev
Package: xen-3.0
Version: 3.0.3-0-2
Severity: normal
Hi,
Currently, ext2fs and reiserfs pygrub modules are not necessarily built
because setup.py can't find ext2_fs.h and reiserfs.h when e2fslibs-dev
and libreiserfs0.3-dev are not installed.
xen-3.0 should hence build-dep on e2fslibs-dev and libreiserfs0.3-dev
Samuel
-- System Information:
Debian Release: 4.0
APT prefers testing
APT