1. 18bf691 FROMLIST: f2fs: sanity check size of nat and sit cache by Jin Qian · 7 years ago
  2. a2f0578 FROMLIST: f2fs: sanity check checkpoint segno and blkoff by Jin Qian · 7 years ago
  3. 951d823 Merge 4.9.30 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  4. af9bd52 fscrypt: avoid collisions when presenting long encrypted filenames by Eric Biggers · 7 years ago
  5. 8daed21 f2fs: check entire encrypted bigname when finding a dentry by Jaegeuk Kim · 7 years ago
  6. a745b34 Merge 4.9.28 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  7. 9386295 f2fs: sanity check segment count by Jin Qian · 7 years ago
  8. 23a9724 f2fs: avoid to issue redundant discard commands am: 8c53efc399 by Jaegeuk Kim · 7 years ago
  9. 227b67a f2fs: add ovp valid_blocks check for bg gc victim to fg_gc am: 4992ba2840 by Hou Pengyang · 7 years ago
  10. bc2d4e2 f2fs: fix multiple f2fs_add_link() calls having same name am: d00d1b71d9 by Jaegeuk Kim · 7 years ago
  11. 7ba5bdb f2fs: fix a problem of using memory after free am: ec160ad2ac by Yunlei He · 7 years ago
  12. 8c53efc3 f2fs: avoid to issue redundant discard commands by Jaegeuk Kim · 7 years ago
  13. 4992ba2 f2fs: add ovp valid_blocks check for bg gc victim to fg_gc by Hou Pengyang · 7 years ago
  14. d00d1b7 f2fs: fix multiple f2fs_add_link() calls having same name by Jaegeuk Kim · 7 years ago
  15. ec160ad f2fs: fix a problem of using memory after free by Yunlei He · 8 years ago
  16. 009e608 ANDROID: Refactor fs readpage/write tracepoints. by Mohan Srinivasan · 7 years ago
  17. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  18. 25cc70f ANDROID: fs: FS tracepoints to track IO. by Mohan Srinivasan · 8 years ago
  19. a299abd f2fs: hide a maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  20. 725ba1a f2fs: remove percpu_count due to performance regression by Jaegeuk Kim · 8 years ago
  21. 01e15b3 f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack by Jaegeuk Kim · 8 years ago
  22. 027611e f2fs: fix overflow due to condition check order by Jaegeuk Kim · 8 years ago
  23. 1134ef1 f2fs: set ->owner for debugfs status file's file_operations by Nicolai Stange · 8 years ago
  24. a43e1c4 Revert "f2fs: use percpu_counter for # of dirty pages in inode" by Jaegeuk Kim · 8 years ago
  25. 1a1891d Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  26. de0dcc4 f2fs: fix wrong sum_page pointer in f2fs_gc by Jaegeuk Kim · 8 years ago
  27. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  28. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  29. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  30. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  31. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  32. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  33. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  34. 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  35. 4c1fad6 Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  36. e4c5d84 f2fs: introduce update_ckpt_flags to clean up by Jaegeuk Kim · 8 years ago
  37. 6ca56ca f2fs: don't submit irrelevant page by Chao Yu · 8 years ago
  38. 3f5f495 f2fs: fix to commit bio cache after flushing node pages by Chao Yu · 8 years ago
  39. fc0065a f2fs: introduce get_checkpoint_version for cleanup by Tiezhu Yang · 8 years ago
  40. 3fa5650 f2fs: remove dead variable by Sheng Yong · 8 years ago
  41. 7fd748d f2fs: remove redundant io plug by Chao Yu · 8 years ago
  42. 0f34802 f2fs: support checkpoint error injection by Chao Yu · 8 years ago
  43. 2443b8b f2fs: fix to recover old fault injection config in ->remount_fs by Chao Yu · 8 years ago
  44. 36dbd32 f2fs: do fault injection initialization in default_options by Chao Yu · 8 years ago
  45. 9c09404 f2fs: remove redundant value definition by Yunlei He · 8 years ago
  46. 1ecc0c5 f2fs: support configuring fault injection per superblock by Chao Yu · 8 years ago
  47. d32853d f2fs: adjust display format of segment bit by Chao Yu · 8 years ago
  48. bb5dada f2fs: remove dirty inode pages in error path by Jaegeuk Kim · 8 years ago
  49. ef68bf1 f2fs: do not unnecessarily null-terminate encrypted symlink data by Eric Biggers · 8 years ago
  50. d41065e f2fs: handle errors during recover_orphan_inodes by Jaegeuk Kim · 8 years ago
  51. 646e759 f2fs: avoid gc in cp_error case by Jaegeuk Kim · 8 years ago
  52. f6fe2be f2fs: should put_page for summary page by Jaegeuk Kim · 8 years ago
  53. 2956e45 f2fs: assign return value in f2fs_gc by Jaegeuk Kim · 8 years ago
  54. 5b7a487 f2fs: add customized migrate_page callback by Weichao Guo · 8 years ago
  55. aaec2b1 f2fs: introduce cp_lock to protect updating of ckpt_flags by Chao Yu · 8 years ago
  56. fadb2fb f2fs: fix to avoid race condition when updating sbi flag by Chao Yu · 8 years ago
  57. 9e1e6df f2fs: put directory inodes before checkpoint in roll-forward recovery by Jaegeuk Kim · 8 years ago
  58. a468f0e f2fs: use crc and cp version to determine roll-forward recovery by Jaegeuk Kim · 8 years ago
  59. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  60. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  61. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  62. 5d4c0af f2fs: preallocate blocks for encrypted file by Yunlei He · 8 years ago
  63. 5bc994a f2fs: show dirty inode number by Chao Yu · 8 years ago
  64. 8b038c7 f2fs: support IO error injection by Chao Yu · 8 years ago
  65. 8669696 f2fs: fix to return error number of read_all_xattrs correctly by Chao Yu · 8 years ago
  66. ebfa732 f2fs: make f2fs_filetype_table static by Chao Yu · 8 years ago
  67. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  68. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  69. 280db3c f2fs: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  70. ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
  71. 5905f9a f2fs: handle error in recover_orphan_inode by Jaegeuk Kim · 8 years ago
  72. 49ed09d f2fs: remove dead code f2fs_check_acl by Tiezhu Yang · 8 years ago
  73. d95fd91 f2fs: exclude special cases for f2fs_move_file_range by Fan Li · 8 years ago
  74. 649d7df f2fs: fix to set PageUptodate in f2fs_write_end correctly by Jaegeuk Kim · 8 years ago
  75. 61e4da1 f2fs: fix parameters of __exchange_data_block by Fan Li · 8 years ago
  76. e8ea9b3 f2fs: avoid ENOMEM during roll-forward recovery by Jaegeuk Kim · 8 years ago
  77. f4702d6 f2fs: add common iget in add_fsync_inode by Jaegeuk Kim · 8 years ago
  78. 7f3037a f2fs: check free_sections for defragmentation by Jaegeuk Kim · 8 years ago
  79. ed214a1 f2fs: forbid to do fstrim if fs has some error by Yunlei He · 8 years ago
  80. 34b5d5c f2fs: avoid page allocation for truncating partial inline_data by Jaegeuk Kim · 8 years ago
  81. ba63f23 fscrypto: require write access to mount to set encryption policy by Eric Biggers · 8 years ago
  82. 68f3139 f2fs: no need to make zeros beyond i_size by Jaegeuk Kim · 8 years ago
  83. 7732c26 f2fs: fix to detect temporary name of multimedia file by Chao Yu · 8 years ago
  84. 6ab2a30 f2fs: fix minor typo by Chao Yu · 8 years ago
  85. 6bf6b26 f2fs: set dentry bits on random location in memory by Jaegeuk Kim · 8 years ago
  86. c2a080a f2fs: fix to set superblock dirty correctly by Chao Yu · 8 years ago
  87. e7ba108 f2fs: add roll-forward recovery process for encrypted dentry by Shuoran Liu · 8 years ago
  88. bbf156f f2fs: fix lost xattrs of directories by Jaegeuk Kim · 8 years ago
  89. 275b66b f2fs: support async discard by Chao Yu · 8 years ago
  90. 167451e f2fs: set encryption name flag in add inline entry path by Shuoran Liu · 8 years ago
  91. e06f86e f2fs crypto: avoid unneeded memory allocation in ->readdir by Chao Yu · 8 years ago
  92. 9421d57 f2fs: fix to do security initialization of encrypted inode with original filename by Chao Yu · 8 years ago
  93. 7ea984b f2fs: do in batch synchronously readahead during GC by Chao Yu · 8 years ago
  94. 74fa5f3 f2fs: schedule in between two continous batch discards by Chao Yu · 8 years ago
  95. 97c1794 f2fs: enable inline_dentry by default and add noinline_dentry option by Chao Yu · 8 years ago
  96. 5d2b42e f2fs: fix a bug when using namehash to locate dentry bucket by Shuoran Liu · 8 years ago
  97. dfd02e4 f2fs: fix to preallocate block only aligned to 4K by Chao Yu · 8 years ago
  98. 6a7a3ae f2fs: fix non static symbol warning by Wei Yongjun · 8 years ago
  99. 6949422 f2fs: remove unnecessary initialization by Sheng Yong · 8 years ago
  100. 5f8eaf1 f2fs: remove redundant judgement condition in available_free_memory by Chao Yu · 8 years ago