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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mounts
Trond Myklebust
2023-10-22
1
-1
/
+4
*
NFS: Convert buffered writes to use folios
Trond Myklebust
2023-02-14
1
-5
/
+5
*
NFSv4/flexfiles: Cancel I/O if the layout is recalled or revoked
Trond Myklebust
2022-10-06
1
-0
/
+9
*
pNFS: Avoid a live lock condition in pnfs_update_layout()
Trond Myklebust
2022-06-06
1
-0
/
+1
*
NFSv4/pNFS: Fix another issue with a list iterator pointing to the head
Trond Myklebust
2022-03-28
1
-0
/
+2
*
NFS: Move NFS protocol display macros to global header
Chuck Lever
2021-11-02
1
-4
/
+0
*
NFS: Fix an Oops in pnfs_mark_request_commit()
Trond Myklebust
2021-10-20
1
-1
/
+1
*
pNFS: We want return-on-close to complete when evicting the inode
Trond Myklebust
2021-01-10
1
-5
/
+3
*
NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode
Trond Myklebust
2020-12-02
1
-0
/
+5
*
NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addr
Trond Myklebust
2020-12-02
1
-0
/
+2
*
NFS: Fix flexfiles read failover
Trond Myklebust
2020-08-12
1
-1
/
+1
*
pNFS/flexfiles: Check the layout segment range before doing I/O
Trond Myklebust
2020-03-27
1
-0
/
+1
*
NFS/pNFS: Clean up pNFS commit operations
Trond Myklebust
2020-03-27
1
-40
/
+70
*
NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs()
Trond Myklebust
2020-03-27
1
-0
/
+2
*
pNFS: Enable per-layout segment commit structures
Trond Myklebust
2020-03-27
1
-0
/
+6
*
pNFS: Add infrastructure for cleaning up per-layout commit structures
Trond Myklebust
2020-03-27
1
-0
/
+4
*
NFS/pNFS: Allow O_DIRECT to release the DS commitinfo
Trond Myklebust
2020-03-27
1
-0
/
+16
*
NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_info
Trond Myklebust
2020-03-27
1
-0
/
+11
*
pNFS: Add a helper to allocate the array of buckets
Trond Myklebust
2020-03-26
1
-0
/
+3
*
NFSv4: Add support for CB_RECALL_ANY for flexfiles layouts
Trond Myklebust
2020-03-16
1
-0
/
+3
*
NFSv4: Ensure layout headers are RCU safe
Trond Myklebust
2020-03-16
1
-0
/
+2
*
NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout cred
Trond Myklebust
2020-03-16
1
-0
/
+1
*
pNFS/flexfiles: Record resend attempts on I/O failure
Trond Myklebust
2020-01-15
1
-4
/
+4
*
pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqid
Trond Myklebust
2019-09-20
1
-2
/
+2
*
NFSv4: Clean up pNFS return-on-close error handling
Trond Myklebust
2019-09-20
1
-0
/
+13
*
NFS: Add a helper to return a pointer to the open context of a struct nfs_page
Trond Myklebust
2019-04-25
1
-2
/
+2
*
NFS/flexfiles: Speed up read failover when DSes are down
Trond Myklebust
2019-03-01
1
-0
/
+1
*
NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umount
Trond Myklebust
2019-02-23
1
-0
/
+1
*
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
2018-12-19
1
-5
/
+5
*
pNFS: Don't allocate more pages than we need to fit a layoutget response
Trond Myklebust
2018-09-30
1
-0
/
+1
*
pNFS: When updating the stateid in layoutreturn, also update the recall range
Trond Myklebust
2018-08-16
1
-1
/
+4
*
pnfs: Fix handling of NFS4ERR_OLD_STATEID replies to layoutreturn
Trond Myklebust
2018-08-08
1
-2
/
+2
*
pNFS: Don't send layoutreturn if the layout is already invalid
Trond Myklebust
2018-06-19
1
-0
/
+5
*
pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGET
Fred Isaman
2018-05-31
1
-0
/
+6
*
pNFS: Refactor nfs4_layoutget_release()
Trond Myklebust
2018-05-31
1
-1
/
+1
*
pnfs: Add LAYOUTGET to OPEN of a new file
Fred Isaman
2018-05-31
1
-0
/
+17
*
pnfs: move allocations out of nfs4_proc_layoutget
Fred Isaman
2018-05-31
1
-1
/
+3
*
pnfs: Add layout driver flag PNFS_LAYOUTGET_ON_OPEN
Fred Isaman
2018-05-31
1
-0
/
+1
*
pnfs/blocklayout: handle transient devices
Benjamin Coddington
2018-01-14
1
-0
/
+2
*
pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERROR
Benjamin Coddington
2018-01-14
1
-1
/
+3
*
pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close
Trond Myklebust
2017-11-17
1
-0
/
+6
*
fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_t
Elena Reshetova
2017-11-17
1
-1
/
+1
*
fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_t
Elena Reshetova
2017-11-17
1
-2
/
+2
*
fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_t
Elena Reshetova
2017-11-17
1
-1
/
+2
*
NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg()
Trond Myklebust
2017-08-15
1
-2
/
+0
*
pnfs: Fix the check for requests in range of layout segment
Benjamin Coddington
2017-05-24
1
-0
/
+10
*
pNFS: Ensure we check layout segment validity in the pg_init() callback
Trond Myklebust
2017-04-25
1
-0
/
+1
*
pNFS: Remove unused layout driver callbacks
Trond Myklebust
2017-04-20
1
-5
/
+0
*
pNFS: return status from nfs4_pnfs_ds_connect
Weston Andros Adamson
2017-03-17
1
-1
/
+1
*
pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturn
Trond Myklebust
2016-12-03
1
-1
/
+0
[next]