index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-17
NFS: use dynamically computed compound_hdr.replen for xdr_inline_pages offset
Benny Halevy
1
-38
/
+10
2009-06-17
NFS: update hdr->replen for every encode op
Benny Halevy
1
-0
/
+31
2009-06-17
NFS: define and initialize compound_hdr.replen
Benny Halevy
1
-34
/
+43
2009-06-17
NFS: use decode_change_info_maxsz for xdr maxsz calculations
Benny Halevy
1
-3
/
+7
2009-06-17
nfs41: set up seq_res.sr_slotid
Andy Adamson
4
-0
/
+9
2009-06-17
nfs41: nfs41: pass *session in seq_args and seq_res
Benny Halevy
1
-0
/
+1
2009-06-17
nfs41: introduce nfs4_call_sync
Andy Adamson
3
-19
/
+65
2009-06-17
nfs41: use nfs4_fs_locations_res
Benny Halevy
2
-3
/
+8
2009-06-17
nfs41: use nfs4_setaclres
Benny Halevy
2
-2
/
+4
2009-06-17
NFS: get rid of unused xdr decode_setattr(, res) argument
Benny Halevy
1
-3
/
+3
2009-06-17
nfs41: use nfs4_getaclres
Benny Halevy
2
-11
/
+14
2009-06-17
nfs41: use nfs4_pathconf_res
Benny Halevy
2
-3
/
+7
2009-06-17
nfs41: use nfs4_fsinfo_res
Benny Halevy
2
-3
/
+7
2009-06-17
nfs41: use nfs4_statfs_res
Benny Halevy
2
-3
/
+7
2009-06-17
nfs41: use nfs4_readlink_res
Benny Halevy
2
-2
/
+4
2009-06-17
nfs41: use nfs4_server_caps_arg
Benny Halevy
2
-3
/
+7
2009-06-17
nfs41: sessions client infrastructure
Andy Adamson
4
-0
/
+110
2009-06-17
nfs41: translate NFS4ERR_MINOR_VERS_MISMATCH to EPROTONOSUPPORT
Benny Halevy
1
-0
/
+2
2009-06-17
nfs41: Use mount minorversion option
Benny Halevy
1
-1
/
+6
2009-06-17
nfs41: nfs_client.cl_minorversion
Benny Halevy
1
-3
/
+6
2009-06-17
nfs41: add mount command option minorversion
Mike Sager
2
-0
/
+11
2009-06-17
nfs41: Add Kconfig symbols for NFSv4.1
Ricardo Labiaga
1
-0
/
+9
2009-05-26
NFSv4: Fix the case where NFSv4 renewal fails
Trond Myklebust
1
-6
/
+3
2009-05-26
nfs: fix build error in nfsroot with initconst
Sam Ravnborg
1
-1
/
+1
2009-05-19
nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.
Frank Filz
1
-1
/
+2
2009-05-09
Convert obvious places to deactivate_locked_super()
Al Viro
1
-10
/
+5
2009-05-09
vfs: umount_begin BKL pushdown
Alessio Igor Bogani
1
-1
/
+6
2009-05-03
NFS: Close page_mkwrite() races
Trond Myklebust
1
-3
/
+3
2009-04-21
NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargs
Trond Myklebust
1
-1
/
+2
2009-04-08
NFS: Fix the return value in nfs_page_mkwrite()
Trond Myklebust
1
-2
/
+0
2009-04-07
NFS: Fix a double free in nfs_parse_mount_options()
Trond Myklebust
1
-1
/
+1
2009-04-03
NFS: Add mount options to enable local caching on NFS
David Howells
3
-0
/
+28
2009-04-03
NFS: Display local caching state
David Howells
2
-3
/
+19
2009-04-03
NFS: Store pages from an NFS inode into a local cache
David Howells
3
-0
/
+49
2009-04-03
NFS: Read pages from FS-Cache into an NFS inode
David Howells
3
-0
/
+177
2009-04-03
NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching
David Howells
1
-2
/
+2
2009-04-03
NFS: Add read context retention for FS-Cache to call back with
David Howells
1
-0
/
+26
2009-04-03
NFS: FS-Cache page management
David Howells
3
-4
/
+101
2009-04-03
NFS: Add some new I/O counters for FS-Cache doing things for NFS
David Howells
2
-0
/
+29
2009-04-03
NFS: Invalidate FsCache page flags when cache removed
David Howells
1
-0
/
+40
2009-04-03
NFS: Use local disk inode cache
David Howells
3
-0
/
+181
2009-04-03
NFS: Define and create inode-level cache objects
David Howells
2
-0
/
+124
2009-04-03
NFS: Define and create superblock-level objects
David Howells
5
-2
/
+209
2009-04-03
NFS: Define and create server-level objects
David Howells
5
-1
/
+133
2009-04-03
NFS: Register NFS for caching and retrieve the top-level index
David Howells
4
-0
/
+93
2009-04-03
NFS: Permit local filesystem caching to be enabled for NFS
David Howells
1
-0
/
+8
2009-04-03
NFS: Add comment banners to some NFS functions
David Howells
1
-0
/
+26
2009-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-4
/
+4
2009-04-01
Merge branch 'devel' into for-linus
Trond Myklebust
18
-343
/
+549
2009-04-01
mm: page_mkwrite change prototype to match fault
Nick Piggin
1
-1
/
+4
[next]