swapfile.c 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219
  1. /*
  2. * linux/mm/swapfile.c
  3. *
  4. * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds
  5. * Swap reorganised 29.12.95, Stephen Tweedie
  6. */
  7. #include <linux/mm.h>
  8. #include <linux/hugetlb.h>
  9. #include <linux/mman.h>
  10. #include <linux/slab.h>
  11. #include <linux/kernel_stat.h>
  12. #include <linux/swap.h>
  13. #include <linux/vmalloc.h>
  14. #include <linux/pagemap.h>
  15. #include <linux/namei.h>
  16. #include <linux/shm.h>
  17. #include <linux/blkdev.h>
  18. #include <linux/random.h>
  19. #include <linux/writeback.h>
  20. #include <linux/proc_fs.h>
  21. #include <linux/seq_file.h>
  22. #include <linux/init.h>
  23. #include <linux/module.h>
  24. #include <linux/rmap.h>
  25. #include <linux/security.h>
  26. #include <linux/backing-dev.h>
  27. #include <linux/mutex.h>
  28. #include <linux/capability.h>
  29. #include <linux/syscalls.h>
  30. #include <linux/memcontrol.h>
  31. #include <asm/pgtable.h>
  32. #include <asm/tlbflush.h>
  33. #include <linux/swapops.h>
  34. #include <linux/page_cgroup.h>
  35. static DEFINE_SPINLOCK(swap_lock);
  36. static unsigned int nr_swapfiles;
  37. long nr_swap_pages;
  38. long total_swap_pages;
  39. static int swap_overflow;
  40. static int least_priority;
  41. static const char Bad_file[] = "Bad swap file entry ";
  42. static const char Unused_file[] = "Unused swap file entry ";
  43. static const char Bad_offset[] = "Bad swap offset entry ";
  44. static const char Unused_offset[] = "Unused swap offset entry ";
  45. static struct swap_list_t swap_list = {-1, -1};
  46. static struct swap_info_struct swap_info[MAX_SWAPFILES];
  47. static DEFINE_MUTEX(swapon_mutex);
  48. /* For reference count accounting in swap_map */
  49. /* enum for swap_map[] handling. internal use only */
  50. enum {
  51. SWAP_MAP = 0, /* ops for reference from swap users */
  52. SWAP_CACHE, /* ops for reference from swap cache */
  53. };
  54. static inline int swap_count(unsigned short ent)
  55. {
  56. return ent & SWAP_COUNT_MASK;
  57. }
  58. static inline bool swap_has_cache(unsigned short ent)
  59. {
  60. return !!(ent & SWAP_HAS_CACHE);
  61. }
  62. static inline unsigned short encode_swapmap(int count, bool has_cache)
  63. {
  64. unsigned short ret = count;
  65. if (has_cache)
  66. return SWAP_HAS_CACHE | ret;
  67. return ret;
  68. }
  69. /* returnes 1 if swap entry is freed */
  70. static int
  71. __try_to_reclaim_swap(struct swap_info_struct *si, unsigned long offset)
  72. {
  73. int type = si - swap_info;
  74. swp_entry_t entry = swp_entry(type, offset);
  75. struct page *page;
  76. int ret = 0;
  77. page = find_get_page(&swapper_space, entry.val);
  78. if (!page)
  79. return 0;
  80. /*
  81. * This function is called from scan_swap_map() and it's called
  82. * by vmscan.c at reclaiming pages. So, we hold a lock on a page, here.
  83. * We have to use trylock for avoiding deadlock. This is a special
  84. * case and you should use try_to_free_swap() with explicit lock_page()
  85. * in usual operations.
  86. */
  87. if (trylock_page(page)) {
  88. ret = try_to_free_swap(page);
  89. unlock_page(page);
  90. }
  91. page_cache_release(page);
  92. return ret;
  93. }
  94. /*
  95. * We need this because the bdev->unplug_fn can sleep and we cannot
  96. * hold swap_lock while calling the unplug_fn. And swap_lock
  97. * cannot be turned into a mutex.
  98. */
  99. static DECLARE_RWSEM(swap_unplug_sem);
  100. void swap_unplug_io_fn(struct backing_dev_info *unused_bdi, struct page *page)
  101. {
  102. swp_entry_t entry;
  103. down_read(&swap_unplug_sem);
  104. entry.val = page_private(page);
  105. if (PageSwapCache(page)) {
  106. struct block_device *bdev = swap_info[swp_type(entry)].bdev;
  107. struct backing_dev_info *bdi;
  108. /*
  109. * If the page is removed from swapcache from under us (with a
  110. * racy try_to_unuse/swapoff) we need an additional reference
  111. * count to avoid reading garbage from page_private(page) above.
  112. * If the WARN_ON triggers during a swapoff it maybe the race
  113. * condition and it's harmless. However if it triggers without
  114. * swapoff it signals a problem.
  115. */
  116. WARN_ON(page_count(page) <= 1);
  117. bdi = bdev->bd_inode->i_mapping->backing_dev_info;
  118. blk_run_backing_dev(bdi, page);
  119. }
  120. up_read(&swap_unplug_sem);
  121. }
  122. /*
  123. * swapon tell device that all the old swap contents can be discarded,
  124. * to allow the swap device to optimize its wear-levelling.
  125. */
  126. static int discard_swap(struct swap_info_struct *si)
  127. {
  128. struct swap_extent *se;
  129. int err = 0;
  130. list_for_each_entry(se, &si->extent_list, list) {
  131. sector_t start_block = se->start_block << (PAGE_SHIFT - 9);
  132. sector_t nr_blocks = (sector_t)se->nr_pages << (PAGE_SHIFT - 9);
  133. if (se->start_page == 0) {
  134. /* Do not discard the swap header page! */
  135. start_block += 1 << (PAGE_SHIFT - 9);
  136. nr_blocks -= 1 << (PAGE_SHIFT - 9);
  137. if (!nr_blocks)
  138. continue;
  139. }
  140. err = blkdev_issue_discard(si->bdev, start_block,
  141. nr_blocks, GFP_KERNEL,
  142. DISCARD_FL_BARRIER);
  143. if (err)
  144. break;
  145. cond_resched();
  146. }
  147. return err; /* That will often be -EOPNOTSUPP */
  148. }
  149. /*
  150. * swap allocation tell device that a cluster of swap can now be discarded,
  151. * to allow the swap device to optimize its wear-levelling.
  152. */
  153. static void discard_swap_cluster(struct swap_info_struct *si,
  154. pgoff_t start_page, pgoff_t nr_pages)
  155. {
  156. struct swap_extent *se = si->curr_swap_extent;
  157. int found_extent = 0;
  158. while (nr_pages) {
  159. struct list_head *lh;
  160. if (se->start_page <= start_page &&
  161. start_page < se->start_page + se->nr_pages) {
  162. pgoff_t offset = start_page - se->start_page;
  163. sector_t start_block = se->start_block + offset;
  164. sector_t nr_blocks = se->nr_pages - offset;
  165. if (nr_blocks > nr_pages)
  166. nr_blocks = nr_pages;
  167. start_page += nr_blocks;
  168. nr_pages -= nr_blocks;
  169. if (!found_extent++)
  170. si->curr_swap_extent = se;
  171. start_block <<= PAGE_SHIFT - 9;
  172. nr_blocks <<= PAGE_SHIFT - 9;
  173. if (blkdev_issue_discard(si->bdev, start_block,
  174. nr_blocks, GFP_NOIO,
  175. DISCARD_FL_BARRIER))
  176. break;
  177. }
  178. lh = se->list.next;
  179. if (lh == &si->extent_list)
  180. lh = lh->next;
  181. se = list_entry(lh, struct swap_extent, list);
  182. }
  183. }
  184. static int wait_for_discard(void *word)
  185. {
  186. schedule();
  187. return 0;
  188. }
  189. #define SWAPFILE_CLUSTER 256
  190. #define LATENCY_LIMIT 256
  191. static inline unsigned long scan_swap_map(struct swap_info_struct *si,
  192. int cache)
  193. {
  194. unsigned long offset;
  195. unsigned long scan_base;
  196. unsigned long last_in_cluster = 0;
  197. int latency_ration = LATENCY_LIMIT;
  198. int found_free_cluster = 0;
  199. /*
  200. * We try to cluster swap pages by allocating them sequentially
  201. * in swap. Once we've allocated SWAPFILE_CLUSTER pages this
  202. * way, however, we resort to first-free allocation, starting
  203. * a new cluster. This prevents us from scattering swap pages
  204. * all over the entire swap partition, so that we reduce
  205. * overall disk seek times between swap pages. -- sct
  206. * But we do now try to find an empty cluster. -Andrea
  207. * And we let swap pages go all over an SSD partition. Hugh
  208. */
  209. si->flags += SWP_SCANNING;
  210. scan_base = offset = si->cluster_next;
  211. if (unlikely(!si->cluster_nr--)) {
  212. if (si->pages - si->inuse_pages < SWAPFILE_CLUSTER) {
  213. si->cluster_nr = SWAPFILE_CLUSTER - 1;
  214. goto checks;
  215. }
  216. if (si->flags & SWP_DISCARDABLE) {
  217. /*
  218. * Start range check on racing allocations, in case
  219. * they overlap the cluster we eventually decide on
  220. * (we scan without swap_lock to allow preemption).
  221. * It's hardly conceivable that cluster_nr could be
  222. * wrapped during our scan, but don't depend on it.
  223. */
  224. if (si->lowest_alloc)
  225. goto checks;
  226. si->lowest_alloc = si->max;
  227. si->highest_alloc = 0;
  228. }
  229. spin_unlock(&swap_lock);
  230. /*
  231. * If seek is expensive, start searching for new cluster from
  232. * start of partition, to minimize the span of allocated swap.
  233. * But if seek is cheap, search from our current position, so
  234. * that swap is allocated from all over the partition: if the
  235. * Flash Translation Layer only remaps within limited zones,
  236. * we don't want to wear out the first zone too quickly.
  237. */
  238. if (!(si->flags & SWP_SOLIDSTATE))
  239. scan_base = offset = si->lowest_bit;
  240. last_in_cluster = offset + SWAPFILE_CLUSTER - 1;
  241. /* Locate the first empty (unaligned) cluster */
  242. for (; last_in_cluster <= si->highest_bit; offset++) {
  243. if (si->swap_map[offset])
  244. last_in_cluster = offset + SWAPFILE_CLUSTER;
  245. else if (offset == last_in_cluster) {
  246. spin_lock(&swap_lock);
  247. offset -= SWAPFILE_CLUSTER - 1;
  248. si->cluster_next = offset;
  249. si->cluster_nr = SWAPFILE_CLUSTER - 1;
  250. found_free_cluster = 1;
  251. goto checks;
  252. }
  253. if (unlikely(--latency_ration < 0)) {
  254. cond_resched();
  255. latency_ration = LATENCY_LIMIT;
  256. }
  257. }
  258. offset = si->lowest_bit;
  259. last_in_cluster = offset + SWAPFILE_CLUSTER - 1;
  260. /* Locate the first empty (unaligned) cluster */
  261. for (; last_in_cluster < scan_base; offset++) {
  262. if (si->swap_map[offset])
  263. last_in_cluster = offset + SWAPFILE_CLUSTER;
  264. else if (offset == last_in_cluster) {
  265. spin_lock(&swap_lock);
  266. offset -= SWAPFILE_CLUSTER - 1;
  267. si->cluster_next = offset;
  268. si->cluster_nr = SWAPFILE_CLUSTER - 1;
  269. found_free_cluster = 1;
  270. goto checks;
  271. }
  272. if (unlikely(--latency_ration < 0)) {
  273. cond_resched();
  274. latency_ration = LATENCY_LIMIT;
  275. }
  276. }
  277. offset = scan_base;
  278. spin_lock(&swap_lock);
  279. si->cluster_nr = SWAPFILE_CLUSTER - 1;
  280. si->lowest_alloc = 0;
  281. }
  282. checks:
  283. if (!(si->flags & SWP_WRITEOK))
  284. goto no_page;
  285. if (!si->highest_bit)
  286. goto no_page;
  287. if (offset > si->highest_bit)
  288. scan_base = offset = si->lowest_bit;
  289. /* reuse swap entry of cache-only swap if not busy. */
  290. if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) {
  291. int swap_was_freed;
  292. spin_unlock(&swap_lock);
  293. swap_was_freed = __try_to_reclaim_swap(si, offset);
  294. spin_lock(&swap_lock);
  295. /* entry was freed successfully, try to use this again */
  296. if (swap_was_freed)
  297. goto checks;
  298. goto scan; /* check next one */
  299. }
  300. if (si->swap_map[offset])
  301. goto scan;
  302. if (offset == si->lowest_bit)
  303. si->lowest_bit++;
  304. if (offset == si->highest_bit)
  305. si->highest_bit--;
  306. si->inuse_pages++;
  307. if (si->inuse_pages == si->pages) {
  308. si->lowest_bit = si->max;
  309. si->highest_bit = 0;
  310. }
  311. if (cache == SWAP_CACHE) /* at usual swap-out via vmscan.c */
  312. si->swap_map[offset] = encode_swapmap(0, true);
  313. else /* at suspend */
  314. si->swap_map[offset] = encode_swapmap(1, false);
  315. si->cluster_next = offset + 1;
  316. si->flags -= SWP_SCANNING;
  317. if (si->lowest_alloc) {
  318. /*
  319. * Only set when SWP_DISCARDABLE, and there's a scan
  320. * for a free cluster in progress or just completed.
  321. */
  322. if (found_free_cluster) {
  323. /*
  324. * To optimize wear-levelling, discard the
  325. * old data of the cluster, taking care not to
  326. * discard any of its pages that have already
  327. * been allocated by racing tasks (offset has
  328. * already stepped over any at the beginning).
  329. */
  330. if (offset < si->highest_alloc &&
  331. si->lowest_alloc <= last_in_cluster)
  332. last_in_cluster = si->lowest_alloc - 1;
  333. si->flags |= SWP_DISCARDING;
  334. spin_unlock(&swap_lock);
  335. if (offset < last_in_cluster)
  336. discard_swap_cluster(si, offset,
  337. last_in_cluster - offset + 1);
  338. spin_lock(&swap_lock);
  339. si->lowest_alloc = 0;
  340. si->flags &= ~SWP_DISCARDING;
  341. smp_mb(); /* wake_up_bit advises this */
  342. wake_up_bit(&si->flags, ilog2(SWP_DISCARDING));
  343. } else if (si->flags & SWP_DISCARDING) {
  344. /*
  345. * Delay using pages allocated by racing tasks
  346. * until the whole discard has been issued. We
  347. * could defer that delay until swap_writepage,
  348. * but it's easier to keep this self-contained.
  349. */
  350. spin_unlock(&swap_lock);
  351. wait_on_bit(&si->flags, ilog2(SWP_DISCARDING),
  352. wait_for_discard, TASK_UNINTERRUPTIBLE);
  353. spin_lock(&swap_lock);
  354. } else {
  355. /*
  356. * Note pages allocated by racing tasks while
  357. * scan for a free cluster is in progress, so
  358. * that its final discard can exclude them.
  359. */
  360. if (offset < si->lowest_alloc)
  361. si->lowest_alloc = offset;
  362. if (offset > si->highest_alloc)
  363. si->highest_alloc = offset;
  364. }
  365. }
  366. return offset;
  367. scan:
  368. spin_unlock(&swap_lock);
  369. while (++offset <= si->highest_bit) {
  370. if (!si->swap_map[offset]) {
  371. spin_lock(&swap_lock);
  372. goto checks;
  373. }
  374. if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) {
  375. spin_lock(&swap_lock);
  376. goto checks;
  377. }
  378. if (unlikely(--latency_ration < 0)) {
  379. cond_resched();
  380. latency_ration = LATENCY_LIMIT;
  381. }
  382. }
  383. offset = si->lowest_bit;
  384. while (++offset < scan_base) {
  385. if (!si->swap_map[offset]) {
  386. spin_lock(&swap_lock);
  387. goto checks;
  388. }
  389. if (vm_swap_full() && si->swap_map[offset] == SWAP_HAS_CACHE) {
  390. spin_lock(&swap_lock);
  391. goto checks;
  392. }
  393. if (unlikely(--latency_ration < 0)) {
  394. cond_resched();
  395. latency_ration = LATENCY_LIMIT;
  396. }
  397. }
  398. spin_lock(&swap_lock);
  399. no_page:
  400. si->flags -= SWP_SCANNING;
  401. return 0;
  402. }
  403. swp_entry_t get_swap_page(void)
  404. {
  405. struct swap_info_struct *si;
  406. pgoff_t offset;
  407. int type, next;
  408. int wrapped = 0;
  409. spin_lock(&swap_lock);
  410. if (nr_swap_pages <= 0)
  411. goto noswap;
  412. nr_swap_pages--;
  413. for (type = swap_list.next; type >= 0 && wrapped < 2; type = next) {
  414. si = swap_info + type;
  415. next = si->next;
  416. if (next < 0 ||
  417. (!wrapped && si->prio != swap_info[next].prio)) {
  418. next = swap_list.head;
  419. wrapped++;
  420. }
  421. if (!si->highest_bit)
  422. continue;
  423. if (!(si->flags & SWP_WRITEOK))
  424. continue;
  425. swap_list.next = next;
  426. /* This is called for allocating swap entry for cache */
  427. offset = scan_swap_map(si, SWAP_CACHE);
  428. if (offset) {
  429. spin_unlock(&swap_lock);
  430. return swp_entry(type, offset);
  431. }
  432. next = swap_list.next;
  433. }
  434. nr_swap_pages++;
  435. noswap:
  436. spin_unlock(&swap_lock);
  437. return (swp_entry_t) {0};
  438. }
  439. /* The only caller of this function is now susupend routine */
  440. swp_entry_t get_swap_page_of_type(int type)
  441. {
  442. struct swap_info_struct *si;
  443. pgoff_t offset;
  444. spin_lock(&swap_lock);
  445. si = swap_info + type;
  446. if (si->flags & SWP_WRITEOK) {
  447. nr_swap_pages--;
  448. /* This is called for allocating swap entry, not cache */
  449. offset = scan_swap_map(si, SWAP_MAP);
  450. if (offset) {
  451. spin_unlock(&swap_lock);
  452. return swp_entry(type, offset);
  453. }
  454. nr_swap_pages++;
  455. }
  456. spin_unlock(&swap_lock);
  457. return (swp_entry_t) {0};
  458. }
  459. static struct swap_info_struct * swap_info_get(swp_entry_t entry)
  460. {
  461. struct swap_info_struct * p;
  462. unsigned long offset, type;
  463. if (!entry.val)
  464. goto out;
  465. type = swp_type(entry);
  466. if (type >= nr_swapfiles)
  467. goto bad_nofile;
  468. p = & swap_info[type];
  469. if (!(p->flags & SWP_USED))
  470. goto bad_device;
  471. offset = swp_offset(entry);
  472. if (offset >= p->max)
  473. goto bad_offset;
  474. if (!p->swap_map[offset])
  475. goto bad_free;
  476. spin_lock(&swap_lock);
  477. return p;
  478. bad_free:
  479. printk(KERN_ERR "swap_free: %s%08lx\n", Unused_offset, entry.val);
  480. goto out;
  481. bad_offset:
  482. printk(KERN_ERR "swap_free: %s%08lx\n", Bad_offset, entry.val);
  483. goto out;
  484. bad_device:
  485. printk(KERN_ERR "swap_free: %s%08lx\n", Unused_file, entry.val);
  486. goto out;
  487. bad_nofile:
  488. printk(KERN_ERR "swap_free: %s%08lx\n", Bad_file, entry.val);
  489. out:
  490. return NULL;
  491. }
  492. static int swap_entry_free(struct swap_info_struct *p,
  493. swp_entry_t ent, int cache)
  494. {
  495. unsigned long offset = swp_offset(ent);
  496. int count = swap_count(p->swap_map[offset]);
  497. bool has_cache;
  498. has_cache = swap_has_cache(p->swap_map[offset]);
  499. if (cache == SWAP_MAP) { /* dropping usage count of swap */
  500. if (count < SWAP_MAP_MAX) {
  501. count--;
  502. p->swap_map[offset] = encode_swapmap(count, has_cache);
  503. }
  504. } else { /* dropping swap cache flag */
  505. VM_BUG_ON(!has_cache);
  506. p->swap_map[offset] = encode_swapmap(count, false);
  507. }
  508. /* return code. */
  509. count = p->swap_map[offset];
  510. /* free if no reference */
  511. if (!count) {
  512. if (offset < p->lowest_bit)
  513. p->lowest_bit = offset;
  514. if (offset > p->highest_bit)
  515. p->highest_bit = offset;
  516. if (p->prio > swap_info[swap_list.next].prio)
  517. swap_list.next = p - swap_info;
  518. nr_swap_pages++;
  519. p->inuse_pages--;
  520. }
  521. if (!swap_count(count))
  522. mem_cgroup_uncharge_swap(ent);
  523. return count;
  524. }
  525. /*
  526. * Caller has made sure that the swapdevice corresponding to entry
  527. * is still around or has not been recycled.
  528. */
  529. void swap_free(swp_entry_t entry)
  530. {
  531. struct swap_info_struct * p;
  532. p = swap_info_get(entry);
  533. if (p) {
  534. swap_entry_free(p, entry, SWAP_MAP);
  535. spin_unlock(&swap_lock);
  536. }
  537. }
  538. /*
  539. * Called after dropping swapcache to decrease refcnt to swap entries.
  540. */
  541. void swapcache_free(swp_entry_t entry, struct page *page)
  542. {
  543. struct swap_info_struct *p;
  544. int ret;
  545. p = swap_info_get(entry);
  546. if (p) {
  547. ret = swap_entry_free(p, entry, SWAP_CACHE);
  548. if (page) {
  549. bool swapout;
  550. if (ret)
  551. swapout = true; /* the end of swap out */
  552. else
  553. swapout = false; /* no more swap users! */
  554. mem_cgroup_uncharge_swapcache(page, entry, swapout);
  555. }
  556. spin_unlock(&swap_lock);
  557. }
  558. return;
  559. }
  560. /*
  561. * How many references to page are currently swapped out?
  562. */
  563. static inline int page_swapcount(struct page *page)
  564. {
  565. int count = 0;
  566. struct swap_info_struct *p;
  567. swp_entry_t entry;
  568. entry.val = page_private(page);
  569. p = swap_info_get(entry);
  570. if (p) {
  571. count = swap_count(p->swap_map[swp_offset(entry)]);
  572. spin_unlock(&swap_lock);
  573. }
  574. return count;
  575. }
  576. /*
  577. * We can write to an anon page without COW if there are no other references
  578. * to it. And as a side-effect, free up its swap: because the old content
  579. * on disk will never be read, and seeking back there to write new content
  580. * later would only waste time away from clustering.
  581. */
  582. int reuse_swap_page(struct page *page)
  583. {
  584. int count;
  585. VM_BUG_ON(!PageLocked(page));
  586. count = page_mapcount(page);
  587. if (count <= 1 && PageSwapCache(page)) {
  588. count += page_swapcount(page);
  589. if (count == 1 && !PageWriteback(page)) {
  590. delete_from_swap_cache(page);
  591. SetPageDirty(page);
  592. }
  593. }
  594. return count == 1;
  595. }
  596. /*
  597. * If swap is getting full, or if there are no more mappings of this page,
  598. * then try_to_free_swap is called to free its swap space.
  599. */
  600. int try_to_free_swap(struct page *page)
  601. {
  602. VM_BUG_ON(!PageLocked(page));
  603. if (!PageSwapCache(page))
  604. return 0;
  605. if (PageWriteback(page))
  606. return 0;
  607. if (page_swapcount(page))
  608. return 0;
  609. delete_from_swap_cache(page);
  610. SetPageDirty(page);
  611. return 1;
  612. }
  613. /*
  614. * Free the swap entry like above, but also try to
  615. * free the page cache entry if it is the last user.
  616. */
  617. int free_swap_and_cache(swp_entry_t entry)
  618. {
  619. struct swap_info_struct *p;
  620. struct page *page = NULL;
  621. if (non_swap_entry(entry))
  622. return 1;
  623. p = swap_info_get(entry);
  624. if (p) {
  625. if (swap_entry_free(p, entry, SWAP_MAP) == SWAP_HAS_CACHE) {
  626. page = find_get_page(&swapper_space, entry.val);
  627. if (page && !trylock_page(page)) {
  628. page_cache_release(page);
  629. page = NULL;
  630. }
  631. }
  632. spin_unlock(&swap_lock);
  633. }
  634. if (page) {
  635. /*
  636. * Not mapped elsewhere, or swap space full? Free it!
  637. * Also recheck PageSwapCache now page is locked (above).
  638. */
  639. if (PageSwapCache(page) && !PageWriteback(page) &&
  640. (!page_mapped(page) || vm_swap_full())) {
  641. delete_from_swap_cache(page);
  642. SetPageDirty(page);
  643. }
  644. unlock_page(page);
  645. page_cache_release(page);
  646. }
  647. return p != NULL;
  648. }
  649. #ifdef CONFIG_HIBERNATION
  650. /*
  651. * Find the swap type that corresponds to given device (if any).
  652. *
  653. * @offset - number of the PAGE_SIZE-sized block of the device, starting
  654. * from 0, in which the swap header is expected to be located.
  655. *
  656. * This is needed for the suspend to disk (aka swsusp).
  657. */
  658. int swap_type_of(dev_t device, sector_t offset, struct block_device **bdev_p)
  659. {
  660. struct block_device *bdev = NULL;
  661. int i;
  662. if (device)
  663. bdev = bdget(device);
  664. spin_lock(&swap_lock);
  665. for (i = 0; i < nr_swapfiles; i++) {
  666. struct swap_info_struct *sis = swap_info + i;
  667. if (!(sis->flags & SWP_WRITEOK))
  668. continue;
  669. if (!bdev) {
  670. if (bdev_p)
  671. *bdev_p = bdgrab(sis->bdev);
  672. spin_unlock(&swap_lock);
  673. return i;
  674. }
  675. if (bdev == sis->bdev) {
  676. struct swap_extent *se;
  677. se = list_entry(sis->extent_list.next,
  678. struct swap_extent, list);
  679. if (se->start_block == offset) {
  680. if (bdev_p)
  681. *bdev_p = bdgrab(sis->bdev);
  682. spin_unlock(&swap_lock);
  683. bdput(bdev);
  684. return i;
  685. }
  686. }
  687. }
  688. spin_unlock(&swap_lock);
  689. if (bdev)
  690. bdput(bdev);
  691. return -ENODEV;
  692. }
  693. /*
  694. * Return either the total number of swap pages of given type, or the number
  695. * of free pages of that type (depending on @free)
  696. *
  697. * This is needed for software suspend
  698. */
  699. unsigned int count_swap_pages(int type, int free)
  700. {
  701. unsigned int n = 0;
  702. if (type < nr_swapfiles) {
  703. spin_lock(&swap_lock);
  704. if (swap_info[type].flags & SWP_WRITEOK) {
  705. n = swap_info[type].pages;
  706. if (free)
  707. n -= swap_info[type].inuse_pages;
  708. }
  709. spin_unlock(&swap_lock);
  710. }
  711. return n;
  712. }
  713. #endif
  714. /*
  715. * No need to decide whether this PTE shares the swap entry with others,
  716. * just let do_wp_page work it out if a write is requested later - to
  717. * force COW, vm_page_prot omits write permission from any private vma.
  718. */
  719. static int unuse_pte(struct vm_area_struct *vma, pmd_t *pmd,
  720. unsigned long addr, swp_entry_t entry, struct page *page)
  721. {
  722. struct mem_cgroup *ptr = NULL;
  723. spinlock_t *ptl;
  724. pte_t *pte;
  725. int ret = 1;
  726. if (mem_cgroup_try_charge_swapin(vma->vm_mm, page, GFP_KERNEL, &ptr)) {
  727. ret = -ENOMEM;
  728. goto out_nolock;
  729. }
  730. pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
  731. if (unlikely(!pte_same(*pte, swp_entry_to_pte(entry)))) {
  732. if (ret > 0)
  733. mem_cgroup_cancel_charge_swapin(ptr);
  734. ret = 0;
  735. goto out;
  736. }
  737. inc_mm_counter(vma->vm_mm, anon_rss);
  738. get_page(page);
  739. set_pte_at(vma->vm_mm, addr, pte,
  740. pte_mkold(mk_pte(page, vma->vm_page_prot)));
  741. page_add_anon_rmap(page, vma, addr);
  742. mem_cgroup_commit_charge_swapin(page, ptr);
  743. swap_free(entry);
  744. /*
  745. * Move the page to the active list so it is not
  746. * immediately swapped out again after swapon.
  747. */
  748. activate_page(page);
  749. out:
  750. pte_unmap_unlock(pte, ptl);
  751. out_nolock:
  752. return ret;
  753. }
  754. static int unuse_pte_range(struct vm_area_struct *vma, pmd_t *pmd,
  755. unsigned long addr, unsigned long end,
  756. swp_entry_t entry, struct page *page)
  757. {
  758. pte_t swp_pte = swp_entry_to_pte(entry);
  759. pte_t *pte;
  760. int ret = 0;
  761. /*
  762. * We don't actually need pte lock while scanning for swp_pte: since
  763. * we hold page lock and mmap_sem, swp_pte cannot be inserted into the
  764. * page table while we're scanning; though it could get zapped, and on
  765. * some architectures (e.g. x86_32 with PAE) we might catch a glimpse
  766. * of unmatched parts which look like swp_pte, so unuse_pte must
  767. * recheck under pte lock. Scanning without pte lock lets it be
  768. * preemptible whenever CONFIG_PREEMPT but not CONFIG_HIGHPTE.
  769. */
  770. pte = pte_offset_map(pmd, addr);
  771. do {
  772. /*
  773. * swapoff spends a _lot_ of time in this loop!
  774. * Test inline before going to call unuse_pte.
  775. */
  776. if (unlikely(pte_same(*pte, swp_pte))) {
  777. pte_unmap(pte);
  778. ret = unuse_pte(vma, pmd, addr, entry, page);
  779. if (ret)
  780. goto out;
  781. pte = pte_offset_map(pmd, addr);
  782. }
  783. } while (pte++, addr += PAGE_SIZE, addr != end);
  784. pte_unmap(pte - 1);
  785. out:
  786. return ret;
  787. }
  788. static inline int unuse_pmd_range(struct vm_area_struct *vma, pud_t *pud,
  789. unsigned long addr, unsigned long end,
  790. swp_entry_t entry, struct page *page)
  791. {
  792. pmd_t *pmd;
  793. unsigned long next;
  794. int ret;
  795. pmd = pmd_offset(pud, addr);
  796. do {
  797. next = pmd_addr_end(addr, end);
  798. if (pmd_none_or_clear_bad(pmd))
  799. continue;
  800. ret = unuse_pte_range(vma, pmd, addr, next, entry, page);
  801. if (ret)
  802. return ret;
  803. } while (pmd++, addr = next, addr != end);
  804. return 0;
  805. }
  806. static inline int unuse_pud_range(struct vm_area_struct *vma, pgd_t *pgd,
  807. unsigned long addr, unsigned long end,
  808. swp_entry_t entry, struct page *page)
  809. {
  810. pud_t *pud;
  811. unsigned long next;
  812. int ret;
  813. pud = pud_offset(pgd, addr);
  814. do {
  815. next = pud_addr_end(addr, end);
  816. if (pud_none_or_clear_bad(pud))
  817. continue;
  818. ret = unuse_pmd_range(vma, pud, addr, next, entry, page);
  819. if (ret)
  820. return ret;
  821. } while (pud++, addr = next, addr != end);
  822. return 0;
  823. }
  824. static int unuse_vma(struct vm_area_struct *vma,
  825. swp_entry_t entry, struct page *page)
  826. {
  827. pgd_t *pgd;
  828. unsigned long addr, end, next;
  829. int ret;
  830. if (page->mapping) {
  831. addr = page_address_in_vma(page, vma);
  832. if (addr == -EFAULT)
  833. return 0;
  834. else
  835. end = addr + PAGE_SIZE;
  836. } else {
  837. addr = vma->vm_start;
  838. end = vma->vm_end;
  839. }
  840. pgd = pgd_offset(vma->vm_mm, addr);
  841. do {
  842. next = pgd_addr_end(addr, end);
  843. if (pgd_none_or_clear_bad(pgd))
  844. continue;
  845. ret = unuse_pud_range(vma, pgd, addr, next, entry, page);
  846. if (ret)
  847. return ret;
  848. } while (pgd++, addr = next, addr != end);
  849. return 0;
  850. }
  851. static int unuse_mm(struct mm_struct *mm,
  852. swp_entry_t entry, struct page *page)
  853. {
  854. struct vm_area_struct *vma;
  855. int ret = 0;
  856. if (!down_read_trylock(&mm->mmap_sem)) {
  857. /*
  858. * Activate page so shrink_inactive_list is unlikely to unmap
  859. * its ptes while lock is dropped, so swapoff can make progress.
  860. */
  861. activate_page(page);
  862. unlock_page(page);
  863. down_read(&mm->mmap_sem);
  864. lock_page(page);
  865. }
  866. for (vma = mm->mmap; vma; vma = vma->vm_next) {
  867. if (vma->anon_vma && (ret = unuse_vma(vma, entry, page)))
  868. break;
  869. }
  870. up_read(&mm->mmap_sem);
  871. return (ret < 0)? ret: 0;
  872. }
  873. /*
  874. * Scan swap_map from current position to next entry still in use.
  875. * Recycle to start on reaching the end, returning 0 when empty.
  876. */
  877. static unsigned int find_next_to_unuse(struct swap_info_struct *si,
  878. unsigned int prev)
  879. {
  880. unsigned int max = si->max;
  881. unsigned int i = prev;
  882. int count;
  883. /*
  884. * No need for swap_lock here: we're just looking
  885. * for whether an entry is in use, not modifying it; false
  886. * hits are okay, and sys_swapoff() has already prevented new
  887. * allocations from this area (while holding swap_lock).
  888. */
  889. for (;;) {
  890. if (++i >= max) {
  891. if (!prev) {
  892. i = 0;
  893. break;
  894. }
  895. /*
  896. * No entries in use at top of swap_map,
  897. * loop back to start and recheck there.
  898. */
  899. max = prev + 1;
  900. prev = 0;
  901. i = 1;
  902. }
  903. count = si->swap_map[i];
  904. if (count && swap_count(count) != SWAP_MAP_BAD)
  905. break;
  906. }
  907. return i;
  908. }
  909. /*
  910. * We completely avoid races by reading each swap page in advance,
  911. * and then search for the process using it. All the necessary
  912. * page table adjustments can then be made atomically.
  913. */
  914. static int try_to_unuse(unsigned int type)
  915. {
  916. struct swap_info_struct * si = &swap_info[type];
  917. struct mm_struct *start_mm;
  918. unsigned short *swap_map;
  919. unsigned short swcount;
  920. struct page *page;
  921. swp_entry_t entry;
  922. unsigned int i = 0;
  923. int retval = 0;
  924. int reset_overflow = 0;
  925. int shmem;
  926. /*
  927. * When searching mms for an entry, a good strategy is to
  928. * start at the first mm we freed the previous entry from
  929. * (though actually we don't notice whether we or coincidence
  930. * freed the entry). Initialize this start_mm with a hold.
  931. *
  932. * A simpler strategy would be to start at the last mm we
  933. * freed the previous entry from; but that would take less
  934. * advantage of mmlist ordering, which clusters forked mms
  935. * together, child after parent. If we race with dup_mmap(), we
  936. * prefer to resolve parent before child, lest we miss entries
  937. * duplicated after we scanned child: using last mm would invert
  938. * that. Though it's only a serious concern when an overflowed
  939. * swap count is reset from SWAP_MAP_MAX, preventing a rescan.
  940. */
  941. start_mm = &init_mm;
  942. atomic_inc(&init_mm.mm_users);
  943. /*
  944. * Keep on scanning until all entries have gone. Usually,
  945. * one pass through swap_map is enough, but not necessarily:
  946. * there are races when an instance of an entry might be missed.
  947. */
  948. while ((i = find_next_to_unuse(si, i)) != 0) {
  949. if (signal_pending(current)) {
  950. retval = -EINTR;
  951. break;
  952. }
  953. /*
  954. * Get a page for the entry, using the existing swap
  955. * cache page if there is one. Otherwise, get a clean
  956. * page and read the swap into it.
  957. */
  958. swap_map = &si->swap_map[i];
  959. entry = swp_entry(type, i);
  960. page = read_swap_cache_async(entry,
  961. GFP_HIGHUSER_MOVABLE, NULL, 0);
  962. if (!page) {
  963. /*
  964. * Either swap_duplicate() failed because entry
  965. * has been freed independently, and will not be
  966. * reused since sys_swapoff() already disabled
  967. * allocation from here, or alloc_page() failed.
  968. */
  969. if (!*swap_map)
  970. continue;
  971. retval = -ENOMEM;
  972. break;
  973. }
  974. /*
  975. * Don't hold on to start_mm if it looks like exiting.
  976. */
  977. if (atomic_read(&start_mm->mm_users) == 1) {
  978. mmput(start_mm);
  979. start_mm = &init_mm;
  980. atomic_inc(&init_mm.mm_users);
  981. }
  982. /*
  983. * Wait for and lock page. When do_swap_page races with
  984. * try_to_unuse, do_swap_page can handle the fault much
  985. * faster than try_to_unuse can locate the entry. This
  986. * apparently redundant "wait_on_page_locked" lets try_to_unuse
  987. * defer to do_swap_page in such a case - in some tests,
  988. * do_swap_page and try_to_unuse repeatedly compete.
  989. */
  990. wait_on_page_locked(page);
  991. wait_on_page_writeback(page);
  992. lock_page(page);
  993. wait_on_page_writeback(page);
  994. /*
  995. * Remove all references to entry.
  996. * Whenever we reach init_mm, there's no address space
  997. * to search, but use it as a reminder to search shmem.
  998. */
  999. shmem = 0;
  1000. swcount = *swap_map;
  1001. if (swap_count(swcount)) {
  1002. if (start_mm == &init_mm)
  1003. shmem = shmem_unuse(entry, page);
  1004. else
  1005. retval = unuse_mm(start_mm, entry, page);
  1006. }
  1007. if (swap_count(*swap_map)) {
  1008. int set_start_mm = (*swap_map >= swcount);
  1009. struct list_head *p = &start_mm->mmlist;
  1010. struct mm_struct *new_start_mm = start_mm;
  1011. struct mm_struct *prev_mm = start_mm;
  1012. struct mm_struct *mm;
  1013. atomic_inc(&new_start_mm->mm_users);
  1014. atomic_inc(&prev_mm->mm_users);
  1015. spin_lock(&mmlist_lock);
  1016. while (swap_count(*swap_map) && !retval && !shmem &&
  1017. (p = p->next) != &start_mm->mmlist) {
  1018. mm = list_entry(p, struct mm_struct, mmlist);
  1019. if (!atomic_inc_not_zero(&mm->mm_users))
  1020. continue;
  1021. spin_unlock(&mmlist_lock);
  1022. mmput(prev_mm);
  1023. prev_mm = mm;
  1024. cond_resched();
  1025. swcount = *swap_map;
  1026. if (!swap_count(swcount)) /* any usage ? */
  1027. ;
  1028. else if (mm == &init_mm) {
  1029. set_start_mm = 1;
  1030. shmem = shmem_unuse(entry, page);
  1031. } else
  1032. retval = unuse_mm(mm, entry, page);
  1033. if (set_start_mm && *swap_map < swcount) {
  1034. mmput(new_start_mm);
  1035. atomic_inc(&mm->mm_users);
  1036. new_start_mm = mm;
  1037. set_start_mm = 0;
  1038. }
  1039. spin_lock(&mmlist_lock);
  1040. }
  1041. spin_unlock(&mmlist_lock);
  1042. mmput(prev_mm);
  1043. mmput(start_mm);
  1044. start_mm = new_start_mm;
  1045. }
  1046. if (shmem) {
  1047. /* page has already been unlocked and released */
  1048. if (shmem > 0)
  1049. continue;
  1050. retval = shmem;
  1051. break;
  1052. }
  1053. if (retval) {
  1054. unlock_page(page);
  1055. page_cache_release(page);
  1056. break;
  1057. }
  1058. /*
  1059. * How could swap count reach 0x7ffe ?
  1060. * There's no way to repeat a swap page within an mm
  1061. * (except in shmem, where it's the shared object which takes
  1062. * the reference count)?
  1063. * We believe SWAP_MAP_MAX cannot occur.(if occur, unsigned
  1064. * short is too small....)
  1065. * If that's wrong, then we should worry more about
  1066. * exit_mmap() and do_munmap() cases described above:
  1067. * we might be resetting SWAP_MAP_MAX too early here.
  1068. * We know "Undead"s can happen, they're okay, so don't
  1069. * report them; but do report if we reset SWAP_MAP_MAX.
  1070. */
  1071. /* We might release the lock_page() in unuse_mm(). */
  1072. if (!PageSwapCache(page) || page_private(page) != entry.val)
  1073. goto retry;
  1074. if (swap_count(*swap_map) == SWAP_MAP_MAX) {
  1075. spin_lock(&swap_lock);
  1076. *swap_map = encode_swapmap(0, true);
  1077. spin_unlock(&swap_lock);
  1078. reset_overflow = 1;
  1079. }
  1080. /*
  1081. * If a reference remains (rare), we would like to leave
  1082. * the page in the swap cache; but try_to_unmap could
  1083. * then re-duplicate the entry once we drop page lock,
  1084. * so we might loop indefinitely; also, that page could
  1085. * not be swapped out to other storage meanwhile. So:
  1086. * delete from cache even if there's another reference,
  1087. * after ensuring that the data has been saved to disk -
  1088. * since if the reference remains (rarer), it will be
  1089. * read from disk into another page. Splitting into two
  1090. * pages would be incorrect if swap supported "shared
  1091. * private" pages, but they are handled by tmpfs files.
  1092. */
  1093. if (swap_count(*swap_map) &&
  1094. PageDirty(page) && PageSwapCache(page)) {
  1095. struct writeback_control wbc = {
  1096. .sync_mode = WB_SYNC_NONE,
  1097. };
  1098. swap_writepage(page, &wbc);
  1099. lock_page(page);
  1100. wait_on_page_writeback(page);
  1101. }
  1102. /*
  1103. * It is conceivable that a racing task removed this page from
  1104. * swap cache just before we acquired the page lock at the top,
  1105. * or while we dropped it in unuse_mm(). The page might even
  1106. * be back in swap cache on another swap area: that we must not
  1107. * delete, since it may not have been written out to swap yet.
  1108. */
  1109. if (PageSwapCache(page) &&
  1110. likely(page_private(page) == entry.val))
  1111. delete_from_swap_cache(page);
  1112. /*
  1113. * So we could skip searching mms once swap count went
  1114. * to 1, we did not mark any present ptes as dirty: must
  1115. * mark page dirty so shrink_page_list will preserve it.
  1116. */
  1117. SetPageDirty(page);
  1118. retry:
  1119. unlock_page(page);
  1120. page_cache_release(page);
  1121. /*
  1122. * Make sure that we aren't completely killing
  1123. * interactive performance.
  1124. */
  1125. cond_resched();
  1126. }
  1127. mmput(start_mm);
  1128. if (reset_overflow) {
  1129. printk(KERN_WARNING "swapoff: cleared swap entry overflow\n");
  1130. swap_overflow = 0;
  1131. }
  1132. return retval;
  1133. }
  1134. /*
  1135. * After a successful try_to_unuse, if no swap is now in use, we know
  1136. * we can empty the mmlist. swap_lock must be held on entry and exit.
  1137. * Note that mmlist_lock nests inside swap_lock, and an mm must be
  1138. * added to the mmlist just after page_duplicate - before would be racy.
  1139. */
  1140. static void drain_mmlist(void)
  1141. {
  1142. struct list_head *p, *next;
  1143. unsigned int i;
  1144. for (i = 0; i < nr_swapfiles; i++)
  1145. if (swap_info[i].inuse_pages)
  1146. return;
  1147. spin_lock(&mmlist_lock);
  1148. list_for_each_safe(p, next, &init_mm.mmlist)
  1149. list_del_init(p);
  1150. spin_unlock(&mmlist_lock);
  1151. }
  1152. /*
  1153. * Use this swapdev's extent info to locate the (PAGE_SIZE) block which
  1154. * corresponds to page offset `offset'.
  1155. */
  1156. sector_t map_swap_page(struct swap_info_struct *sis, pgoff_t offset)
  1157. {
  1158. struct swap_extent *se = sis->curr_swap_extent;
  1159. struct swap_extent *start_se = se;
  1160. for ( ; ; ) {
  1161. struct list_head *lh;
  1162. if (se->start_page <= offset &&
  1163. offset < (se->start_page + se->nr_pages)) {
  1164. return se->start_block + (offset - se->start_page);
  1165. }
  1166. lh = se->list.next;
  1167. if (lh == &sis->extent_list)
  1168. lh = lh->next;
  1169. se = list_entry(lh, struct swap_extent, list);
  1170. sis->curr_swap_extent = se;
  1171. BUG_ON(se == start_se); /* It *must* be present */
  1172. }
  1173. }
  1174. #ifdef CONFIG_HIBERNATION
  1175. /*
  1176. * Get the (PAGE_SIZE) block corresponding to given offset on the swapdev
  1177. * corresponding to given index in swap_info (swap type).
  1178. */
  1179. sector_t swapdev_block(int swap_type, pgoff_t offset)
  1180. {
  1181. struct swap_info_struct *sis;
  1182. if (swap_type >= nr_swapfiles)
  1183. return 0;
  1184. sis = swap_info + swap_type;
  1185. return (sis->flags & SWP_WRITEOK) ? map_swap_page(sis, offset) : 0;
  1186. }
  1187. #endif /* CONFIG_HIBERNATION */
  1188. /*
  1189. * Free all of a swapdev's extent information
  1190. */
  1191. static void destroy_swap_extents(struct swap_info_struct *sis)
  1192. {
  1193. while (!list_empty(&sis->extent_list)) {
  1194. struct swap_extent *se;
  1195. se = list_entry(sis->extent_list.next,
  1196. struct swap_extent, list);
  1197. list_del(&se->list);
  1198. kfree(se);
  1199. }
  1200. }
  1201. /*
  1202. * Add a block range (and the corresponding page range) into this swapdev's
  1203. * extent list. The extent list is kept sorted in page order.
  1204. *
  1205. * This function rather assumes that it is called in ascending page order.
  1206. */
  1207. static int
  1208. add_swap_extent(struct swap_info_struct *sis, unsigned long start_page,
  1209. unsigned long nr_pages, sector_t start_block)
  1210. {
  1211. struct swap_extent *se;
  1212. struct swap_extent *new_se;
  1213. struct list_head *lh;
  1214. lh = sis->extent_list.prev; /* The highest page extent */
  1215. if (lh != &sis->extent_list) {
  1216. se = list_entry(lh, struct swap_extent, list);
  1217. BUG_ON(se->start_page + se->nr_pages != start_page);
  1218. if (se->start_block + se->nr_pages == start_block) {
  1219. /* Merge it */
  1220. se->nr_pages += nr_pages;
  1221. return 0;
  1222. }
  1223. }
  1224. /*
  1225. * No merge. Insert a new extent, preserving ordering.
  1226. */
  1227. new_se = kmalloc(sizeof(*se), GFP_KERNEL);
  1228. if (new_se == NULL)
  1229. return -ENOMEM;
  1230. new_se->start_page = start_page;
  1231. new_se->nr_pages = nr_pages;
  1232. new_se->start_block = start_block;
  1233. list_add_tail(&new_se->list, &sis->extent_list);
  1234. return 1;
  1235. }
  1236. /*
  1237. * A `swap extent' is a simple thing which maps a contiguous range of pages
  1238. * onto a contiguous range of disk blocks. An ordered list of swap extents
  1239. * is built at swapon time and is then used at swap_writepage/swap_readpage
  1240. * time for locating where on disk a page belongs.
  1241. *
  1242. * If the swapfile is an S_ISBLK block device, a single extent is installed.
  1243. * This is done so that the main operating code can treat S_ISBLK and S_ISREG
  1244. * swap files identically.
  1245. *
  1246. * Whether the swapdev is an S_ISREG file or an S_ISBLK blockdev, the swap
  1247. * extent list operates in PAGE_SIZE disk blocks. Both S_ISREG and S_ISBLK
  1248. * swapfiles are handled *identically* after swapon time.
  1249. *
  1250. * For S_ISREG swapfiles, setup_swap_extents() will walk all the file's blocks
  1251. * and will parse them into an ordered extent list, in PAGE_SIZE chunks. If
  1252. * some stray blocks are found which do not fall within the PAGE_SIZE alignment
  1253. * requirements, they are simply tossed out - we will never use those blocks
  1254. * for swapping.
  1255. *
  1256. * For S_ISREG swapfiles we set S_SWAPFILE across the life of the swapon. This
  1257. * prevents root from shooting her foot off by ftruncating an in-use swapfile,
  1258. * which will scribble on the fs.
  1259. *
  1260. * The amount of disk space which a single swap extent represents varies.
  1261. * Typically it is in the 1-4 megabyte range. So we can have hundreds of
  1262. * extents in the list. To avoid much list walking, we cache the previous
  1263. * search location in `curr_swap_extent', and start new searches from there.
  1264. * This is extremely effective. The average number of iterations in
  1265. * map_swap_page() has been measured at about 0.3 per page. - akpm.
  1266. */
  1267. static int setup_swap_extents(struct swap_info_struct *sis, sector_t *span)
  1268. {
  1269. struct inode *inode;
  1270. unsigned blocks_per_page;
  1271. unsigned long page_no;
  1272. unsigned blkbits;
  1273. sector_t probe_block;
  1274. sector_t last_block;
  1275. sector_t lowest_block = -1;
  1276. sector_t highest_block = 0;
  1277. int nr_extents = 0;
  1278. int ret;
  1279. inode = sis->swap_file->f_mapping->host;
  1280. if (S_ISBLK(inode->i_mode)) {
  1281. ret = add_swap_extent(sis, 0, sis->max, 0);
  1282. *span = sis->pages;
  1283. goto done;
  1284. }
  1285. blkbits = inode->i_blkbits;
  1286. blocks_per_page = PAGE_SIZE >> blkbits;
  1287. /*
  1288. * Map all the blocks into the extent list. This code doesn't try
  1289. * to be very smart.
  1290. */
  1291. probe_block = 0;
  1292. page_no = 0;
  1293. last_block = i_size_read(inode) >> blkbits;
  1294. while ((probe_block + blocks_per_page) <= last_block &&
  1295. page_no < sis->max) {
  1296. unsigned block_in_page;
  1297. sector_t first_block;
  1298. first_block = bmap(inode, probe_block);
  1299. if (first_block == 0)
  1300. goto bad_bmap;
  1301. /*
  1302. * It must be PAGE_SIZE aligned on-disk
  1303. */
  1304. if (first_block & (blocks_per_page - 1)) {
  1305. probe_block++;
  1306. goto reprobe;
  1307. }
  1308. for (block_in_page = 1; block_in_page < blocks_per_page;
  1309. block_in_page++) {
  1310. sector_t block;
  1311. block = bmap(inode, probe_block + block_in_page);
  1312. if (block == 0)
  1313. goto bad_bmap;
  1314. if (block != first_block + block_in_page) {
  1315. /* Discontiguity */
  1316. probe_block++;
  1317. goto reprobe;
  1318. }
  1319. }
  1320. first_block >>= (PAGE_SHIFT - blkbits);
  1321. if (page_no) { /* exclude the header page */
  1322. if (first_block < lowest_block)
  1323. lowest_block = first_block;
  1324. if (first_block > highest_block)
  1325. highest_block = first_block;
  1326. }
  1327. /*
  1328. * We found a PAGE_SIZE-length, PAGE_SIZE-aligned run of blocks
  1329. */
  1330. ret = add_swap_extent(sis, page_no, 1, first_block);
  1331. if (ret < 0)
  1332. goto out;
  1333. nr_extents += ret;
  1334. page_no++;
  1335. probe_block += blocks_per_page;
  1336. reprobe:
  1337. continue;
  1338. }
  1339. ret = nr_extents;
  1340. *span = 1 + highest_block - lowest_block;
  1341. if (page_no == 0)
  1342. page_no = 1; /* force Empty message */
  1343. sis->max = page_no;
  1344. sis->pages = page_no - 1;
  1345. sis->highest_bit = page_no - 1;
  1346. done:
  1347. sis->curr_swap_extent = list_entry(sis->extent_list.prev,
  1348. struct swap_extent, list);
  1349. goto out;
  1350. bad_bmap:
  1351. printk(KERN_ERR "swapon: swapfile has holes\n");
  1352. ret = -EINVAL;
  1353. out:
  1354. return ret;
  1355. }
  1356. SYSCALL_DEFINE1(swapoff, const char __user *, specialfile)
  1357. {
  1358. struct swap_info_struct * p = NULL;
  1359. unsigned short *swap_map;
  1360. struct file *swap_file, *victim;
  1361. struct address_space *mapping;
  1362. struct inode *inode;
  1363. char * pathname;
  1364. int i, type, prev;
  1365. int err;
  1366. if (!capable(CAP_SYS_ADMIN))
  1367. return -EPERM;
  1368. pathname = getname(specialfile);
  1369. err = PTR_ERR(pathname);
  1370. if (IS_ERR(pathname))
  1371. goto out;
  1372. victim = filp_open(pathname, O_RDWR|O_LARGEFILE, 0);
  1373. putname(pathname);
  1374. err = PTR_ERR(victim);
  1375. if (IS_ERR(victim))
  1376. goto out;
  1377. mapping = victim->f_mapping;
  1378. prev = -1;
  1379. spin_lock(&swap_lock);
  1380. for (type = swap_list.head; type >= 0; type = swap_info[type].next) {
  1381. p = swap_info + type;
  1382. if (p->flags & SWP_WRITEOK) {
  1383. if (p->swap_file->f_mapping == mapping)
  1384. break;
  1385. }
  1386. prev = type;
  1387. }
  1388. if (type < 0) {
  1389. err = -EINVAL;
  1390. spin_unlock(&swap_lock);
  1391. goto out_dput;
  1392. }
  1393. if (!security_vm_enough_memory(p->pages))
  1394. vm_unacct_memory(p->pages);
  1395. else {
  1396. err = -ENOMEM;
  1397. spin_unlock(&swap_lock);
  1398. goto out_dput;
  1399. }
  1400. if (prev < 0) {
  1401. swap_list.head = p->next;
  1402. } else {
  1403. swap_info[prev].next = p->next;
  1404. }
  1405. if (type == swap_list.next) {
  1406. /* just pick something that's safe... */
  1407. swap_list.next = swap_list.head;
  1408. }
  1409. if (p->prio < 0) {
  1410. for (i = p->next; i >= 0; i = swap_info[i].next)
  1411. swap_info[i].prio = p->prio--;
  1412. least_priority++;
  1413. }
  1414. nr_swap_pages -= p->pages;
  1415. total_swap_pages -= p->pages;
  1416. p->flags &= ~SWP_WRITEOK;
  1417. spin_unlock(&swap_lock);
  1418. current->flags |= PF_OOM_ORIGIN;
  1419. err = try_to_unuse(type);
  1420. current->flags &= ~PF_OOM_ORIGIN;
  1421. if (err) {
  1422. /* re-insert swap space back into swap_list */
  1423. spin_lock(&swap_lock);
  1424. if (p->prio < 0)
  1425. p->prio = --least_priority;
  1426. prev = -1;
  1427. for (i = swap_list.head; i >= 0; i = swap_info[i].next) {
  1428. if (p->prio >= swap_info[i].prio)
  1429. break;
  1430. prev = i;
  1431. }
  1432. p->next = i;
  1433. if (prev < 0)
  1434. swap_list.head = swap_list.next = p - swap_info;
  1435. else
  1436. swap_info[prev].next = p - swap_info;
  1437. nr_swap_pages += p->pages;
  1438. total_swap_pages += p->pages;
  1439. p->flags |= SWP_WRITEOK;
  1440. spin_unlock(&swap_lock);
  1441. goto out_dput;
  1442. }
  1443. /* wait for any unplug function to finish */
  1444. down_write(&swap_unplug_sem);
  1445. up_write(&swap_unplug_sem);
  1446. destroy_swap_extents(p);
  1447. mutex_lock(&swapon_mutex);
  1448. spin_lock(&swap_lock);
  1449. drain_mmlist();
  1450. /* wait for anyone still in scan_swap_map */
  1451. p->highest_bit = 0; /* cuts scans short */
  1452. while (p->flags >= SWP_SCANNING) {
  1453. spin_unlock(&swap_lock);
  1454. schedule_timeout_uninterruptible(1);
  1455. spin_lock(&swap_lock);
  1456. }
  1457. swap_file = p->swap_file;
  1458. p->swap_file = NULL;
  1459. p->max = 0;
  1460. swap_map = p->swap_map;
  1461. p->swap_map = NULL;
  1462. p->flags = 0;
  1463. spin_unlock(&swap_lock);
  1464. mutex_unlock(&swapon_mutex);
  1465. vfree(swap_map);
  1466. /* Destroy swap account informatin */
  1467. swap_cgroup_swapoff(type);
  1468. inode = mapping->host;
  1469. if (S_ISBLK(inode->i_mode)) {
  1470. struct block_device *bdev = I_BDEV(inode);
  1471. set_blocksize(bdev, p->old_block_size);
  1472. bd_release(bdev);
  1473. } else {
  1474. mutex_lock(&inode->i_mutex);
  1475. inode->i_flags &= ~S_SWAPFILE;
  1476. mutex_unlock(&inode->i_mutex);
  1477. }
  1478. filp_close(swap_file, NULL);
  1479. err = 0;
  1480. out_dput:
  1481. filp_close(victim, NULL);
  1482. out:
  1483. return err;
  1484. }
  1485. #ifdef CONFIG_PROC_FS
  1486. /* iterator */
  1487. static void *swap_start(struct seq_file *swap, loff_t *pos)
  1488. {
  1489. struct swap_info_struct *ptr = swap_info;
  1490. int i;
  1491. loff_t l = *pos;
  1492. mutex_lock(&swapon_mutex);
  1493. if (!l)
  1494. return SEQ_START_TOKEN;
  1495. for (i = 0; i < nr_swapfiles; i++, ptr++) {
  1496. if (!(ptr->flags & SWP_USED) || !ptr->swap_map)
  1497. continue;
  1498. if (!--l)
  1499. return ptr;
  1500. }
  1501. return NULL;
  1502. }
  1503. static void *swap_next(struct seq_file *swap, void *v, loff_t *pos)
  1504. {
  1505. struct swap_info_struct *ptr;
  1506. struct swap_info_struct *endptr = swap_info + nr_swapfiles;
  1507. if (v == SEQ_START_TOKEN)
  1508. ptr = swap_info;
  1509. else {
  1510. ptr = v;
  1511. ptr++;
  1512. }
  1513. for (; ptr < endptr; ptr++) {
  1514. if (!(ptr->flags & SWP_USED) || !ptr->swap_map)
  1515. continue;
  1516. ++*pos;
  1517. return ptr;
  1518. }
  1519. return NULL;
  1520. }
  1521. static void swap_stop(struct seq_file *swap, void *v)
  1522. {
  1523. mutex_unlock(&swapon_mutex);
  1524. }
  1525. static int swap_show(struct seq_file *swap, void *v)
  1526. {
  1527. struct swap_info_struct *ptr = v;
  1528. struct file *file;
  1529. int len;
  1530. if (ptr == SEQ_START_TOKEN) {
  1531. seq_puts(swap,"Filename\t\t\t\tType\t\tSize\tUsed\tPriority\n");
  1532. return 0;
  1533. }
  1534. file = ptr->swap_file;
  1535. len = seq_path(swap, &file->f_path, " \t\n\\");
  1536. seq_printf(swap, "%*s%s\t%u\t%u\t%d\n",
  1537. len < 40 ? 40 - len : 1, " ",
  1538. S_ISBLK(file->f_path.dentry->d_inode->i_mode) ?
  1539. "partition" : "file\t",
  1540. ptr->pages << (PAGE_SHIFT - 10),
  1541. ptr->inuse_pages << (PAGE_SHIFT - 10),
  1542. ptr->prio);
  1543. return 0;
  1544. }
  1545. static const struct seq_operations swaps_op = {
  1546. .start = swap_start,
  1547. .next = swap_next,
  1548. .stop = swap_stop,
  1549. .show = swap_show
  1550. };
  1551. static int swaps_open(struct inode *inode, struct file *file)
  1552. {
  1553. return seq_open(file, &swaps_op);
  1554. }
  1555. static const struct file_operations proc_swaps_operations = {
  1556. .open = swaps_open,
  1557. .read = seq_read,
  1558. .llseek = seq_lseek,
  1559. .release = seq_release,
  1560. };
  1561. static int __init procswaps_init(void)
  1562. {
  1563. proc_create("swaps", 0, NULL, &proc_swaps_operations);
  1564. return 0;
  1565. }
  1566. __initcall(procswaps_init);
  1567. #endif /* CONFIG_PROC_FS */
  1568. #ifdef MAX_SWAPFILES_CHECK
  1569. static int __init max_swapfiles_check(void)
  1570. {
  1571. MAX_SWAPFILES_CHECK();
  1572. return 0;
  1573. }
  1574. late_initcall(max_swapfiles_check);
  1575. #endif
  1576. /*
  1577. * Written 01/25/92 by Simmule Turner, heavily changed by Linus.
  1578. *
  1579. * The swapon system call
  1580. */
  1581. SYSCALL_DEFINE2(swapon, const char __user *, specialfile, int, swap_flags)
  1582. {
  1583. struct swap_info_struct * p;
  1584. char *name = NULL;
  1585. struct block_device *bdev = NULL;
  1586. struct file *swap_file = NULL;
  1587. struct address_space *mapping;
  1588. unsigned int type;
  1589. int i, prev;
  1590. int error;
  1591. union swap_header *swap_header = NULL;
  1592. unsigned int nr_good_pages = 0;
  1593. int nr_extents = 0;
  1594. sector_t span;
  1595. unsigned long maxpages = 1;
  1596. unsigned long swapfilepages;
  1597. unsigned short *swap_map = NULL;
  1598. struct page *page = NULL;
  1599. struct inode *inode = NULL;
  1600. int did_down = 0;
  1601. if (!capable(CAP_SYS_ADMIN))
  1602. return -EPERM;
  1603. spin_lock(&swap_lock);
  1604. p = swap_info;
  1605. for (type = 0 ; type < nr_swapfiles ; type++,p++)
  1606. if (!(p->flags & SWP_USED))
  1607. break;
  1608. error = -EPERM;
  1609. if (type >= MAX_SWAPFILES) {
  1610. spin_unlock(&swap_lock);
  1611. goto out;
  1612. }
  1613. if (type >= nr_swapfiles)
  1614. nr_swapfiles = type+1;
  1615. memset(p, 0, sizeof(*p));
  1616. INIT_LIST_HEAD(&p->extent_list);
  1617. p->flags = SWP_USED;
  1618. p->next = -1;
  1619. spin_unlock(&swap_lock);
  1620. name = getname(specialfile);
  1621. error = PTR_ERR(name);
  1622. if (IS_ERR(name)) {
  1623. name = NULL;
  1624. goto bad_swap_2;
  1625. }
  1626. swap_file = filp_open(name, O_RDWR|O_LARGEFILE, 0);
  1627. error = PTR_ERR(swap_file);
  1628. if (IS_ERR(swap_file)) {
  1629. swap_file = NULL;
  1630. goto bad_swap_2;
  1631. }
  1632. p->swap_file = swap_file;
  1633. mapping = swap_file->f_mapping;
  1634. inode = mapping->host;
  1635. error = -EBUSY;
  1636. for (i = 0; i < nr_swapfiles; i++) {
  1637. struct swap_info_struct *q = &swap_info[i];
  1638. if (i == type || !q->swap_file)
  1639. continue;
  1640. if (mapping == q->swap_file->f_mapping)
  1641. goto bad_swap;
  1642. }
  1643. error = -EINVAL;
  1644. if (S_ISBLK(inode->i_mode)) {
  1645. bdev = I_BDEV(inode);
  1646. error = bd_claim(bdev, sys_swapon);
  1647. if (error < 0) {
  1648. bdev = NULL;
  1649. error = -EINVAL;
  1650. goto bad_swap;
  1651. }
  1652. p->old_block_size = block_size(bdev);
  1653. error = set_blocksize(bdev, PAGE_SIZE);
  1654. if (error < 0)
  1655. goto bad_swap;
  1656. p->bdev = bdev;
  1657. } else if (S_ISREG(inode->i_mode)) {
  1658. p->bdev = inode->i_sb->s_bdev;
  1659. mutex_lock(&inode->i_mutex);
  1660. did_down = 1;
  1661. if (IS_SWAPFILE(inode)) {
  1662. error = -EBUSY;
  1663. goto bad_swap;
  1664. }
  1665. } else {
  1666. goto bad_swap;
  1667. }
  1668. swapfilepages = i_size_read(inode) >> PAGE_SHIFT;
  1669. /*
  1670. * Read the swap header.
  1671. */
  1672. if (!mapping->a_ops->readpage) {
  1673. error = -EINVAL;
  1674. goto bad_swap;
  1675. }
  1676. page = read_mapping_page(mapping, 0, swap_file);
  1677. if (IS_ERR(page)) {
  1678. error = PTR_ERR(page);
  1679. goto bad_swap;
  1680. }
  1681. swap_header = kmap(page);
  1682. if (memcmp("SWAPSPACE2", swap_header->magic.magic, 10)) {
  1683. printk(KERN_ERR "Unable to find swap-space signature\n");
  1684. error = -EINVAL;
  1685. goto bad_swap;
  1686. }
  1687. /* swap partition endianess hack... */
  1688. if (swab32(swap_header->info.version) == 1) {
  1689. swab32s(&swap_header->info.version);
  1690. swab32s(&swap_header->info.last_page);
  1691. swab32s(&swap_header->info.nr_badpages);
  1692. for (i = 0; i < swap_header->info.nr_badpages; i++)
  1693. swab32s(&swap_header->info.badpages[i]);
  1694. }
  1695. /* Check the swap header's sub-version */
  1696. if (swap_header->info.version != 1) {
  1697. printk(KERN_WARNING
  1698. "Unable to handle swap header version %d\n",
  1699. swap_header->info.version);
  1700. error = -EINVAL;
  1701. goto bad_swap;
  1702. }
  1703. p->lowest_bit = 1;
  1704. p->cluster_next = 1;
  1705. /*
  1706. * Find out how many pages are allowed for a single swap
  1707. * device. There are two limiting factors: 1) the number of
  1708. * bits for the swap offset in the swp_entry_t type and
  1709. * 2) the number of bits in the a swap pte as defined by
  1710. * the different architectures. In order to find the
  1711. * largest possible bit mask a swap entry with swap type 0
  1712. * and swap offset ~0UL is created, encoded to a swap pte,
  1713. * decoded to a swp_entry_t again and finally the swap
  1714. * offset is extracted. This will mask all the bits from
  1715. * the initial ~0UL mask that can't be encoded in either
  1716. * the swp_entry_t or the architecture definition of a
  1717. * swap pte.
  1718. */
  1719. maxpages = swp_offset(pte_to_swp_entry(
  1720. swp_entry_to_pte(swp_entry(0, ~0UL)))) - 1;
  1721. if (maxpages > swap_header->info.last_page)
  1722. maxpages = swap_header->info.last_page;
  1723. p->highest_bit = maxpages - 1;
  1724. error = -EINVAL;
  1725. if (!maxpages)
  1726. goto bad_swap;
  1727. if (swapfilepages && maxpages > swapfilepages) {
  1728. printk(KERN_WARNING
  1729. "Swap area shorter than signature indicates\n");
  1730. goto bad_swap;
  1731. }
  1732. if (swap_header->info.nr_badpages && S_ISREG(inode->i_mode))
  1733. goto bad_swap;
  1734. if (swap_header->info.nr_badpages > MAX_SWAP_BADPAGES)
  1735. goto bad_swap;
  1736. /* OK, set up the swap map and apply the bad block list */
  1737. swap_map = vmalloc(maxpages * sizeof(short));
  1738. if (!swap_map) {
  1739. error = -ENOMEM;
  1740. goto bad_swap;
  1741. }
  1742. memset(swap_map, 0, maxpages * sizeof(short));
  1743. for (i = 0; i < swap_header->info.nr_badpages; i++) {
  1744. int page_nr = swap_header->info.badpages[i];
  1745. if (page_nr <= 0 || page_nr >= swap_header->info.last_page) {
  1746. error = -EINVAL;
  1747. goto bad_swap;
  1748. }
  1749. swap_map[page_nr] = SWAP_MAP_BAD;
  1750. }
  1751. error = swap_cgroup_swapon(type, maxpages);
  1752. if (error)
  1753. goto bad_swap;
  1754. nr_good_pages = swap_header->info.last_page -
  1755. swap_header->info.nr_badpages -
  1756. 1 /* header page */;
  1757. if (nr_good_pages) {
  1758. swap_map[0] = SWAP_MAP_BAD;
  1759. p->max = maxpages;
  1760. p->pages = nr_good_pages;
  1761. nr_extents = setup_swap_extents(p, &span);
  1762. if (nr_extents < 0) {
  1763. error = nr_extents;
  1764. goto bad_swap;
  1765. }
  1766. nr_good_pages = p->pages;
  1767. }
  1768. if (!nr_good_pages) {
  1769. printk(KERN_WARNING "Empty swap-file\n");
  1770. error = -EINVAL;
  1771. goto bad_swap;
  1772. }
  1773. if (p->bdev) {
  1774. if (blk_queue_nonrot(bdev_get_queue(p->bdev))) {
  1775. p->flags |= SWP_SOLIDSTATE;
  1776. p->cluster_next = 1 + (random32() % p->highest_bit);
  1777. }
  1778. if (discard_swap(p) == 0)
  1779. p->flags |= SWP_DISCARDABLE;
  1780. }
  1781. mutex_lock(&swapon_mutex);
  1782. spin_lock(&swap_lock);
  1783. if (swap_flags & SWAP_FLAG_PREFER)
  1784. p->prio =
  1785. (swap_flags & SWAP_FLAG_PRIO_MASK) >> SWAP_FLAG_PRIO_SHIFT;
  1786. else
  1787. p->prio = --least_priority;
  1788. p->swap_map = swap_map;
  1789. p->flags |= SWP_WRITEOK;
  1790. nr_swap_pages += nr_good_pages;
  1791. total_swap_pages += nr_good_pages;
  1792. printk(KERN_INFO "Adding %uk swap on %s. "
  1793. "Priority:%d extents:%d across:%lluk %s%s\n",
  1794. nr_good_pages<<(PAGE_SHIFT-10), name, p->prio,
  1795. nr_extents, (unsigned long long)span<<(PAGE_SHIFT-10),
  1796. (p->flags & SWP_SOLIDSTATE) ? "SS" : "",
  1797. (p->flags & SWP_DISCARDABLE) ? "D" : "");
  1798. /* insert swap space into swap_list: */
  1799. prev = -1;
  1800. for (i = swap_list.head; i >= 0; i = swap_info[i].next) {
  1801. if (p->prio >= swap_info[i].prio) {
  1802. break;
  1803. }
  1804. prev = i;
  1805. }
  1806. p->next = i;
  1807. if (prev < 0) {
  1808. swap_list.head = swap_list.next = p - swap_info;
  1809. } else {
  1810. swap_info[prev].next = p - swap_info;
  1811. }
  1812. spin_unlock(&swap_lock);
  1813. mutex_unlock(&swapon_mutex);
  1814. error = 0;
  1815. goto out;
  1816. bad_swap:
  1817. if (bdev) {
  1818. set_blocksize(bdev, p->old_block_size);
  1819. bd_release(bdev);
  1820. }
  1821. destroy_swap_extents(p);
  1822. swap_cgroup_swapoff(type);
  1823. bad_swap_2:
  1824. spin_lock(&swap_lock);
  1825. p->swap_file = NULL;
  1826. p->flags = 0;
  1827. spin_unlock(&swap_lock);
  1828. vfree(swap_map);
  1829. if (swap_file)
  1830. filp_close(swap_file, NULL);
  1831. out:
  1832. if (page && !IS_ERR(page)) {
  1833. kunmap(page);
  1834. page_cache_release(page);
  1835. }
  1836. if (name)
  1837. putname(name);
  1838. if (did_down) {
  1839. if (!error)
  1840. inode->i_flags |= S_SWAPFILE;
  1841. mutex_unlock(&inode->i_mutex);
  1842. }
  1843. return error;
  1844. }
  1845. void si_swapinfo(struct sysinfo *val)
  1846. {
  1847. unsigned int i;
  1848. unsigned long nr_to_be_unused = 0;
  1849. spin_lock(&swap_lock);
  1850. for (i = 0; i < nr_swapfiles; i++) {
  1851. if (!(swap_info[i].flags & SWP_USED) ||
  1852. (swap_info[i].flags & SWP_WRITEOK))
  1853. continue;
  1854. nr_to_be_unused += swap_info[i].inuse_pages;
  1855. }
  1856. val->freeswap = nr_swap_pages + nr_to_be_unused;
  1857. val->totalswap = total_swap_pages + nr_to_be_unused;
  1858. spin_unlock(&swap_lock);
  1859. }
  1860. /*
  1861. * Verify that a swap entry is valid and increment its swap map count.
  1862. *
  1863. * Note: if swap_map[] reaches SWAP_MAP_MAX the entries are treated as
  1864. * "permanent", but will be reclaimed by the next swapoff.
  1865. * Returns error code in following case.
  1866. * - success -> 0
  1867. * - swp_entry is invalid -> EINVAL
  1868. * - swp_entry is migration entry -> EINVAL
  1869. * - swap-cache reference is requested but there is already one. -> EEXIST
  1870. * - swap-cache reference is requested but the entry is not used. -> ENOENT
  1871. */
  1872. static int __swap_duplicate(swp_entry_t entry, bool cache)
  1873. {
  1874. struct swap_info_struct * p;
  1875. unsigned long offset, type;
  1876. int result = -EINVAL;
  1877. int count;
  1878. bool has_cache;
  1879. if (non_swap_entry(entry))
  1880. return -EINVAL;
  1881. type = swp_type(entry);
  1882. if (type >= nr_swapfiles)
  1883. goto bad_file;
  1884. p = type + swap_info;
  1885. offset = swp_offset(entry);
  1886. spin_lock(&swap_lock);
  1887. if (unlikely(offset >= p->max))
  1888. goto unlock_out;
  1889. count = swap_count(p->swap_map[offset]);
  1890. has_cache = swap_has_cache(p->swap_map[offset]);
  1891. if (cache == SWAP_CACHE) { /* called for swapcache/swapin-readahead */
  1892. /* set SWAP_HAS_CACHE if there is no cache and entry is used */
  1893. if (!has_cache && count) {
  1894. p->swap_map[offset] = encode_swapmap(count, true);
  1895. result = 0;
  1896. } else if (has_cache) /* someone added cache */
  1897. result = -EEXIST;
  1898. else if (!count) /* no users */
  1899. result = -ENOENT;
  1900. } else if (count || has_cache) {
  1901. if (count < SWAP_MAP_MAX - 1) {
  1902. p->swap_map[offset] = encode_swapmap(count + 1,
  1903. has_cache);
  1904. result = 0;
  1905. } else if (count <= SWAP_MAP_MAX) {
  1906. if (swap_overflow++ < 5)
  1907. printk(KERN_WARNING
  1908. "swap_dup: swap entry overflow\n");
  1909. p->swap_map[offset] = encode_swapmap(SWAP_MAP_MAX,
  1910. has_cache);
  1911. result = 0;
  1912. }
  1913. } else
  1914. result = -ENOENT; /* unused swap entry */
  1915. unlock_out:
  1916. spin_unlock(&swap_lock);
  1917. out:
  1918. return result;
  1919. bad_file:
  1920. printk(KERN_ERR "swap_dup: %s%08lx\n", Bad_file, entry.val);
  1921. goto out;
  1922. }
  1923. /*
  1924. * increase reference count of swap entry by 1.
  1925. */
  1926. void swap_duplicate(swp_entry_t entry)
  1927. {
  1928. __swap_duplicate(entry, SWAP_MAP);
  1929. }
  1930. /*
  1931. * @entry: swap entry for which we allocate swap cache.
  1932. *
  1933. * Called when allocating swap cache for exising swap entry,
  1934. * This can return error codes. Returns 0 at success.
  1935. * -EBUSY means there is a swap cache.
  1936. * Note: return code is different from swap_duplicate().
  1937. */
  1938. int swapcache_prepare(swp_entry_t entry)
  1939. {
  1940. return __swap_duplicate(entry, SWAP_CACHE);
  1941. }
  1942. struct swap_info_struct *
  1943. get_swap_info_struct(unsigned type)
  1944. {
  1945. return &swap_info[type];
  1946. }
  1947. /*
  1948. * swap_lock prevents swap_map being freed. Don't grab an extra
  1949. * reference on the swaphandle, it doesn't matter if it becomes unused.
  1950. */
  1951. int valid_swaphandles(swp_entry_t entry, unsigned long *offset)
  1952. {
  1953. struct swap_info_struct *si;
  1954. int our_page_cluster = page_cluster;
  1955. pgoff_t target, toff;
  1956. pgoff_t base, end;
  1957. int nr_pages = 0;
  1958. if (!our_page_cluster) /* no readahead */
  1959. return 0;
  1960. si = &swap_info[swp_type(entry)];
  1961. target = swp_offset(entry);
  1962. base = (target >> our_page_cluster) << our_page_cluster;
  1963. end = base + (1 << our_page_cluster);
  1964. if (!base) /* first page is swap header */
  1965. base++;
  1966. spin_lock(&swap_lock);
  1967. if (end > si->max) /* don't go beyond end of map */
  1968. end = si->max;
  1969. /* Count contiguous allocated slots above our target */
  1970. for (toff = target; ++toff < end; nr_pages++) {
  1971. /* Don't read in free or bad pages */
  1972. if (!si->swap_map[toff])
  1973. break;
  1974. if (swap_count(si->swap_map[toff]) == SWAP_MAP_BAD)
  1975. break;
  1976. }
  1977. /* Count contiguous allocated slots below our target */
  1978. for (toff = target; --toff >= base; nr_pages++) {
  1979. /* Don't read in free or bad pages */
  1980. if (!si->swap_map[toff])
  1981. break;
  1982. if (swap_count(si->swap_map[toff]) == SWAP_MAP_BAD)
  1983. break;
  1984. }
  1985. spin_unlock(&swap_lock);
  1986. /*
  1987. * Indicate starting offset, and return number of pages to get:
  1988. * if only 1, say 0, since there's then no readahead to be done.
  1989. */
  1990. *offset = ++toff;
  1991. return nr_pages? ++nr_pages: 0;
  1992. }