1. 7b93926 Enable HW File Based Encryption on ext4 file system by Neeraj Soni · 7 years ago
  2. a88270f Merge remote-tracking branch '4.9/tmp-86f97ab' into msm-4.9 by Kyle Yan · 7 years ago
  3. 1bca48e Merge remote-tracking branch '4.9/tmp-05a906d' into msm-4.9 by Kyle Yan · 7 years ago
  4. 86f97ab Merge 4.9.57 into android-4.9-o by Greg Kroah-Hartman · 7 years ago
  5. 28cbf06 ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets by Darrick J. Wong · 7 years ago
  6. cd02e63 Merge remote-tracking branch '4.9/tmp-379e3b2' into 4.9 by Kyle Yan · 7 years ago
  7. f931a27 Merge 4.9.55 into android-4.9-o by Greg Kroah-Hartman · 7 years ago
  8. 48d7b5a ext4: don't allow encrypted operations without keys by Theodore Ts'o · 8 years ago
  9. 6007f0f ext4: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  10. 2d605d9 ext4: fix data corruption for mmap writes by Jan Kara · 7 years ago
  11. ce93979 Merge 4.9.52 into android-4.9-o by Greg Kroah-Hartman · 7 years ago
  12. c30c69c Merge 4.9.52 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  13. 3806cea ext4: fix quota inconsistency during orphan cleanup for read-only mounts by zhangyi (F) · 7 years ago
  14. 18d27cb ext4: fix incorrect quotaoff if the quota feature is enabled by zhangyi (F) · 7 years ago
  15. 7d337cc Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9 by Kyle Yan · 7 years ago
  16. 02f29ab Merge 4.9.42 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  17. 12353a0 ext4: fix overflow caused by missing cast in ext4_resize_fs() by Jerry Lee · 7 years ago
  18. 0814c3a ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize by Jan Kara · 7 years ago
  19. 9655b5b Merge remote-tracking branch '4.9/tmp-3f353c3' into 4.9 by Kyle Yan · 7 years ago
  20. 3f353c3 Merge 4.9.38 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  21. c0d3a7b ext4: check return value of kstrtoull correctly in reserved_clusters_store by Chao Yu · 7 years ago
  22. 722f478 Merge "ext4: Initialize ee_start_lo to avoid potential use before initialization" by Linux Build Service Account · 7 years ago
  23. 1765f52 Merge "fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLE" by Linux Build Service Account · 7 years ago
  24. 4c0510d fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLE by Nick Desaulniers · 8 years ago
  25. add5856 ext4: Initialize ee_start_lo to avoid potential use before initialization by Kyle Yan · 7 years ago
  26. da3493c Merge 4.9.32 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  27. 61604a2 fs: add i_blocksize() by Fabian Frederick · 7 years ago
  28. c404f0d ext4: fix fdatasync(2) after extent manipulation operations by Jan Kara · 7 years ago
  29. 2e16921 ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO by Jan Kara · 7 years ago
  30. 9890b9c ext4: keep existing extra fields when inode expands by Konstantin Khlebnikov · 7 years ago
  31. 9850844 ext4: fix SEEK_HOLE by Jan Kara · 7 years ago
  32. 951d823 Merge 4.9.30 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  33. af9bd52 fscrypt: avoid collisions when presenting long encrypted filenames by Eric Biggers · 7 years ago
  34. 33c4c2a Merge 4.9.29 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  35. b2764f8 ext4: evict inline data when writing to memory map by Eric Biggers · 7 years ago
  36. a2659b2 Merge 4.9.24 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  37. b1574ca ext4: fix inode checksum calculation problem if i_extra_size is small by Daeho Jeong · 8 years ago
  38. 42c3c88 Merge 4.9.19 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  39. 9a9dc3ec ext4: lock the xattr block before checksuming it by Theodore Ts'o · 7 years ago
  40. f572ba9 ext4: mark inode dirty after converting inline directory by Eric Biggers · 7 years ago
  41. 6bf53d4 Merge 4.9.18 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  42. c2eeabe ext4: fix fencepost in s_first_meta_bg validation by Theodore Ts'o · 7 years ago
  43. 23b839a resolve merge conflicts of 8fed8fc18839 to android-4.4 by Todd Kjos · 7 years ago
  44. 8fed8fc ext4: don't BUG when truncating encrypted inodes on the orphan list by Theodore Ts'o · 7 years ago
  45. d03bbbd ext4: return EROFS if device is r/o and journal replay is needed am: d6dcec965b by Theodore Ts'o · 7 years ago
  46. e34dc52 ext4: preserve the needs_recovery flag when the journal is aborted by Theodore Ts'o · 7 years ago
  47. 83ad57d ext4: fix inline data error paths am: 0b37d0c0c6 by Theodore Ts'o · 7 years ago
  48. 53a920d ext4: fix use-after-iput when fscrypt contexts are inconsistent am: 68ca0fdac4 by Eric Biggers · 7 years ago
  49. 2cff3a2 ext4: fix data corruption in data=journal mode am: a5a9cf387d by Jan Kara · 7 years ago
  50. e4c56d9 ext4: trim allocation requests to group size am: fc6c2da174 by Jan Kara · 7 years ago
  51. 04715e8 ext4: do not polute the extents cache while shifting extents am: e0b53d6729 by Roman Pen · 7 years ago
  52. ad34246 ext4: Include forgotten start block on fallocate insert range am: 72ae476d04 by Roman Pen · 7 years ago
  53. 87089bc ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() by Theodore Ts'o · 7 years ago
  54. d6dcec9 ext4: return EROFS if device is r/o and journal replay is needed by Theodore Ts'o · 7 years ago
  55. 269bf7b ext4: preserve the needs_recovery flag when the journal is aborted by Theodore Ts'o · 7 years ago
  56. 0b37d0c ext4: fix inline data error paths by Theodore Ts'o · 7 years ago
  57. 68ca0fd ext4: fix use-after-iput when fscrypt contexts are inconsistent by Eric Biggers · 7 years ago
  58. a5a9cf3 ext4: fix data corruption in data=journal mode by Jan Kara · 7 years ago
  59. fc6c2da ext4: trim allocation requests to group size by Jan Kara · 7 years ago
  60. e0b53d6 ext4: do not polute the extents cache while shifting extents by Roman Pen · 8 years ago
  61. 72ae476 ext4: Include forgotten start block on fallocate insert range by Roman Pen · 8 years ago
  62. da1e402 ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() by Theodore Ts'o · 8 years ago
  63. 6ad0ca3 ANDROID: ext4 crypto: Disables zeroing on truncation when there's no key by Michael Halcrow · 7 years ago
  64. 009e608 ANDROID: Refactor fs readpage/write tracepoints. by Mohan Srinivasan · 7 years ago
  65. dcb6110 Merge tag 'v4.9.9' into android-4.9-aosp by Dmitry Shmidt · 7 years ago
  66. 13e6ef9 ext4: validate s_first_meta_bg at mount time by Eryu Guan · 8 years ago
  67. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  68. 25cc70f ANDROID: fs: FS tracepoints to track IO. by Mohan Srinivasan · 8 years ago
  69. cc14b9e ANDROID: ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim by JP Abgrall · 10 years ago
  70. 9abce3c ext4: do not perform data journaling when data is encrypted by Sergey Karamov · 8 years ago
  71. acf3efd ext4: return -ENOMEM instead of success by Dan Carpenter · 8 years ago
  72. 3e4f8da ext4: reject inodes with negative size by Darrick J. Wong · 8 years ago
  73. 8084f57 ext4: add sanity checking to count_overhead() by Theodore Ts'o · 8 years ago
  74. 956e2a0 ext4: fix in-superblock mount options processing by Theodore Ts'o · 8 years ago
  75. 01772f4 ext4: use more strict checks for inodes_per_block on mount by Theodore Ts'o · 8 years ago
  76. b493c71 ext4: fix stack memory corruption with 64k block size by Chandan Rajendra · 8 years ago
  77. c3881ab ext4: fix mballoc breakage with 64k block size by Chandan Rajendra · 8 years ago
  78. 24d1251 ext4: don't lock buffer in ext4_commit_super if holding spinlock by Theodore Ts'o · 8 years ago
  79. 8cdf337 ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  80. d74f3d2 ext4: add missing KERN_CONT to a few more debugging uses by Joe Perches · 8 years ago
  81. 1996250 ext4: correct endianness conversion in __xattr_check_inode() by Eric Biggers · 8 years ago
  82. c4704a4 ext4: do not advertise encryption support when disabled by Eric Biggers · 8 years ago
  83. 651e1c3 ext4: super.c: Update logging style using KERN_CONT by Joe Perches · 8 years ago
  84. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  85. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  86. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  87. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  88. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  89. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  90. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  91. dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
  92. 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  93. 1801747 ext4: remove unused variable by Eric Engestrom · 8 years ago
  94. 3c816de ext4: use journal inode to determine journal overhead by Eric Whitney · 8 years ago
  95. c6cb7e7 ext4: create function to read journal inode by Eric Whitney · 8 years ago
  96. 9b623df ext4: unmap metadata when zeroing blocks by Jan Kara · 8 years ago
  97. 51e8137 ext4: remove plugging from ext4_file_write_iter() by Jan Kara · 8 years ago
  98. 4b0524a ext4: allow unlocked direct IO when pages are cached by Jan Kara · 8 years ago
  99. 9a200d0 ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY by Richard Weinberger · 8 years ago
  100. cc91542 ext4: do not unnecessarily null-terminate encrypted symlink data by Eric Biggers · 8 years ago