inode.c 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577
  1. /*
  2. * linux/fs/isofs/inode.c
  3. *
  4. * (C) 1991 Linus Torvalds - minix filesystem
  5. * 1992, 1993, 1994 Eric Youngdale Modified for ISO 9660 filesystem.
  6. * 1994 Eberhard Mönkeberg - multi session handling.
  7. * 1995 Mark Dobie - allow mounting of some weird VideoCDs and PhotoCDs.
  8. * 1997 Gordon Chaffee - Joliet CDs
  9. * 1998 Eric Lammerts - ISO 9660 Level 3
  10. * 2004 Paul Serice - Inode Support pushed out from 4GB to 128GB
  11. * 2004 Paul Serice - NFS Export Operations
  12. */
  13. #include <linux/init.h>
  14. #include <linux/module.h>
  15. #include <linux/slab.h>
  16. #include <linux/nls.h>
  17. #include <linux/ctype.h>
  18. #include <linux/statfs.h>
  19. #include <linux/cdrom.h>
  20. #include <linux/parser.h>
  21. #include <linux/mpage.h>
  22. #include <linux/user_namespace.h>
  23. #include "isofs.h"
  24. #include "zisofs.h"
  25. #define BEQUIET
  26. static int isofs_hashi(const struct dentry *parent, struct qstr *qstr);
  27. static int isofs_hash(const struct dentry *parent, struct qstr *qstr);
  28. static int isofs_dentry_cmpi(const struct dentry *parent,
  29. const struct dentry *dentry,
  30. unsigned int len, const char *str, const struct qstr *name);
  31. static int isofs_dentry_cmp(const struct dentry *parent,
  32. const struct dentry *dentry,
  33. unsigned int len, const char *str, const struct qstr *name);
  34. #ifdef CONFIG_JOLIET
  35. static int isofs_hashi_ms(const struct dentry *parent, struct qstr *qstr);
  36. static int isofs_hash_ms(const struct dentry *parent, struct qstr *qstr);
  37. static int isofs_dentry_cmpi_ms(const struct dentry *parent,
  38. const struct dentry *dentry,
  39. unsigned int len, const char *str, const struct qstr *name);
  40. static int isofs_dentry_cmp_ms(const struct dentry *parent,
  41. const struct dentry *dentry,
  42. unsigned int len, const char *str, const struct qstr *name);
  43. #endif
  44. static void isofs_put_super(struct super_block *sb)
  45. {
  46. struct isofs_sb_info *sbi = ISOFS_SB(sb);
  47. #ifdef CONFIG_JOLIET
  48. unload_nls(sbi->s_nls_iocharset);
  49. #endif
  50. kfree(sbi);
  51. sb->s_fs_info = NULL;
  52. return;
  53. }
  54. static int isofs_read_inode(struct inode *, int relocated);
  55. static int isofs_statfs (struct dentry *, struct kstatfs *);
  56. static struct kmem_cache *isofs_inode_cachep;
  57. static struct inode *isofs_alloc_inode(struct super_block *sb)
  58. {
  59. struct iso_inode_info *ei;
  60. ei = kmem_cache_alloc(isofs_inode_cachep, GFP_KERNEL);
  61. if (!ei)
  62. return NULL;
  63. return &ei->vfs_inode;
  64. }
  65. static void isofs_i_callback(struct rcu_head *head)
  66. {
  67. struct inode *inode = container_of(head, struct inode, i_rcu);
  68. kmem_cache_free(isofs_inode_cachep, ISOFS_I(inode));
  69. }
  70. static void isofs_destroy_inode(struct inode *inode)
  71. {
  72. call_rcu(&inode->i_rcu, isofs_i_callback);
  73. }
  74. static void init_once(void *foo)
  75. {
  76. struct iso_inode_info *ei = foo;
  77. inode_init_once(&ei->vfs_inode);
  78. }
  79. static int __init init_inodecache(void)
  80. {
  81. isofs_inode_cachep = kmem_cache_create("isofs_inode_cache",
  82. sizeof(struct iso_inode_info),
  83. 0, (SLAB_RECLAIM_ACCOUNT|
  84. SLAB_MEM_SPREAD),
  85. init_once);
  86. if (isofs_inode_cachep == NULL)
  87. return -ENOMEM;
  88. return 0;
  89. }
  90. static void destroy_inodecache(void)
  91. {
  92. /*
  93. * Make sure all delayed rcu free inodes are flushed before we
  94. * destroy cache.
  95. */
  96. rcu_barrier();
  97. kmem_cache_destroy(isofs_inode_cachep);
  98. }
  99. static int isofs_remount(struct super_block *sb, int *flags, char *data)
  100. {
  101. sync_filesystem(sb);
  102. if (!(*flags & MS_RDONLY))
  103. return -EROFS;
  104. return 0;
  105. }
  106. static const struct super_operations isofs_sops = {
  107. .alloc_inode = isofs_alloc_inode,
  108. .destroy_inode = isofs_destroy_inode,
  109. .put_super = isofs_put_super,
  110. .statfs = isofs_statfs,
  111. .remount_fs = isofs_remount,
  112. .show_options = generic_show_options,
  113. };
  114. static const struct dentry_operations isofs_dentry_ops[] = {
  115. {
  116. .d_hash = isofs_hash,
  117. .d_compare = isofs_dentry_cmp,
  118. },
  119. {
  120. .d_hash = isofs_hashi,
  121. .d_compare = isofs_dentry_cmpi,
  122. },
  123. #ifdef CONFIG_JOLIET
  124. {
  125. .d_hash = isofs_hash_ms,
  126. .d_compare = isofs_dentry_cmp_ms,
  127. },
  128. {
  129. .d_hash = isofs_hashi_ms,
  130. .d_compare = isofs_dentry_cmpi_ms,
  131. },
  132. #endif
  133. };
  134. struct iso9660_options{
  135. unsigned int rock:1;
  136. unsigned int joliet:1;
  137. unsigned int cruft:1;
  138. unsigned int hide:1;
  139. unsigned int showassoc:1;
  140. unsigned int nocompress:1;
  141. unsigned int overriderockperm:1;
  142. unsigned int uid_set:1;
  143. unsigned int gid_set:1;
  144. unsigned int utf8:1;
  145. unsigned char map;
  146. unsigned char check;
  147. unsigned int blocksize;
  148. umode_t fmode;
  149. umode_t dmode;
  150. kgid_t gid;
  151. kuid_t uid;
  152. char *iocharset;
  153. /* LVE */
  154. s32 session;
  155. s32 sbsector;
  156. };
  157. /*
  158. * Compute the hash for the isofs name corresponding to the dentry.
  159. */
  160. static int
  161. isofs_hash_common(struct qstr *qstr, int ms)
  162. {
  163. const char *name;
  164. int len;
  165. len = qstr->len;
  166. name = qstr->name;
  167. if (ms) {
  168. while (len && name[len-1] == '.')
  169. len--;
  170. }
  171. qstr->hash = full_name_hash(name, len);
  172. return 0;
  173. }
  174. /*
  175. * Compute the hash for the isofs name corresponding to the dentry.
  176. */
  177. static int
  178. isofs_hashi_common(struct qstr *qstr, int ms)
  179. {
  180. const char *name;
  181. int len;
  182. char c;
  183. unsigned long hash;
  184. len = qstr->len;
  185. name = qstr->name;
  186. if (ms) {
  187. while (len && name[len-1] == '.')
  188. len--;
  189. }
  190. hash = init_name_hash();
  191. while (len--) {
  192. c = tolower(*name++);
  193. hash = partial_name_hash(c, hash);
  194. }
  195. qstr->hash = end_name_hash(hash);
  196. return 0;
  197. }
  198. /*
  199. * Compare of two isofs names.
  200. */
  201. static int isofs_dentry_cmp_common(
  202. unsigned int len, const char *str,
  203. const struct qstr *name, int ms, int ci)
  204. {
  205. int alen, blen;
  206. /* A filename cannot end in '.' or we treat it like it has none */
  207. alen = name->len;
  208. blen = len;
  209. if (ms) {
  210. while (alen && name->name[alen-1] == '.')
  211. alen--;
  212. while (blen && str[blen-1] == '.')
  213. blen--;
  214. }
  215. if (alen == blen) {
  216. if (ci) {
  217. if (strnicmp(name->name, str, alen) == 0)
  218. return 0;
  219. } else {
  220. if (strncmp(name->name, str, alen) == 0)
  221. return 0;
  222. }
  223. }
  224. return 1;
  225. }
  226. static int
  227. isofs_hash(const struct dentry *dentry, struct qstr *qstr)
  228. {
  229. return isofs_hash_common(qstr, 0);
  230. }
  231. static int
  232. isofs_hashi(const struct dentry *dentry, struct qstr *qstr)
  233. {
  234. return isofs_hashi_common(qstr, 0);
  235. }
  236. static int
  237. isofs_dentry_cmp(const struct dentry *parent, const struct dentry *dentry,
  238. unsigned int len, const char *str, const struct qstr *name)
  239. {
  240. return isofs_dentry_cmp_common(len, str, name, 0, 0);
  241. }
  242. static int
  243. isofs_dentry_cmpi(const struct dentry *parent, const struct dentry *dentry,
  244. unsigned int len, const char *str, const struct qstr *name)
  245. {
  246. return isofs_dentry_cmp_common(len, str, name, 0, 1);
  247. }
  248. #ifdef CONFIG_JOLIET
  249. static int
  250. isofs_hash_ms(const struct dentry *dentry, struct qstr *qstr)
  251. {
  252. return isofs_hash_common(qstr, 1);
  253. }
  254. static int
  255. isofs_hashi_ms(const struct dentry *dentry, struct qstr *qstr)
  256. {
  257. return isofs_hashi_common(qstr, 1);
  258. }
  259. static int
  260. isofs_dentry_cmp_ms(const struct dentry *parent, const struct dentry *dentry,
  261. unsigned int len, const char *str, const struct qstr *name)
  262. {
  263. return isofs_dentry_cmp_common(len, str, name, 1, 0);
  264. }
  265. static int
  266. isofs_dentry_cmpi_ms(const struct dentry *parent, const struct dentry *dentry,
  267. unsigned int len, const char *str, const struct qstr *name)
  268. {
  269. return isofs_dentry_cmp_common(len, str, name, 1, 1);
  270. }
  271. #endif
  272. enum {
  273. Opt_block, Opt_check_r, Opt_check_s, Opt_cruft, Opt_gid, Opt_ignore,
  274. Opt_iocharset, Opt_map_a, Opt_map_n, Opt_map_o, Opt_mode, Opt_nojoliet,
  275. Opt_norock, Opt_sb, Opt_session, Opt_uid, Opt_unhide, Opt_utf8, Opt_err,
  276. Opt_nocompress, Opt_hide, Opt_showassoc, Opt_dmode, Opt_overriderockperm,
  277. };
  278. static const match_table_t tokens = {
  279. {Opt_norock, "norock"},
  280. {Opt_nojoliet, "nojoliet"},
  281. {Opt_unhide, "unhide"},
  282. {Opt_hide, "hide"},
  283. {Opt_showassoc, "showassoc"},
  284. {Opt_cruft, "cruft"},
  285. {Opt_utf8, "utf8"},
  286. {Opt_iocharset, "iocharset=%s"},
  287. {Opt_map_a, "map=acorn"},
  288. {Opt_map_a, "map=a"},
  289. {Opt_map_n, "map=normal"},
  290. {Opt_map_n, "map=n"},
  291. {Opt_map_o, "map=off"},
  292. {Opt_map_o, "map=o"},
  293. {Opt_session, "session=%u"},
  294. {Opt_sb, "sbsector=%u"},
  295. {Opt_check_r, "check=relaxed"},
  296. {Opt_check_r, "check=r"},
  297. {Opt_check_s, "check=strict"},
  298. {Opt_check_s, "check=s"},
  299. {Opt_uid, "uid=%u"},
  300. {Opt_gid, "gid=%u"},
  301. {Opt_mode, "mode=%u"},
  302. {Opt_dmode, "dmode=%u"},
  303. {Opt_overriderockperm, "overriderockperm"},
  304. {Opt_block, "block=%u"},
  305. {Opt_ignore, "conv=binary"},
  306. {Opt_ignore, "conv=b"},
  307. {Opt_ignore, "conv=text"},
  308. {Opt_ignore, "conv=t"},
  309. {Opt_ignore, "conv=mtext"},
  310. {Opt_ignore, "conv=m"},
  311. {Opt_ignore, "conv=auto"},
  312. {Opt_ignore, "conv=a"},
  313. {Opt_nocompress, "nocompress"},
  314. {Opt_err, NULL}
  315. };
  316. static int parse_options(char *options, struct iso9660_options *popt)
  317. {
  318. char *p;
  319. int option;
  320. popt->map = 'n';
  321. popt->rock = 1;
  322. popt->joliet = 1;
  323. popt->cruft = 0;
  324. popt->hide = 0;
  325. popt->showassoc = 0;
  326. popt->check = 'u'; /* unset */
  327. popt->nocompress = 0;
  328. popt->blocksize = 1024;
  329. popt->fmode = popt->dmode = ISOFS_INVALID_MODE;
  330. popt->uid_set = 0;
  331. popt->gid_set = 0;
  332. popt->gid = GLOBAL_ROOT_GID;
  333. popt->uid = GLOBAL_ROOT_UID;
  334. popt->iocharset = NULL;
  335. popt->utf8 = 0;
  336. popt->overriderockperm = 0;
  337. popt->session=-1;
  338. popt->sbsector=-1;
  339. if (!options)
  340. return 1;
  341. while ((p = strsep(&options, ",")) != NULL) {
  342. int token;
  343. substring_t args[MAX_OPT_ARGS];
  344. unsigned n;
  345. if (!*p)
  346. continue;
  347. token = match_token(p, tokens, args);
  348. switch (token) {
  349. case Opt_norock:
  350. popt->rock = 0;
  351. break;
  352. case Opt_nojoliet:
  353. popt->joliet = 0;
  354. break;
  355. case Opt_hide:
  356. popt->hide = 1;
  357. break;
  358. case Opt_unhide:
  359. case Opt_showassoc:
  360. popt->showassoc = 1;
  361. break;
  362. case Opt_cruft:
  363. popt->cruft = 1;
  364. break;
  365. case Opt_utf8:
  366. popt->utf8 = 1;
  367. break;
  368. #ifdef CONFIG_JOLIET
  369. case Opt_iocharset:
  370. popt->iocharset = match_strdup(&args[0]);
  371. break;
  372. #endif
  373. case Opt_map_a:
  374. popt->map = 'a';
  375. break;
  376. case Opt_map_o:
  377. popt->map = 'o';
  378. break;
  379. case Opt_map_n:
  380. popt->map = 'n';
  381. break;
  382. case Opt_session:
  383. if (match_int(&args[0], &option))
  384. return 0;
  385. n = option;
  386. if (n > 99)
  387. return 0;
  388. popt->session = n + 1;
  389. break;
  390. case Opt_sb:
  391. if (match_int(&args[0], &option))
  392. return 0;
  393. popt->sbsector = option;
  394. break;
  395. case Opt_check_r:
  396. popt->check = 'r';
  397. break;
  398. case Opt_check_s:
  399. popt->check = 's';
  400. break;
  401. case Opt_ignore:
  402. break;
  403. case Opt_uid:
  404. if (match_int(&args[0], &option))
  405. return 0;
  406. popt->uid = make_kuid(current_user_ns(), option);
  407. if (!uid_valid(popt->uid))
  408. return 0;
  409. popt->uid_set = 1;
  410. break;
  411. case Opt_gid:
  412. if (match_int(&args[0], &option))
  413. return 0;
  414. popt->gid = make_kgid(current_user_ns(), option);
  415. if (!gid_valid(popt->gid))
  416. return 0;
  417. popt->gid_set = 1;
  418. break;
  419. case Opt_mode:
  420. if (match_int(&args[0], &option))
  421. return 0;
  422. popt->fmode = option;
  423. break;
  424. case Opt_dmode:
  425. if (match_int(&args[0], &option))
  426. return 0;
  427. popt->dmode = option;
  428. break;
  429. case Opt_overriderockperm:
  430. popt->overriderockperm = 1;
  431. break;
  432. case Opt_block:
  433. if (match_int(&args[0], &option))
  434. return 0;
  435. n = option;
  436. if (n != 512 && n != 1024 && n != 2048)
  437. return 0;
  438. popt->blocksize = n;
  439. break;
  440. case Opt_nocompress:
  441. popt->nocompress = 1;
  442. break;
  443. default:
  444. return 0;
  445. }
  446. }
  447. return 1;
  448. }
  449. /*
  450. * look if the driver can tell the multi session redirection value
  451. *
  452. * don't change this if you don't know what you do, please!
  453. * Multisession is legal only with XA disks.
  454. * A non-XA disk with more than one volume descriptor may do it right, but
  455. * usually is written in a nowhere standardized "multi-partition" manner.
  456. * Multisession uses absolute addressing (solely the first frame of the whole
  457. * track is #0), multi-partition uses relative addressing (each first frame of
  458. * each track is #0), and a track is not a session.
  459. *
  460. * A broken CDwriter software or drive firmware does not set new standards,
  461. * at least not if conflicting with the existing ones.
  462. *
  463. * emoenke@gwdg.de
  464. */
  465. #define WE_OBEY_THE_WRITTEN_STANDARDS 1
  466. static unsigned int isofs_get_last_session(struct super_block *sb, s32 session)
  467. {
  468. struct cdrom_multisession ms_info;
  469. unsigned int vol_desc_start;
  470. struct block_device *bdev = sb->s_bdev;
  471. int i;
  472. vol_desc_start=0;
  473. ms_info.addr_format=CDROM_LBA;
  474. if(session >= 0 && session <= 99) {
  475. struct cdrom_tocentry Te;
  476. Te.cdte_track=session;
  477. Te.cdte_format=CDROM_LBA;
  478. i = ioctl_by_bdev(bdev, CDROMREADTOCENTRY, (unsigned long) &Te);
  479. if (!i) {
  480. printk(KERN_DEBUG "ISOFS: Session %d start %d type %d\n",
  481. session, Te.cdte_addr.lba,
  482. Te.cdte_ctrl&CDROM_DATA_TRACK);
  483. if ((Te.cdte_ctrl&CDROM_DATA_TRACK) == 4)
  484. return Te.cdte_addr.lba;
  485. }
  486. printk(KERN_ERR "ISOFS: Invalid session number or type of track\n");
  487. }
  488. i = ioctl_by_bdev(bdev, CDROMMULTISESSION, (unsigned long) &ms_info);
  489. if (session > 0)
  490. printk(KERN_ERR "ISOFS: Invalid session number\n");
  491. #if 0
  492. printk(KERN_DEBUG "isofs.inode: CDROMMULTISESSION: rc=%d\n",i);
  493. if (i==0) {
  494. printk(KERN_DEBUG "isofs.inode: XA disk: %s\n",ms_info.xa_flag?"yes":"no");
  495. printk(KERN_DEBUG "isofs.inode: vol_desc_start = %d\n", ms_info.addr.lba);
  496. }
  497. #endif
  498. if (i==0)
  499. #if WE_OBEY_THE_WRITTEN_STANDARDS
  500. if (ms_info.xa_flag) /* necessary for a valid ms_info.addr */
  501. #endif
  502. vol_desc_start=ms_info.addr.lba;
  503. return vol_desc_start;
  504. }
  505. /*
  506. * Check if root directory is empty (has less than 3 files).
  507. *
  508. * Used to detect broken CDs where ISO root directory is empty but Joliet root
  509. * directory is OK. If such CD has Rock Ridge extensions, they will be disabled
  510. * (and Joliet used instead) or else no files would be visible.
  511. */
  512. static bool rootdir_empty(struct super_block *sb, unsigned long block)
  513. {
  514. int offset = 0, files = 0, de_len;
  515. struct iso_directory_record *de;
  516. struct buffer_head *bh;
  517. bh = sb_bread(sb, block);
  518. if (!bh)
  519. return true;
  520. while (files < 3) {
  521. de = (struct iso_directory_record *) (bh->b_data + offset);
  522. de_len = *(unsigned char *) de;
  523. if (de_len == 0)
  524. break;
  525. files++;
  526. offset += de_len;
  527. }
  528. brelse(bh);
  529. return files < 3;
  530. }
  531. /*
  532. * Initialize the superblock and read the root inode.
  533. *
  534. * Note: a check_disk_change() has been done immediately prior
  535. * to this call, so we don't need to check again.
  536. */
  537. static int isofs_fill_super(struct super_block *s, void *data, int silent)
  538. {
  539. struct buffer_head *bh = NULL, *pri_bh = NULL;
  540. struct hs_primary_descriptor *h_pri = NULL;
  541. struct iso_primary_descriptor *pri = NULL;
  542. struct iso_supplementary_descriptor *sec = NULL;
  543. struct iso_directory_record *rootp;
  544. struct inode *inode;
  545. struct iso9660_options opt;
  546. struct isofs_sb_info *sbi;
  547. unsigned long first_data_zone;
  548. int joliet_level = 0;
  549. int iso_blknum, block;
  550. int orig_zonesize;
  551. int table, error = -EINVAL;
  552. unsigned int vol_desc_start;
  553. save_mount_options(s, data);
  554. sbi = kzalloc(sizeof(*sbi), GFP_KERNEL);
  555. if (!sbi)
  556. return -ENOMEM;
  557. s->s_fs_info = sbi;
  558. if (!parse_options((char *)data, &opt))
  559. goto out_freesbi;
  560. /*
  561. * First of all, get the hardware blocksize for this device.
  562. * If we don't know what it is, or the hardware blocksize is
  563. * larger than the blocksize the user specified, then use
  564. * that value.
  565. */
  566. /*
  567. * What if bugger tells us to go beyond page size?
  568. */
  569. opt.blocksize = sb_min_blocksize(s, opt.blocksize);
  570. sbi->s_high_sierra = 0; /* default is iso9660 */
  571. vol_desc_start = (opt.sbsector != -1) ?
  572. opt.sbsector : isofs_get_last_session(s,opt.session);
  573. for (iso_blknum = vol_desc_start+16;
  574. iso_blknum < vol_desc_start+100; iso_blknum++) {
  575. struct hs_volume_descriptor *hdp;
  576. struct iso_volume_descriptor *vdp;
  577. block = iso_blknum << (ISOFS_BLOCK_BITS - s->s_blocksize_bits);
  578. if (!(bh = sb_bread(s, block)))
  579. goto out_no_read;
  580. vdp = (struct iso_volume_descriptor *)bh->b_data;
  581. hdp = (struct hs_volume_descriptor *)bh->b_data;
  582. /*
  583. * Due to the overlapping physical location of the descriptors,
  584. * ISO CDs can match hdp->id==HS_STANDARD_ID as well. To ensure
  585. * proper identification in this case, we first check for ISO.
  586. */
  587. if (strncmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) == 0) {
  588. if (isonum_711(vdp->type) == ISO_VD_END)
  589. break;
  590. if (isonum_711(vdp->type) == ISO_VD_PRIMARY) {
  591. if (pri == NULL) {
  592. pri = (struct iso_primary_descriptor *)vdp;
  593. /* Save the buffer in case we need it ... */
  594. pri_bh = bh;
  595. bh = NULL;
  596. }
  597. }
  598. #ifdef CONFIG_JOLIET
  599. else if (isonum_711(vdp->type) == ISO_VD_SUPPLEMENTARY) {
  600. sec = (struct iso_supplementary_descriptor *)vdp;
  601. if (sec->escape[0] == 0x25 && sec->escape[1] == 0x2f) {
  602. if (opt.joliet) {
  603. if (sec->escape[2] == 0x40)
  604. joliet_level = 1;
  605. else if (sec->escape[2] == 0x43)
  606. joliet_level = 2;
  607. else if (sec->escape[2] == 0x45)
  608. joliet_level = 3;
  609. printk(KERN_DEBUG "ISO 9660 Extensions: "
  610. "Microsoft Joliet Level %d\n",
  611. joliet_level);
  612. }
  613. goto root_found;
  614. } else {
  615. /* Unknown supplementary volume descriptor */
  616. sec = NULL;
  617. }
  618. }
  619. #endif
  620. } else {
  621. if (strncmp (hdp->id, HS_STANDARD_ID, sizeof hdp->id) == 0) {
  622. if (isonum_711(hdp->type) != ISO_VD_PRIMARY)
  623. goto out_freebh;
  624. sbi->s_high_sierra = 1;
  625. opt.rock = 0;
  626. h_pri = (struct hs_primary_descriptor *)vdp;
  627. goto root_found;
  628. }
  629. }
  630. /* Just skip any volume descriptors we don't recognize */
  631. brelse(bh);
  632. bh = NULL;
  633. }
  634. /*
  635. * If we fall through, either no volume descriptor was found,
  636. * or else we passed a primary descriptor looking for others.
  637. */
  638. if (!pri)
  639. goto out_unknown_format;
  640. brelse(bh);
  641. bh = pri_bh;
  642. pri_bh = NULL;
  643. root_found:
  644. if (joliet_level && (pri == NULL || !opt.rock)) {
  645. /* This is the case of Joliet with the norock mount flag.
  646. * A disc with both Joliet and Rock Ridge is handled later
  647. */
  648. pri = (struct iso_primary_descriptor *) sec;
  649. }
  650. if(sbi->s_high_sierra){
  651. rootp = (struct iso_directory_record *) h_pri->root_directory_record;
  652. sbi->s_nzones = isonum_733(h_pri->volume_space_size);
  653. sbi->s_log_zone_size = isonum_723(h_pri->logical_block_size);
  654. sbi->s_max_size = isonum_733(h_pri->volume_space_size);
  655. } else {
  656. if (!pri)
  657. goto out_freebh;
  658. rootp = (struct iso_directory_record *) pri->root_directory_record;
  659. sbi->s_nzones = isonum_733(pri->volume_space_size);
  660. sbi->s_log_zone_size = isonum_723(pri->logical_block_size);
  661. sbi->s_max_size = isonum_733(pri->volume_space_size);
  662. }
  663. sbi->s_ninodes = 0; /* No way to figure this out easily */
  664. orig_zonesize = sbi->s_log_zone_size;
  665. /*
  666. * If the zone size is smaller than the hardware sector size,
  667. * this is a fatal error. This would occur if the disc drive
  668. * had sectors that were 2048 bytes, but the filesystem had
  669. * blocks that were 512 bytes (which should only very rarely
  670. * happen.)
  671. */
  672. if (orig_zonesize < opt.blocksize)
  673. goto out_bad_size;
  674. /* RDE: convert log zone size to bit shift */
  675. switch (sbi->s_log_zone_size) {
  676. case 512: sbi->s_log_zone_size = 9; break;
  677. case 1024: sbi->s_log_zone_size = 10; break;
  678. case 2048: sbi->s_log_zone_size = 11; break;
  679. default:
  680. goto out_bad_zone_size;
  681. }
  682. s->s_magic = ISOFS_SUPER_MAGIC;
  683. /*
  684. * With multi-extent files, file size is only limited by the maximum
  685. * size of a file system, which is 8 TB.
  686. */
  687. s->s_maxbytes = 0x80000000000LL;
  688. /* Set this for reference. Its not currently used except on write
  689. which we don't have .. */
  690. first_data_zone = isonum_733(rootp->extent) +
  691. isonum_711(rootp->ext_attr_length);
  692. sbi->s_firstdatazone = first_data_zone;
  693. #ifndef BEQUIET
  694. printk(KERN_DEBUG "ISOFS: Max size:%ld Log zone size:%ld\n",
  695. sbi->s_max_size, 1UL << sbi->s_log_zone_size);
  696. printk(KERN_DEBUG "ISOFS: First datazone:%ld\n", sbi->s_firstdatazone);
  697. if(sbi->s_high_sierra)
  698. printk(KERN_DEBUG "ISOFS: Disc in High Sierra format.\n");
  699. #endif
  700. /*
  701. * If the Joliet level is set, we _may_ decide to use the
  702. * secondary descriptor, but can't be sure until after we
  703. * read the root inode. But before reading the root inode
  704. * we may need to change the device blocksize, and would
  705. * rather release the old buffer first. So, we cache the
  706. * first_data_zone value from the secondary descriptor.
  707. */
  708. if (joliet_level) {
  709. pri = (struct iso_primary_descriptor *) sec;
  710. rootp = (struct iso_directory_record *)
  711. pri->root_directory_record;
  712. first_data_zone = isonum_733(rootp->extent) +
  713. isonum_711(rootp->ext_attr_length);
  714. }
  715. /*
  716. * We're all done using the volume descriptor, and may need
  717. * to change the device blocksize, so release the buffer now.
  718. */
  719. brelse(pri_bh);
  720. brelse(bh);
  721. /*
  722. * Force the blocksize to 512 for 512 byte sectors. The file
  723. * read primitives really get it wrong in a bad way if we don't
  724. * do this.
  725. *
  726. * Note - we should never be setting the blocksize to something
  727. * less than the hardware sector size for the device. If we
  728. * do, we would end up having to read larger buffers and split
  729. * out portions to satisfy requests.
  730. *
  731. * Note2- the idea here is that we want to deal with the optimal
  732. * zonesize in the filesystem. If we have it set to something less,
  733. * then we have horrible problems with trying to piece together
  734. * bits of adjacent blocks in order to properly read directory
  735. * entries. By forcing the blocksize in this way, we ensure
  736. * that we will never be required to do this.
  737. */
  738. sb_set_blocksize(s, orig_zonesize);
  739. sbi->s_nls_iocharset = NULL;
  740. #ifdef CONFIG_JOLIET
  741. if (joliet_level && opt.utf8 == 0) {
  742. char *p = opt.iocharset ? opt.iocharset : CONFIG_NLS_DEFAULT;
  743. sbi->s_nls_iocharset = load_nls(p);
  744. if (! sbi->s_nls_iocharset) {
  745. /* Fail only if explicit charset specified */
  746. if (opt.iocharset)
  747. goto out_freesbi;
  748. sbi->s_nls_iocharset = load_nls_default();
  749. }
  750. }
  751. #endif
  752. s->s_op = &isofs_sops;
  753. s->s_export_op = &isofs_export_ops;
  754. sbi->s_mapping = opt.map;
  755. sbi->s_rock = (opt.rock ? 2 : 0);
  756. sbi->s_rock_offset = -1; /* initial offset, will guess until SP is found*/
  757. sbi->s_cruft = opt.cruft;
  758. sbi->s_hide = opt.hide;
  759. sbi->s_showassoc = opt.showassoc;
  760. sbi->s_uid = opt.uid;
  761. sbi->s_gid = opt.gid;
  762. sbi->s_uid_set = opt.uid_set;
  763. sbi->s_gid_set = opt.gid_set;
  764. sbi->s_utf8 = opt.utf8;
  765. sbi->s_nocompress = opt.nocompress;
  766. sbi->s_overriderockperm = opt.overriderockperm;
  767. /*
  768. * It would be incredibly stupid to allow people to mark every file
  769. * on the disk as suid, so we merely allow them to set the default
  770. * permissions.
  771. */
  772. if (opt.fmode != ISOFS_INVALID_MODE)
  773. sbi->s_fmode = opt.fmode & 0777;
  774. else
  775. sbi->s_fmode = ISOFS_INVALID_MODE;
  776. if (opt.dmode != ISOFS_INVALID_MODE)
  777. sbi->s_dmode = opt.dmode & 0777;
  778. else
  779. sbi->s_dmode = ISOFS_INVALID_MODE;
  780. /*
  781. * Read the root inode, which _may_ result in changing
  782. * the s_rock flag. Once we have the final s_rock value,
  783. * we then decide whether to use the Joliet descriptor.
  784. */
  785. inode = isofs_iget(s, sbi->s_firstdatazone, 0);
  786. if (IS_ERR(inode))
  787. goto out_no_root;
  788. /*
  789. * Fix for broken CDs with Rock Ridge and empty ISO root directory but
  790. * correct Joliet root directory.
  791. */
  792. if (sbi->s_rock == 1 && joliet_level &&
  793. rootdir_empty(s, sbi->s_firstdatazone)) {
  794. printk(KERN_NOTICE
  795. "ISOFS: primary root directory is empty. "
  796. "Disabling Rock Ridge and switching to Joliet.");
  797. sbi->s_rock = 0;
  798. }
  799. /*
  800. * If this disk has both Rock Ridge and Joliet on it, then we
  801. * want to use Rock Ridge by default. This can be overridden
  802. * by using the norock mount option. There is still one other
  803. * possibility that is not taken into account: a Rock Ridge
  804. * CD with Unicode names. Until someone sees such a beast, it
  805. * will not be supported.
  806. */
  807. if (sbi->s_rock == 1) {
  808. joliet_level = 0;
  809. } else if (joliet_level) {
  810. sbi->s_rock = 0;
  811. if (sbi->s_firstdatazone != first_data_zone) {
  812. sbi->s_firstdatazone = first_data_zone;
  813. printk(KERN_DEBUG
  814. "ISOFS: changing to secondary root\n");
  815. iput(inode);
  816. inode = isofs_iget(s, sbi->s_firstdatazone, 0);
  817. if (IS_ERR(inode))
  818. goto out_no_root;
  819. }
  820. }
  821. if (opt.check == 'u') {
  822. /* Only Joliet is case insensitive by default */
  823. if (joliet_level)
  824. opt.check = 'r';
  825. else
  826. opt.check = 's';
  827. }
  828. sbi->s_joliet_level = joliet_level;
  829. /* Make sure the root inode is a directory */
  830. if (!S_ISDIR(inode->i_mode)) {
  831. printk(KERN_WARNING
  832. "isofs_fill_super: root inode is not a directory. "
  833. "Corrupted media?\n");
  834. goto out_iput;
  835. }
  836. table = 0;
  837. if (joliet_level)
  838. table += 2;
  839. if (opt.check == 'r')
  840. table++;
  841. s->s_d_op = &isofs_dentry_ops[table];
  842. /* get the root dentry */
  843. s->s_root = d_make_root(inode);
  844. if (!(s->s_root)) {
  845. error = -ENOMEM;
  846. goto out_no_inode;
  847. }
  848. kfree(opt.iocharset);
  849. return 0;
  850. /*
  851. * Display error messages and free resources.
  852. */
  853. out_iput:
  854. iput(inode);
  855. goto out_no_inode;
  856. out_no_root:
  857. error = PTR_ERR(inode);
  858. if (error != -ENOMEM)
  859. printk(KERN_WARNING "%s: get root inode failed\n", __func__);
  860. out_no_inode:
  861. #ifdef CONFIG_JOLIET
  862. unload_nls(sbi->s_nls_iocharset);
  863. #endif
  864. goto out_freesbi;
  865. out_no_read:
  866. printk(KERN_WARNING "%s: bread failed, dev=%s, iso_blknum=%d, block=%d\n",
  867. __func__, s->s_id, iso_blknum, block);
  868. goto out_freebh;
  869. out_bad_zone_size:
  870. printk(KERN_WARNING "ISOFS: Bad logical zone size %ld\n",
  871. sbi->s_log_zone_size);
  872. goto out_freebh;
  873. out_bad_size:
  874. printk(KERN_WARNING "ISOFS: Logical zone size(%d) < hardware blocksize(%u)\n",
  875. orig_zonesize, opt.blocksize);
  876. goto out_freebh;
  877. out_unknown_format:
  878. if (!silent)
  879. printk(KERN_WARNING "ISOFS: Unable to identify CD-ROM format.\n");
  880. out_freebh:
  881. brelse(bh);
  882. brelse(pri_bh);
  883. out_freesbi:
  884. kfree(opt.iocharset);
  885. kfree(sbi);
  886. s->s_fs_info = NULL;
  887. return error;
  888. }
  889. static int isofs_statfs (struct dentry *dentry, struct kstatfs *buf)
  890. {
  891. struct super_block *sb = dentry->d_sb;
  892. u64 id = huge_encode_dev(sb->s_bdev->bd_dev);
  893. buf->f_type = ISOFS_SUPER_MAGIC;
  894. buf->f_bsize = sb->s_blocksize;
  895. buf->f_blocks = (ISOFS_SB(sb)->s_nzones
  896. << (ISOFS_SB(sb)->s_log_zone_size - sb->s_blocksize_bits));
  897. buf->f_bfree = 0;
  898. buf->f_bavail = 0;
  899. buf->f_files = ISOFS_SB(sb)->s_ninodes;
  900. buf->f_ffree = 0;
  901. buf->f_fsid.val[0] = (u32)id;
  902. buf->f_fsid.val[1] = (u32)(id >> 32);
  903. buf->f_namelen = NAME_MAX;
  904. return 0;
  905. }
  906. /*
  907. * Get a set of blocks; filling in buffer_heads if already allocated
  908. * or getblk() if they are not. Returns the number of blocks inserted
  909. * (-ve == error.)
  910. */
  911. int isofs_get_blocks(struct inode *inode, sector_t iblock,
  912. struct buffer_head **bh, unsigned long nblocks)
  913. {
  914. unsigned long b_off = iblock;
  915. unsigned offset, sect_size;
  916. unsigned int firstext;
  917. unsigned long nextblk, nextoff;
  918. int section, rv, error;
  919. struct iso_inode_info *ei = ISOFS_I(inode);
  920. error = -EIO;
  921. rv = 0;
  922. if (iblock != b_off) {
  923. printk(KERN_DEBUG "%s: block number too large\n", __func__);
  924. goto abort;
  925. }
  926. offset = 0;
  927. firstext = ei->i_first_extent;
  928. sect_size = ei->i_section_size >> ISOFS_BUFFER_BITS(inode);
  929. nextblk = ei->i_next_section_block;
  930. nextoff = ei->i_next_section_offset;
  931. section = 0;
  932. while (nblocks) {
  933. /* If we are *way* beyond the end of the file, print a message.
  934. * Access beyond the end of the file up to the next page boundary
  935. * is normal, however because of the way the page cache works.
  936. * In this case, we just return 0 so that we can properly fill
  937. * the page with useless information without generating any
  938. * I/O errors.
  939. */
  940. if (b_off > ((inode->i_size + PAGE_CACHE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) {
  941. printk(KERN_DEBUG "%s: block >= EOF (%lu, %llu)\n",
  942. __func__, b_off,
  943. (unsigned long long)inode->i_size);
  944. goto abort;
  945. }
  946. /* On the last section, nextblk == 0, section size is likely to
  947. * exceed sect_size by a partial block, and access beyond the
  948. * end of the file will reach beyond the section size, too.
  949. */
  950. while (nextblk && (b_off >= (offset + sect_size))) {
  951. struct inode *ninode;
  952. offset += sect_size;
  953. ninode = isofs_iget(inode->i_sb, nextblk, nextoff);
  954. if (IS_ERR(ninode)) {
  955. error = PTR_ERR(ninode);
  956. goto abort;
  957. }
  958. firstext = ISOFS_I(ninode)->i_first_extent;
  959. sect_size = ISOFS_I(ninode)->i_section_size >> ISOFS_BUFFER_BITS(ninode);
  960. nextblk = ISOFS_I(ninode)->i_next_section_block;
  961. nextoff = ISOFS_I(ninode)->i_next_section_offset;
  962. iput(ninode);
  963. if (++section > 100) {
  964. printk(KERN_DEBUG "%s: More than 100 file sections ?!?"
  965. " aborting...\n", __func__);
  966. printk(KERN_DEBUG "%s: block=%lu firstext=%u sect_size=%u "
  967. "nextblk=%lu nextoff=%lu\n", __func__,
  968. b_off, firstext, (unsigned) sect_size,
  969. nextblk, nextoff);
  970. goto abort;
  971. }
  972. }
  973. if (*bh) {
  974. map_bh(*bh, inode->i_sb, firstext + b_off - offset);
  975. } else {
  976. *bh = sb_getblk(inode->i_sb, firstext+b_off-offset);
  977. if (!*bh)
  978. goto abort;
  979. }
  980. bh++; /* Next buffer head */
  981. b_off++; /* Next buffer offset */
  982. nblocks--;
  983. rv++;
  984. }
  985. error = 0;
  986. abort:
  987. return rv != 0 ? rv : error;
  988. }
  989. /*
  990. * Used by the standard interfaces.
  991. */
  992. static int isofs_get_block(struct inode *inode, sector_t iblock,
  993. struct buffer_head *bh_result, int create)
  994. {
  995. int ret;
  996. if (create) {
  997. printk(KERN_DEBUG "%s: Kernel tries to allocate a block\n", __func__);
  998. return -EROFS;
  999. }
  1000. ret = isofs_get_blocks(inode, iblock, &bh_result, 1);
  1001. return ret < 0 ? ret : 0;
  1002. }
  1003. static int isofs_bmap(struct inode *inode, sector_t block)
  1004. {
  1005. struct buffer_head dummy;
  1006. int error;
  1007. dummy.b_state = 0;
  1008. dummy.b_blocknr = -1000;
  1009. error = isofs_get_block(inode, block, &dummy, 0);
  1010. if (!error)
  1011. return dummy.b_blocknr;
  1012. return 0;
  1013. }
  1014. struct buffer_head *isofs_bread(struct inode *inode, sector_t block)
  1015. {
  1016. sector_t blknr = isofs_bmap(inode, block);
  1017. if (!blknr)
  1018. return NULL;
  1019. return sb_bread(inode->i_sb, blknr);
  1020. }
  1021. static int isofs_readpage(struct file *file, struct page *page)
  1022. {
  1023. return mpage_readpage(page, isofs_get_block);
  1024. }
  1025. static int isofs_readpages(struct file *file, struct address_space *mapping,
  1026. struct list_head *pages, unsigned nr_pages)
  1027. {
  1028. return mpage_readpages(mapping, pages, nr_pages, isofs_get_block);
  1029. }
  1030. static sector_t _isofs_bmap(struct address_space *mapping, sector_t block)
  1031. {
  1032. return generic_block_bmap(mapping,block,isofs_get_block);
  1033. }
  1034. static const struct address_space_operations isofs_aops = {
  1035. .readpage = isofs_readpage,
  1036. .readpages = isofs_readpages,
  1037. .bmap = _isofs_bmap
  1038. };
  1039. static int isofs_read_level3_size(struct inode *inode)
  1040. {
  1041. unsigned long bufsize = ISOFS_BUFFER_SIZE(inode);
  1042. int high_sierra = ISOFS_SB(inode->i_sb)->s_high_sierra;
  1043. struct buffer_head *bh = NULL;
  1044. unsigned long block, offset, block_saved, offset_saved;
  1045. int i = 0;
  1046. int more_entries = 0;
  1047. struct iso_directory_record *tmpde = NULL;
  1048. struct iso_inode_info *ei = ISOFS_I(inode);
  1049. inode->i_size = 0;
  1050. /* The first 16 blocks are reserved as the System Area. Thus,
  1051. * no inodes can appear in block 0. We use this to flag that
  1052. * this is the last section. */
  1053. ei->i_next_section_block = 0;
  1054. ei->i_next_section_offset = 0;
  1055. block = ei->i_iget5_block;
  1056. offset = ei->i_iget5_offset;
  1057. do {
  1058. struct iso_directory_record *de;
  1059. unsigned int de_len;
  1060. if (!bh) {
  1061. bh = sb_bread(inode->i_sb, block);
  1062. if (!bh)
  1063. goto out_noread;
  1064. }
  1065. de = (struct iso_directory_record *) (bh->b_data + offset);
  1066. de_len = *(unsigned char *) de;
  1067. if (de_len == 0) {
  1068. brelse(bh);
  1069. bh = NULL;
  1070. ++block;
  1071. offset = 0;
  1072. continue;
  1073. }
  1074. block_saved = block;
  1075. offset_saved = offset;
  1076. offset += de_len;
  1077. /* Make sure we have a full directory entry */
  1078. if (offset >= bufsize) {
  1079. int slop = bufsize - offset + de_len;
  1080. if (!tmpde) {
  1081. tmpde = kmalloc(256, GFP_KERNEL);
  1082. if (!tmpde)
  1083. goto out_nomem;
  1084. }
  1085. memcpy(tmpde, de, slop);
  1086. offset &= bufsize - 1;
  1087. block++;
  1088. brelse(bh);
  1089. bh = NULL;
  1090. if (offset) {
  1091. bh = sb_bread(inode->i_sb, block);
  1092. if (!bh)
  1093. goto out_noread;
  1094. memcpy((void *)tmpde+slop, bh->b_data, offset);
  1095. }
  1096. de = tmpde;
  1097. }
  1098. inode->i_size += isonum_733(de->size);
  1099. if (i == 1) {
  1100. ei->i_next_section_block = block_saved;
  1101. ei->i_next_section_offset = offset_saved;
  1102. }
  1103. more_entries = de->flags[-high_sierra] & 0x80;
  1104. i++;
  1105. if (i > 100)
  1106. goto out_toomany;
  1107. } while (more_entries);
  1108. out:
  1109. kfree(tmpde);
  1110. if (bh)
  1111. brelse(bh);
  1112. return 0;
  1113. out_nomem:
  1114. if (bh)
  1115. brelse(bh);
  1116. return -ENOMEM;
  1117. out_noread:
  1118. printk(KERN_INFO "ISOFS: unable to read i-node block %lu\n", block);
  1119. kfree(tmpde);
  1120. return -EIO;
  1121. out_toomany:
  1122. printk(KERN_INFO "%s: More than 100 file sections ?!?, aborting...\n"
  1123. "isofs_read_level3_size: inode=%lu\n",
  1124. __func__, inode->i_ino);
  1125. goto out;
  1126. }
  1127. static int isofs_read_inode(struct inode *inode, int relocated)
  1128. {
  1129. struct super_block *sb = inode->i_sb;
  1130. struct isofs_sb_info *sbi = ISOFS_SB(sb);
  1131. unsigned long bufsize = ISOFS_BUFFER_SIZE(inode);
  1132. unsigned long block;
  1133. int high_sierra = sbi->s_high_sierra;
  1134. struct buffer_head *bh = NULL;
  1135. struct iso_directory_record *de;
  1136. struct iso_directory_record *tmpde = NULL;
  1137. unsigned int de_len;
  1138. unsigned long offset;
  1139. struct iso_inode_info *ei = ISOFS_I(inode);
  1140. int ret = -EIO;
  1141. block = ei->i_iget5_block;
  1142. bh = sb_bread(inode->i_sb, block);
  1143. if (!bh)
  1144. goto out_badread;
  1145. offset = ei->i_iget5_offset;
  1146. de = (struct iso_directory_record *) (bh->b_data + offset);
  1147. de_len = *(unsigned char *) de;
  1148. if (offset + de_len > bufsize) {
  1149. int frag1 = bufsize - offset;
  1150. tmpde = kmalloc(de_len, GFP_KERNEL);
  1151. if (tmpde == NULL) {
  1152. printk(KERN_INFO "%s: out of memory\n", __func__);
  1153. ret = -ENOMEM;
  1154. goto fail;
  1155. }
  1156. memcpy(tmpde, bh->b_data + offset, frag1);
  1157. brelse(bh);
  1158. bh = sb_bread(inode->i_sb, ++block);
  1159. if (!bh)
  1160. goto out_badread;
  1161. memcpy((char *)tmpde+frag1, bh->b_data, de_len - frag1);
  1162. de = tmpde;
  1163. }
  1164. inode->i_ino = isofs_get_ino(ei->i_iget5_block,
  1165. ei->i_iget5_offset,
  1166. ISOFS_BUFFER_BITS(inode));
  1167. /* Assume it is a normal-format file unless told otherwise */
  1168. ei->i_file_format = isofs_file_normal;
  1169. if (de->flags[-high_sierra] & 2) {
  1170. if (sbi->s_dmode != ISOFS_INVALID_MODE)
  1171. inode->i_mode = S_IFDIR | sbi->s_dmode;
  1172. else
  1173. inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
  1174. set_nlink(inode, 1); /*
  1175. * Set to 1. We know there are 2, but
  1176. * the find utility tries to optimize
  1177. * if it is 2, and it screws up. It is
  1178. * easier to give 1 which tells find to
  1179. * do it the hard way.
  1180. */
  1181. } else {
  1182. if (sbi->s_fmode != ISOFS_INVALID_MODE) {
  1183. inode->i_mode = S_IFREG | sbi->s_fmode;
  1184. } else {
  1185. /*
  1186. * Set default permissions: r-x for all. The disc
  1187. * could be shared with DOS machines so virtually
  1188. * anything could be a valid executable.
  1189. */
  1190. inode->i_mode = S_IFREG | S_IRUGO | S_IXUGO;
  1191. }
  1192. set_nlink(inode, 1);
  1193. }
  1194. inode->i_uid = sbi->s_uid;
  1195. inode->i_gid = sbi->s_gid;
  1196. inode->i_blocks = 0;
  1197. ei->i_format_parm[0] = 0;
  1198. ei->i_format_parm[1] = 0;
  1199. ei->i_format_parm[2] = 0;
  1200. ei->i_section_size = isonum_733(de->size);
  1201. if (de->flags[-high_sierra] & 0x80) {
  1202. ret = isofs_read_level3_size(inode);
  1203. if (ret < 0)
  1204. goto fail;
  1205. ret = -EIO;
  1206. } else {
  1207. ei->i_next_section_block = 0;
  1208. ei->i_next_section_offset = 0;
  1209. inode->i_size = isonum_733(de->size);
  1210. }
  1211. /*
  1212. * Some dipshit decided to store some other bit of information
  1213. * in the high byte of the file length. Truncate size in case
  1214. * this CDROM was mounted with the cruft option.
  1215. */
  1216. if (sbi->s_cruft)
  1217. inode->i_size &= 0x00ffffff;
  1218. if (de->interleave[0]) {
  1219. printk(KERN_DEBUG "ISOFS: Interleaved files not (yet) supported.\n");
  1220. inode->i_size = 0;
  1221. }
  1222. /* I have no idea what file_unit_size is used for, so
  1223. we will flag it for now */
  1224. if (de->file_unit_size[0] != 0) {
  1225. printk(KERN_DEBUG "ISOFS: File unit size != 0 for ISO file (%ld).\n",
  1226. inode->i_ino);
  1227. }
  1228. /* I have no idea what other flag bits are used for, so
  1229. we will flag it for now */
  1230. #ifdef DEBUG
  1231. if((de->flags[-high_sierra] & ~2)!= 0){
  1232. printk(KERN_DEBUG "ISOFS: Unusual flag settings for ISO file "
  1233. "(%ld %x).\n",
  1234. inode->i_ino, de->flags[-high_sierra]);
  1235. }
  1236. #endif
  1237. inode->i_mtime.tv_sec =
  1238. inode->i_atime.tv_sec =
  1239. inode->i_ctime.tv_sec = iso_date(de->date, high_sierra);
  1240. inode->i_mtime.tv_nsec =
  1241. inode->i_atime.tv_nsec =
  1242. inode->i_ctime.tv_nsec = 0;
  1243. ei->i_first_extent = (isonum_733(de->extent) +
  1244. isonum_711(de->ext_attr_length));
  1245. /* Set the number of blocks for stat() - should be done before RR */
  1246. inode->i_blocks = (inode->i_size + 511) >> 9;
  1247. /*
  1248. * Now test for possible Rock Ridge extensions which will override
  1249. * some of these numbers in the inode structure.
  1250. */
  1251. if (!high_sierra) {
  1252. parse_rock_ridge_inode(de, inode, relocated);
  1253. /* if we want uid/gid set, override the rock ridge setting */
  1254. if (sbi->s_uid_set)
  1255. inode->i_uid = sbi->s_uid;
  1256. if (sbi->s_gid_set)
  1257. inode->i_gid = sbi->s_gid;
  1258. }
  1259. /* Now set final access rights if overriding rock ridge setting */
  1260. if (S_ISDIR(inode->i_mode) && sbi->s_overriderockperm &&
  1261. sbi->s_dmode != ISOFS_INVALID_MODE)
  1262. inode->i_mode = S_IFDIR | sbi->s_dmode;
  1263. if (S_ISREG(inode->i_mode) && sbi->s_overriderockperm &&
  1264. sbi->s_fmode != ISOFS_INVALID_MODE)
  1265. inode->i_mode = S_IFREG | sbi->s_fmode;
  1266. /* Install the inode operations vector */
  1267. if (S_ISREG(inode->i_mode)) {
  1268. inode->i_fop = &generic_ro_fops;
  1269. switch (ei->i_file_format) {
  1270. #ifdef CONFIG_ZISOFS
  1271. case isofs_file_compressed:
  1272. inode->i_data.a_ops = &zisofs_aops;
  1273. break;
  1274. #endif
  1275. default:
  1276. inode->i_data.a_ops = &isofs_aops;
  1277. break;
  1278. }
  1279. } else if (S_ISDIR(inode->i_mode)) {
  1280. inode->i_op = &isofs_dir_inode_operations;
  1281. inode->i_fop = &isofs_dir_operations;
  1282. } else if (S_ISLNK(inode->i_mode)) {
  1283. inode->i_op = &page_symlink_inode_operations;
  1284. inode->i_data.a_ops = &isofs_symlink_aops;
  1285. } else
  1286. /* XXX - parse_rock_ridge_inode() had already set i_rdev. */
  1287. init_special_inode(inode, inode->i_mode, inode->i_rdev);
  1288. ret = 0;
  1289. out:
  1290. kfree(tmpde);
  1291. if (bh)
  1292. brelse(bh);
  1293. return ret;
  1294. out_badread:
  1295. printk(KERN_WARNING "ISOFS: unable to read i-node block\n");
  1296. fail:
  1297. goto out;
  1298. }
  1299. struct isofs_iget5_callback_data {
  1300. unsigned long block;
  1301. unsigned long offset;
  1302. };
  1303. static int isofs_iget5_test(struct inode *ino, void *data)
  1304. {
  1305. struct iso_inode_info *i = ISOFS_I(ino);
  1306. struct isofs_iget5_callback_data *d =
  1307. (struct isofs_iget5_callback_data*)data;
  1308. return (i->i_iget5_block == d->block)
  1309. && (i->i_iget5_offset == d->offset);
  1310. }
  1311. static int isofs_iget5_set(struct inode *ino, void *data)
  1312. {
  1313. struct iso_inode_info *i = ISOFS_I(ino);
  1314. struct isofs_iget5_callback_data *d =
  1315. (struct isofs_iget5_callback_data*)data;
  1316. i->i_iget5_block = d->block;
  1317. i->i_iget5_offset = d->offset;
  1318. return 0;
  1319. }
  1320. /* Store, in the inode's containing structure, the block and block
  1321. * offset that point to the underlying meta-data for the inode. The
  1322. * code below is otherwise similar to the iget() code in
  1323. * include/linux/fs.h */
  1324. struct inode *__isofs_iget(struct super_block *sb,
  1325. unsigned long block,
  1326. unsigned long offset,
  1327. int relocated)
  1328. {
  1329. unsigned long hashval;
  1330. struct inode *inode;
  1331. struct isofs_iget5_callback_data data;
  1332. long ret;
  1333. if (offset >= 1ul << sb->s_blocksize_bits)
  1334. return ERR_PTR(-EINVAL);
  1335. data.block = block;
  1336. data.offset = offset;
  1337. hashval = (block << sb->s_blocksize_bits) | offset;
  1338. inode = iget5_locked(sb, hashval, &isofs_iget5_test,
  1339. &isofs_iget5_set, &data);
  1340. if (!inode)
  1341. return ERR_PTR(-ENOMEM);
  1342. if (inode->i_state & I_NEW) {
  1343. ret = isofs_read_inode(inode, relocated);
  1344. if (ret < 0) {
  1345. iget_failed(inode);
  1346. inode = ERR_PTR(ret);
  1347. } else {
  1348. unlock_new_inode(inode);
  1349. }
  1350. }
  1351. return inode;
  1352. }
  1353. static struct dentry *isofs_mount(struct file_system_type *fs_type,
  1354. int flags, const char *dev_name, void *data)
  1355. {
  1356. /* We don't support read-write mounts */
  1357. if (!(flags & MS_RDONLY))
  1358. return ERR_PTR(-EACCES);
  1359. return mount_bdev(fs_type, flags, dev_name, data, isofs_fill_super);
  1360. }
  1361. static struct file_system_type iso9660_fs_type = {
  1362. .owner = THIS_MODULE,
  1363. .name = "iso9660",
  1364. .mount = isofs_mount,
  1365. .kill_sb = kill_block_super,
  1366. .fs_flags = FS_REQUIRES_DEV,
  1367. };
  1368. MODULE_ALIAS_FS("iso9660");
  1369. MODULE_ALIAS("iso9660");
  1370. static int __init init_iso9660_fs(void)
  1371. {
  1372. int err = init_inodecache();
  1373. if (err)
  1374. goto out;
  1375. #ifdef CONFIG_ZISOFS
  1376. err = zisofs_init();
  1377. if (err)
  1378. goto out1;
  1379. #endif
  1380. err = register_filesystem(&iso9660_fs_type);
  1381. if (err)
  1382. goto out2;
  1383. return 0;
  1384. out2:
  1385. #ifdef CONFIG_ZISOFS
  1386. zisofs_cleanup();
  1387. out1:
  1388. #endif
  1389. destroy_inodecache();
  1390. out:
  1391. return err;
  1392. }
  1393. static void __exit exit_iso9660_fs(void)
  1394. {
  1395. unregister_filesystem(&iso9660_fs_type);
  1396. #ifdef CONFIG_ZISOFS
  1397. zisofs_cleanup();
  1398. #endif
  1399. destroy_inodecache();
  1400. }
  1401. module_init(init_iso9660_fs)
  1402. module_exit(exit_iso9660_fs)
  1403. MODULE_LICENSE("GPL");