remarkable-linux/fs/afs
Jean Noel Cordenner 7a224228ed vfs: Add 64 bit i_version support
The i_version field of the inode is changed to be a 64-bit counter that
is set on every inode creation and that is incremented every time the
inode data is modified (similarly to the "ctime" time-stamp).
The aim is to fulfill a NFSv4 requirement for rfc3530.
This first part concerns the vfs, it converts the 32-bit i_version in
the generic inode to a 64-bit, a flag is added in the super block in
order to check if the feature is enabled and the i_version is
incremented in the vfs.

Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: Jean Noel Cordenner <jean-noel.cordenner@bull.net>
Signed-off-by: Kalpak Shah <kalpak@clusterfs.com>
2008-01-28 23:58:27 -05:00
..
afs.h
afs_cm.h
afs_fs.h
afs_vl.h
cache.c
cache.h
callback.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
cell.c KEYS: Make request_key() and co fundamentally asynchronous 2007-10-17 08:42:57 -07:00
cmservice.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
dir.c vfs: Add 64 bit i_version support 2008-01-28 23:58:27 -05:00
file.c
flock.c
fsclient.c
inode.c vfs: Add 64 bit i_version support 2008-01-28 23:58:27 -05:00
internal.h fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
main.c
Makefile
misc.c
mntpt.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
netdevices.c [NET]: Make the device list and device lookups per namespace. 2007-10-10 16:49:10 -07:00
proc.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
rxrpc.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
security.c
server.c fs/afs/: possible cleanups 2007-10-17 08:42:50 -07:00
super.c Slab API: remove useless ctor parameter and reorder parameters 2007-10-17 08:42:45 -07:00
vlclient.c
vlocation.c fs/afs/vlocation.c: fix off-by-one 2007-11-05 15:12:32 -08:00
vnode.c
volume.c
write.c Drop some headers from mm.h 2007-10-17 08:42:55 -07:00