index
:
Linux Stable
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.12.y
linux-6.13.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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFS41: pop some layoutget errors to application
Peng Tao
2019-03-23
1
-6
/
+18
*
nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
Scott Mayhew
2018-02-16
1
-2
/
+2
*
NFS: Fix 2 use after free issues in the I/O code
Trond Myklebust
2017-09-13
1
-2
/
+0
*
pNFS: Fix race in pnfs_wait_on_layoutreturn
Trond Myklebust
2017-01-19
1
-5
/
+3
*
pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialised
Trond Myklebust
2016-09-24
1
-0
/
+3
*
pNFS: The client must not do I/O to the DS if it's lease has expired
Trond Myklebust
2016-09-24
1
-0
/
+1
*
sched/wait: Fix the signal handling fix
Peter Zijlstra
2015-12-13
1
-2
/
+2
*
nfs4: resend LAYOUTGET when there is a race that changes the seqid
Jeff Layton
2015-11-25
1
-25
/
+31
*
NFSv4.1/pnfs: Retry through MDS when getting bad length of data
Kinglong Mee
2015-10-21
1
-5
/
+7
*
NFS41: make close wait for layoutreturn
Peng Tao
2015-09-23
1
-10
/
+25
*
NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of file
Trond Myklebust
2015-08-31
1
-0
/
+9
*
NFSv4.1/pnfs: Don't ask for a read layout for an empty file.
Trond Myklebust
2015-08-31
1
-0
/
+3
*
NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout return
Trond Myklebust
2015-08-27
1
-0
/
+2
*
NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertion
Trond Myklebust
2015-08-25
1
-9
/
+50
*
NFSv4.1/pnfs: Add sanity check for the layout range returned by the server
Trond Myklebust
2015-08-25
1
-1
/
+24
*
NFSv4.2/pnfs: Make the layoutstats timer configurable
Trond Myklebust
2015-08-25
1
-0
/
+4
*
NFS41: remove NFS_LAYOUT_ROC flag
Peng Tao
2015-08-25
1
-5
/
+2
*
NFSv4.1/pnfs: Add a tracepoint for return-on-close events
Trond Myklebust
2015-08-25
1
-0
/
+1
*
pNFS: Fix an unused variable warning in pnfs_roc_get_barrier
Trond Myklebust
2015-08-19
1
-2
/
+0
*
NFS41: make sure sending LAYOUTRETURN before close if marked so
Peng Tao
2015-08-19
1
-23
/
+28
*
NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set
Trond Myklebust
2015-08-18
1
-23
/
+1
*
NFSv4.1/pnfs: Remove redundant wakeup in pnfs_send_layoutreturn()
Trond Myklebust
2015-08-12
1
-1
/
+0
*
NFSv4.1/pnfs: Remove redundant check in pnfs_layoutgets_blocked()
Trond Myklebust
2015-08-12
1
-21
/
+5
*
NFSv4.1/pnfs: Remove redundant lo->plh_block_lgets in layoutreturn
Trond Myklebust
2015-08-12
1
-2
/
+0
*
NFSv4.1/pnfs: Don't prevent layoutgets when doing return-on-close
Trond Myklebust
2015-08-12
1
-2
/
+4
*
NFSv4.1/pnfs: Fix serialisation of layout return and layoutget
Trond Myklebust
2015-08-12
1
-2
/
+3
*
NFSv4.1/pnfs: Remove redundant checks in pnfs_layoutgets_blocked()
Trond Myklebust
2015-08-12
1
-6
/
+4
*
NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback path
Trond Myklebust
2015-08-12
1
-2
/
+2
*
nfs: plug memory leak when ->prepare_layoutcommit fails
Jeff Layton
2015-07-28
1
-3
/
+2
*
pNFS: Don't throw out valid layout segments
Trond Myklebust
2015-07-11
1
-0
/
+6
*
pNFS: pnfs_roc_drain() fix a race with open
Trond Myklebust
2015-07-11
1
-6
/
+9
*
pNFS: Fix races between return-on-close and layoutreturn.
Trond Myklebust
2015-07-11
1
-28
/
+35
*
pNFS: pnfs_roc_drain should return 'true' when sleeping
Trond Myklebust
2015-07-11
1
-13
/
+11
*
NFSv4.2: LAYOUTSTATS is optional to implement
Trond Myklebust
2015-06-27
1
-0
/
+3
*
nfs: provide pnfs_report_layoutstat when NFS42 is disabled
Peng Tao
2015-06-26
1
-0
/
+2
*
nfs42: serialize LAYOUTSTATS calls of the same file
Peng Tao
2015-06-24
1
-0
/
+7
*
pnfs: add pnfs_report_layoutstat helper function
Peng Tao
2015-06-24
1
-0
/
+49
*
NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writes
Trond Myklebust
2015-06-17
1
-0
/
+1
*
pNFS: Fix a memory leak when attempted pnfs fails
Trond Myklebust
2015-06-17
1
-0
/
+2
*
Merge branch 'bugfixes'
Trond Myklebust
2015-04-23
1
-2
/
+0
|
\
|
*
NFSv4.1: don't export static symbol
Julia Lawall
2015-03-12
1
-2
/
+0
*
|
NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS
Trond Myklebust
2015-03-27
1
-0
/
+7
*
|
NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-close
Trond Myklebust
2015-03-27
1
-1
/
+4
*
|
NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()
Trond Myklebust
2015-03-27
1
-36
/
+7
*
|
NFSv4.1/pnfs: Fix setting of layoutcommit last write byte
Trond Myklebust
2015-03-27
1
-9
/
+8
|
/
*
pnfs: delete an unintended goto
Dan Carpenter
2015-02-10
1
-1
/
+0
*
NFSv4.1: Fix pnfs_put_lseg races
Trond Myklebust
2015-02-05
1
-34
/
+19
*
NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFS
Trond Myklebust
2015-02-05
1
-1
/
+1
*
Merge branch 'flexfiles'
Trond Myklebust
2015-02-03
1
-90
/
+381
|
\
|
*
pnfs: lookup new lseg at lseg boundary
Weston Andros Adamson
2015-02-03
1
-2
/
+8
[next]