inode.c 36 KB

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