Re: tests/misc/ls-time

2010-01-18 Thread Josef Bacik
On Sun, Jan 17, 2010 at 04:08:16PM +0100, Jim Meyering wrote: > Michael Stone wrote: > > It seems that touch -a does update ctime on btrfs, invalidating one of > > the assumptions behind this test and causing it to fail. > > s/does/does not/ > > Thanks for the report. > > I've just confirmed thi

bug#8001: btrfs: compression breaks cp and cross-FS mv, FS_IOC_FIEMAP bug?

2011-02-15 Thread Josef Bacik
On Tue, Feb 15, 2011 at 11:30:38AM +, Pádraig Brady wrote: > On 14/02/11 17:58, Marti Raudsepp wrote: > > On Mon, Feb 14, 2011 at 17:01, Chris Mason wrote: > >> Or, it could just be delalloc ;) > > > > I suspect delalloc. After creating the file, filefrag reports "1 > > extent found", but for

bug#64540: [PATCH] od: exit out on failure to write to stdout

2023-07-09 Thread Josef Bacik
A very weird bug was uncovered when using fstests with github actions. In fstests we are doing something like this od /dev/urandom | dd of=somefile bs=1M count=10 The above works fine, except in the case of github actions which runs this script remotely, capturing the output in a pipe to print on