diff options
author | 2024-08-26 14:19:53 +0200 | |
---|---|---|
committer | 2024-08-30 08:22:40 +0200 | |
commit | 41b734352c1314807e2eea610023a9d9a340070f (patch) | |
tree | 97146b25c5e92523ca723bf81de3dd5a8a2d91df /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | vfs: fix race between evice_inodes() and find_inode()&iput() (diff) | |
parent | inode: make i_state a u32 (diff) | |
download | wireguard-linux-41b734352c1314807e2eea610023a9d9a340070f.tar.xz wireguard-linux-41b734352c1314807e2eea610023a9d9a340070f.zip |
Merge patch series "fs: add i_state helpers"
Christian Brauner <brauner@kernel.org> says:
I've recently looked for some free space in struct inode again because
of some exec kerfuffle we had and while my idea didn't turn into
anything I noticed that we often waste bytes when using wait bit
operations. So I set out to switch that to another mechanism that would
allow us to free up bytes. So this is an attempt to turn i_state from an
unsigned long into an u32 using the individual bytes of i_state as
addresses for the wait var event mechanism (Thanks to Linus for that idea.).
This survives LTP, xfstests on various filesystems, and will-it-scale.
* patches from https://lore.kernel.org/r/20240823-work-i_state-v3-1-5cd5fd207a57@kernel.org:
inode: make i_state a u32
inode: port __I_LRU_ISOLATING to var event
inode: port __I_NEW to var event
inode: port __I_SYNC to var event
fs: reorder i_state bits
fs: add i_state helpers
Link: https://lore.kernel.org/r/20240823-work-i_state-v3-1-5cd5fd207a57@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions