1. cf30f6a lib: zstd: Add kernel-specific API by Nick Terrell · 4 years, 4 months ago
  2. be9a7b3 squashfs: use bdev_nr_bytes instead of open coding it by Christoph Hellwig · 3 years, 2 months ago
  3. fbc27241 squashfs: use bvec_virt by Christoph Hellwig · 3 years, 5 months ago
  4. 10dde05 squashfs: add option to panic on errors by Vincent Whitchurch · 3 years, 6 months ago
  5. d6e621d squashfs: fix divide error in calculate_skip() by Phillip Lougher · 3 years, 8 months ago
  6. 8b44ca2 squashfs: fix xattr id and id lookup sanity checks by Phillip Lougher · 3 years, 9 months ago
  7. c1b2028 squashfs: fix inode lookup sanity checks by Sean Nyekjaer · 3 years, 9 months ago
  8. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
  9. 506220d squashfs: add more sanity checks in xattr id lookup by Phillip Lougher · 3 years, 11 months ago
  10. eabac19 squashfs: add more sanity checks in inode lookup by Phillip Lougher · 3 years, 11 months ago
  11. f37aa4c squashfs: add more sanity checks in id lookup by Phillip Lougher · 3 years, 11 months ago
  12. e812cbb squashfs: avoid out of bounds writes in decompressors by Phillip Lougher · 3 years, 11 months ago
  13. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  14. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
  15. f26044c squashfs: avoid bio_alloc() failure with 1Mbyte blocks by Phillip Lougher · 4 years, 4 months ago
  16. 2910c59 squashfs: fix length field overlap check in metadata reading by Phillip Lougher · 4 years, 5 months ago
  17. b2b32e3 Squashfs: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 7 months ago
  18. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  19. 93e72b3 squashfs: migrate from ll_rw_block usage to BIO by Philippe Liard · 4 years, 7 months ago
  20. fd56200 squashfs: Make use of local lock in multi_cpu decompressor by Julia Cartwright · 4 years, 7 months ago
  21. bc7d9ae Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  22. 5a2be12 vfs: Convert squashfs to use the new mount API by David Howells · 6 years ago
  23. 22b1396 fs: Fill in max and min timestamps in superblock by Deepa Dinamani · 5 years ago
  24. 20c8ccb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 by Thomas Gleixner · 6 years ago
  25. 3e0a4e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 by Thomas Gleixner · 6 years ago
  26. 68252eb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35 by Thomas Gleixner · 6 years ago
  27. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  28. 56b5af1 squashfs: switch to ->free_inode() by Al Viro · 6 years ago
  29. a3f94cb Squashfs: Compute expected length from inode size rather than block length by Phillip Lougher · 6 years ago
  30. 71755ee squashfs: more metadata hardening by Linus Torvalds · 6 years ago
  31. cdbb65c squashfs metadata 2: electric boogaloo by Linus Torvalds · 6 years ago
  32. d512584 squashfs: more metadata hardening by Linus Torvalds · 6 years ago
  33. 01cfb79 squashfs: be more careful about metadata corruption by Linus Torvalds · 6 years ago
  34. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  35. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  36. 87bf54b squashfs: Add zstd support by Sean Purcell · 7 years ago
  37. d21b5ff12 fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 version by Sven Schmidt · 8 years ago
  38. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  39. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  40. 2f8b544 block,fs: untangle fs.h and blk_types.h by Christoph Hellwig · 8 years ago
  41. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  42. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 9 years ago
  43. d375570 romfs, squashfs: switch to ->iterate_shared() by Al Viro · 9 years ago
  44. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
  45. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 9 years ago
  46. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  47. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  48. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  49. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  50. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  51. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 10 years ago
  52. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  53. 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 9 years ago
  54. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  55. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  56. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  57. 0ddaf72 squashfs: xattr simplifications by Andreas Gruenbacher · 9 years ago
  58. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  59. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 10 years ago
  60. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  61. 6242164 Squashfs: Add LZ4 compression configuration option by Phillip Lougher · 10 years ago
  62. 9c06a46 Squashfs: add LZ4 compression support by Phillip Lougher · 10 years ago
  63. c811f5f fs/squashfs/super.c: logging cleanup by Fabian Frederick · 10 years ago
  64. 1469488 fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_array by Fabian Frederick · 10 years ago
  65. 2201083 fs/squashfs/squashfs.h: replace pr_warning by pr_warn by Fabian Frederick · 11 years ago
  66. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  67. 6d56540 Squashfs: fix failure to unlock pages on decompress error by Phillip Lougher · 11 years ago
  68. ed4f381 Squashfs: Check stream is not NULL in decompressor_multi.c by Phillip Lougher · 11 years ago
  69. 0d455c1 Squashfs: Directly decompress into the page cache for file data by Phillip Lougher · 11 years ago
  70. 5f55dbc Squashfs: Restructure squashfs_readpage() by Phillip Lougher · 11 years ago
  71. 846b730 Squashfs: Generalise paging handling in the decompressors by Phillip Lougher · 11 years ago
  72. d208383 Squashfs: add multi-threaded decompression using percpu variable by Phillip Lougher · 11 years ago
  73. cd59c2e squashfs: Enhance parallel I/O by Minchan Kim · 11 years ago
  74. 9508c6b Squashfs: Refactor decompressor interface and code by Phillip Lougher · 11 years ago
  75. 9e01242 Squashfs: add corruption check for type in squashfs_readdir() by Phillip Lougher · 11 years ago
  76. f960cae Squashfs: add corruption check in get_dir_index_using_offset() by Phillip Lougher · 11 years ago
  77. 68e7f41 Squashfs: fix corruption checks in squashfs_readdir() by Phillip Lougher · 11 years ago
  78. 52e9ce1 Squashfs: fix corruption checks in squashfs_lookup() by Phillip Lougher · 11 years ago
  79. 9dbc41d Squashfs: fix corruption check in get_dir_index_using_name() by Phillip Lougher · 11 years ago
  80. e012526 Squashfs: Optimized uncompressed buffer loop by Manish Sharma · 11 years ago
  81. 28d7b56 Squashfs: sanity check information from disk by Dan Carpenter · 11 years ago
  82. 5f6039c [readdir] convert squashfs by Al Viro · 12 years ago
  83. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 12 years ago
  84. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  85. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  86. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  87. 61293ee userns: Convert squashfs to use kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
  88. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  89. 8563f87 Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 13 years ago
  90. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  91. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  92. 53b55e5 squashfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  93. 4b0180a Squashfs: add mount time sanity check for block_size and block_log match by Phillip Lougher · 13 years ago
  94. 2158d3f Squashfs: fix f_pos check in get_dir_index_using_offset by Phillip Lougher · 13 years ago
  95. 47f4396 Squashfs: get rid of obsolete definitions in header file by Phillip Lougher · 13 years ago
  96. bd3a518 Squashfs: remove redundant length initialisation in squashfs_lookup by Phillip Lougher · 13 years ago
  97. 68a8c39 Squashfs: remove redundant length initialisation in squashfs_readdir by Phillip Lougher · 13 years ago
  98. ec9267b Squashfs: update comment removing reference to zlib only by Phillip Lougher · 13 years ago
  99. 4826d83 Squashfs: use define instead of constant by Ajeet Yadav · 13 years ago
  100. 96e80a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 13 years ago