Re: [RFC] System calls for online defrag

2007-09-05 Thread Jan Kara
On Tue 04-09-07 12:01:53, Andreas Dilger wrote: > On Sep 03, 2007 20:03 +0200, Jan Kara wrote: > > I've finally got to writing up some proposal how could look system calls > > allowing for online filesystem defragmentation and generally moving file > > blocks around for improving performance. Co

Re: [RFC] System calls for online defrag

2007-09-04 Thread Andreas Dilger
On Sep 03, 2007 20:03 +0200, Jan Kara wrote: > I've finally got to writing up some proposal how could look system calls > allowing for online filesystem defragmentation and generally moving file > blocks around for improving performance. Comments are welcome. > > int sys_movedata(int datafd, in

[RFC] System calls for online defrag

2007-09-03 Thread Jan Kara
Hello, I've finally got to writing up some proposal how could look system calls allowing for online filesystem defragmentation and generally moving file blocks around for improving performance. Comments are welcome. Honza int sy