1. 3689456 squashfs: fix use of uninitialised variable in zlib & xz decompressors by Phillip Lougher · 13 years ago
  2. 01a678c Squashfs: simplify CONFIG_SQUASHFS_LZO handling by Phillip Lougher · 14 years ago
  3. 8fcd972 Squashfs: move squashfs_i() definition from squashfs.h by Phillip Lougher · 14 years ago
  4. 6197fd8 Squashfs: get rid of default n in Kconfig by Phillip Lougher · 14 years ago
  5. e7ee11f Squashfs: add missing check in zlib_wrapper by Phillip Lougher · 14 years ago
  6. 170cf02 Squashfs: remove unnecessary variable in zlib_wrapper by Phillip Lougher · 14 years ago
  7. 7a43ae5 Squashfs: Add XZ compression configuration option by Phillip Lougher · 14 years ago
  8. 81bb8de Squashfs: add XZ compression support by Phillip Lougher · 14 years ago
  9. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  10. 162164f Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 14 years ago
  11. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  12. 5f3b321 Squashfs: fix function prototype by Phillip Lougher · 14 years ago
  13. 0772458 Squashfs: fix use of __le64 annotated variable by Phillip Lougher · 14 years ago
  14. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  15. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  16. 3dbc4b3 BKL: Remove BKL from squashfs by Arnd Bergmann · 14 years ago
  17. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  18. 66048c3 Squashfs: fix checkpatch.pl warnings by Phillip Lougher · 14 years ago
  19. 4f86b8f Squashfs: fix filename typo by Phillip Lougher · 14 years ago
  20. 4b676d2 Squashfs: update Kconfig and documentation for LZO by Phillip Lougher · 14 years ago
  21. f3065f6 Squashfs: fix block size use in LZO decompressor by Phillip Lougher · 14 years ago
  22. 79cb8ce Squashfs: Add LZO compression support by Chan Jeong · 14 years ago
  23. 4690148 squashfs: fix filename in header comment by Phillip Lougher · 14 years ago
  24. 637d5c9 Squashfs: Make XATTR config name consistent with other file systems by Phillip Lougher · 14 years ago
  25. a02956e squashfs: fix compiler inline warning by Phillip Lougher · 14 years ago
  26. 5c80f5a squashfs: fix name reading in squashfs_xattr_get by Phillip Lougher · 14 years ago
  27. f6db25a squashfs: constify xattr handlers by Phillip Lougher · 14 years ago
  28. 0f87ee0 squashfs: xattr fix sparse warnings by Stephen Hemminger · 14 years ago
  29. aa5b189 squashfs: xattr_lookup sparse fix by Stephen Hemminger · 14 years ago
  30. 01e5b4e squashfs: add xattr support configure option by Phillip Lougher · 14 years ago
  31. 67f66cc squashfs: add new extended inode types by Phillip Lougher · 14 years ago
  32. f41d207 squashfs: add support for xattr reading by Phillip Lougher · 14 years ago
  33. 4b5397d squashfs: add xattr id support by Phillip Lougher · 14 years ago
  34. e0d1f70 squashfs: fix potential buffer over-run on 4K block file systems by Phillip Lougher · 14 years ago
  35. 370ec3d squashfs: add missing buffer free by Phillip Lougher · 14 years ago
  36. 1cb08e9 squashfs: fix warn_on when root inode is corrupted by Phillip Lougher · 14 years ago
  37. 792590c squashfs: fix locking bug in zlib wrapper by Phillip Lougher · 14 years ago
  38. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  39. 06862f8 Squashfs: get rid of obsolete definition in header file by Phillip Lougher · 14 years ago
  40. ae4a317 Squashfs: get rid of obsolete variable in struct squashfs_sb_info by Phillip Lougher · 14 years ago
  41. dc32567 Squashfs: add decompressor entries for lzma and lzo by Phillip Lougher · 15 years ago
  42. 4c0f0bb Squashfs: add a decompressor framework by Phillip Lougher · 15 years ago
  43. f1a4035 Squashfs: factor out remaining zlib dependencies into separate wrapper file by Phillip Lougher · 15 years ago
  44. e6a6d37 Squashfs: move zlib decompression wrapper code into a separate file by Phillip Lougher · 15 years ago
  45. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  46. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  47. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  48. e5d2875 Squashfs: cody tidying, remove commented out line in Makefile by Phillip Lougher · 15 years ago
  49. fffb47b Squashfs: check page size is not larger than the filesystem block size by Phillip Lougher · 15 years ago
  50. a37b06d Squashfs: fix breakage when page size > metadata block size by Doug Chapman · 15 years ago
  51. 12fe32e Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  52. 23516dc kmemtrace, squashfs: fix slab.h dependency problem in squasfs by Pekka Enberg · 15 years ago
  53. 2fc7f56 fs/squashfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  54. 363911d Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch by Phillip Lougher · 15 years ago
  55. f4f8056 Squashfs: frag_size should be signed, as it can hold an error result by Roel Kluin · 15 years ago
  56. 118e1ef Squashfs: Fix oops when reading fsfuzzer corrupted filesystems by Phillip Lougher · 15 years ago
  57. 22635ec fs/Kconfig: move squashfs out by Alexey Dobriyan · 16 years ago
  58. 1bcbf31 btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h> by Qinghuang Feng · 16 years ago
  59. fcef6fb Squashfs: Makefiles by Phillip Lougher · 16 years ago
  60. ffae2cd Squashfs: header files by Phillip Lougher · 16 years ago
  61. e2780ab Squashfs: block operations by Phillip Lougher · 16 years ago
  62. f400e12 Squashfs: cache operations by Phillip Lougher · 16 years ago
  63. 8256c8f6 Squashfs: uid/gid lookup operations by Phillip Lougher · 16 years ago
  64. 122edd1 Squashfs: fragment block operations by Phillip Lougher · 16 years ago
  65. 1226014 Squashfs: export operations by Phillip Lougher · 16 years ago
  66. 0aa6661 Squashfs: super block operations by Phillip Lougher · 16 years ago
  67. 1dc4bba Squashfs: symlink operations by Phillip Lougher · 16 years ago
  68. 1701aec Squashfs: regular file operations by Phillip Lougher · 16 years ago
  69. 07972dd Squashfs: directory readdir operations by Phillip Lougher · 16 years ago
  70. c88da2c Squashfs: directory lookup operations by Phillip Lougher · 16 years ago
  71. 6545b24 Squashfs: inode operations by Phillip Lougher · 16 years ago