Re: jfs missing features
Dave Kleikamp <[email protected]> Mon, 20 May 2019 09:06:36 -0500
| Newsgroups | gmane.comp.file-systems.jfs.general |
|---|---|
| Message-ID | <[email protected]> |
On 5/8/19 3:22 PM, argante via Jfs-discussion wrote: > Hi, Hi, sorry I let this sit in my inbox this long. > > Is it planned to add (some of) these features to JFS: > > * fallocate(2) > https://github.com/kleikamp/linux-shaggy/blob/master/fs/jfs/file.c#L151 > > * 64 bit time type issue > https://github.com/kleikamp/linux-shaggy/blob/master/fs/jfs/jfs_types.h#L45 > > * DAX support > https://github.com/kleikamp/linux-shaggy/blob/master/Documentation/filesystems/dax.txt No plans for any of these at this time. JFS has not been under active development for a long time. I continue to maintain it to keep it functioning, but it's not a high priority for me any more. I'd be happy to accept patches from anybody interested in implementing any of these, and I'm available to help with any questions, but I don't have plans for any of this. > > These things seem to be the most missing in JFS (DAX for advanced users). > > Best regards, > Daniel Thanks for your interest, Shaggy