On Sun, Dec 02, 2018 at 06:57:10PM +0000, Tigran Aivazian wrote: > Hello, > > Please find a patch attached which contains the following changes: > > 1. Simplifies inode bitmap allocation by making it static. > 2. Supersedes the changes to BFS that went into 4.19.6 with stronger checking. > 3. Other changes are trivial (like whitespace cleanup, warning messages etc). > > Fully tested under 4.19.6 kernel. > > Kind regards, > Tigran
> From: Tigran Aivazian <aivazian.tig...@gmail.com> > Subject: [PATCH 4.19.6] BFS: static inode bitmap and extra sanity checking > > Strengthen validation of BFS superblock against corruption. > Make in-core inode bitmap static part of superblock info structure. > Print a warning when mounting a BFS filesystem created with "-N 512" > option as only 510 files can be created in the root directory. > Make the kernel messages more uniform. Update the 'prefix' passed to > bfs_dump_imap() to match the current naming of operations. > White space and comments cleanup. > > Signed-off-by: Tigran Aivazian <aivazian.tig...@gmail.com> > Cc: Tetsuo Handa <penguin-ker...@i-love.sakura.ne.jp> > Cc: Andrew Morton <a...@linux-foundation.org> > Cc: Matthew Wilcox <wi...@infradead.org> > Cc: Linus Torvalds <torva...@linux-foundation.org> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > --- > > fs/bfs/bfs.h | 11 ++++++- > fs/bfs/dir.c | 4 +- > fs/bfs/file.c | 2 - > fs/bfs/inode.c | 65 > ++++++++++++++++++-------------------------- > include/uapi/linux/bfs_fs.h | 2 - > 5 files changed, 41 insertions(+), 43 deletions(-) What is the git commit id of this patch in Linus's tree? thanks, greg k-h