Thread (9 messages) 9 messages, 4 authors, 2017-10-02

[RFC PATCH 3/3] fs: detect that the i_rwsem has already been taken exclusively

From: david@fromorbit.com (Dave Chinner)
Date: 2017-10-02 03:54:24
Also in: linux-fsdevel, linux-integrity, lkml

Possibly related (same subject, not in this thread)

On Sun, Oct 01, 2017 at 04:15:07PM -0700, Linus Torvalds wrote:
On Sun, Oct 1, 2017 at 3:34 PM, Dave Chinner [off-list ref] wrote:
quoted
We already have a change counter on the inode, which is modified on
any data or metadata write (i_version) under filesystem locks.  The
i_version counter has well defined semantics - it's required by
NFSv4 to increment on any metadata or data change - so we should be
able to rely on it's behaviour to implement IMA as well.
I actually think i_version has exactly the wrong semantics.

Afaik, it doesn't actually version the file _data_ at all, it only
versions "inode itself changed".
No, the NFSv4 change attribute must change if either data or
metadata on the inode is changed, and be consistent and persistent
across server crashes. For data updates, they piggy back on mtime
updates ....
But I might have missed something obvious. The updates are hidden in
some odd places sometimes.
... which are in file_update_time().

Hence every data write or write page fault will call
file_update_time() and trigger an i_version increment, even if the
mtime doesn't change.

Cheers,

Dave.
-- 
Dave Chinner
david at fromorbit.com
--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help