Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
82d2a348bb9a1e265fe1c62e39341128ec014ed9
/
fs
/
nfs
/
pnfs.h
2370abd
NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSE
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
1033555
NFSv4.1/pNFS: pnfs_error_mark_layout_for_return() must always return layout
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
2e5b29f
pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGET
by Trond Myklebust
· 9 years ago
500d701
NFS41: make close wait for layoutreturn
by Peng Tao
· 9 years ago
0762ed2
NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing ones
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
82714bd
NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdr
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
4ff376f
NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set
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
865a7ec
nfs: provide pnfs_report_layoutstat when NFS42 is disabled
by Peng Tao
· 9 years ago
8733408
pnfs: add pnfs_report_layoutstat helper function
by Peng Tao
· 9 years ago
59953fb
Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
5bb89b4
NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS
by Trond Myklebust
· 10 years ago
67af761
NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()
by Trond Myklebust
· 10 years ago
df52699
NFSv4.1: Don't cache deviceids that have no notifications
by Trond Myklebust
· 10 years ago
84a80f6
NFSv4.1: Convert pNFS deviceid to use kfree_rcu()
by Trond Myklebust
· 10 years ago
338d00c
pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_request_commit
by Tom Haynes
· 10 years ago
e2c63e0
Merge branch 'flexfiles'
by Trond Myklebust
· 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
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
ceb11e1
pnfs: allow LD to ask to resend read through pnfs
by Peng Tao
· 10 years ago
b57ff13
pnfs: pass ds_commit_idx through the commit path
by Weston Andros Adamson
· 10 years ago
180bb5e
pnfs: release lseg in pnfs_generic_pg_cleanup
by Weston Andros Adamson
· 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
9bf8748
nfs41: serialize first layoutget of a file
by Peng Tao
· 10 years ago
5f01d95
nfs41: create NFSv3 DS connection if specified
by Peng Tao
· 10 years ago
30626f9
nfs41: allow LD to choose DS connection version/minor_version
by Peng Tao
· 10 years ago
39280a5
nfs41: move file layout macros to generic pnfs
by Peng Tao
· 10 years ago
064172f
nfs41: allow LD to choose DS connection auth flavor
by Peng Tao
· 10 years ago
7405f9e
nfs41: pull nfs4_ds_connect from file layout to generic pnfs
by Peng Tao
· 10 years ago
6b7f3cf
nfs41: pull decode_ds_addr from file layout to generic pnfs
by Peng Tao
· 10 years ago
875ae06
nfs41: pull data server cache from file layout to generic pnfs
by Peng Tao
· 10 years ago
085d1e3
pnfs: Do not grab the commit_info lock twice when rescheduling writes
by Tom Haynes
· 10 years ago
f54bcf2
pnfs: Prepare for flexfiles by pulling out common code
by Tom Haynes
· 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
ea18cb3
NFSv4: Remove dead prototype for nfs4_insert_deviceid_node()
by Tom Haynes
· 10 years ago
88ac815
nfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on truncation to smaller size
by Peng Tao
· 10 years ago
d4b18c3
pnfs: remove GETDEVICELIST implementation
by Christoph Hellwig
· 10 years ago
30ff060
pnfs: add a nfs4_get_deviceid helper
by Christoph Hellwig
· 10 years ago
9dd2fcd
pnfs: add a common GETDEVICELIST implementation
by Christoph Hellwig
· 10 years ago
661373b
pnfs: factor GETDEVICEINFO implementations
by Christoph Hellwig
· 10 years ago
c88953d
pnfs: add return_range method
by Christoph Hellwig
· 10 years ago
612aa98
pnfs: add flag to force read-modify-write in ->write_begin
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
378520b
nfs41: add a helper function to set layoutcommit after commit
by Peng Tao
· 10 years ago
e6cf82d
pnfs: add pnfs_put_lseg_async
by Weston Andros Adamson
· 10 years ago
02d1426
pnfs: find swapped pages on pnfs commit lists too
by Weston Andros Adamson
· 10 years ago
53113ad
pnfs: clean up *_resend_to_mds
by Weston Andros Adamson
· 10 years ago
d45f60c
nfs: merge nfs_pgio_data into _header
by Weston Andros Adamson
· 10 years ago
d1e1cda
Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
b4fdac1
nfs: modify pg_test interface to return size_t
by Weston Andros Adamson
· 11 years ago
9c7e1b3
NFS: Create a common read and write data struct
by Anna Schumaker
· 11 years ago
fab5fc2
nfs: remove ->read_pageio_init from rpc ops
by Christoph Hellwig
· 11 years ago
a20c93e
nfs: remove ->write_pageio_init from rpc ops
by Christoph Hellwig
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
d8c951c
NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstanding
by Trond Myklebust
· 11 years ago
f1c097b
NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesize
by Andy Adamson
· 11 years ago
cd5875f
NFSv4.1: Use layout credentials for get_deviceinfo calls
by Trond Myklebust
· 12 years ago
2402867
NFSv4.1: Add a helper pnfs_commit_and_return_layout
by Trond Myklebust
· 12 years ago
78f3327
pnfs: fix resend_to_mds for directio
by Benny Halevy
· 12 years ago
fd9a8d7
NFSv4.1: Fix bulk recall and destroy of layouts
by Trond Myklebust
· 12 years ago
d527e5c
NFSv4.1: Do not call pnfs_return_layout() from an rpciod context
by Trond Myklebust
· 12 years ago
6296556
NFS41: send real write size in layoutget
by Peng Tao
· 12 years ago
e5929f3
NFSv4.1: Remove the NFS_LAYOUT_RETURNED state
by Trond Myklebust
· 12 years ago
8006bfb
NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED state
by Trond Myklebust
· 12 years ago
965938b
NFSv4.1: Get rid of pNFS layout state "NFS_LAYOUT_INVALID"
by Trond Myklebust
· 12 years ago
7fdab06
NFSv4.1: Fix a race in the pNFS return-on-close code
by Trond Myklebust
· 12 years ago
1dfed27
NFSv4.1: pNFS data servers may be temporarily offline
by Trond Myklebust
· 12 years ago
25c7533
NFSv4.1: Retry pNFS after a 2 minute timeout
by Trond Myklebust
· 12 years ago
b9e028f
NFSv4.1: Add helpers for setting/reading the I/O fail bit
by Trond Myklebust
· 12 years ago
9369a43
NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg()
by Trond Myklebust
· 12 years ago
70c3bd2
NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()
by Trond Myklebust
· 12 years ago
49a8506
NFSv4.1: Cleanup add a "pnfs_" prefix to mark_matching_lsegs_invalid
by Trond Myklebust
· 12 years ago
a0b0a6e
NFS: Clean up the pNFS layoutget interface
by Trond Myklebust
· 12 years ago
21d1f58
pnfs: nfs4_proc_layoutget returns void
by Idan Kedar
· 12 years ago
8554116
pnfs: defer release of pages in layoutget
by Idan Kedar
· 12 years ago
366d505
NFSv4.1 mark layout when already returned
by Andy Adamson
· 12 years ago
57208fa
NFS: Create an write_pageio_init() function
by Bryan Schumaker
· 12 years ago
1abb5088
NFS: Create an read_pageio_init() function
by Bryan Schumaker
· 12 years ago
fb47ddc
NFS4: Fix open bug when pnfs module blacklisted
by Fred Isaman
· 12 years ago
82be417
NFSv4.1 cache mdsthreshold values on OPEN
by Andy Adamson
· 13 years ago
041245c
NFSv4.1 resend LAYOUTGET on data server invalid layout errors
by Andy Adamson
· 13 years ago
e7dd79af
NFSv4.1: mark deviceid invalid on filelayout DS connection errors
by Andy Adamson
· 13 years ago
b58fee2
NFS: pnfs_pageio_init_read() and init_write() need an extra argument
by Bryan Schumaker
· 13 years ago
1763da1
NFS: rewrite directio write to use async coalesce code
by Fred Isaman
· 13 years ago
Next »