summaryrefslogtreecommitdiffstats
path: root/include/linux/iversion.h
Commit message (Expand)AuthorAgeFilesLines
* fs: clarify when the i_version counter must be updatedJeff Layton2023-01-261-2/+20
* fs: uninline inode_query_iversionJeff Layton2023-01-261-36/+2
* fs: uninline inode_maybe_inc_iversion()Andrew Morton2022-10-031-45/+1
* iversion: use atomic64_try_cmpxchg)Uros Bizjak2022-09-111-23/+9
* nfsd: minor nfsd4_change_attribute cleanupJ. Bruce Fields2020-12-091-0/+13
* iversion: add a routine to update a raw value with a larger oneJeff Layton2019-07-081-0/+24
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-11/+11
* iversion: make inode_cmp_iversion{+raw} return bool instead of s64Jeff Layton2018-01-311-12/+8
* fs: handle inode->i_version more efficientlyJeff Layton2018-01-291-55/+153
* fs: don't take the i_lock in inode_inc_iversionJeff Layton2018-01-291-3/+4
* fs: new API for handling inode->i_versionJeff Layton2018-01-291-0/+242