1. 3e45af8 ANDROID: incremental-fs: limit mount stack depth by Tadeusz Struk · 2 years, 10 months ago
  2. 3b9fe10 ANDROID: incremental-fs: remove spurious kfree() by Steve Muckle · 2 years, 10 months ago
  3. 5db3e72 Revert "ANDROID: incremental-fs: remove index and incomplete dir on umount" by Tadeusz Struk · 2 years, 10 months ago
  4. 07630c8 Revert "ANDROID: incremental-fs: fix mount_fs issue" by Paul Lawrence · 2 years, 11 months ago
  5. 6f915dd ANDROID: incremental-fs: remove index and incomplete dir on umount by Tadeusz Struk · 2 years, 11 months ago
  6. 4b1862e ANDROID: incremental-fs: fix GPF in pending_reads_dispatch_ioctl by Tadeusz Struk · 3 years ago
  7. fd4c659 ANDROID: incremental-fs: fix mount_fs issue by Tadeusz Struk · 3 years ago
  8. d483eed ANDROID: GKI: set vfs-only exports into their own namespace by Greg Kroah-Hartman · 4 years, 6 months ago
  9. aee113f ANDROID: Incremental fs: Fix dentry get/put imbalance on vfs_mkdir() failure by Lee Jones · 3 years, 2 months ago
  10. d0a88ae ANDROID: Enable GKI Dr. No Enforcement by Matthias Maennich · 3 years, 5 months ago
  11. b6e60f0 ANDROID: Incremental fs: Add uid to INCFS_IOC_GET_LAST_READ_ERROR by Paul Lawrence · 3 years, 8 months ago
  12. 25c3b9e ANDROID: Incremental fs: Make sysfs_name changeable on remount by Paul Lawrence · 3 years, 8 months ago
  13. ed8f515 ANDROID: Incremental fs: Count pending_reads even when very short by Paul Lawrence · 3 years, 8 months ago
  14. 327b226 ANDROID: Incremental fs: Fix pseudo-file attributes by Paul Lawrence · 3 years, 8 months ago
  15. acc13a8 ANDROID: Incremental fs: Add INCFS_IOC_GET_LAST_READ_ERROR by Paul Lawrence · 3 years, 8 months ago
  16. 6cce4fa ANDROID: Incremental fs: Fix INCFS_MAGIC_NUMBER casts by Paul Lawrence · 3 years, 8 months ago
  17. 44ffa65 ANDROID: Incremental fs: Add status to sysfs by Paul Lawrence · 3 years, 9 months ago
  18. 3d471f0 ANDROID: Incremental fs: fix u64 integer cast to pointer by Carlos Llamas · 3 years, 9 months ago
  19. ba9602b ANDROID: Incremental fs: stat should return actual used blocks by Paul Lawrence · 3 years, 9 months ago
  20. f4c368a ANDROID: Incremental fs: Add FS_IOC_READ_VERITY_METADATA by Paul Lawrence · 3 years, 10 months ago
  21. fc380a2 ANDROID: Incremental fs: fix minor printk format warning by Carlos Llamas · 3 years, 9 months ago
  22. 2e4b322 ANDROID: Add OWNERS files referring to the respective android-mainline OWNERS by Matthias Maennich · 3 years, 9 months ago
  23. 16ce7f9 ANDROID: Incremental fs: Truncate file when complete by Paul Lawrence · 3 years, 9 months ago
  24. 38d8cfc ANDROID: Incremental fs: Fix mlock to fail gracefully on corrupt files by Paul Lawrence · 3 years, 10 months ago
  25. 2a8c6b0 ANDROID: Incremental fs: Finer readlog compression internally by Paul Lawrence · 3 years, 10 months ago
  26. 5c023f6fd ANDROID: Incremental fs: Support STATX_ATTR_VERITY by Paul Lawrence · 3 years, 10 months ago
  27. de43680 ANDROID: Incremental fs: set the correct access to mapped files by Yurii Zubrytskyi · 3 years, 10 months ago
  28. 0b62157 ANDROID: Incremental fs: Build merkle tree when enabling verity by Paul Lawrence · 4 years, 3 months ago
  29. 850059d ANDROID: Incremental fs: Add FS_IOC_MEASURE_VERITY by Paul Lawrence · 4 years ago
  30. c630401 ANDROID: Incremental fs: Store fs-verity state in backing file by Paul Lawrence · 4 years, 5 months ago
  31. cf76ed2 ANDROID: Incremental fs: Add FS_IOC_GETFLAGS by Paul Lawrence · 4 years, 3 months ago
  32. 5bb92df ANDROID: Incremental fs: Add FS_IOC_ENABLE_VERITY by Paul Lawrence · 4 years, 2 months ago
  33. 695e0c5 ANDROID: Incremental fs: Fix memory leak on closing file by Paul Lawrence · 3 years, 11 months ago
  34. 400d673 ANDROID: Incremental fs: inotify on create mapped file by Paul Lawrence · 4 years ago
  35. a699d0a ANDROID: Incremental fs: inotify support by Paul Lawrence · 4 years ago
  36. 3d04fb2 ANDROID: Incremental fs: Make data validation failure a warn by Paul Lawrence · 4 years ago
  37. 4994a73 ANDROID: Incremental fs: Free mount info after files are flushed by Paul Lawrence · 4 years ago
  38. a3c935a ANDROID: Incremental fs: Fix selinux issues by Paul Lawrence · 4 years ago
  39. b79605a ANDROID: Incremental fs: fix .blocks_written by Yurii Zubrytskyi · 4 years ago
  40. dedf46b ANDROID: Incremental fs: Set credentials before reading/writing by Paul Lawrence · 4 years, 1 month ago
  41. 5ef8ab7 ANDROID: Incremental fs: Change per UID timeouts to microseconds by Paul Lawrence · 4 years, 1 month ago
  42. 6fb25c4 ANDROID: Incremental fs: Add v2 feature flag by Paul Lawrence · 4 years, 1 month ago
  43. affa585 ANDROID: Incremental fs: Add zstd feature flag by Paul Lawrence · 4 years, 1 month ago
  44. 95a43fc ANDROID: Incremental fs: Add zstd compression support by Paul Lawrence · 4 years, 2 months ago
  45. b1cc5f1 ANDROID: Incremental fs: Small improvements by Paul Lawrence · 4 years, 3 months ago
  46. 65a0f00 ANDROID: Incremental fs: Initialize mount options correctly by Paul Lawrence · 4 years, 2 months ago
  47. 2351602 ANDROID: Incremental fs: Fix misuse of cpu_to_leXX and poll return by Paul Lawrence · 4 years, 3 months ago
  48. 142953a ANDROID: Incremental fs: Add per UID read timeouts by Paul Lawrence · 4 years, 3 months ago
  49. 7e7bfa9 ANDROID: Incremental fs: Add .incomplete folder by Paul Lawrence · 4 years, 4 months ago
  50. 87cca25 ANDROID: Incremental fs: Fix dangling else by Eric Biggers · 4 years, 3 months ago
  51. 79581f9 ANDROID: Incremental fs: Fix uninitialized variable by Eric Biggers · 4 years, 3 months ago
  52. 9cbdd37 ANDROID: Incremental fs: Fix filled block count from get filled blocks by Paul Lawrence · 4 years, 4 months ago
  53. c0391ec ANDROID: Incremental fs: Add hash block counts to IOC_IOCTL_GET_BLOCK_COUNT by Paul Lawrence · 4 years, 3 months ago
  54. d4d1163 ANDROID: Incremental fs: Add INCFS_IOC_GET_BLOCK_COUNT by Paul Lawrence · 4 years, 4 months ago
  55. c178b96 ANDROID: Incremental fs: Make compatible with existing files by Paul Lawrence · 4 years, 4 months ago
  56. ae73f65 ANDROID: Incremental fs: Remove block HASH flag by Paul Lawrence · 4 years, 4 months ago
  57. 4da1cc2 ANDROID: Incremental fs: Remove back links and crcs by Paul Lawrence · 4 years, 4 months ago
  58. 900900e ANDROID: Incremental fs: Remove attributes from file by Paul Lawrence · 4 years, 4 months ago
  59. cb776f457 ANDROID: Incremental fs: Add .blocks_written file by Paul Lawrence · 4 years, 4 months ago
  60. 8334d69 ANDROID: Incremental fs: Separate pseudo-file code by Paul Lawrence · 4 years, 4 months ago
  61. 7ab6cf0 ANDROID: Incremental fs: Add UID to pending_read by Paul Lawrence · 4 years, 5 months ago
  62. 3f49381 ANDROID: Incremental fs: Create mapped file by Paul Lawrence · 4 years, 7 months ago
  63. 7c02f94 ANDROID: Incremental fs: fix magic compatibility again by mtk81325 · 4 years, 5 months ago
  64. 22b27c4 ANDROID: Incremental fs: Don't allow renaming .index directory. by Akilesh Kailash · 4 years, 5 months ago
  65. b59b963 ANDROID: Incremental fs: Fix incfs to work on virtio-9p by Paul Lawrence · 4 years, 5 months ago
  66. f39f1b5 ANDROID: Incremental fs: Use R/W locks to read/write segment blockmap. by Akilesh Kailash · 4 years, 5 months ago
  67. a950051 ANDROID: Incremental fs: Remove unnecessary dependencies by Paul Lawrence · 4 years, 7 months ago
  68. 7ec98e5 ANDROID: Incremental fs: Remove annoying pr_debugs by Paul Lawrence · 4 years, 7 months ago
  69. b0fa24d ANDROID: Incremental fs: dentry_revalidate should not return -EBADF. by Akilesh Kailash · 4 years, 5 months ago
  70. 000d95a ANDROID: Incremental fs: Fix minor bugs by Akilesh Kailash · 4 years, 5 months ago
  71. 0f406ea ANDROID: Incremental fs: RCU locks instead of mutex for pending_reads. by Akilesh Kailash · 4 years, 5 months ago
  72. 839511a ANDROID: Incremental fs: magic number compatible 32-bit by mtk81325 · 4 years, 6 months ago
  73. 3be0477 ANDROID: Incremental fs: fix up attempt to copy structures with READ/WRITE_ONCE by Greg Kroah-Hartman · 4 years, 6 months ago
  74. 83c1d91 ANDROID: Incremental fs: Remove dependency on PKCS7_MESSAGE_PARSER by Daniel Mentz · 4 years, 7 months ago
  75. 60bc6ea ANDROID: Incremental fs: Fix four error-path bugs by Paul Lawrence · 4 years, 7 months ago
  76. 21e6d93 ANDROID: Incremental fs: Cache successful hash calculations by Paul Lawrence · 4 years, 7 months ago
  77. eacb5b3 Revert "ANDROID: Incremental fs: Avoid continually recalculating hashes" by Paul Lawrence · 4 years, 7 months ago
  78. a34bcc8 ANDROID: Incremental fs: wake up log pollers less often by Yurii Zubrytskyi · 4 years, 8 months ago
  79. f6691cb ANDROID: Incremental fs: Fix scheduling while atomic error by Paul Lawrence · 4 years, 8 months ago
  80. ab185e4 ANDROID: Incremental fs: Avoid continually recalculating hashes by Paul Lawrence · 4 years, 8 months ago
  81. 3e4fa206 ANDROID: Incremental fs: Fix issues with very large files by Paul Lawrence · 4 years, 8 months ago
  82. fe4fae3 ANDROID: Incremental fs: Add setattr call by Paul Lawrence · 4 years, 8 months ago
  83. b6b4a3a ANDROID: Incremental fs: Use simple compression in log buffer by Paul Lawrence · 4 years, 8 months ago
  84. 4cc78c9 ANDROID: Incremental fs: Fix create_file performance by Paul Lawrence · 4 years, 9 months ago
  85. b4c6269 ANDROID: Incremental fs: Fix compound page usercopy crash by Paul Lawrence · 4 years, 9 months ago
  86. 35deb33 ANDROID: Incremental fs: make remount log buffer change atomic by Yurii Zubrytskyi · 4 years, 9 months ago
  87. 764dba0 ANDROID: Incremental fs: Fix mislabeled __user ptrs by Paul Lawrence · 4 years, 9 months ago
  88. e3cce2f ANDROID: Incremental fs: Optimize get_filled_block by Paul Lawrence · 4 years, 9 months ago
  89. ede7d17 ANDROID: Incremental fs: Use 64-bit int for file_size when writing hash blocks by Yurii Zubrytskyi · 4 years, 9 months ago
  90. 2fb9b71 ANDROID: Incremental fs: Fix remount by Paul Lawrence · 4 years, 9 months ago
  91. ca72c79 ANDROID: Incremental fs: Protect get_fill_block, and add a field by Paul Lawrence · 4 years, 9 months ago
  92. ff0f11c ANDROID: Incremental fs: Fix crash polling 0 size read_log by Paul Lawrence · 4 years, 9 months ago
  93. 360de04 ANDROID: Incremental fs: get_filled_blocks: better index_out by Yurii Zubrytskyi · 4 years, 9 months ago
  94. c062bc8 ANDROID: Incremental fs: Fix four resource bugs by Paul Lawrence · 4 years, 9 months ago
  95. 8d963bb ANDROID: Incremental fs: Add INCFS_IOC_GET_FILLED_BLOCKS by Paul Lawrence · 4 years, 9 months ago
  96. 06c715e ANDROID: Incremental fs: Fix two typos by Paul Lawrence · 4 years, 9 months ago
  97. e94931c ANDROID: Incremental fs: Add INCFS_IOC_PERMIT_FILL by Paul Lawrence · 4 years, 10 months ago
  98. bc6a70e ANDROID: Incremental fs: Remove signature checks from kernel by Paul Lawrence · 4 years, 10 months ago
  99. bb134e7 ANDROID: Incremental fs: Pad hash blocks by Paul Lawrence · 4 years, 10 months ago
  100. 21b07a7 ANDROID: Incremental fs: Make fill block an ioctl by Paul Lawrence · 4 years, 10 months ago