1. 29 5月, 2018 24 次提交
  2. 28 5月, 2018 1 次提交
  3. 12 4月, 2018 1 次提交
  4. 31 3月, 2018 5 次提交
  5. 26 3月, 2018 2 次提交
  6. 20 3月, 2018 1 次提交
  7. 29 1月, 2018 1 次提交
    • J
      fs: new API for handling inode->i_version · ae5e165d
      Jeff Layton 提交于
      Add a documentation blob that explains what the i_version field is, how
      it is expected to work, and how it is currently implemented by various
      filesystems.
      
      We already have inode_inc_iversion. Add several other functions for
      manipulating and accessing the i_version counter. For now, the
      implementation is trivial and basically works the way that all of the
      open-coded i_version accesses work today.
      
      Future patches will convert existing users of i_version to use the new
      API, and then convert the backend implementation to do things more
      efficiently.
      Signed-off-by: NJeff Layton <jlayton@redhat.com>
      Reviewed-by: NJan Kara <jack@suse.cz>
      ae5e165d
  8. 22 1月, 2018 5 次提交