index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
pnfs_nfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3
Trond Myklebust
2021-07-08
1
-1
/
+1
*
NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple times
Trond Myklebust
2021-07-08
1
-26
/
+26
*
NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit()
Trond Myklebust
2021-01-10
1
-3
/
+5
*
NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the request
Trond Myklebust
2021-01-10
1
-9
/
+5
*
pNFS: Clean up open coded xdr string decoding
Trond Myklebust
2020-12-02
1
-36
/
+7
*
NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addr
Trond Myklebust
2020-12-02
1
-15
/
+19
*
pNFS: Add helpers for allocation/free of struct nfs4_pnfs_ds_addr
Trond Myklebust
2020-12-02
1
-5
/
+16
*
NFSv4/pNFS: Use connections to a DS that are all of the same protocol family
Trond Myklebust
2020-12-02
1
-1
/
+6
*
NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfs
Trond Myklebust
2020-05-13
1
-1
/
+2
*
pNFS: Fix RCU lock leakage
Trond Myklebust
2020-04-11
1
-0
/
+1
*
NFS/pNFS: Fix pnfs_layout_mark_request_commit() invalid layout segment handling
Trond Myklebust
2020-03-27
1
-16
/
+12
*
NFS/pNFS: Simplify bucket layout segment reference counting
Trond Myklebust
2020-03-27
1
-19
/
+20
*
NFS/pNFS: Clean up pNFS commit operations
Trond Myklebust
2020-03-27
1
-12
/
+1
*
NFS: Remove bucket array from struct pnfs_ds_commit_info
Trond Myklebust
2020-03-27
1
-18
/
+0
*
NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs()
Trond Myklebust
2020-03-27
1
-0
/
+51
*
pNFS: Enable per-layout segment commit structures
Trond Myklebust
2020-03-27
1
-6
/
+71
*
pNFS: Add infrastructure for cleaning up per-layout commit structures
Trond Myklebust
2020-03-27
1
-3
/
+85
*
pNFS: Support per-layout segment commits in pnfs_generic_commit_pagelist()
Trond Myklebust
2020-03-27
1
-0
/
+16
*
pNFS: Support per-layout segment commits in pnfs_generic_recover_commit_reqs()
Trond Myklebust
2020-03-27
1
-8
/
+33
*
NFSv4/pNFS: Scan the full list of commit arrays when committing
Trond Myklebust
2020-03-27
1
-12
/
+40
*
pNFS: Add a helper to allocate the array of buckets
Trond Myklebust
2020-03-26
1
-0
/
+31
*
NFS/pNFS: Refactor pnfs_generic_commit_pagelist()
Trond Myklebust
2020-03-26
1
-97
/
+67
*
NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()
Trond Myklebust
2020-01-15
1
-4
/
+3
*
pNFS/flexfiles: Turn off soft RPC calls
Trond Myklebust
2019-08-26
1
-5
/
+10
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
2018-12-19
1
-1
/
+1
*
NFSv4: Fix locking in pnfs_generic_recover_commit_reqs
Trond Myklebust
2018-08-15
1
-9
/
+7
*
sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_even...
Peter Zijlstra
2018-03-20
1
-1
/
+1
*
fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_t
Elena Reshetova
2017-11-17
1
-5
/
+5
*
NFS: Remove pnfs_generic_transfer_commit_list()
Trond Myklebust
2017-09-09
1
-41
/
+2
*
NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlock
Trond Myklebust
2017-09-09
1
-5
/
+11
*
NFS: Wait for requests that are locked on the commit list
Trond Myklebust
2017-08-15
1
-4
/
+14
*
NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg()
Trond Myklebust
2017-08-15
1
-2
/
+2
*
NFSv4: Use a mutex to protect the per-inode commit lists
Trond Myklebust
2017-08-15
1
-8
/
+7
*
Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...")
Trond Myklebust
2017-07-19
1
-7
/
+0
*
NFS: Fix another COMMIT race in pNFS
Trond Myklebust
2017-07-19
1
-1
/
+6
*
NFS: Fix a COMMIT race in pNFS
Trond Myklebust
2017-07-19
1
-3
/
+7
*
pNFS: Fix NULL dereference in pnfs_generic_alloc_ds_commits
Fred Isaman
2017-05-03
1
-1
/
+1
*
pNFS: Fix a typo in pnfs_generic_alloc_ds_commits
Trond Myklebust
2017-05-02
1
-1
/
+1
*
pNFS: Don't send COMMITs to the DSes if the server invalidated our layout
Trond Myklebust
2017-04-29
1
-0
/
+7
*
pNFS: unexport nfs4_pnfs_v3_ds_connect_unload
Trond Myklebust
2017-04-20
1
-1
/
+0
*
NFS: fix usage of mempools.
NeilBrown
2017-04-20
1
-11
/
+5
*
pNFS/flexfiles: never nfs4_mark_deviceid_unavailable
Weston Andros Adamson
2017-03-17
1
-8
/
+16
*
pNFS: return status from nfs4_pnfs_ds_connect
Weston Andros Adamson
2017-03-17
1
-2
/
+13
*
NFS: Remove unused authflavour parameter from nfs_get_client()
Anna Schumaker
2016-12-01
1
-18
/
+10
*
NFS pnfs data server multipath session trunking
Andy Adamson
2016-09-19
1
-14
/
+44
*
Merge branch 'writeback'
Trond Myklebust
2016-07-24
1
-0
/
+7
|
\
|
*
pNFS: Files and flexfiles always need to commit before layoutcommit
Trond Myklebust
2016-07-05
1
-0
/
+7
*
|
nfs4: flexfiles: respect noresvport when establishing connections to DSes
Tigran Mkrtchyan
2016-07-19
1
-2
/
+2
*
|
nfs4: clnt: respect noresvport when establishing connections to DSes
Tigran Mkrtchyan
2016-07-19
1
-1
/
+1
[next]