pnfs.c 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647
  1. /*
  2. * pNFS functions to call and manage layout drivers.
  3. *
  4. * Copyright (c) 2002 [year of first publication]
  5. * The Regents of the University of Michigan
  6. * All Rights Reserved
  7. *
  8. * Dean Hildebrand <dhildebz@umich.edu>
  9. *
  10. * Permission is granted to use, copy, create derivative works, and
  11. * redistribute this software and such derivative works for any purpose,
  12. * so long as the name of the University of Michigan is not used in
  13. * any advertising or publicity pertaining to the use or distribution
  14. * of this software without specific, written prior authorization. If
  15. * the above copyright notice or any other identification of the
  16. * University of Michigan is included in any copy of any portion of
  17. * this software, then the disclaimer below must also be included.
  18. *
  19. * This software is provided as is, without representation or warranty
  20. * of any kind either express or implied, including without limitation
  21. * the implied warranties of merchantability, fitness for a particular
  22. * purpose, or noninfringement. The Regents of the University of
  23. * Michigan shall not be liable for any damages, including special,
  24. * indirect, incidental, or consequential damages, with respect to any
  25. * claim arising out of or in connection with the use of the software,
  26. * even if it has been or is hereafter advised of the possibility of
  27. * such damages.
  28. */
  29. #include <linux/nfs_fs.h>
  30. #include <linux/nfs_page.h>
  31. #include <linux/module.h>
  32. #include "internal.h"
  33. #include "pnfs.h"
  34. #include "iostat.h"
  35. #define NFSDBG_FACILITY NFSDBG_PNFS
  36. /* Locking:
  37. *
  38. * pnfs_spinlock:
  39. * protects pnfs_modules_tbl.
  40. */
  41. static DEFINE_SPINLOCK(pnfs_spinlock);
  42. /*
  43. * pnfs_modules_tbl holds all pnfs modules
  44. */
  45. static LIST_HEAD(pnfs_modules_tbl);
  46. /* Return the registered pnfs layout driver module matching given id */
  47. static struct pnfs_layoutdriver_type *
  48. find_pnfs_driver_locked(u32 id)
  49. {
  50. struct pnfs_layoutdriver_type *local;
  51. list_for_each_entry(local, &pnfs_modules_tbl, pnfs_tblid)
  52. if (local->id == id)
  53. goto out;
  54. local = NULL;
  55. out:
  56. dprintk("%s: Searching for id %u, found %p\n", __func__, id, local);
  57. return local;
  58. }
  59. static struct pnfs_layoutdriver_type *
  60. find_pnfs_driver(u32 id)
  61. {
  62. struct pnfs_layoutdriver_type *local;
  63. spin_lock(&pnfs_spinlock);
  64. local = find_pnfs_driver_locked(id);
  65. spin_unlock(&pnfs_spinlock);
  66. return local;
  67. }
  68. void
  69. unset_pnfs_layoutdriver(struct nfs_server *nfss)
  70. {
  71. if (nfss->pnfs_curr_ld) {
  72. if (nfss->pnfs_curr_ld->clear_layoutdriver)
  73. nfss->pnfs_curr_ld->clear_layoutdriver(nfss);
  74. module_put(nfss->pnfs_curr_ld->owner);
  75. }
  76. nfss->pnfs_curr_ld = NULL;
  77. }
  78. /*
  79. * Try to set the server's pnfs module to the pnfs layout type specified by id.
  80. * Currently only one pNFS layout driver per filesystem is supported.
  81. *
  82. * @id layout type. Zero (illegal layout type) indicates pNFS not in use.
  83. */
  84. void
  85. set_pnfs_layoutdriver(struct nfs_server *server, const struct nfs_fh *mntfh,
  86. u32 id)
  87. {
  88. struct pnfs_layoutdriver_type *ld_type = NULL;
  89. if (id == 0)
  90. goto out_no_driver;
  91. if (!(server->nfs_client->cl_exchange_flags &
  92. (EXCHGID4_FLAG_USE_NON_PNFS | EXCHGID4_FLAG_USE_PNFS_MDS))) {
  93. printk(KERN_ERR "NFS: %s: id %u cl_exchange_flags 0x%x\n",
  94. __func__, id, server->nfs_client->cl_exchange_flags);
  95. goto out_no_driver;
  96. }
  97. ld_type = find_pnfs_driver(id);
  98. if (!ld_type) {
  99. request_module("%s-%u", LAYOUT_NFSV4_1_MODULE_PREFIX, id);
  100. ld_type = find_pnfs_driver(id);
  101. if (!ld_type) {
  102. dprintk("%s: No pNFS module found for %u.\n",
  103. __func__, id);
  104. goto out_no_driver;
  105. }
  106. }
  107. if (!try_module_get(ld_type->owner)) {
  108. dprintk("%s: Could not grab reference on module\n", __func__);
  109. goto out_no_driver;
  110. }
  111. server->pnfs_curr_ld = ld_type;
  112. if (ld_type->set_layoutdriver
  113. && ld_type->set_layoutdriver(server, mntfh)) {
  114. printk(KERN_ERR "NFS: %s: Error initializing pNFS layout "
  115. "driver %u.\n", __func__, id);
  116. module_put(ld_type->owner);
  117. goto out_no_driver;
  118. }
  119. dprintk("%s: pNFS module for %u set\n", __func__, id);
  120. return;
  121. out_no_driver:
  122. dprintk("%s: Using NFSv4 I/O\n", __func__);
  123. server->pnfs_curr_ld = NULL;
  124. }
  125. int
  126. pnfs_register_layoutdriver(struct pnfs_layoutdriver_type *ld_type)
  127. {
  128. int status = -EINVAL;
  129. struct pnfs_layoutdriver_type *tmp;
  130. if (ld_type->id == 0) {
  131. printk(KERN_ERR "NFS: %s id 0 is reserved\n", __func__);
  132. return status;
  133. }
  134. if (!ld_type->alloc_lseg || !ld_type->free_lseg) {
  135. printk(KERN_ERR "NFS: %s Layout driver must provide "
  136. "alloc_lseg and free_lseg.\n", __func__);
  137. return status;
  138. }
  139. spin_lock(&pnfs_spinlock);
  140. tmp = find_pnfs_driver_locked(ld_type->id);
  141. if (!tmp) {
  142. list_add(&ld_type->pnfs_tblid, &pnfs_modules_tbl);
  143. status = 0;
  144. dprintk("%s Registering id:%u name:%s\n", __func__, ld_type->id,
  145. ld_type->name);
  146. } else {
  147. printk(KERN_ERR "NFS: %s Module with id %d already loaded!\n",
  148. __func__, ld_type->id);
  149. }
  150. spin_unlock(&pnfs_spinlock);
  151. return status;
  152. }
  153. EXPORT_SYMBOL_GPL(pnfs_register_layoutdriver);
  154. void
  155. pnfs_unregister_layoutdriver(struct pnfs_layoutdriver_type *ld_type)
  156. {
  157. dprintk("%s Deregistering id:%u\n", __func__, ld_type->id);
  158. spin_lock(&pnfs_spinlock);
  159. list_del(&ld_type->pnfs_tblid);
  160. spin_unlock(&pnfs_spinlock);
  161. }
  162. EXPORT_SYMBOL_GPL(pnfs_unregister_layoutdriver);
  163. /*
  164. * pNFS client layout cache
  165. */
  166. /* Need to hold i_lock if caller does not already hold reference */
  167. void
  168. get_layout_hdr(struct pnfs_layout_hdr *lo)
  169. {
  170. atomic_inc(&lo->plh_refcount);
  171. }
  172. static struct pnfs_layout_hdr *
  173. pnfs_alloc_layout_hdr(struct inode *ino, gfp_t gfp_flags)
  174. {
  175. struct pnfs_layoutdriver_type *ld = NFS_SERVER(ino)->pnfs_curr_ld;
  176. return ld->alloc_layout_hdr ? ld->alloc_layout_hdr(ino, gfp_flags) :
  177. kzalloc(sizeof(struct pnfs_layout_hdr), gfp_flags);
  178. }
  179. static void
  180. pnfs_free_layout_hdr(struct pnfs_layout_hdr *lo)
  181. {
  182. struct pnfs_layoutdriver_type *ld = NFS_SERVER(lo->plh_inode)->pnfs_curr_ld;
  183. put_rpccred(lo->plh_lc_cred);
  184. return ld->alloc_layout_hdr ? ld->free_layout_hdr(lo) : kfree(lo);
  185. }
  186. static void
  187. destroy_layout_hdr(struct pnfs_layout_hdr *lo)
  188. {
  189. dprintk("%s: freeing layout cache %p\n", __func__, lo);
  190. BUG_ON(!list_empty(&lo->plh_layouts));
  191. NFS_I(lo->plh_inode)->layout = NULL;
  192. pnfs_free_layout_hdr(lo);
  193. }
  194. static void
  195. put_layout_hdr_locked(struct pnfs_layout_hdr *lo)
  196. {
  197. if (atomic_dec_and_test(&lo->plh_refcount))
  198. destroy_layout_hdr(lo);
  199. }
  200. void
  201. put_layout_hdr(struct pnfs_layout_hdr *lo)
  202. {
  203. struct inode *inode = lo->plh_inode;
  204. if (atomic_dec_and_lock(&lo->plh_refcount, &inode->i_lock)) {
  205. destroy_layout_hdr(lo);
  206. spin_unlock(&inode->i_lock);
  207. }
  208. }
  209. static void
  210. init_lseg(struct pnfs_layout_hdr *lo, struct pnfs_layout_segment *lseg)
  211. {
  212. INIT_LIST_HEAD(&lseg->pls_list);
  213. INIT_LIST_HEAD(&lseg->pls_lc_list);
  214. atomic_set(&lseg->pls_refcount, 1);
  215. smp_mb();
  216. set_bit(NFS_LSEG_VALID, &lseg->pls_flags);
  217. lseg->pls_layout = lo;
  218. }
  219. static void free_lseg(struct pnfs_layout_segment *lseg)
  220. {
  221. struct inode *ino = lseg->pls_layout->plh_inode;
  222. NFS_SERVER(ino)->pnfs_curr_ld->free_lseg(lseg);
  223. /* Matched by get_layout_hdr in pnfs_insert_layout */
  224. put_layout_hdr(NFS_I(ino)->layout);
  225. }
  226. static void
  227. put_lseg_common(struct pnfs_layout_segment *lseg)
  228. {
  229. struct inode *inode = lseg->pls_layout->plh_inode;
  230. WARN_ON(test_bit(NFS_LSEG_VALID, &lseg->pls_flags));
  231. list_del_init(&lseg->pls_list);
  232. if (list_empty(&lseg->pls_layout->plh_segs)) {
  233. set_bit(NFS_LAYOUT_DESTROYED, &lseg->pls_layout->plh_flags);
  234. /* Matched by initial refcount set in alloc_init_layout_hdr */
  235. put_layout_hdr_locked(lseg->pls_layout);
  236. }
  237. rpc_wake_up(&NFS_SERVER(inode)->roc_rpcwaitq);
  238. }
  239. void
  240. put_lseg(struct pnfs_layout_segment *lseg)
  241. {
  242. struct inode *inode;
  243. if (!lseg)
  244. return;
  245. dprintk("%s: lseg %p ref %d valid %d\n", __func__, lseg,
  246. atomic_read(&lseg->pls_refcount),
  247. test_bit(NFS_LSEG_VALID, &lseg->pls_flags));
  248. inode = lseg->pls_layout->plh_inode;
  249. if (atomic_dec_and_lock(&lseg->pls_refcount, &inode->i_lock)) {
  250. LIST_HEAD(free_me);
  251. put_lseg_common(lseg);
  252. list_add(&lseg->pls_list, &free_me);
  253. spin_unlock(&inode->i_lock);
  254. pnfs_free_lseg_list(&free_me);
  255. }
  256. }
  257. EXPORT_SYMBOL_GPL(put_lseg);
  258. static inline u64
  259. end_offset(u64 start, u64 len)
  260. {
  261. u64 end;
  262. end = start + len;
  263. return end >= start ? end : NFS4_MAX_UINT64;
  264. }
  265. /* last octet in a range */
  266. static inline u64
  267. last_byte_offset(u64 start, u64 len)
  268. {
  269. u64 end;
  270. BUG_ON(!len);
  271. end = start + len;
  272. return end > start ? end - 1 : NFS4_MAX_UINT64;
  273. }
  274. /*
  275. * is l2 fully contained in l1?
  276. * start1 end1
  277. * [----------------------------------)
  278. * start2 end2
  279. * [----------------)
  280. */
  281. static inline int
  282. lo_seg_contained(struct pnfs_layout_range *l1,
  283. struct pnfs_layout_range *l2)
  284. {
  285. u64 start1 = l1->offset;
  286. u64 end1 = end_offset(start1, l1->length);
  287. u64 start2 = l2->offset;
  288. u64 end2 = end_offset(start2, l2->length);
  289. return (start1 <= start2) && (end1 >= end2);
  290. }
  291. /*
  292. * is l1 and l2 intersecting?
  293. * start1 end1
  294. * [----------------------------------)
  295. * start2 end2
  296. * [----------------)
  297. */
  298. static inline int
  299. lo_seg_intersecting(struct pnfs_layout_range *l1,
  300. struct pnfs_layout_range *l2)
  301. {
  302. u64 start1 = l1->offset;
  303. u64 end1 = end_offset(start1, l1->length);
  304. u64 start2 = l2->offset;
  305. u64 end2 = end_offset(start2, l2->length);
  306. return (end1 == NFS4_MAX_UINT64 || end1 > start2) &&
  307. (end2 == NFS4_MAX_UINT64 || end2 > start1);
  308. }
  309. static bool
  310. should_free_lseg(struct pnfs_layout_range *lseg_range,
  311. struct pnfs_layout_range *recall_range)
  312. {
  313. return (recall_range->iomode == IOMODE_ANY ||
  314. lseg_range->iomode == recall_range->iomode) &&
  315. lo_seg_intersecting(lseg_range, recall_range);
  316. }
  317. /* Returns 1 if lseg is removed from list, 0 otherwise */
  318. static int mark_lseg_invalid(struct pnfs_layout_segment *lseg,
  319. struct list_head *tmp_list)
  320. {
  321. int rv = 0;
  322. if (test_and_clear_bit(NFS_LSEG_VALID, &lseg->pls_flags)) {
  323. /* Remove the reference keeping the lseg in the
  324. * list. It will now be removed when all
  325. * outstanding io is finished.
  326. */
  327. dprintk("%s: lseg %p ref %d\n", __func__, lseg,
  328. atomic_read(&lseg->pls_refcount));
  329. if (atomic_dec_and_test(&lseg->pls_refcount)) {
  330. put_lseg_common(lseg);
  331. list_add(&lseg->pls_list, tmp_list);
  332. rv = 1;
  333. }
  334. }
  335. return rv;
  336. }
  337. /* Returns count of number of matching invalid lsegs remaining in list
  338. * after call.
  339. */
  340. int
  341. mark_matching_lsegs_invalid(struct pnfs_layout_hdr *lo,
  342. struct list_head *tmp_list,
  343. struct pnfs_layout_range *recall_range)
  344. {
  345. struct pnfs_layout_segment *lseg, *next;
  346. int invalid = 0, removed = 0;
  347. dprintk("%s:Begin lo %p\n", __func__, lo);
  348. if (list_empty(&lo->plh_segs)) {
  349. /* Reset MDS Threshold I/O counters */
  350. NFS_I(lo->plh_inode)->write_io = 0;
  351. NFS_I(lo->plh_inode)->read_io = 0;
  352. if (!test_and_set_bit(NFS_LAYOUT_DESTROYED, &lo->plh_flags))
  353. put_layout_hdr_locked(lo);
  354. return 0;
  355. }
  356. list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list)
  357. if (!recall_range ||
  358. should_free_lseg(&lseg->pls_range, recall_range)) {
  359. dprintk("%s: freeing lseg %p iomode %d "
  360. "offset %llu length %llu\n", __func__,
  361. lseg, lseg->pls_range.iomode, lseg->pls_range.offset,
  362. lseg->pls_range.length);
  363. invalid++;
  364. removed += mark_lseg_invalid(lseg, tmp_list);
  365. }
  366. dprintk("%s:Return %i\n", __func__, invalid - removed);
  367. return invalid - removed;
  368. }
  369. /* note free_me must contain lsegs from a single layout_hdr */
  370. void
  371. pnfs_free_lseg_list(struct list_head *free_me)
  372. {
  373. struct pnfs_layout_segment *lseg, *tmp;
  374. struct pnfs_layout_hdr *lo;
  375. if (list_empty(free_me))
  376. return;
  377. lo = list_first_entry(free_me, struct pnfs_layout_segment,
  378. pls_list)->pls_layout;
  379. if (test_bit(NFS_LAYOUT_DESTROYED, &lo->plh_flags)) {
  380. struct nfs_client *clp;
  381. clp = NFS_SERVER(lo->plh_inode)->nfs_client;
  382. spin_lock(&clp->cl_lock);
  383. list_del_init(&lo->plh_layouts);
  384. spin_unlock(&clp->cl_lock);
  385. }
  386. list_for_each_entry_safe(lseg, tmp, free_me, pls_list) {
  387. list_del(&lseg->pls_list);
  388. free_lseg(lseg);
  389. }
  390. }
  391. void
  392. pnfs_destroy_layout(struct nfs_inode *nfsi)
  393. {
  394. struct pnfs_layout_hdr *lo;
  395. LIST_HEAD(tmp_list);
  396. spin_lock(&nfsi->vfs_inode.i_lock);
  397. lo = nfsi->layout;
  398. if (lo) {
  399. lo->plh_block_lgets++; /* permanently block new LAYOUTGETs */
  400. mark_matching_lsegs_invalid(lo, &tmp_list, NULL);
  401. }
  402. spin_unlock(&nfsi->vfs_inode.i_lock);
  403. pnfs_free_lseg_list(&tmp_list);
  404. }
  405. EXPORT_SYMBOL_GPL(pnfs_destroy_layout);
  406. /*
  407. * Called by the state manger to remove all layouts established under an
  408. * expired lease.
  409. */
  410. void
  411. pnfs_destroy_all_layouts(struct nfs_client *clp)
  412. {
  413. struct nfs_server *server;
  414. struct pnfs_layout_hdr *lo;
  415. LIST_HEAD(tmp_list);
  416. nfs4_deviceid_mark_client_invalid(clp);
  417. nfs4_deviceid_purge_client(clp);
  418. spin_lock(&clp->cl_lock);
  419. rcu_read_lock();
  420. list_for_each_entry_rcu(server, &clp->cl_superblocks, client_link) {
  421. if (!list_empty(&server->layouts))
  422. list_splice_init(&server->layouts, &tmp_list);
  423. }
  424. rcu_read_unlock();
  425. spin_unlock(&clp->cl_lock);
  426. while (!list_empty(&tmp_list)) {
  427. lo = list_entry(tmp_list.next, struct pnfs_layout_hdr,
  428. plh_layouts);
  429. dprintk("%s freeing layout for inode %lu\n", __func__,
  430. lo->plh_inode->i_ino);
  431. list_del_init(&lo->plh_layouts);
  432. pnfs_destroy_layout(NFS_I(lo->plh_inode));
  433. }
  434. }
  435. /* update lo->plh_stateid with new if is more recent */
  436. void
  437. pnfs_set_layout_stateid(struct pnfs_layout_hdr *lo, const nfs4_stateid *new,
  438. bool update_barrier)
  439. {
  440. u32 oldseq, newseq;
  441. oldseq = be32_to_cpu(lo->plh_stateid.seqid);
  442. newseq = be32_to_cpu(new->seqid);
  443. if ((int)(newseq - oldseq) > 0) {
  444. nfs4_stateid_copy(&lo->plh_stateid, new);
  445. if (update_barrier) {
  446. u32 new_barrier = be32_to_cpu(new->seqid);
  447. if ((int)(new_barrier - lo->plh_barrier))
  448. lo->plh_barrier = new_barrier;
  449. } else {
  450. /* Because of wraparound, we want to keep the barrier
  451. * "close" to the current seqids. It needs to be
  452. * within 2**31 to count as "behind", so if it
  453. * gets too near that limit, give us a litle leeway
  454. * and bring it to within 2**30.
  455. * NOTE - and yes, this is all unsigned arithmetic.
  456. */
  457. if (unlikely((newseq - lo->plh_barrier) > (3 << 29)))
  458. lo->plh_barrier = newseq - (1 << 30);
  459. }
  460. }
  461. }
  462. /* lget is set to 1 if called from inside send_layoutget call chain */
  463. static bool
  464. pnfs_layoutgets_blocked(struct pnfs_layout_hdr *lo, nfs4_stateid *stateid,
  465. int lget)
  466. {
  467. if ((stateid) &&
  468. (int)(lo->plh_barrier - be32_to_cpu(stateid->seqid)) >= 0)
  469. return true;
  470. return lo->plh_block_lgets ||
  471. test_bit(NFS_LAYOUT_DESTROYED, &lo->plh_flags) ||
  472. test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags) ||
  473. (list_empty(&lo->plh_segs) &&
  474. (atomic_read(&lo->plh_outstanding) > lget));
  475. }
  476. int
  477. pnfs_choose_layoutget_stateid(nfs4_stateid *dst, struct pnfs_layout_hdr *lo,
  478. struct nfs4_state *open_state)
  479. {
  480. int status = 0;
  481. dprintk("--> %s\n", __func__);
  482. spin_lock(&lo->plh_inode->i_lock);
  483. if (pnfs_layoutgets_blocked(lo, NULL, 1)) {
  484. status = -EAGAIN;
  485. } else if (list_empty(&lo->plh_segs)) {
  486. int seq;
  487. do {
  488. seq = read_seqbegin(&open_state->seqlock);
  489. nfs4_stateid_copy(dst, &open_state->stateid);
  490. } while (read_seqretry(&open_state->seqlock, seq));
  491. } else
  492. nfs4_stateid_copy(dst, &lo->plh_stateid);
  493. spin_unlock(&lo->plh_inode->i_lock);
  494. dprintk("<-- %s\n", __func__);
  495. return status;
  496. }
  497. /*
  498. * Get layout from server.
  499. * for now, assume that whole file layouts are requested.
  500. * arg->offset: 0
  501. * arg->length: all ones
  502. */
  503. static struct pnfs_layout_segment *
  504. send_layoutget(struct pnfs_layout_hdr *lo,
  505. struct nfs_open_context *ctx,
  506. struct pnfs_layout_range *range,
  507. gfp_t gfp_flags)
  508. {
  509. struct inode *ino = lo->plh_inode;
  510. struct nfs_server *server = NFS_SERVER(ino);
  511. struct nfs4_layoutget *lgp;
  512. struct pnfs_layout_segment *lseg = NULL;
  513. struct page **pages = NULL;
  514. int i;
  515. u32 max_resp_sz, max_pages;
  516. dprintk("--> %s\n", __func__);
  517. BUG_ON(ctx == NULL);
  518. lgp = kzalloc(sizeof(*lgp), gfp_flags);
  519. if (lgp == NULL)
  520. return NULL;
  521. /* allocate pages for xdr post processing */
  522. max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
  523. max_pages = nfs_page_array_len(0, max_resp_sz);
  524. pages = kcalloc(max_pages, sizeof(struct page *), gfp_flags);
  525. if (!pages)
  526. goto out_err_free;
  527. for (i = 0; i < max_pages; i++) {
  528. pages[i] = alloc_page(gfp_flags);
  529. if (!pages[i])
  530. goto out_err_free;
  531. }
  532. lgp->args.minlength = PAGE_CACHE_SIZE;
  533. if (lgp->args.minlength > range->length)
  534. lgp->args.minlength = range->length;
  535. lgp->args.maxcount = PNFS_LAYOUT_MAXSIZE;
  536. lgp->args.range = *range;
  537. lgp->args.type = server->pnfs_curr_ld->id;
  538. lgp->args.inode = ino;
  539. lgp->args.ctx = get_nfs_open_context(ctx);
  540. lgp->args.layout.pages = pages;
  541. lgp->args.layout.pglen = max_pages * PAGE_SIZE;
  542. lgp->lsegpp = &lseg;
  543. lgp->gfp_flags = gfp_flags;
  544. /* Synchronously retrieve layout information from server and
  545. * store in lseg.
  546. */
  547. nfs4_proc_layoutget(lgp);
  548. if (!lseg) {
  549. /* remember that LAYOUTGET failed and suspend trying */
  550. set_bit(lo_fail_bit(range->iomode), &lo->plh_flags);
  551. }
  552. /* free xdr pages */
  553. for (i = 0; i < max_pages; i++)
  554. __free_page(pages[i]);
  555. kfree(pages);
  556. return lseg;
  557. out_err_free:
  558. /* free any allocated xdr pages, lgp as it's not used */
  559. if (pages) {
  560. for (i = 0; i < max_pages; i++) {
  561. if (!pages[i])
  562. break;
  563. __free_page(pages[i]);
  564. }
  565. kfree(pages);
  566. }
  567. kfree(lgp);
  568. return NULL;
  569. }
  570. /* Initiates a LAYOUTRETURN(FILE) */
  571. int
  572. _pnfs_return_layout(struct inode *ino)
  573. {
  574. struct pnfs_layout_hdr *lo = NULL;
  575. struct nfs_inode *nfsi = NFS_I(ino);
  576. LIST_HEAD(tmp_list);
  577. struct nfs4_layoutreturn *lrp;
  578. nfs4_stateid stateid;
  579. int status = 0;
  580. dprintk("--> %s\n", __func__);
  581. spin_lock(&ino->i_lock);
  582. lo = nfsi->layout;
  583. if (!lo) {
  584. spin_unlock(&ino->i_lock);
  585. dprintk("%s: no layout to return\n", __func__);
  586. return status;
  587. }
  588. stateid = nfsi->layout->plh_stateid;
  589. /* Reference matched in nfs4_layoutreturn_release */
  590. get_layout_hdr(lo);
  591. mark_matching_lsegs_invalid(lo, &tmp_list, NULL);
  592. lo->plh_block_lgets++;
  593. spin_unlock(&ino->i_lock);
  594. pnfs_free_lseg_list(&tmp_list);
  595. WARN_ON(test_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags));
  596. lrp = kzalloc(sizeof(*lrp), GFP_KERNEL);
  597. if (unlikely(lrp == NULL)) {
  598. status = -ENOMEM;
  599. set_bit(NFS_LAYOUT_RW_FAILED, &lo->plh_flags);
  600. set_bit(NFS_LAYOUT_RO_FAILED, &lo->plh_flags);
  601. put_layout_hdr(lo);
  602. goto out;
  603. }
  604. lrp->args.stateid = stateid;
  605. lrp->args.layout_type = NFS_SERVER(ino)->pnfs_curr_ld->id;
  606. lrp->args.inode = ino;
  607. lrp->args.layout = lo;
  608. lrp->clp = NFS_SERVER(ino)->nfs_client;
  609. status = nfs4_proc_layoutreturn(lrp);
  610. out:
  611. dprintk("<-- %s status: %d\n", __func__, status);
  612. return status;
  613. }
  614. EXPORT_SYMBOL_GPL(_pnfs_return_layout);
  615. bool pnfs_roc(struct inode *ino)
  616. {
  617. struct pnfs_layout_hdr *lo;
  618. struct pnfs_layout_segment *lseg, *tmp;
  619. LIST_HEAD(tmp_list);
  620. bool found = false;
  621. spin_lock(&ino->i_lock);
  622. lo = NFS_I(ino)->layout;
  623. if (!lo || !test_and_clear_bit(NFS_LAYOUT_ROC, &lo->plh_flags) ||
  624. test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags))
  625. goto out_nolayout;
  626. list_for_each_entry_safe(lseg, tmp, &lo->plh_segs, pls_list)
  627. if (test_bit(NFS_LSEG_ROC, &lseg->pls_flags)) {
  628. mark_lseg_invalid(lseg, &tmp_list);
  629. found = true;
  630. }
  631. if (!found)
  632. goto out_nolayout;
  633. lo->plh_block_lgets++;
  634. get_layout_hdr(lo); /* matched in pnfs_roc_release */
  635. spin_unlock(&ino->i_lock);
  636. pnfs_free_lseg_list(&tmp_list);
  637. return true;
  638. out_nolayout:
  639. spin_unlock(&ino->i_lock);
  640. return false;
  641. }
  642. void pnfs_roc_release(struct inode *ino)
  643. {
  644. struct pnfs_layout_hdr *lo;
  645. spin_lock(&ino->i_lock);
  646. lo = NFS_I(ino)->layout;
  647. lo->plh_block_lgets--;
  648. put_layout_hdr_locked(lo);
  649. spin_unlock(&ino->i_lock);
  650. }
  651. void pnfs_roc_set_barrier(struct inode *ino, u32 barrier)
  652. {
  653. struct pnfs_layout_hdr *lo;
  654. spin_lock(&ino->i_lock);
  655. lo = NFS_I(ino)->layout;
  656. if ((int)(barrier - lo->plh_barrier) > 0)
  657. lo->plh_barrier = barrier;
  658. spin_unlock(&ino->i_lock);
  659. }
  660. bool pnfs_roc_drain(struct inode *ino, u32 *barrier)
  661. {
  662. struct nfs_inode *nfsi = NFS_I(ino);
  663. struct pnfs_layout_segment *lseg;
  664. bool found = false;
  665. spin_lock(&ino->i_lock);
  666. list_for_each_entry(lseg, &nfsi->layout->plh_segs, pls_list)
  667. if (test_bit(NFS_LSEG_ROC, &lseg->pls_flags)) {
  668. found = true;
  669. break;
  670. }
  671. if (!found) {
  672. struct pnfs_layout_hdr *lo = nfsi->layout;
  673. u32 current_seqid = be32_to_cpu(lo->plh_stateid.seqid);
  674. /* Since close does not return a layout stateid for use as
  675. * a barrier, we choose the worst-case barrier.
  676. */
  677. *barrier = current_seqid + atomic_read(&lo->plh_outstanding);
  678. }
  679. spin_unlock(&ino->i_lock);
  680. return found;
  681. }
  682. /*
  683. * Compare two layout segments for sorting into layout cache.
  684. * We want to preferentially return RW over RO layouts, so ensure those
  685. * are seen first.
  686. */
  687. static s64
  688. cmp_layout(struct pnfs_layout_range *l1,
  689. struct pnfs_layout_range *l2)
  690. {
  691. s64 d;
  692. /* high offset > low offset */
  693. d = l1->offset - l2->offset;
  694. if (d)
  695. return d;
  696. /* short length > long length */
  697. d = l2->length - l1->length;
  698. if (d)
  699. return d;
  700. /* read > read/write */
  701. return (int)(l1->iomode == IOMODE_READ) - (int)(l2->iomode == IOMODE_READ);
  702. }
  703. static void
  704. pnfs_insert_layout(struct pnfs_layout_hdr *lo,
  705. struct pnfs_layout_segment *lseg)
  706. {
  707. struct pnfs_layout_segment *lp;
  708. dprintk("%s:Begin\n", __func__);
  709. assert_spin_locked(&lo->plh_inode->i_lock);
  710. list_for_each_entry(lp, &lo->plh_segs, pls_list) {
  711. if (cmp_layout(&lseg->pls_range, &lp->pls_range) > 0)
  712. continue;
  713. list_add_tail(&lseg->pls_list, &lp->pls_list);
  714. dprintk("%s: inserted lseg %p "
  715. "iomode %d offset %llu length %llu before "
  716. "lp %p iomode %d offset %llu length %llu\n",
  717. __func__, lseg, lseg->pls_range.iomode,
  718. lseg->pls_range.offset, lseg->pls_range.length,
  719. lp, lp->pls_range.iomode, lp->pls_range.offset,
  720. lp->pls_range.length);
  721. goto out;
  722. }
  723. list_add_tail(&lseg->pls_list, &lo->plh_segs);
  724. dprintk("%s: inserted lseg %p "
  725. "iomode %d offset %llu length %llu at tail\n",
  726. __func__, lseg, lseg->pls_range.iomode,
  727. lseg->pls_range.offset, lseg->pls_range.length);
  728. out:
  729. get_layout_hdr(lo);
  730. dprintk("%s:Return\n", __func__);
  731. }
  732. static struct pnfs_layout_hdr *
  733. alloc_init_layout_hdr(struct inode *ino,
  734. struct nfs_open_context *ctx,
  735. gfp_t gfp_flags)
  736. {
  737. struct pnfs_layout_hdr *lo;
  738. lo = pnfs_alloc_layout_hdr(ino, gfp_flags);
  739. if (!lo)
  740. return NULL;
  741. atomic_set(&lo->plh_refcount, 1);
  742. INIT_LIST_HEAD(&lo->plh_layouts);
  743. INIT_LIST_HEAD(&lo->plh_segs);
  744. INIT_LIST_HEAD(&lo->plh_bulk_recall);
  745. lo->plh_inode = ino;
  746. lo->plh_lc_cred = get_rpccred(ctx->state->owner->so_cred);
  747. return lo;
  748. }
  749. static struct pnfs_layout_hdr *
  750. pnfs_find_alloc_layout(struct inode *ino,
  751. struct nfs_open_context *ctx,
  752. gfp_t gfp_flags)
  753. {
  754. struct nfs_inode *nfsi = NFS_I(ino);
  755. struct pnfs_layout_hdr *new = NULL;
  756. dprintk("%s Begin ino=%p layout=%p\n", __func__, ino, nfsi->layout);
  757. assert_spin_locked(&ino->i_lock);
  758. if (nfsi->layout) {
  759. if (test_bit(NFS_LAYOUT_DESTROYED, &nfsi->layout->plh_flags))
  760. return NULL;
  761. else
  762. return nfsi->layout;
  763. }
  764. spin_unlock(&ino->i_lock);
  765. new = alloc_init_layout_hdr(ino, ctx, gfp_flags);
  766. spin_lock(&ino->i_lock);
  767. if (likely(nfsi->layout == NULL)) /* Won the race? */
  768. nfsi->layout = new;
  769. else
  770. pnfs_free_layout_hdr(new);
  771. return nfsi->layout;
  772. }
  773. /*
  774. * iomode matching rules:
  775. * iomode lseg match
  776. * ----- ----- -----
  777. * ANY READ true
  778. * ANY RW true
  779. * RW READ false
  780. * RW RW true
  781. * READ READ true
  782. * READ RW true
  783. */
  784. static int
  785. is_matching_lseg(struct pnfs_layout_range *ls_range,
  786. struct pnfs_layout_range *range)
  787. {
  788. struct pnfs_layout_range range1;
  789. if ((range->iomode == IOMODE_RW &&
  790. ls_range->iomode != IOMODE_RW) ||
  791. !lo_seg_intersecting(ls_range, range))
  792. return 0;
  793. /* range1 covers only the first byte in the range */
  794. range1 = *range;
  795. range1.length = 1;
  796. return lo_seg_contained(ls_range, &range1);
  797. }
  798. /*
  799. * lookup range in layout
  800. */
  801. static struct pnfs_layout_segment *
  802. pnfs_find_lseg(struct pnfs_layout_hdr *lo,
  803. struct pnfs_layout_range *range)
  804. {
  805. struct pnfs_layout_segment *lseg, *ret = NULL;
  806. dprintk("%s:Begin\n", __func__);
  807. assert_spin_locked(&lo->plh_inode->i_lock);
  808. list_for_each_entry(lseg, &lo->plh_segs, pls_list) {
  809. if (test_bit(NFS_LSEG_VALID, &lseg->pls_flags) &&
  810. is_matching_lseg(&lseg->pls_range, range)) {
  811. ret = get_lseg(lseg);
  812. break;
  813. }
  814. if (lseg->pls_range.offset > range->offset)
  815. break;
  816. }
  817. dprintk("%s:Return lseg %p ref %d\n",
  818. __func__, ret, ret ? atomic_read(&ret->pls_refcount) : 0);
  819. return ret;
  820. }
  821. /*
  822. * Layout segment is retreived from the server if not cached.
  823. * The appropriate layout segment is referenced and returned to the caller.
  824. */
  825. struct pnfs_layout_segment *
  826. pnfs_update_layout(struct inode *ino,
  827. struct nfs_open_context *ctx,
  828. loff_t pos,
  829. u64 count,
  830. enum pnfs_iomode iomode,
  831. gfp_t gfp_flags)
  832. {
  833. struct pnfs_layout_range arg = {
  834. .iomode = iomode,
  835. .offset = pos,
  836. .length = count,
  837. };
  838. unsigned pg_offset;
  839. struct nfs_inode *nfsi = NFS_I(ino);
  840. struct nfs_server *server = NFS_SERVER(ino);
  841. struct nfs_client *clp = server->nfs_client;
  842. struct pnfs_layout_hdr *lo;
  843. struct pnfs_layout_segment *lseg = NULL;
  844. bool first = false;
  845. if (!pnfs_enabled_sb(NFS_SERVER(ino)))
  846. return NULL;
  847. spin_lock(&ino->i_lock);
  848. lo = pnfs_find_alloc_layout(ino, ctx, gfp_flags);
  849. if (lo == NULL) {
  850. dprintk("%s ERROR: can't get pnfs_layout_hdr\n", __func__);
  851. goto out_unlock;
  852. }
  853. /* Do we even need to bother with this? */
  854. if (test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags)) {
  855. dprintk("%s matches recall, use MDS\n", __func__);
  856. goto out_unlock;
  857. }
  858. /* if LAYOUTGET already failed once we don't try again */
  859. if (test_bit(lo_fail_bit(iomode), &nfsi->layout->plh_flags))
  860. goto out_unlock;
  861. /* Check to see if the layout for the given range already exists */
  862. lseg = pnfs_find_lseg(lo, &arg);
  863. if (lseg)
  864. goto out_unlock;
  865. if (pnfs_layoutgets_blocked(lo, NULL, 0))
  866. goto out_unlock;
  867. atomic_inc(&lo->plh_outstanding);
  868. get_layout_hdr(lo);
  869. if (list_empty(&lo->plh_segs))
  870. first = true;
  871. spin_unlock(&ino->i_lock);
  872. if (first) {
  873. /* The lo must be on the clp list if there is any
  874. * chance of a CB_LAYOUTRECALL(FILE) coming in.
  875. */
  876. spin_lock(&clp->cl_lock);
  877. BUG_ON(!list_empty(&lo->plh_layouts));
  878. list_add_tail(&lo->plh_layouts, &server->layouts);
  879. spin_unlock(&clp->cl_lock);
  880. }
  881. pg_offset = arg.offset & ~PAGE_CACHE_MASK;
  882. if (pg_offset) {
  883. arg.offset -= pg_offset;
  884. arg.length += pg_offset;
  885. }
  886. if (arg.length != NFS4_MAX_UINT64)
  887. arg.length = PAGE_CACHE_ALIGN(arg.length);
  888. lseg = send_layoutget(lo, ctx, &arg, gfp_flags);
  889. if (!lseg && first) {
  890. spin_lock(&clp->cl_lock);
  891. list_del_init(&lo->plh_layouts);
  892. spin_unlock(&clp->cl_lock);
  893. }
  894. atomic_dec(&lo->plh_outstanding);
  895. put_layout_hdr(lo);
  896. out:
  897. dprintk("%s end, state 0x%lx lseg %p\n", __func__,
  898. nfsi->layout ? nfsi->layout->plh_flags : -1, lseg);
  899. return lseg;
  900. out_unlock:
  901. spin_unlock(&ino->i_lock);
  902. goto out;
  903. }
  904. EXPORT_SYMBOL_GPL(pnfs_update_layout);
  905. int
  906. pnfs_layout_process(struct nfs4_layoutget *lgp)
  907. {
  908. struct pnfs_layout_hdr *lo = NFS_I(lgp->args.inode)->layout;
  909. struct nfs4_layoutget_res *res = &lgp->res;
  910. struct pnfs_layout_segment *lseg;
  911. struct inode *ino = lo->plh_inode;
  912. int status = 0;
  913. /* Inject layout blob into I/O device driver */
  914. lseg = NFS_SERVER(ino)->pnfs_curr_ld->alloc_lseg(lo, res, lgp->gfp_flags);
  915. if (!lseg || IS_ERR(lseg)) {
  916. if (!lseg)
  917. status = -ENOMEM;
  918. else
  919. status = PTR_ERR(lseg);
  920. dprintk("%s: Could not allocate layout: error %d\n",
  921. __func__, status);
  922. goto out;
  923. }
  924. spin_lock(&ino->i_lock);
  925. if (test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags)) {
  926. dprintk("%s forget reply due to recall\n", __func__);
  927. goto out_forget_reply;
  928. }
  929. if (pnfs_layoutgets_blocked(lo, &res->stateid, 1)) {
  930. dprintk("%s forget reply due to state\n", __func__);
  931. goto out_forget_reply;
  932. }
  933. init_lseg(lo, lseg);
  934. lseg->pls_range = res->range;
  935. *lgp->lsegpp = get_lseg(lseg);
  936. pnfs_insert_layout(lo, lseg);
  937. if (res->return_on_close) {
  938. set_bit(NFS_LSEG_ROC, &lseg->pls_flags);
  939. set_bit(NFS_LAYOUT_ROC, &lo->plh_flags);
  940. }
  941. /* Done processing layoutget. Set the layout stateid */
  942. pnfs_set_layout_stateid(lo, &res->stateid, false);
  943. spin_unlock(&ino->i_lock);
  944. out:
  945. return status;
  946. out_forget_reply:
  947. spin_unlock(&ino->i_lock);
  948. lseg->pls_layout = lo;
  949. NFS_SERVER(ino)->pnfs_curr_ld->free_lseg(lseg);
  950. goto out;
  951. }
  952. void
  953. pnfs_generic_pg_init_read(struct nfs_pageio_descriptor *pgio, struct nfs_page *req)
  954. {
  955. BUG_ON(pgio->pg_lseg != NULL);
  956. if (req->wb_offset != req->wb_pgbase) {
  957. nfs_pageio_reset_read_mds(pgio);
  958. return;
  959. }
  960. pgio->pg_lseg = pnfs_update_layout(pgio->pg_inode,
  961. req->wb_context,
  962. req_offset(req),
  963. req->wb_bytes,
  964. IOMODE_READ,
  965. GFP_KERNEL);
  966. /* If no lseg, fall back to read through mds */
  967. if (pgio->pg_lseg == NULL)
  968. nfs_pageio_reset_read_mds(pgio);
  969. }
  970. EXPORT_SYMBOL_GPL(pnfs_generic_pg_init_read);
  971. void
  972. pnfs_generic_pg_init_write(struct nfs_pageio_descriptor *pgio, struct nfs_page *req)
  973. {
  974. BUG_ON(pgio->pg_lseg != NULL);
  975. if (req->wb_offset != req->wb_pgbase) {
  976. nfs_pageio_reset_write_mds(pgio);
  977. return;
  978. }
  979. pgio->pg_lseg = pnfs_update_layout(pgio->pg_inode,
  980. req->wb_context,
  981. req_offset(req),
  982. req->wb_bytes,
  983. IOMODE_RW,
  984. GFP_NOFS);
  985. /* If no lseg, fall back to write through mds */
  986. if (pgio->pg_lseg == NULL)
  987. nfs_pageio_reset_write_mds(pgio);
  988. }
  989. EXPORT_SYMBOL_GPL(pnfs_generic_pg_init_write);
  990. bool
  991. pnfs_pageio_init_read(struct nfs_pageio_descriptor *pgio, struct inode *inode,
  992. const struct nfs_pgio_completion_ops *compl_ops)
  993. {
  994. struct nfs_server *server = NFS_SERVER(inode);
  995. struct pnfs_layoutdriver_type *ld = server->pnfs_curr_ld;
  996. if (ld == NULL)
  997. return false;
  998. nfs_pageio_init(pgio, inode, ld->pg_read_ops, compl_ops,
  999. server->rsize, 0);
  1000. return true;
  1001. }
  1002. bool
  1003. pnfs_pageio_init_write(struct nfs_pageio_descriptor *pgio, struct inode *inode,
  1004. int ioflags,
  1005. const struct nfs_pgio_completion_ops *compl_ops)
  1006. {
  1007. struct nfs_server *server = NFS_SERVER(inode);
  1008. struct pnfs_layoutdriver_type *ld = server->pnfs_curr_ld;
  1009. if (ld == NULL)
  1010. return false;
  1011. nfs_pageio_init(pgio, inode, ld->pg_write_ops, compl_ops,
  1012. server->wsize, ioflags);
  1013. return true;
  1014. }
  1015. bool
  1016. pnfs_generic_pg_test(struct nfs_pageio_descriptor *pgio, struct nfs_page *prev,
  1017. struct nfs_page *req)
  1018. {
  1019. if (pgio->pg_lseg == NULL)
  1020. return nfs_generic_pg_test(pgio, prev, req);
  1021. /*
  1022. * Test if a nfs_page is fully contained in the pnfs_layout_range.
  1023. * Note that this test makes several assumptions:
  1024. * - that the previous nfs_page in the struct nfs_pageio_descriptor
  1025. * is known to lie within the range.
  1026. * - that the nfs_page being tested is known to be contiguous with the
  1027. * previous nfs_page.
  1028. * - Layout ranges are page aligned, so we only have to test the
  1029. * start offset of the request.
  1030. *
  1031. * Please also note that 'end_offset' is actually the offset of the
  1032. * first byte that lies outside the pnfs_layout_range. FIXME?
  1033. *
  1034. */
  1035. return req_offset(req) < end_offset(pgio->pg_lseg->pls_range.offset,
  1036. pgio->pg_lseg->pls_range.length);
  1037. }
  1038. EXPORT_SYMBOL_GPL(pnfs_generic_pg_test);
  1039. int pnfs_write_done_resend_to_mds(struct inode *inode,
  1040. struct list_head *head,
  1041. const struct nfs_pgio_completion_ops *compl_ops)
  1042. {
  1043. struct nfs_pageio_descriptor pgio;
  1044. LIST_HEAD(failed);
  1045. /* Resend all requests through the MDS */
  1046. nfs_pageio_init_write_mds(&pgio, inode, FLUSH_STABLE, compl_ops);
  1047. while (!list_empty(head)) {
  1048. struct nfs_page *req = nfs_list_entry(head->next);
  1049. nfs_list_remove_request(req);
  1050. if (!nfs_pageio_add_request(&pgio, req))
  1051. nfs_list_add_request(req, &failed);
  1052. }
  1053. nfs_pageio_complete(&pgio);
  1054. if (!list_empty(&failed)) {
  1055. /* For some reason our attempt to resend pages. Mark the
  1056. * overall send request as having failed, and let
  1057. * nfs_writeback_release_full deal with the error.
  1058. */
  1059. list_move(&failed, head);
  1060. return -EIO;
  1061. }
  1062. return 0;
  1063. }
  1064. EXPORT_SYMBOL_GPL(pnfs_write_done_resend_to_mds);
  1065. static void pnfs_ld_handle_write_error(struct nfs_write_data *data)
  1066. {
  1067. struct nfs_pgio_header *hdr = data->header;
  1068. dprintk("pnfs write error = %d\n", hdr->pnfs_error);
  1069. if (NFS_SERVER(hdr->inode)->pnfs_curr_ld->flags &
  1070. PNFS_LAYOUTRET_ON_ERROR) {
  1071. clear_bit(NFS_INO_LAYOUTCOMMIT, &NFS_I(hdr->inode)->flags);
  1072. pnfs_return_layout(hdr->inode);
  1073. }
  1074. if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags))
  1075. data->task.tk_status = pnfs_write_done_resend_to_mds(hdr->inode,
  1076. &hdr->pages,
  1077. hdr->completion_ops);
  1078. }
  1079. /*
  1080. * Called by non rpc-based layout drivers
  1081. */
  1082. void pnfs_ld_write_done(struct nfs_write_data *data)
  1083. {
  1084. struct nfs_pgio_header *hdr = data->header;
  1085. if (!hdr->pnfs_error) {
  1086. pnfs_set_layoutcommit(data);
  1087. hdr->mds_ops->rpc_call_done(&data->task, data);
  1088. } else
  1089. pnfs_ld_handle_write_error(data);
  1090. hdr->mds_ops->rpc_release(data);
  1091. }
  1092. EXPORT_SYMBOL_GPL(pnfs_ld_write_done);
  1093. static void
  1094. pnfs_write_through_mds(struct nfs_pageio_descriptor *desc,
  1095. struct nfs_write_data *data)
  1096. {
  1097. struct nfs_pgio_header *hdr = data->header;
  1098. if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) {
  1099. list_splice_tail_init(&hdr->pages, &desc->pg_list);
  1100. nfs_pageio_reset_write_mds(desc);
  1101. desc->pg_recoalesce = 1;
  1102. }
  1103. nfs_writedata_release(data);
  1104. }
  1105. static enum pnfs_try_status
  1106. pnfs_try_to_write_data(struct nfs_write_data *wdata,
  1107. const struct rpc_call_ops *call_ops,
  1108. struct pnfs_layout_segment *lseg,
  1109. int how)
  1110. {
  1111. struct nfs_pgio_header *hdr = wdata->header;
  1112. struct inode *inode = hdr->inode;
  1113. enum pnfs_try_status trypnfs;
  1114. struct nfs_server *nfss = NFS_SERVER(inode);
  1115. hdr->mds_ops = call_ops;
  1116. dprintk("%s: Writing ino:%lu %u@%llu (how %d)\n", __func__,
  1117. inode->i_ino, wdata->args.count, wdata->args.offset, how);
  1118. trypnfs = nfss->pnfs_curr_ld->write_pagelist(wdata, how);
  1119. if (trypnfs != PNFS_NOT_ATTEMPTED)
  1120. nfs_inc_stats(inode, NFSIOS_PNFS_WRITE);
  1121. dprintk("%s End (trypnfs:%d)\n", __func__, trypnfs);
  1122. return trypnfs;
  1123. }
  1124. static void
  1125. pnfs_do_multiple_writes(struct nfs_pageio_descriptor *desc, struct list_head *head, int how)
  1126. {
  1127. struct nfs_write_data *data;
  1128. const struct rpc_call_ops *call_ops = desc->pg_rpc_callops;
  1129. struct pnfs_layout_segment *lseg = desc->pg_lseg;
  1130. desc->pg_lseg = NULL;
  1131. while (!list_empty(head)) {
  1132. enum pnfs_try_status trypnfs;
  1133. data = list_first_entry(head, struct nfs_write_data, list);
  1134. list_del_init(&data->list);
  1135. trypnfs = pnfs_try_to_write_data(data, call_ops, lseg, how);
  1136. if (trypnfs == PNFS_NOT_ATTEMPTED)
  1137. pnfs_write_through_mds(desc, data);
  1138. }
  1139. put_lseg(lseg);
  1140. }
  1141. static void pnfs_writehdr_free(struct nfs_pgio_header *hdr)
  1142. {
  1143. put_lseg(hdr->lseg);
  1144. nfs_writehdr_free(hdr);
  1145. }
  1146. int
  1147. pnfs_generic_pg_writepages(struct nfs_pageio_descriptor *desc)
  1148. {
  1149. struct nfs_write_header *whdr;
  1150. struct nfs_pgio_header *hdr;
  1151. int ret;
  1152. whdr = nfs_writehdr_alloc();
  1153. if (!whdr) {
  1154. desc->pg_completion_ops->error_cleanup(&desc->pg_list);
  1155. put_lseg(desc->pg_lseg);
  1156. desc->pg_lseg = NULL;
  1157. return -ENOMEM;
  1158. }
  1159. hdr = &whdr->header;
  1160. nfs_pgheader_init(desc, hdr, pnfs_writehdr_free);
  1161. hdr->lseg = get_lseg(desc->pg_lseg);
  1162. atomic_inc(&hdr->refcnt);
  1163. ret = nfs_generic_flush(desc, hdr);
  1164. if (ret != 0) {
  1165. put_lseg(desc->pg_lseg);
  1166. desc->pg_lseg = NULL;
  1167. } else
  1168. pnfs_do_multiple_writes(desc, &hdr->rpc_list, desc->pg_ioflags);
  1169. if (atomic_dec_and_test(&hdr->refcnt))
  1170. hdr->completion_ops->completion(hdr);
  1171. return ret;
  1172. }
  1173. EXPORT_SYMBOL_GPL(pnfs_generic_pg_writepages);
  1174. int pnfs_read_done_resend_to_mds(struct inode *inode,
  1175. struct list_head *head,
  1176. const struct nfs_pgio_completion_ops *compl_ops)
  1177. {
  1178. struct nfs_pageio_descriptor pgio;
  1179. LIST_HEAD(failed);
  1180. /* Resend all requests through the MDS */
  1181. nfs_pageio_init_read_mds(&pgio, inode, compl_ops);
  1182. while (!list_empty(head)) {
  1183. struct nfs_page *req = nfs_list_entry(head->next);
  1184. nfs_list_remove_request(req);
  1185. if (!nfs_pageio_add_request(&pgio, req))
  1186. nfs_list_add_request(req, &failed);
  1187. }
  1188. nfs_pageio_complete(&pgio);
  1189. if (!list_empty(&failed)) {
  1190. list_move(&failed, head);
  1191. return -EIO;
  1192. }
  1193. return 0;
  1194. }
  1195. EXPORT_SYMBOL_GPL(pnfs_read_done_resend_to_mds);
  1196. static void pnfs_ld_handle_read_error(struct nfs_read_data *data)
  1197. {
  1198. struct nfs_pgio_header *hdr = data->header;
  1199. dprintk("pnfs read error = %d\n", hdr->pnfs_error);
  1200. if (NFS_SERVER(hdr->inode)->pnfs_curr_ld->flags &
  1201. PNFS_LAYOUTRET_ON_ERROR) {
  1202. clear_bit(NFS_INO_LAYOUTCOMMIT, &NFS_I(hdr->inode)->flags);
  1203. pnfs_return_layout(hdr->inode);
  1204. }
  1205. if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags))
  1206. data->task.tk_status = pnfs_read_done_resend_to_mds(hdr->inode,
  1207. &hdr->pages,
  1208. hdr->completion_ops);
  1209. }
  1210. /*
  1211. * Called by non rpc-based layout drivers
  1212. */
  1213. void pnfs_ld_read_done(struct nfs_read_data *data)
  1214. {
  1215. struct nfs_pgio_header *hdr = data->header;
  1216. if (likely(!hdr->pnfs_error)) {
  1217. __nfs4_read_done_cb(data);
  1218. hdr->mds_ops->rpc_call_done(&data->task, data);
  1219. } else
  1220. pnfs_ld_handle_read_error(data);
  1221. hdr->mds_ops->rpc_release(data);
  1222. }
  1223. EXPORT_SYMBOL_GPL(pnfs_ld_read_done);
  1224. static void
  1225. pnfs_read_through_mds(struct nfs_pageio_descriptor *desc,
  1226. struct nfs_read_data *data)
  1227. {
  1228. struct nfs_pgio_header *hdr = data->header;
  1229. if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) {
  1230. list_splice_tail_init(&hdr->pages, &desc->pg_list);
  1231. nfs_pageio_reset_read_mds(desc);
  1232. desc->pg_recoalesce = 1;
  1233. }
  1234. nfs_readdata_release(data);
  1235. }
  1236. /*
  1237. * Call the appropriate parallel I/O subsystem read function.
  1238. */
  1239. static enum pnfs_try_status
  1240. pnfs_try_to_read_data(struct nfs_read_data *rdata,
  1241. const struct rpc_call_ops *call_ops,
  1242. struct pnfs_layout_segment *lseg)
  1243. {
  1244. struct nfs_pgio_header *hdr = rdata->header;
  1245. struct inode *inode = hdr->inode;
  1246. struct nfs_server *nfss = NFS_SERVER(inode);
  1247. enum pnfs_try_status trypnfs;
  1248. hdr->mds_ops = call_ops;
  1249. dprintk("%s: Reading ino:%lu %u@%llu\n",
  1250. __func__, inode->i_ino, rdata->args.count, rdata->args.offset);
  1251. trypnfs = nfss->pnfs_curr_ld->read_pagelist(rdata);
  1252. if (trypnfs != PNFS_NOT_ATTEMPTED)
  1253. nfs_inc_stats(inode, NFSIOS_PNFS_READ);
  1254. dprintk("%s End (trypnfs:%d)\n", __func__, trypnfs);
  1255. return trypnfs;
  1256. }
  1257. static void
  1258. pnfs_do_multiple_reads(struct nfs_pageio_descriptor *desc, struct list_head *head)
  1259. {
  1260. struct nfs_read_data *data;
  1261. const struct rpc_call_ops *call_ops = desc->pg_rpc_callops;
  1262. struct pnfs_layout_segment *lseg = desc->pg_lseg;
  1263. desc->pg_lseg = NULL;
  1264. while (!list_empty(head)) {
  1265. enum pnfs_try_status trypnfs;
  1266. data = list_first_entry(head, struct nfs_read_data, list);
  1267. list_del_init(&data->list);
  1268. trypnfs = pnfs_try_to_read_data(data, call_ops, lseg);
  1269. if (trypnfs == PNFS_NOT_ATTEMPTED)
  1270. pnfs_read_through_mds(desc, data);
  1271. }
  1272. put_lseg(lseg);
  1273. }
  1274. static void pnfs_readhdr_free(struct nfs_pgio_header *hdr)
  1275. {
  1276. put_lseg(hdr->lseg);
  1277. nfs_readhdr_free(hdr);
  1278. }
  1279. int
  1280. pnfs_generic_pg_readpages(struct nfs_pageio_descriptor *desc)
  1281. {
  1282. struct nfs_read_header *rhdr;
  1283. struct nfs_pgio_header *hdr;
  1284. int ret;
  1285. rhdr = nfs_readhdr_alloc();
  1286. if (!rhdr) {
  1287. desc->pg_completion_ops->error_cleanup(&desc->pg_list);
  1288. ret = -ENOMEM;
  1289. put_lseg(desc->pg_lseg);
  1290. desc->pg_lseg = NULL;
  1291. return ret;
  1292. }
  1293. hdr = &rhdr->header;
  1294. nfs_pgheader_init(desc, hdr, pnfs_readhdr_free);
  1295. hdr->lseg = get_lseg(desc->pg_lseg);
  1296. atomic_inc(&hdr->refcnt);
  1297. ret = nfs_generic_pagein(desc, hdr);
  1298. if (ret != 0) {
  1299. put_lseg(desc->pg_lseg);
  1300. desc->pg_lseg = NULL;
  1301. } else
  1302. pnfs_do_multiple_reads(desc, &hdr->rpc_list);
  1303. if (atomic_dec_and_test(&hdr->refcnt))
  1304. hdr->completion_ops->completion(hdr);
  1305. return ret;
  1306. }
  1307. EXPORT_SYMBOL_GPL(pnfs_generic_pg_readpages);
  1308. /*
  1309. * There can be multiple RW segments.
  1310. */
  1311. static void pnfs_list_write_lseg(struct inode *inode, struct list_head *listp)
  1312. {
  1313. struct pnfs_layout_segment *lseg;
  1314. list_for_each_entry(lseg, &NFS_I(inode)->layout->plh_segs, pls_list) {
  1315. if (lseg->pls_range.iomode == IOMODE_RW &&
  1316. test_bit(NFS_LSEG_LAYOUTCOMMIT, &lseg->pls_flags))
  1317. list_add(&lseg->pls_lc_list, listp);
  1318. }
  1319. }
  1320. void pnfs_set_lo_fail(struct pnfs_layout_segment *lseg)
  1321. {
  1322. if (lseg->pls_range.iomode == IOMODE_RW) {
  1323. dprintk("%s Setting layout IOMODE_RW fail bit\n", __func__);
  1324. set_bit(lo_fail_bit(IOMODE_RW), &lseg->pls_layout->plh_flags);
  1325. } else {
  1326. dprintk("%s Setting layout IOMODE_READ fail bit\n", __func__);
  1327. set_bit(lo_fail_bit(IOMODE_READ), &lseg->pls_layout->plh_flags);
  1328. }
  1329. }
  1330. EXPORT_SYMBOL_GPL(pnfs_set_lo_fail);
  1331. void
  1332. pnfs_set_layoutcommit(struct nfs_write_data *wdata)
  1333. {
  1334. struct nfs_pgio_header *hdr = wdata->header;
  1335. struct inode *inode = hdr->inode;
  1336. struct nfs_inode *nfsi = NFS_I(inode);
  1337. loff_t end_pos = wdata->mds_offset + wdata->res.count;
  1338. bool mark_as_dirty = false;
  1339. spin_lock(&inode->i_lock);
  1340. if (!test_and_set_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags)) {
  1341. mark_as_dirty = true;
  1342. dprintk("%s: Set layoutcommit for inode %lu ",
  1343. __func__, inode->i_ino);
  1344. }
  1345. if (!test_and_set_bit(NFS_LSEG_LAYOUTCOMMIT, &hdr->lseg->pls_flags)) {
  1346. /* references matched in nfs4_layoutcommit_release */
  1347. get_lseg(hdr->lseg);
  1348. }
  1349. if (end_pos > nfsi->layout->plh_lwb)
  1350. nfsi->layout->plh_lwb = end_pos;
  1351. spin_unlock(&inode->i_lock);
  1352. dprintk("%s: lseg %p end_pos %llu\n",
  1353. __func__, hdr->lseg, nfsi->layout->plh_lwb);
  1354. /* if pnfs_layoutcommit_inode() runs between inode locks, the next one
  1355. * will be a noop because NFS_INO_LAYOUTCOMMIT will not be set */
  1356. if (mark_as_dirty)
  1357. mark_inode_dirty_sync(inode);
  1358. }
  1359. EXPORT_SYMBOL_GPL(pnfs_set_layoutcommit);
  1360. void pnfs_cleanup_layoutcommit(struct nfs4_layoutcommit_data *data)
  1361. {
  1362. struct nfs_server *nfss = NFS_SERVER(data->args.inode);
  1363. if (nfss->pnfs_curr_ld->cleanup_layoutcommit)
  1364. nfss->pnfs_curr_ld->cleanup_layoutcommit(data);
  1365. }
  1366. /*
  1367. * For the LAYOUT4_NFSV4_1_FILES layout type, NFS_DATA_SYNC WRITEs and
  1368. * NFS_UNSTABLE WRITEs with a COMMIT to data servers must store enough
  1369. * data to disk to allow the server to recover the data if it crashes.
  1370. * LAYOUTCOMMIT is only needed when the NFL4_UFLG_COMMIT_THRU_MDS flag
  1371. * is off, and a COMMIT is sent to a data server, or
  1372. * if WRITEs to a data server return NFS_DATA_SYNC.
  1373. */
  1374. int
  1375. pnfs_layoutcommit_inode(struct inode *inode, bool sync)
  1376. {
  1377. struct nfs4_layoutcommit_data *data;
  1378. struct nfs_inode *nfsi = NFS_I(inode);
  1379. loff_t end_pos;
  1380. int status = 0;
  1381. dprintk("--> %s inode %lu\n", __func__, inode->i_ino);
  1382. if (!test_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags))
  1383. return 0;
  1384. /* Note kzalloc ensures data->res.seq_res.sr_slot == NULL */
  1385. data = kzalloc(sizeof(*data), GFP_NOFS);
  1386. if (!data) {
  1387. status = -ENOMEM;
  1388. goto out;
  1389. }
  1390. if (!test_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags))
  1391. goto out_free;
  1392. if (test_and_set_bit(NFS_INO_LAYOUTCOMMITTING, &nfsi->flags)) {
  1393. if (!sync) {
  1394. status = -EAGAIN;
  1395. goto out_free;
  1396. }
  1397. status = wait_on_bit_lock(&nfsi->flags, NFS_INO_LAYOUTCOMMITTING,
  1398. nfs_wait_bit_killable, TASK_KILLABLE);
  1399. if (status)
  1400. goto out_free;
  1401. }
  1402. INIT_LIST_HEAD(&data->lseg_list);
  1403. spin_lock(&inode->i_lock);
  1404. if (!test_and_clear_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags)) {
  1405. clear_bit(NFS_INO_LAYOUTCOMMITTING, &nfsi->flags);
  1406. spin_unlock(&inode->i_lock);
  1407. wake_up_bit(&nfsi->flags, NFS_INO_LAYOUTCOMMITTING);
  1408. goto out_free;
  1409. }
  1410. pnfs_list_write_lseg(inode, &data->lseg_list);
  1411. end_pos = nfsi->layout->plh_lwb;
  1412. nfsi->layout->plh_lwb = 0;
  1413. nfs4_stateid_copy(&data->args.stateid, &nfsi->layout->plh_stateid);
  1414. spin_unlock(&inode->i_lock);
  1415. data->args.inode = inode;
  1416. data->cred = get_rpccred(nfsi->layout->plh_lc_cred);
  1417. nfs_fattr_init(&data->fattr);
  1418. data->args.bitmask = NFS_SERVER(inode)->cache_consistency_bitmask;
  1419. data->res.fattr = &data->fattr;
  1420. data->args.lastbytewritten = end_pos - 1;
  1421. data->res.server = NFS_SERVER(inode);
  1422. status = nfs4_proc_layoutcommit(data, sync);
  1423. out:
  1424. if (status)
  1425. mark_inode_dirty_sync(inode);
  1426. dprintk("<-- %s status %d\n", __func__, status);
  1427. return status;
  1428. out_free:
  1429. kfree(data);
  1430. goto out;
  1431. }
  1432. struct nfs4_threshold *pnfs_mdsthreshold_alloc(void)
  1433. {
  1434. struct nfs4_threshold *thp;
  1435. thp = kzalloc(sizeof(*thp), GFP_NOFS);
  1436. if (!thp) {
  1437. dprintk("%s mdsthreshold allocation failed\n", __func__);
  1438. return NULL;
  1439. }
  1440. return thp;
  1441. }