1. f57a3fe erofs: convert to use the new mount fs_context api by Chao Yu · 4 years, 7 months ago
  2. e7cda1e erofs: code cleanup by removing ifdef macro surrounding by Chengguang Xu · 4 years, 7 months ago
  3. 64094a0 erofs: convert workstn to XArray by Gao Xiang · 4 years, 11 months ago
  4. 3dcb5fa erofs: remove unnecessary output in erofs_show_options() by Chengguang Xu · 5 years ago
  5. b858a48 erofs: support superblock checksum by Pratik Shinde · 5 years ago
  6. 517d6b9 erofs: fix return value check in erofs_read_superblock() by Wei Yongjun · 5 years ago
  7. fe7c242 erofs: use read_mapping_page instead of sb_bread by Gao Xiang · 5 years ago
  8. 4f761fa erofs: rename errln/infoln/debugln to erofs_{err, info, dbg} by Gao Xiang · 5 years ago
  9. e2c71e7 erofs: kill all erofs specific fault injection by Gao Xiang · 5 years ago
  10. 99634bf erofs: add "erofs_" prefix for common and short functions by Gao Xiang · 5 years ago
  11. 688a5f2 erofs: kill verbose debug info in erofs_fill_super by Gao Xiang · 5 years ago
  12. 0259f20 erofs: use dsb instead of layout for ondisk super_block by Gao Xiang · 5 years ago
  13. a2c75c8 erofs: better erofs symlink stuffs by Gao Xiang · 5 years ago
  14. a5876e2 erofs: use erofs_inode naming by Gao Xiang · 5 years ago
  15. 1c2dfbf erofs: kill erofs_{init,exit}_inode_cache by Gao Xiang · 5 years ago
  16. 8a76568 erofs: better naming for erofs inode related stuffs by Gao Xiang · 5 years ago
  17. 426a930 erofs: use feature_incompat rather than requirements by Gao Xiang · 5 years ago
  18. 8d8a09b erofs: remove all likely/unlikely annotations by Gao Xiang · 5 years ago
  19. 47e4937 erofs: move erofs out of staging by Gao Xiang · 5 years ago[Renamed (99%) from drivers/staging/erofs/super.c]
  20. a64d949 staging: erofs: refuse to mount images with malformed volume name by Gao Xiang · 5 years ago
  21. bc33d9f staging: erofs: update super.c by Gao Xiang · 5 years ago
  22. 4279f3f staging: erofs: turn cache strategies into mount options by Gao Xiang · 5 years ago
  23. eace994 staging: erofs: remove clusterbits in sbi by Gao Xiang · 5 years ago
  24. 8494c29 staging: erofs: drop __GFP_NOFAIL for managed inode by Gao Xiang · 5 years ago
  25. 8f7acda staging: erofs: kill all failure handling in fill_super() by Gao Xiang · 5 years ago
  26. 9e794de staging: erofs: kill sbi->dev_name by Gao Xiang · 5 years ago
  27. 22fe04a staging: erofs: clean up shrinker stuffs by Gao Xiang · 5 years ago
  28. 22ee134 staging: erofs: remove redundant #include "internal.h" by Gao Xiang · 5 years ago
  29. 14f362b staging: erofs: clean up internal.h by Gao Xiang · 5 years ago
  30. 29b24f6 staging: erofs: update source file headers by Gao Xiang · 5 years ago
  31. 2ac3b36 staging: erofs: Remove function erofs_kill_sb() by Nishka Dasgupta · 5 years ago
  32. a9f69bd staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr) by Shobhit Kukreti · 6 years ago
  33. 5efe513 staging: erofs: add requirements field in superblock by Gao Xiang · 6 years ago
  34. f2dcb88 staging: erofs: set sb->s_root to NULL when failing from __getname() by Chengguang Xu · 6 years ago
  35. e0dccbd Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
  36. 25af6c4 erofs: switch to ->free_inode() by Al Viro · 6 years ago
  37. 14a56ec staging: erofs: support IO read error injection by Gao Xiang · 6 years ago
  38. 561fb35 staging: erofs: Use !x or x in place of NULL comparision by Bhanusree Pola · 6 years ago
  39. e2ff9f1 staging: erofs: Replace NULL comparisons by Vatsala Narang · 6 years ago
  40. 447a362 staging: erofs: fix parenthesis alignment by Julian Merida · 6 years ago
  41. 516c115c staging: erofs: complete POSIX ACL support by Gao Xiang · 6 years ago
  42. 94832d9 staging: erofs: fix potential double iput in erofs_read_super() by Chengguang Xu · 6 years ago
  43. d55bc7b staging: erofs: staticize erofs_shrink_count, erofs_shrink_scan by Gao Xiang · 6 years ago
  44. 61c9314 staging: erofs: sunset erofs_workstation_cleanup_all by Gao Xiang · 6 years ago
  45. 6af7b48 staging: erofs: move erofs_xattr_handlers to xattr.h by Gao Xiang · 6 years ago
  46. 8b987bc staging: erofs: {dir,inode,super}.c: rectify BUG_ONs by Gao Xiang · 6 years ago
  47. e9c8924 staging: erofs: remove the redundant d_rehash() for the root dentry by Gao Xiang · 6 years ago
  48. 0a0b7e6 staging: erofs: add the missing __init tags by Gao Xiang · 6 years ago
  49. d41076e staging: erofs: option validation in remount by Chengguang Xu · 6 years ago
  50. 2ab3dd8 staging: erofs: code cleanup for erofs_show_options() by Chengguang Xu · 6 years ago
  51. 01e4ae4 staging: erofs: code cleanup for option parsing of fault_injection by Chengguang Xu · 6 years ago
  52. 5fb76bb staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages' by Gao Xiang · 6 years ago
  53. 6bec520 staging: erofs: avoid magic constants when initializing clusterbits by Gao Xiang · 6 years ago
  54. 7dc0743 Merge 4.19-rc4 into staging-next by Greg Kroah-Hartman · 6 years ago
  55. 064ee3c staging: erofs: surround fault_injection ralted option parsing using CONFIG_EROFS_FAULT_INJECTION by Chengguang Xu · 6 years ago
  56. 7dd68b1 staging: erofs: use explicit unsigned int type by Thomas Weißschuh · 6 years ago
  57. 5f0abea staging: erofs: rename superblock flags (MS_xyz -> SB_xyz) by Gao Xiang · 6 years ago
  58. 47e541a staging: erofs: fix compile error without built-in decompression support by Gao Xiang · 6 years ago
  59. 105d4ad staging: erofs: introduce cached decompression by Gao Xiang · 6 years ago
  60. 3883a79 staging: erofs: introduce VLE decompression support by Gao Xiang · 6 years ago
  61. e7e9a30 staging: erofs: introduce workstation for decompression by Gao Xiang · 6 years ago
  62. a158131 staging: erofs: introduce erofs shrinker by Gao Xiang · 6 years ago
  63. 2497ee4 staging: erofs: introduce superblock registration by Gao Xiang · 6 years ago
  64. 13f06f4 staging: erofs: support tracepoint by Chao Yu · 6 years ago
  65. 9c07b3b staging: erofs: introduce error injection infrastructure by Chao Yu · 6 years ago
  66. b17500a staging: erofs: introduce xattr & acl support by Gao Xiang · 6 years ago
  67. ba2b77a staging: erofs: add super block operations by Gao Xiang · 6 years ago