1. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  2. 6242164 Squashfs: Add LZ4 compression configuration option by Phillip Lougher · 10 years ago
  3. 9c06a46 Squashfs: add LZ4 compression support by Phillip Lougher · 10 years ago
  4. c811f5f fs/squashfs/super.c: logging cleanup by Fabian Frederick · 10 years ago
  5. 1469488 fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_array by Fabian Frederick · 10 years ago
  6. 2201083 fs/squashfs/squashfs.h: replace pr_warning by pr_warn by Fabian Frederick · 10 years ago
  7. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  8. 6d56540 Squashfs: fix failure to unlock pages on decompress error by Phillip Lougher · 11 years ago
  9. ed4f381 Squashfs: Check stream is not NULL in decompressor_multi.c by Phillip Lougher · 11 years ago
  10. 0d455c1 Squashfs: Directly decompress into the page cache for file data by Phillip Lougher · 11 years ago
  11. 5f55dbc Squashfs: Restructure squashfs_readpage() by Phillip Lougher · 11 years ago
  12. 846b730 Squashfs: Generalise paging handling in the decompressors by Phillip Lougher · 11 years ago
  13. d208383 Squashfs: add multi-threaded decompression using percpu variable by Phillip Lougher · 11 years ago
  14. cd59c2e squashfs: Enhance parallel I/O by Minchan Kim · 11 years ago
  15. 9508c6b Squashfs: Refactor decompressor interface and code by Phillip Lougher · 11 years ago
  16. 9e01242 Squashfs: add corruption check for type in squashfs_readdir() by Phillip Lougher · 11 years ago
  17. f960cae Squashfs: add corruption check in get_dir_index_using_offset() by Phillip Lougher · 11 years ago
  18. 68e7f41 Squashfs: fix corruption checks in squashfs_readdir() by Phillip Lougher · 11 years ago
  19. 52e9ce1 Squashfs: fix corruption checks in squashfs_lookup() by Phillip Lougher · 11 years ago
  20. 9dbc41d Squashfs: fix corruption check in get_dir_index_using_name() by Phillip Lougher · 11 years ago
  21. e012526 Squashfs: Optimized uncompressed buffer loop by Manish Sharma · 11 years ago
  22. 28d7b56 Squashfs: sanity check information from disk by Dan Carpenter · 11 years ago
  23. 5f6039c [readdir] convert squashfs by Al Viro · 11 years ago
  24. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 11 years ago
  25. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  26. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  27. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  28. 61293ee userns: Convert squashfs to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  29. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  30. 8563f87 Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 12 years ago
  31. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  32. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  33. 53b55e5 squashfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  34. 4b0180a Squashfs: add mount time sanity check for block_size and block_log match by Phillip Lougher · 12 years ago
  35. 2158d3f Squashfs: fix f_pos check in get_dir_index_using_offset by Phillip Lougher · 12 years ago
  36. 47f4396 Squashfs: get rid of obsolete definitions in header file by Phillip Lougher · 12 years ago
  37. bd3a518 Squashfs: remove redundant length initialisation in squashfs_lookup by Phillip Lougher · 12 years ago
  38. 68a8c39 Squashfs: remove redundant length initialisation in squashfs_readdir by Phillip Lougher · 12 years ago
  39. ec9267b Squashfs: update comment removing reference to zlib only by Phillip Lougher · 12 years ago
  40. 4826d83 Squashfs: use define instead of constant by Ajeet Yadav · 12 years ago
  41. 96e80a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 12 years ago
  42. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  43. 3d4a1c8 Squashfs: fix i_blocks calculation with extended regular files by Phillip Lougher · 12 years ago
  44. cc37f75 Squashfs: fix mount time sanity check for corrupted superblock by Phillip Lougher · 12 years ago
  45. d7fbd89 Squashfs: optimise squashfs_cache_get entry search by Ajeet Yadav · 13 years ago
  46. e552a59 Squashfs: add missing block release on error condition by Phillip Lougher · 13 years ago
  47. 044595d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 13 years ago
  48. 7657cac Squashfs: Add an option to set dev block size to 4K by Phillip Lougher · 13 years ago
  49. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  50. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  51. 91d44d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 13 years ago
  52. cc6d349 Squashfs: Make ZLIB compression support optional by Phillip Lougher · 13 years ago
  53. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  54. 0c1aa9a deuglify squashfs_lookup() by Al Viro · 13 years ago
  55. 2ff55e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 13 years ago
  56. d5b72ce Squashfs: Fix sanity check patches on big-endian systems by Phillip Lougher · 13 years ago
  57. bc9bc72 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 13 years ago
  58. d7f2ff6 Squashfs: update email address by Phillip Lougher · 13 years ago
  59. 1094a4a Squashfs: add extra sanity checks at mount time by Phillip Lougher · 13 years ago
  60. 1cac63c Squashfs: add sanity checks to fragment reading at mount time by Phillip Lougher · 13 years ago
  61. ac51a0a Squashfs: add sanity checks to lookup table reading at mount time by Phillip Lougher · 13 years ago
  62. 37986f6 Squashfs: add sanity checks to id reading at mount time by Phillip Lougher · 13 years ago
  63. 6f04864 Squashfs: add sanity checks to xattr reading at mount time by Phillip Lougher · 13 years ago
  64. 76e002f Squashfs: reverse order of filesystem table reading by Phillip Lougher · 13 years ago
  65. 82de647 Squashfs: move table allocation into squashfs_read_table() by Phillip Lougher · 13 years ago
  66. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  67. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  68. 117a91e Squashfs: Use vmalloc rather than kmalloc for zlib workspace by Phillip Lougher · 13 years ago
  69. 44cff8a Squashfs: handle corruption of directory structure by Phillip Lougher · 13 years ago
  70. 003a319 Squashfs: wrap squashfs_mount() definition by Phillip Lougher · 13 years ago
  71. 3ad1266 Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymore by Phillip Lougher · 13 years ago
  72. 681ffe2 Squashfs: Update Kconfig help text to include xz compression by Phillip Lougher · 13 years ago
  73. ff75031 Squashfs: add compression options support to xz decompressor by Phillip Lougher · 13 years ago
  74. b7fc0ff Squashfs: extend decompressor framework to handle compression options by Phillip Lougher · 13 years ago
  75. 3689456 squashfs: fix use of uninitialised variable in zlib & xz decompressors by Phillip Lougher · 13 years ago
  76. 01a678c Squashfs: simplify CONFIG_SQUASHFS_LZO handling by Phillip Lougher · 13 years ago
  77. 8fcd972 Squashfs: move squashfs_i() definition from squashfs.h by Phillip Lougher · 13 years ago
  78. 6197fd8 Squashfs: get rid of default n in Kconfig by Phillip Lougher · 13 years ago
  79. e7ee11f Squashfs: add missing check in zlib_wrapper by Phillip Lougher · 13 years ago
  80. 170cf02 Squashfs: remove unnecessary variable in zlib_wrapper by Phillip Lougher · 13 years ago
  81. 7a43ae5 Squashfs: Add XZ compression configuration option by Phillip Lougher · 14 years ago
  82. 81bb8de Squashfs: add XZ compression support by Phillip Lougher · 14 years ago
  83. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  84. 162164f Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 14 years ago
  85. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  86. 5f3b321 Squashfs: fix function prototype by Phillip Lougher · 14 years ago
  87. 0772458 Squashfs: fix use of __le64 annotated variable by Phillip Lougher · 14 years ago
  88. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  89. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  90. 3dbc4b3 BKL: Remove BKL from squashfs by Arnd Bergmann · 14 years ago
  91. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  92. 66048c3 Squashfs: fix checkpatch.pl warnings by Phillip Lougher · 14 years ago
  93. 4f86b8f Squashfs: fix filename typo by Phillip Lougher · 14 years ago
  94. 4b676d2 Squashfs: update Kconfig and documentation for LZO by Phillip Lougher · 14 years ago
  95. f3065f6 Squashfs: fix block size use in LZO decompressor by Phillip Lougher · 14 years ago
  96. 79cb8ce Squashfs: Add LZO compression support by Chan Jeong · 14 years ago
  97. 4690148 squashfs: fix filename in header comment by Phillip Lougher · 14 years ago
  98. 637d5c9 Squashfs: Make XATTR config name consistent with other file systems by Phillip Lougher · 14 years ago
  99. a02956e squashfs: fix compiler inline warning by Phillip Lougher · 14 years ago
  100. 5c80f5a squashfs: fix name reading in squashfs_xattr_get by Phillip Lougher · 14 years ago