1. 4bdb0f4 Merge android-4.9.216(4ad9bb8) into msm-4.9 by jianzhou · 4 years, 2 months ago
  2. 4ad9bb8 Merge 4.9.216 into android-4.9-q by Greg Kroah-Hartman · 4 years, 2 months ago
  3. 277bc96 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 4 years, 2 months ago
  4. 9370915 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 5 years ago
  5. e68f6b8 ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 5 years ago
  6. f85543b Merge 4.9.120 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  7. 954e572 ext4: fix check to prevent initializing reserved inodes by Theodore Ts'o · 6 years ago
  8. 8b21e85 Merge 4.9.117 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  9. 262a62c ext4: check for allocation block validity with block group locked by Theodore Ts'o · 6 years ago
  10. 9e79039 Merge 4.9.112 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  11. 5ae5732 ext4: only look at the bg_flags field if it is valid by Theodore Ts'o · 6 years ago
  12. f679e4d Merge 4.9.98 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  13. 7696481 ext4: add validity checks for bitmap block numbers by Theodore Ts'o · 6 years ago
  14. 320d53a Merge 4.9.96 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  15. a06b798 ext4: don't update checksum of new initialized bitmaps by Theodore Ts'o · 6 years ago
  16. d612bee fscrypt: use ENOKEY when file cannot be created w/o key by Eric Biggers · 7 years ago
  17. 63da420 f2fs: catch up to v4.14-rc1 by Hyojun Kim · 7 years ago
  18. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  19. 0b7b777 ext4: remove old feature helpers by Kaho Ng · 8 years ago
  20. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  21. a7550b3 ext4 crypto: migrate into vfs's crypto engine by Jaegeuk Kim · 8 years ago
  22. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  23. 7827a7f ext4: clean up error handling when orphan list is corrupted by Theodore Ts'o · 8 years ago
  24. c9eb13a ext4: fix hang when processing corrupted orphaned inode list by Theodore Ts'o · 8 years ago
  25. b8a07463 ext4: fix misspellings in comments. by Adam Buchbinder · 8 years ago
  26. 05145bd ext4: fix scheduling in atomic on group checksum failure by Jan Kara · 8 years ago
  27. 040cb37 ext4: adds project ID support by Li Xi · 8 years ago
  28. 9008a58 ext4: make the bitmap read routines return real error codes by Darrick J. Wong · 9 years ago
  29. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  30. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  31. a7cdade ext4: Handle error from dquot_initialize() by Jan Kara · 9 years ago
  32. e709e9d ext4 crypto: encrypt tmpfile located in encryption protected directory by Theodore Ts'o · 9 years ago
  33. f5aed2c ext4: clean up superblock encryption mode fields by Theodore Ts'o · 9 years ago
  34. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  35. 6ddb244 ext4 crypto: enable encryption feature flag by Theodore Ts'o · 9 years ago
  36. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  37. 4461471 ext4 crypto: enable filename encryption by Michael Halcrow · 9 years ago
  38. 2058f83 ext4 crypto: implement the ext4 encryption write path by Michael Halcrow · 9 years ago
  39. 72b8e0f ext4: remove unused header files by Sheng Yong · 9 years ago
  40. 599a9b7 ext4: fix oops when loading block bitmap failed by Jan Kara · 10 years ago
  41. 9aa5d32 ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  42. bf40c92 ext4: fix potential null pointer dereference in ext4_free_inode by Namjae Jeon · 10 years ago
  43. 61c219f ext4: fix unjournalled bg descriptor while initializing inode bitmap by Theodore Ts'o · 10 years ago
  44. e43bb4e ext4: decrement free clusters/inodes counters when block group declared bad by Namjae Jeon · 10 years ago
  45. dd1f723 ext4: use prandom_u32() instead of get_random_bytes() by Theodore Ts'o · 11 years ago
  46. bdfb6ff ext4: mark group corrupt on group descriptor checksum by Darrick J. Wong · 11 years ago
  47. 87a3938 ext4: mark block group as corrupt on inode bitmap error by Darrick J. Wong · 11 years ago
  48. 19883bd ext4: avoid reusing recently deleted inodes in no journal mode by Theodore Ts'o · 11 years ago
  49. a34eb50 ext4: make sure group number is bumped after a inode allocation race by Theodore Ts'o · 11 years ago
  50. 5fe2fe8 ext4: provide wrappers for transaction reservation calls by Jan Kara · 11 years ago
  51. 9f20350 ext4: mark all metadata I/O with REQ_META by Theodore Ts'o · 11 years ago
  52. eb9cc7e ext4: move quota initialization out of inode allocation transaction by Jan Kara · 11 years ago
  53. 8c8e0ca ext4: fix usless declarations by Dmitri Monakho · 11 years ago
  54. 90ba983 ext4: use atomic64_t for the per-flexbg free_clusters count by Theodore Ts'o · 11 years ago
  55. 8de5c32 ext4: use KERN_WARNING for warning messages by Theodore Ts'o · 11 years ago
  56. 1139575 ext4: start handle at the last possible moment when creating inodes by Theodore Ts'o · 11 years ago
  57. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  58. f08225d ext4: enable ext4 inline support by Tao Ma · 11 years ago
  59. aeb1e5d6 ext4: fix possible use after free with metadata csum by Theodore Ts'o · 11 years ago
  60. ffb5387 ext4: fix unjournaled inode bitmap modification by Eric Sandeen · 12 years ago
  61. 79f1ba4 ext4: Checksum the block bitmap properly with bigalloc enabled by Tao Ma · 12 years ago
  62. f2a09af ext4: check free inode count before allocating an inode by Yongqiang Yang · 12 years ago
  63. 97a7406 ext4: remove useless marking of superblock dirty by Jan Kara · 12 years ago
  64. f6fb99c ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr by Theodore Ts'o · 12 years ago
  65. 4edebed Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  66. 6f2e9f0 ext4: protect group inode free counting with group lock by Tao Ma · 12 years ago
  67. bb3d132 ext4: fix potential NULL dereference in ext4_free_inodes_counts() by Dan Carpenter · 12 years ago
  68. 08cefc7 userns: Convert ext4 to user kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  69. feb0ab3 ext4: make block group checksums use metadata_csum algorithm by Darrick J. Wong · 12 years ago
  70. fa77dcf ext4: calculate and verify block bitmap checksum by Darrick J. Wong · 12 years ago
  71. 41a246d ext4: calculate and verify checksums for inode bitmaps by Darrick J. Wong · 12 years ago
  72. 814525f ext4: calculate and verify inode checksums by Darrick J. Wong · 12 years ago
  73. 92b9781 ext4: change some printk() calls to use ext4_msg() instead by Theodore Ts'o · 12 years ago
  74. 1084f25 ext4: remove trailing newlines from ext4_msg() and ext4_error() messages by Theodore Ts'o · 12 years ago
  75. 813e572 ext4: fix race when setting bitmap_uptodate flag by Theodore Ts'o · 12 years ago
  76. 119c0d4 ext4: fold ext4_claim_inode into ext4_new_inode by Theodore Ts'o · 12 years ago
  77. ff9cb1c Merge branch 'for_linus' into for_linus_merged by Theodore Ts'o · 12 years ago
  78. dcca3fe ext4: propagate umode_t by Al Viro · 13 years ago
  79. 597d508 ext4: use proper little-endian bitops by Akinobu Mita · 12 years ago
  80. 14c83c9 ext4: avoid counting the number of free inodes twice in find_group_orlov() by Theodore Ts'o · 12 years ago
  81. acd6ad8 ext4: fix error handling on inode bitmap corruption by Jan Kara · 12 years ago
  82. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  83. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  84. 4af8350 ext4: remove comments about extent mount option in ext4_new_inode() by Eryu Guan · 13 years ago
  85. 5cb81da ext4: fix quota accounting during migration by Dmitry Monakhov · 13 years ago
  86. e0cbee3 ext4: functions should not be declared extern by H Hartley Sweeten · 13 years ago
  87. 4113c4c ext4: remove deprecated oldalloc by Lukas Czerner · 13 years ago
  88. cff1dfd7 ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init() by Theodore Ts'o · 13 years ago
  89. 021b65b ext4: Rename ext4_free_blks_{count,set}() to refer to clusters by Theodore Ts'o · 13 years ago
  90. 24aaa8e ext4: convert the free_blocks field in s_flex_groups to be free_clusters by Theodore Ts'o · 13 years ago
  91. 5704265 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter by Theodore Ts'o · 13 years ago
  92. fd034a8 ext4: split out ext4_free_blocks_after_init() by Theodore Ts'o · 13 years ago
  93. 33853a0 ext4: use the correct error exit path in ext4_init_inode_table() by Yongqiang Yang · 13 years ago
  94. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  95. 0562e0b ext4: add more tracepoints and use dev_t in the trace buffer by Jiaying Zhang · 13 years ago
  96. 688f869 ext4: Initialize fsync transaction ids in ext4_new_inode() by Theodore Ts'o · 13 years ago
  97. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  98. 7dc5761 ext4: Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 13 years ago
  99. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  100. 353eb83 ext4: drop i_state_flags on architectures with 64-bit longs by Theodore Ts'o · 13 years ago