index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
flexfilelayout
/
flexfilelayoutdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_error
Trond Myklebust
2019-07-18
1
-1
/
+1
*
NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O
Trond Myklebust
2019-06-28
1
-1
/
+1
*
NFS/flexfiles: Clean up mirror DS initialisation
Trond Myklebust
2019-03-01
1
-35
/
+31
*
NFS/flexfiles: Remove dead code in ff_layout_mirror_valid()
Trond Myklebust
2019-03-01
1
-15
/
+0
*
NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()
Trond Myklebust
2019-03-01
1
-16
/
+5
*
NFS/flexfiles: Simplify ff_layout_get_ds_cred()
Trond Myklebust
2019-03-01
1
-3
/
+3
*
NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()
Trond Myklebust
2019-03-01
1
-5
/
+2
*
NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()
Trond Myklebust
2019-03-01
1
-13
/
+2
*
NFS/flexfiles: Don't invalidate DS deviceids for being unresponsive
Trond Myklebust
2019-03-01
1
-3
/
+3
*
NFS/flexfiles: Avoid unnecessary layout invalidations
Trond Myklebust
2019-03-01
1
-3
/
+3
*
NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()
Trond Myklebust
2019-03-01
1
-15
/
+6
*
NFS/flexfiles: Send LAYOUTERROR when failing over mirrored reads
Trond Myklebust
2019-03-01
1
-1
/
+1
*
NFS: Fix up documentation warnings
Trond Myklebust
2019-02-20
1
-3
/
+9
*
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
2018-12-19
1
-8
/
+8
*
flexfiles: use per-mirror specified stateid for IO
Tigran Mkrtchyan
2018-11-22
1
-0
/
+19
*
nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSes
Tigran Mkrtchyan
2018-09-30
1
-1
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
Weston Andros Adamson
2017-08-08
1
-0
/
+1
*
pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connect
Trond Myklebust
2017-04-20
1
-1
/
+1
*
nfs: flexfilelayout: remove v3-only data server limitation
Tigran Mkrtchyan
2017-04-20
1
-1
/
+7
*
nfs: flexfiles: fix kernel OOPS if MDS returns unsupported DS type
Tigran Mkrtchyan
2017-03-31
1
-0
/
+4
*
pNFS/flexfiles: never nfs4_mark_deviceid_unavailable
Weston Andros Adamson
2017-03-17
1
-1
/
+1
*
pNFS: return status from nfs4_pnfs_ds_connect
Weston Andros Adamson
2017-03-17
1
-1
/
+2
*
pNFS/flexfiles: delete deviceid, don't mark inactive
Weston Andros Adamson
2016-12-19
1
-1
/
+1
*
pNFS/flexfiles: Fix a deadlock on LAYOUTGET
Fred Isaman
2016-12-08
1
-11
/
+39
*
pNFS/flexfiles: Fix ff_layout_add_ds_error_locked()
Trond Myklebust
2016-12-07
1
-1
/
+2
*
pNFS/flexfiles: Refactor encoding of the layoutreturn payload
Trond Myklebust
2016-12-03
1
-15
/
+63
*
NFS: Remove unused authflavour parameter from nfs_get_client()
Anna Schumaker
2016-12-01
1
-2
/
+1
*
pNFS: consolidate the different range intersection tests
Trond Myklebust
2016-12-01
1
-25
/
+8
*
pNFS/flexfiles: Fix an Oopsable condition when connection to the DS fails
Trond Myklebust
2016-08-29
1
-9
/
+10
*
pNFS/flexfiles: Set reasonable default retrans values for the data channel
Trond Myklebust
2016-08-16
1
-2
/
+2
*
nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IO
Tom Haynes
2016-05-25
1
-0
/
+6
*
flexfiles: add kerneldoc header to nfs4_ff_layout_prepare_ds
Jeff Layton
2016-05-17
1
-1
/
+17
*
flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTED
Jeff Layton
2016-05-17
1
-7
/
+1
*
pNFS/flexfiles: When checking for available DSes, conditionally check for MDS io
Tom Haynes
2016-05-17
1
-0
/
+6
*
NFSv4: Label stateids with the type
Trond Myklebust
2016-05-17
1
-1
/
+2
*
nfs: have flexfiles mirror keep creds for both ro and rw layouts
Jeff Layton
2016-05-09
1
-2
/
+5
*
nfs: get a reference to the credential in ff_layout_alloc_lseg
Jeff Layton
2016-05-09
1
-45
/
+2
*
nfs: have ff_layout_get_ds_cred take a reference to the cred
Jeff Layton
2016-05-09
1
-4
/
+26
*
nfs: don't call nfs4_ff_layout_prepare_ds from ff_layout_get_ds_cred
Jeff Layton
2016-05-09
1
-5
/
+1
*
nfs4: nfs4_ff_layout_prepare_ds should return NULL if connection failed
Jeff Layton
2016-03-16
1
-0
/
+2
*
NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSE
Trond Myklebust
2016-01-27
1
-1
/
+1
*
Merge branch 'bugfixes'
Trond Myklebust
2016-01-22
1
-59
/
+40
|
\
|
*
pNFS/flexfiles: Improve merging of errors in LAYOUTRETURN
Trond Myklebust
2016-01-21
1
-59
/
+40
*
|
pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGET
Trond Myklebust
2015-12-28
1
-12
/
+4
|
/
*
NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalid
Trond Myklebust
2015-09-01
1
-15
/
+30
*
NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are valid
Trond Myklebust
2015-09-01
1
-2
/
+28
*
NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid()
Trond Myklebust
2015-09-01
1
-2
/
+2
*
NFSv4.1/flexfiles: Fix a protocol error in layoutreturn
Trond Myklebust
2015-08-27
1
-2
/
+5
[next]