1. 2e709b54 Merge android-4.9.212(7e0f964) into msm-4.9 by jianzhou · 4 years, 2 months ago
  2. 7e0f964 Merge 4.9.212 into android-4.9-q by Greg Kroah-Hartman · 4 years, 3 months ago
  3. 24328d5 ext4: set error return correctly when ext4_htree_store_dirent fails by Colin Ian King · 4 years, 9 months ago
  4. 8ed0083 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 4 years, 10 months ago
  5. 1440451 ext4: remove unused d_name argument from ext4_search_dir() et al. by Eric Biggers · 7 years ago
  6. 736cb63 Merge 4.9.151 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  7. eb24a3b ext4: fix a potential fiemap/page fault deadlock w/ inline_data by Theodore Ts'o · 5 years ago
  8. ed0b11d Merge 4.9.149 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  9. eaec103 ext4: missing unlock/put_page() in ext4_try_to_write_inline_data() by Maurizio Lombardi · 5 years ago
  10. e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  11. 4c19620 ext4: initialize retries variable in ext4_da_write_inline_data_begin() by Lukas Czerner · 6 years ago
  12. 03fcc2f Merge 4.9.135 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  13. 7dd5589 ext4: avoid running out of journal credits when appending to an inline file by Theodore Ts'o · 6 years ago
  14. 1c7637c Merge 4.9.130 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  15. acf32cf ext4: avoid divide by zero fault when deleting corrupted inline directories by Theodore Ts'o · 6 years ago
  16. 8b21e85 Merge 4.9.117 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  17. 5eed597 ext4: fix inline data updates with checksums enabled by Theodore Ts'o · 6 years ago
  18. 9e79039 Merge 4.9.112 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  19. a5e063d ext4: clear i_data in ext4_inode_info when removing inline data by Theodore Ts'o · 6 years ago
  20. 63da420 f2fs: catch up to v4.14-rc1 by Hyojun Kim · 7 years ago
  21. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  22. 42c3c88 Merge 4.9.19 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  23. f572ba9 ext4: mark inode dirty after converting inline directory by Eric Biggers · 7 years ago
  24. 83ad57d ext4: fix inline data error paths am: 0b37d0c0c6 by Theodore Ts'o · 7 years ago
  25. 87089bc ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() by Theodore Ts'o · 7 years ago
  26. 0b37d0c ext4: fix inline data error paths by Theodore Ts'o · 7 years ago
  27. da1e402 ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() by Theodore Ts'o · 7 years ago
  28. 009e608 ANDROID: Refactor fs readpage/write tracepoints. by Mohan Srinivasan · 7 years ago
  29. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  30. 25cc70f ANDROID: fs: FS tracepoints to track IO. by Mohan Srinivasan · 7 years ago
  31. acf3efd ext4: return -ENOMEM instead of success by Dan Carpenter · 7 years ago
  32. a7550b3 ext4 crypto: migrate into vfs's crypto engine by Jaegeuk Kim · 8 years ago
  33. 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 8 years ago
  34. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  35. a8ed9b8 ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry() by Geliang Tang · 8 years ago
  36. 705965b ext4: rename and split get blocks functions by Jan Kara · 8 years ago
  37. 56a0491 ext4 crypto: simplify interfaces to directory entry insert functions by Theodore Ts'o · 8 years ago
  38. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  39. 5b643f9 ext4 crypto: optimize filename encryption by Theodore Ts'o · 9 years ago
  40. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  41. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  42. 4bdfc87 ext4 crypto: insert encrypted filenames into a leaf directory block by Michael Halcrow · 9 years ago
  43. 2f61830 ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames by Theodore Ts'o · 9 years ago
  44. 80cfb71 ext4: fix transposition typo in format string by Rasmus Villemoes · 9 years ago
  45. 50db71a ext4: ext4_da_convert_inline_data_to_extent drop locked page after error by Dmitry Monakhov · 9 years ago
  46. d952d69 ext4: ext4_inline_data_fiemap should respect callers argument by Dmitry Monakhov · 9 years ago
  47. 5cc28a9 ext4: prevent fsreentrance deadlock for inline_data by Dmitry Monakhov · 9 years ago
  48. 9aa5d32 ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  49. 684de574 ext4: don't keep using page if inline conversion fails by Darrick J. Wong · 10 years ago
  50. 40b163f ext4: check inline directory before converting by Darrick J. Wong · 10 years ago
  51. 83447cc ext4: make ext4_has_inline_data() as a inline function by Zheng Liu · 10 years ago
  52. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 10 years ago
  53. c197855 ext4: make local functions static by Stephen Hemminger · 10 years ago
  54. d7092ae ext4: delete "set but not used" variables by jon ernst · 10 years ago
  55. 09c455a ext4: avoid clearing beyond i_blocks when truncating an inline data file by Theodore Ts'o · 10 years ago
  56. 52e4477 ext4: standardize error handling in ext4_da_write_inline_data_begin() by Jan Kara · 10 years ago
  57. bc0ca9df ext4: retry allocation when inline->extent conversion failed by Jan Kara · 10 years ago
  58. 5ba052f ext4: drop set but otherwise unused variable from ext4_add_dirent_to_inline() by Azat Khuzhin · 11 years ago
  59. 48ffdab ext4: change ext4_read_inline_dir() to return 0 on success by BoxiLiu · 11 years ago
  60. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  61. c4932db ext4: improve free space calculation for inline_data by boxi liu · 11 years ago
  62. 725bebb [readdir] convert ext4 by Al Viro · 11 years ago
  63. eaf3793 ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap() by Jan Kara · 11 years ago
  64. c4d8b02 ext4: fix readdir error in case inline_data+^dir_index. by Tao Ma · 11 years ago
  65. 8af0f08 ext4: fix readdir error in the case of inline_data+dir_index by Tao Ma · 11 years ago
  66. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  67. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  68. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  69. 860d21e ext4: return ENOMEM if sb_getblk() fails by Theodore Ts'o · 11 years ago
  70. bd9926e ext4: zero out inline data using memset() instead of empty_zero_page by Theodore Ts'o · 11 years ago
  71. 0c8d414 ext4: let fallocate handle inline data correctly by Tao Ma · 11 years ago
  72. aef1c85 ext4: let ext4_truncate handle inline data correctly by Tao Ma · 11 years ago
  73. 0d812f7 ext4: evict inline data out if we need to strore xattr in inode by Tao Ma · 11 years ago
  74. 9419198 ext4: let fiemap work with inline data by Tao Ma · 11 years ago
  75. 32f7f22 ext4: let ext4_rename handle inline dir by Tao Ma · 11 years ago
  76. 61f8663 ext4: let empty_dir handle inline dir by Tao Ma · 11 years ago
  77. 9f40fe5 ext4: let ext4_delete_entry() handle inline data by Tao Ma · 11 years ago
  78. e8e948e ext4: let ext4_find_entry handle inline data by Tao Ma · 11 years ago
  79. 65d165d ext4: let ext4_readdir handle inline data by Tao Ma · 11 years ago
  80. 3c47d54 ext4: let add_dir_entry handle inline data properly by Tao Ma · 11 years ago
  81. 9c3569b ext4: add delalloc support for inline data by Tao Ma · 11 years ago
  82. 3fdcfb6 ext4: add journalled write support for inline data by Tao Ma · 11 years ago
  83. f19d587 ext4: add normal write support for inline data by Tao Ma · 11 years ago
  84. 46c7f25 ext4: add read support for inline data by Tao Ma · 11 years ago
  85. 67cf5b0 ext4: add the basic function for inline data support by Tao Ma · 11 years ago