Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3a2f2ac9b96f9a9f5538396a212d3b9fb543bfc5
/
fs
/
nfs
/
pnfs.c
2370abd
NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSE
by Trond Myklebust
· 9 years ago
13c13a6
pNFS: Fix missing layoutreturn calls
by Trond Myklebust
· 9 years ago
942e3d7
Merge branch 'pnfs_generic'
by Trond Myklebust
· 9 years ago
506c0d6
NFSv4.1/pNFS: Cleanup constify struct pnfs_layout_range arguments
by Trond Myklebust
· 9 years ago
e144e53
NFSv4.1/pnfs: Cleanup copying of pnfs_layout_range structures
by Trond Myklebust
· 9 years ago
71b3985
NFSv4.1/pNFS: Cleanup pnfs_mark_matching_lsegs_invalid()
by Trond Myklebust
· 9 years ago
1033555
NFSv4.1/pNFS: pnfs_error_mark_layout_for_return() must always return layout
by Trond Myklebust
· 9 years ago
5c97f5d
NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return() should set the iomode
by Trond Myklebust
· 9 years ago
50f563e
NFSv4.1/pNFS: Use nfs4_stateid_copy for copying stateids
by Trond Myklebust
· 9 years ago
ed429d6
NFSv4.1/pNFS: Don't pass stateids by value to pnfs_send_layoutreturn()
by Trond Myklebust
· 9 years ago
b20135d
NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid
by Trond Myklebust
· 9 years ago
fc7ff36
pNFS: If we have to delay the layout callback, mark the layout for return
by Trond Myklebust
· 9 years ago
0654cc7
NFSv4.1/pNFS: Add a helper to mark the layout as returned
by Trond Myklebust
· 9 years ago
b9fc773
pNFS/flexfiles: Don't mark the entire layout as failed, when returning it
by Trond Myklebust
· 9 years ago
2e5b29f
pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGET
by Trond Myklebust
· 9 years ago
0bcbf03
nfs: handle request add failure properly
by Peng Tao
· 9 years ago
2bff228
nfs: centralize pgio error cleanup
by Peng Tao
· 9 years ago
d600ad1
NFS41: pop some layoutget errors to application
by Peng Tao
· 9 years ago
f484830
pNFS: Modify pnfs_update_layout tracepoints to use layout stateid
by Trond Myklebust
· 9 years ago
9a4bf31
nfs: add new tracepoint for pnfs_update_layout
by Jeff Layton
· 9 years ago
dfd01f0
sched/wait: Fix the signal handling fix
by Peter Zijlstra
· 9 years ago
4f2e9dc
nfs4: resend LAYOUTGET when there is a race that changes the seqid
by Jeff Layton
· 9 years ago
f8417b48
NFSv4.1/pnfs: Retry through MDS when getting bad length of data
by Kinglong Mee
· 9 years ago
500d701
NFS41: make close wait for layoutreturn
by Peng Tao
· 9 years ago
2d89a1d
NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of file
by Trond Myklebust
· 9 years ago
4ae93560
NFSv4.1/pnfs: Don't ask for a read layout for an empty file.
by Trond Myklebust
· 9 years ago
0bdb8fa
NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout return
by Trond Myklebust
· 9 years ago
03772d2
NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertion
by Trond Myklebust
· 9 years ago
540d986
NFSv4.1/pnfs: Add sanity check for the layout range returned by the server
by Trond Myklebust
· 9 years ago
bbf58bf
NFSv4.2/pnfs: Make the layoutstats timer configurable
by Trond Myklebust
· 9 years ago
3976143
NFS41: remove NFS_LAYOUT_ROC flag
by Peng Tao
· 9 years ago
6a463beb
NFSv4.1/pnfs: Add a tracepoint for return-on-close events
by Trond Myklebust
· 9 years ago
c740624
pNFS: Fix an unused variable warning in pnfs_roc_get_barrier
by Trond Myklebust
· 9 years ago
e755d63
NFS41: make sure sending LAYOUTRETURN before close if marked so
by Peng Tao
· 9 years ago
4ff376f
NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set
by Trond Myklebust
· 9 years ago
5883055
NFSv4.1/pnfs: Remove redundant wakeup in pnfs_send_layoutreturn()
by Trond Myklebust
· 9 years ago
e1c06f8
NFSv4.1/pnfs: Remove redundant check in pnfs_layoutgets_blocked()
by Trond Myklebust
· 9 years ago
2d8ae84
NFSv4.1/pnfs: Remove redundant lo->plh_block_lgets in layoutreturn
by Trond Myklebust
· 9 years ago
5c4a79f
NFSv4.1/pnfs: Don't prevent layoutgets when doing return-on-close
by Trond Myklebust
· 9 years ago
8f70f53
NFSv4.1/pnfs: Fix serialisation of layout return and layoutget
by Trond Myklebust
· 9 years ago
a4497a5
NFSv4.1/pnfs: Remove redundant checks in pnfs_layoutgets_blocked()
by Trond Myklebust
· 9 years ago
c8ad889
NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback path
by Trond Myklebust
· 9 years ago
3471648a
nfs: plug memory leak when ->prepare_layoutcommit fails
by Jeff Layton
· 9 years ago
faa4a54
pNFS: Don't throw out valid layout segments
by Trond Myklebust
· 9 years ago
bdc59cf
pNFS: pnfs_roc_drain() fix a race with open
by Trond Myklebust
· 9 years ago
7f27392
pNFS: Fix races between return-on-close and layoutreturn.
by Trond Myklebust
· 9 years ago
df9cecc
pNFS: pnfs_roc_drain should return 'true' when sleeping
by Trond Myklebust
· 9 years ago
6c5a0d8
NFSv4.2: LAYOUTSTATS is optional to implement
by Trond Myklebust
· 9 years ago
865a7ec
nfs: provide pnfs_report_layoutstat when NFS42 is disabled
by Peng Tao
· 9 years ago
1bfe3b2
nfs42: serialize LAYOUTSTATS calls of the same file
by Peng Tao
· 9 years ago
8733408
pnfs: add pnfs_report_layoutstat helper function
by Peng Tao
· 9 years ago
c707011
NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writes
by Trond Myklebust
· 9 years ago
1ca018d
pNFS: Fix a memory leak when attempted pnfs fails
by Trond Myklebust
· 9 years ago
21330b6
Merge branch 'bugfixes'
by Trond Myklebust
· 10 years ago
5bb89b4
NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS
by Trond Myklebust
· 10 years ago
7140171
NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-close
by Trond Myklebust
· 10 years ago
67af761
NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()
by Trond Myklebust
· 10 years ago
29559b1
NFSv4.1/pnfs: Fix setting of layoutcommit last write byte
by Trond Myklebust
· 10 years ago
5b83382
NFSv4.1: don't export static symbol
by Julia Lawall
· 10 years ago
4c21462
pnfs: delete an unintended goto
by Dan Carpenter
· 10 years ago
4ef2e4f
NFSv4.1: Fix pnfs_put_lseg races
by Trond Myklebust
· 10 years ago
e4af440
NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFS
by Trond Myklebust
· 10 years ago
e2c63e0
Merge branch 'flexfiles'
by Trond Myklebust
· 10 years ago
7c13789
pnfs: lookup new lseg at lseg boundary
by Weston Andros Adamson
· 10 years ago
cb5d04b
nfs41: .init_read and .init_write can be called with valid pg_lseg
by Peng Tao
· 10 years ago
d67ae82
pnfs/flexfiles: Add the FlexFile Layout Driver
by Tom Haynes
· 10 years ago
aa8a45e
nfs41: wait for LAYOUTRETURN before retrying LAYOUTGET
by Peng Tao
· 10 years ago
c829013
nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flags
by Peng Tao
· 10 years ago
27b6f53
nfs/flexfiles: send layoutreturn before freeing lseg
by Peng Tao
· 10 years ago
193e3aa
nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSE
by Peng Tao
· 10 years ago
6c16605
nfs41: allow async version layoutreturn
by Peng Tao
· 10 years ago
15eb67c
nfs41: add range to layoutreturn args
by Peng Tao
· 10 years ago
ceb11e1
pnfs: allow LD to ask to resend read through pnfs
by Peng Tao
· 10 years ago
48d635f
nfs: add nfs_pgio_current_mirror helper
by Peng Tao
· 10 years ago
566f873
nfs41: add a debug warning if we destroy an unempty layout
by Peng Tao
· 10 years ago
a7d42dd
nfs: add mirroring support to pgio layer
by Weston Andros Adamson
· 10 years ago
180bb5e
pnfs: release lseg in pnfs_generic_pg_cleanup
by Weston Andros Adamson
· 10 years ago
e736a5b
nfs41: clear NFS_LAYOUT_RETURN if layoutreturn is sent or failed to send
by Peng Tao
· 10 years ago
aa1e0e3a
nfs41: send layoutreturn in last put_lseg
by Peng Tao
· 10 years ago
ce6ab4f
nfs41: don't use a layout if it is marked for returning
by Peng Tao
· 10 years ago
016256d
nfs41: add a helper to mark layout for return
by Peng Tao
· 10 years ago
f40eb5d
nfs41: make a helper function to send layoutreturn
by Peng Tao
· 10 years ago
4579d6b
nfs41: pass iomode through layoutreturn args
by Peng Tao
· 10 years ago
9bf8748
nfs41: serialize first layoutget of a file
by Peng Tao
· 10 years ago
abb9a00
nfs41: close a small race window when adding new layout to global list
by Peng Tao
· 10 years ago
72cff44
nfs/flexclient: export pnfs_layoutcommit_inode
by Peng Tao
· 10 years ago
40dd4b7
NFSv4.1: Optimise layout return-on-close
by Trond Myklebust
· 10 years ago
6543f80
NFSv4.1/pnfs: replace broken pnfs_put_lseg_async
by Trond Myklebust
· 10 years ago
c88953d
pnfs: add return_range method
by Christoph Hellwig
· 10 years ago
7c5d187
pnfs: force a layout commit when encountering busy segments during recall
by Christoph Hellwig
· 10 years ago
5f919c9
pnfs: allow splicing pre-encoded pages into the layoutcommit args
by Christoph Hellwig
· 10 years ago
47abade
pnfs: avoid using stale stateids after layoutreturn
by Christoph Hellwig
· 10 years ago
362f747
pnfs: don't check sequence on new stateids in layoutget
by Christoph Hellwig
· 10 years ago
1013df61
pnfs: do not pass uninitialized lsegs to ->free_lseg
by Christoph Hellwig
· 10 years ago
378520b
nfs41: add a helper function to set layoutcommit after commit
by Peng Tao
· 10 years ago
06b8ab5
Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
e6cf82d
pnfs: add pnfs_put_lseg_async
by Weston Andros Adamson
· 10 years ago
7431620
sched: Remove proliferation of wait_on_bit() action functions
by NeilBrown
· 10 years ago
53113ad
pnfs: clean up *_resend_to_mds
by Weston Andros Adamson
· 10 years ago
4714fb5
nfs: remove pgio_header refcount, related cleanup
by Weston Andros Adamson
· 10 years ago
Next »