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
2012-07-16
NFS: Clean up TEST_STATEID and FREE_STATEID error reporting
Chuck Lever
1
-2
/
+29
2012-07-16
NFS: Clean up nfs41_check_expired_stateid()
Chuck Lever
1
-16
/
+61
2012-07-16
NFS: State reclaim clears OPEN and LOCK state
Chuck Lever
1
-11
/
+12
2012-07-16
NFS: Don't free a state ID the server does not recognize
Chuck Lever
1
-2
/
+5
2012-07-16
NFS: Fix up TEST_STATEID and FREE_STATEID return code handling
Chuck Lever
1
-11
/
+13
2012-07-16
NFSv4.1 do not send LAYOUTRETURN on emtpy plh_segs list
Andy Adamson
1
-4
/
+19
2012-07-16
NFSv4.1 mark layout when already returned
Andy Adamson
2
-2
/
+27
2012-07-16
NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDS
Andy Adamson
1
-0
/
+1
2012-07-16
NFSv4.1 return the LAYOUT for each file with failed DS connection I/O
Andy Adamson
1
-2
/
+1
2012-07-16
Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6
Trond Myklebust
7
-227
/
+144
2012-07-14
VFS: Pass mount flags to sget()
David Howells
1
-1
/
+1
2012-07-14
don't pass nameidata to ->create()
Al Viro
1
-6
/
+3
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
1
-4
/
+4
2012-07-14
stop passing nameidata * to ->d_revalidate()
Al Viro
1
-6
/
+4
2012-07-14
fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible
Al Viro
1
-32
/
+19
2012-07-14
nfs_lookup_verify_inode() - nd is *always* non-NULL here
Al Viro
1
-13
/
+10
2012-07-14
switch nfs_lookup_check_intent() away from nameidata
Al Viro
1
-5
/
+5
2012-07-14
make finish_no_open() return int
Al Viro
1
-2
/
+1
2012-07-14
kill struct opendata
Al Viro
1
-12
/
+8
2012-07-14
make ->atomic_open() return int
Al Viro
1
-30
/
+27
2012-07-14
->atomic_open() prototype change - pass int * instead of bool *
Al Viro
1
-5
/
+6
2012-07-14
nfs: don't use intents for checking atomic open
Miklos Szeredi
1
-20
/
+4
2012-07-14
nfs: don't use nd->intent.open.flags
Miklos Szeredi
1
-5
/
+4
2012-07-14
nfs: clean up ->create in nfs_rpc_ops
Miklos Szeredi
4
-69
/
+14
2012-07-14
nfs: implement i_op->atomic_open()
Miklos Szeredi
1
-86
/
+97
2012-07-14
vfs: switch i_dentry/d_alias to hlist
Al Viro
1
-1
/
+1
2012-07-10
NFSv4: Fix an NFSv4 mount regression
Trond Myklebust
1
-0
/
+2
2012-07-08
NFS: Fix list manipulation snafus in fs/nfs/direct.c
Trond Myklebust
1
-1
/
+5
2012-06-29
NFS: Create custom NFS v4 write_inode() function
Bryan Schumaker
3
-3
/
+12
2012-06-29
NFS: Create an write_pageio_init() function
Bryan Schumaker
7
-22
/
+18
2012-06-29
NFS: Create an read_pageio_init() function
Bryan Schumaker
7
-23
/
+15
2012-06-29
NFS: Create an alloc_client rpc_op
Bryan Schumaker
6
-14
/
+32
2012-06-29
NFS: Create a free_client rpc_op
Bryan Schumaker
6
-9
/
+15
2012-06-29
NFS: Create a return_delegation rpc op
Bryan Schumaker
8
-17
/
+26
2012-06-29
NFS: Create a have_delegation rpc_op
Bryan Schumaker
9
-16
/
+24
2012-06-29
NFS: Create a v4-specific fsync function
Bryan Schumaker
1
-8
/
+32
2012-06-29
NFS: Use nfs4_destroy_server() to clean up NFS v4
Bryan Schumaker
4
-22
/
+9
2012-06-29
NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo()
Bryan Schumaker
2
-2
/
+7
2012-06-29
NFSv4.1 handle OPEN O_CREATE mdsthreshold
Andy Adamson
1
-1
/
+3
2012-06-29
NFS: Simplify NFSv4.1 Kconfig
Trond Myklebust
1
-4
/
+5
2012-06-29
NFSv4.1: Use session max response size for GETDEVICEINFO gdia_maxcount
Andy Adamson
1
-1
/
+1
2012-06-29
NFS: Cleanup - only store the write verifier in struct nfs_page
Trond Myklebust
4
-14
/
+20
2012-06-29
NFSv4: Decode getdevicelist should use nfs4_verifier
Trond Myklebust
1
-2
/
+2
2012-06-29
SUNRPC: Remove unused function xdr_encode_pages
Trond Myklebust
1
-3
/
+1
2012-06-29
NFSv4.1: Clean up nfs4_reclaim_lease
Trond Myklebust
1
-17
/
+35
2012-06-29
NFSv4.1: Cleanup - move nfs4_has_session tests out of state manager loop
Trond Myklebust
1
-3
/
+6
2012-06-29
NFSv4.1: Clean up nfs4_recall_slot()
Trond Myklebust
1
-5
/
+6
2012-06-29
NFSv4.1: Handle slot recalls before doing state recovery
Trond Myklebust
1
-11
/
+10
2012-06-29
NFS: add more context to state manager error mesgs
Weston Andros Adamson
1
-2
/
+14
2012-06-29
NFSv3: Don't open code stream position calculation in decode_getacl3resok
Trond Myklebust
1
-1
/
+1
[prev]
[next]