1. f3ef6b2 Update README and get rid of some obsolete files in kernel/ by Phillip Lougher · 13 years ago
  2. 73389af Update to say that files in kernel/ are obsolete by plougher · 14 years ago
  3. 90ecae7 Update to reflect CVS status by plougher · 14 years ago
  4. 96ffd82 Update following mainlining of Squashfs by plougher · 15 years ago
  5. 8e7ceee Checkpatch.pl: fix errors by plougher · 15 years ago
  6. ee648c1 squashfs.txt: add by plougher · 15 years ago
  7. 8d948bf More comments describing the rationale and use of the cache. by plougher · 15 years ago
  8. ae3b69d Rename squashfs_frag_location to more meaningful squashfs_frag_lookup by plougher · 15 years ago
  9. 62eee33 squashfs_cache_get: extend cache lock holding by plougher · 15 years ago
  10. 01feb21 Simplify a couple of lines of code by plougher · 15 years ago
  11. dd2dee4 Squashfs_copy_data: add special case for length == 0, and factor out by plougher · 15 years ago
  12. 1421913 Extend cache lock holding in squashfs_cache_put by plougher · 15 years ago
  13. dc0c9e8 Code tidy by plougher · 15 years ago
  14. 0564f6a Fix identation error by plougher · 15 years ago
  15. f006b96 Change 'long long' usage to u64 for variables referring to 64-bit by plougher · 15 years ago
  16. 5921b8d Rename SQUASHFS_I() to squashfs_i(). by plougher · 15 years ago
  17. f744e8c Make pending and error ints rather than char. by plougher · 15 years ago
  18. 25e0a3f Rename waiting to num_waiters, making clear it is a count rather than a boolean. by plougher · 15 years ago
  19. b294ad2 Rename locked to refcount and update cpmments correspondingly. by plougher · 15 years ago
  20. d7941bf More comments. by plougher · 15 years ago
  21. 14a0423 Add comments for new functions added. by plougher · 15 years ago
  22. c096b84 Replace brelse with put_bh by plougher · 15 years ago
  23. e5d5667 Rename some global functions, prefixing squashfs_ by plougher · 15 years ago
  24. 9798f1e Remove vmalloc, and use smaller PAGE_CACHE_SIZE buffers by plougher · 15 years ago
  25. e631cb7 Add squashfs_read_table and use it instead of squashfs_read_data to by plougher · 15 years ago
  26. 93911cb Use the squashfs cache to read datablocks, rather than directly call by plougher · 15 years ago
  27. a96ba00 squashfs_fs.h squashfs_fs_i.h and squashfs_fs_sb.h have moved from by plougher · 15 years ago
  28. d22fb74 Update date by plougher · 15 years ago
  29. 6c11db9 Fix an alignment issue in get_dir_index_using_name() by plougher · 15 years ago
  30. 1931723 Whoops, one too many eliminated goto. We need this goto as we need by plougher · 15 years ago
  31. b451244 Fix a comment following renaming of variables. by plougher · 15 years ago
  32. 0b77ad6 Fix some checkpatch.pl warnings by plougher · 15 years ago
  33. a70c1cc Move squashfs header files into fs/squashfs directory. by plougher · 16 years ago
  34. 183b4ee Rename SQUASHFS_FILE_TYPE to SQUASHFS_REG_TYPE, to conform to by plougher · 16 years ago
  35. b63b792 Fix some printk format warnings by plougher · 16 years ago
  36. c3c9619 Fix more stupid mistakes by plougher · 16 years ago
  37. 9fca346 Improve xattr support by plougher · 16 years ago
  38. 532f068 Fix sparse warnings. by plougher · 16 years ago
  39. 171e3df Replace a couple of redundant gotos with returns. by plougher · 16 years ago
  40. 795ad5f Get rid of some more obsolete defs and slightly reformat by plougher · 16 years ago
  41. 9c25f9e Fix various mistakes in previous checkins by plougher · 16 years ago
  42. ad733de Switch some swapping mistakes. inode->i_mode should not be swapped. by plougher · 16 years ago
  43. 2370ab2 Fix some horrible code by plougher · 16 years ago
  44. 1aef9e4 Shorten a couple of vars in squashfs_sb_info by plougher · 16 years ago
  45. 76f489f Shorten a bunch of vars in squashfs_inode_info by plougher · 16 years ago
  46. 2c2000a Move struct inode pointer from i to inode. by plougher · 16 years ago
  47. d8ac972 Move struct inode pointer from i to dir, and shorten some variable names. by plougher · 16 years ago
  48. 5cd4d8c Change struct inode pointer from i to inode by plougher · 16 years ago
  49. 90f8ba4 Change struct inode pointer from i to inode. by plougher · 16 years ago
  50. 3b16562 Change super_block from s to sb. by plougher · 16 years ago
  51. 8aecfa0 Change super_block pointer from s to sb. by plougher · 16 years ago
  52. 5809be5 Change superblock to sb from s by plougher · 16 years ago
  53. 9c4c742 Change sb from s by plougher · 16 years ago
  54. 52c40f1 Change super_block s to sb. by plougher · 16 years ago
  55. a7ded5e Change s to sb. by plougher · 16 years ago
  56. 6fd262a s -> sb by plougher · 16 years ago
  57. 8f0751c Change s -> sb, and shorten/rename some variables. by plougher · 16 years ago
  58. f67e89e Change s to sb. by plougher · 16 years ago
  59. 314b2c8 Change super_block pointer by plougher · 16 years ago
  60. 20f8a75 Change super_block pointer from s to sb. by plougher · 16 years ago
  61. 42d43d8 Third round, change squashfs_read_metadata to return negative errors. by plougher · 16 years ago
  62. 64fcf5e Third round of changing to negative error codes by plougher · 16 years ago
  63. 17f4c6f Second round of changing functions to return negative errors by plougher · 16 years ago
  64. d02958d Fix squashfs_get_id and squashfs_new_inode to return negative errors by plougher · 16 years ago
  65. bfffe32 Remove two parameters in call to squashfs_read_metadata by plougher · 16 years ago
  66. 5f8bb3b Really fix removal of SERROR by plougher · 16 years ago
  67. 798edda Get rid of SERROR by plougher · 16 years ago
  68. 5b9bc36 Update date by plougher · 16 years ago
  69. 07e0310 Another round of pointless checkpatch.pl fixes caused by recent editing. by plougher · 16 years ago
  70. 37f71a7 Add compression type to mount time check by plougher · 16 years ago
  71. a3e28ec Udate FSF address in GPL Copyleft by plougher · 16 years ago
  72. 824cff2 Hopefully last round of comments _before_ next mainlining attempt. by plougher · 16 years ago
  73. 48a99fd Tweak comments. by plougher · 16 years ago
  74. 725a94f Add comments. by plougher · 16 years ago
  75. 4553626 Add lots of comments. by plougher · 16 years ago
  76. 3405d61 Yet more coding style changes. This time use kcalloc rather than kmalloc and by plougher · 16 years ago
  77. 142b814 Fix code. On second iteration, block needs to move to next index. by plougher · 16 years ago
  78. 18173b6 Push the blocklist allocation down to read_indexes. by plougher · 16 years ago
  79. 368619f Remove SQUASHFS_MK_VFS_INODE, obsolete, only previously kept for squashfs 2.0 by plougher · 16 years ago
  80. 94a3cba Sigh - make squashfs_cache_get and squashfs_cache_put non-static again. by plougher · 16 years ago
  81. f38a2e8 Update date by plougher · 16 years ago
  82. 0c18b12 Rewrite enabling kmap to be replaced with kmap_atomic by plougher · 16 years ago
  83. 9e207eb Add comments. by plougher · 16 years ago
  84. ada1ec7 Add comments. by plougher · 16 years ago
  85. 238da45 Rename get_id to squashfs_get_id. by plougher · 16 years ago
  86. 426c853 More comments by plougher · 16 years ago
  87. e3d86c0 More comments. by plougher · 16 years ago
  88. 82f4f8f More comments. by plougher · 16 years ago
  89. f55ef27 Fix inline swap by plougher · 16 years ago
  90. 8473a13 fix TRACE statements by plougher · 16 years ago
  91. 73dfc7b Change else to conform to coding style. by plougher · 16 years ago
  92. 79428b5 Tidy code. by plougher · 16 years ago
  93. a60610a Add comments. by plougher · 16 years ago
  94. 4ceab51 Fix typo in variable by plougher · 16 years ago
  95. 2f27152 Add comments. by plougher · 16 years ago
  96. 77fc6c6 Udate date by plougher · 16 years ago
  97. 71a512f Typo by plougher · 16 years ago
  98. 104b36d Move fragment cache routines from fragment.c to cache.c by plougher · 16 years ago
  99. 8d3339a Rename squashfs_get_cached_block to squashfs_read_metadata by plougher · 16 years ago
  100. 1a385d7 Move and rename squashfs_cached_block from block.c to cache.c by plougher · 16 years ago