Searched hist:"62913 ae96de747091c4dacd06d158e7729c1a76d" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | jbd2.h | diff 62913ae96de747091c4dacd06d158e7729c1a76d Tue Mar 07 22:15:49 CST 2023 Theodore Ts'o <tytso@mit.edu> ext4, jbd2: add an optimized bmap for the journal inode
The generic bmap() function exported by the VFS takes locks and does checks that are not necessary for the journal inode. So allow the file system to set a journal-optimized bmap function in journal->j_bmap.
Reported-by: syzbot+9543479984ae9e576000@syzkaller.appspotmail.com Link: https://syzkaller.appspot.com/bug?id=e4aaa78795e490421c79f76ec3679006c8ff4cf0 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
/openbmc/linux/fs/jbd2/ |
H A D | journal.c | diff 62913ae96de747091c4dacd06d158e7729c1a76d Tue Mar 07 22:15:49 CST 2023 Theodore Ts'o <tytso@mit.edu> ext4, jbd2: add an optimized bmap for the journal inode
The generic bmap() function exported by the VFS takes locks and does checks that are not necessary for the journal inode. So allow the file system to set a journal-optimized bmap function in journal->j_bmap.
Reported-by: syzbot+9543479984ae9e576000@syzkaller.appspotmail.com Link: https://syzkaller.appspot.com/bug?id=e4aaa78795e490421c79f76ec3679006c8ff4cf0 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | diff 62913ae96de747091c4dacd06d158e7729c1a76d Tue Mar 07 22:15:49 CST 2023 Theodore Ts'o <tytso@mit.edu> ext4, jbd2: add an optimized bmap for the journal inode
The generic bmap() function exported by the VFS takes locks and does checks that are not necessary for the journal inode. So allow the file system to set a journal-optimized bmap function in journal->j_bmap.
Reported-by: syzbot+9543479984ae9e576000@syzkaller.appspotmail.com Link: https://syzkaller.appspot.com/bug?id=e4aaa78795e490421c79f76ec3679006c8ff4cf0 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|