inode.c 37 KB

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