Theodore Ts'o

Results 94 comments of Theodore Ts'o

In console mode, if you set in preferences "Alt key sends escape", then the alt key will send an escape sequences, which will do the right thing for emacs. The...

Closing because the original problem was fixed.

Sorry for the delay in looking at this pull request. Things have been pretty busy. So some comments about this change. First of all, when I tried doing a trial...

So a couple of things about the device number. Currently FIEMAP does not return the device number. Fetching the device number from stat is going to be highly misleading, since...

If you're trying to figure out whether two files belong to the same file system, why not just fetch st_dev via "stat -c %d ", as opposed to asking for...

It's not that the information printed by filefrag -v is _inaccurate_; it's just that it is _incomplete_ if your goal is determine whether two reflinked files are pointing at the...

In the XFS raid case, the numbers reported by FIEMAP are the logical block numbers for the raid device --- that is, they are suitable for use by things like...

By the way. I suggest you meditate on [1] and read these two article [2][3]. BTRFS has functionality which is _like_ RAID, but it is not traditional RAID the way...

Fixed upstream in commit ece58037262 ("libext2fs: fix missing unlocks in the error path in unix_set_blksize()")