bug#20948: Facing error using coreutil "dd - convert and copy a file"

2015-07-01 Thread Sunil Yadav
aul Rubin, David MacKenzie, and Stuart Kemp. Thanks. Kind regards,Sunil

bug#6131: [PATCH]: fiemap support for efficient sparse file copy

2010-06-15 Thread Sunil Mushran
On 06/15/2010 03:19 PM, Paul Eggert wrote: On 06/15/2010 02:43 PM, Jim Meyering wrote: I think that copying physical holes via FIEMAP should be the default, when possible. One problem is that the current code on the fiemap-copy branch does not honor --sparse=WHEN when in fiemap-copying mod

bug#6131: [PATCH]: fiemap support for efficient sparse file copy

2010-06-10 Thread Sunil Mushran
On 06/10/2010 04:47 PM, Paul Eggert wrote: On 06/09/2010 11:56 PM, jeff.liu wrote: Yeah, I just realized that the behaviour I observed is caused by the delay allocation mechanism of the particular FS. If the file system is using delayed allocation, then can the fiemap ioctl tell us t

bug#6131: [PATCH]: fiemap support for efficient sparse file copy

2010-06-08 Thread Sunil Mushran
On 06/08/2010 05:10 AM, Eric Blake wrote: new file mode 100644 index 000..d33293b --- /dev/null +++ b/src/fiemap.h @@ -0,0 +1,102 @@ +/* FS_IOC_FIEMAP ioctl infrastructure. + Some portions copyright (C) 2007 Cluster File Systems, Inc + Authors: Mark Fasheh +Kalpak Shah +

bug#6131: [PATCH]: fiemap support for efficient sparse file copy

2010-05-27 Thread Sunil Mushran
On 05/27/2010 11:43 AM, Jim Meyering wrote: Sunil Mushran wrote: Jim Meyering wrote: Hi Jeff, I've included below the state of my local changes. Unfortunately, with that 5-patch series, there is always a test failure on F13/ext4. Maybe someone who knows more about extent

bug#6131: [PATCH]: fiemap support for efficient sparse file copy

2010-05-27 Thread Sunil Mushran
Jim Meyering wrote: Hi Jeff, I've included below the state of my local changes. Unfortunately, with that 5-patch series, there is always a test failure on F13/ext4. Maybe someone who knows more about extents can provide an explanation? Here's a small example to demonstrate: Create a file with

bug#5914: feature request and non-bug patches submit policy

2010-04-09 Thread Sunil Mushran
jeff.liu wrote: Over the last few weeks I've been working on other projects (pretty must time dedicated to getting grep back into shape), so coreutils has languished. Sorry for not giving more feedback, but I have been watching. In fact, seeing the use of HAVE_FTRUNCATE that is moved by your pa

SFTP problems

2006-01-26 Thread Kumar, Sunil
?S08:30 0:00 /mass/libexec/sftp-server data 14703 0.0 0.0 00 ?Z08:31 0:00 [sftp-server ] Thanks Sunil ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Bug due to multi-byte to wchar macro - PATCH

2004-02-23 Thread Sunil
Hi, coreutils compile failed on solaris 2.6 because MBRTOWC is not defined. Its just about parenthesis in wrong place and because on GNU systems MBRTOWC is defined, th e code compiles. ### PATCH BEGIN --- src/cut.c.ORG 2004-02-08 16:25:32.888099000 -0800 +++ sr