1. 1d8aac3 f2fs: fix avoid race between truncate and background GC by Chao Yu · 6 years ago
  2. 787485b f2fs: avoid race between zero_range and background GC by Chao Yu · 6 years ago
  3. e7cad2b f2fs: fix to reset i_gc_failures correctly by Chao Yu · 6 years ago
  4. 3d5c54a f2fs: fix to avoid broken of dnode block list by Chao Yu · 6 years ago
  5. 77d1332 f2fs: don't allow any writes on aborted atomic writes by Jaegeuk Kim · 6 years ago
  6. b02367f f2fs: clean up ioctl interface naming by Chao Yu · 6 years ago
  7. 43a64a7 f2fs: clean up with f2fs_encrypted_inode() by Chao Yu · 6 years ago
  8. 3c74326 f2fs: fix to propagate error from __get_meta_page() by Chao Yu · 6 years ago
  9. b3c869a f2fs: fix to do sanity check with block address in main area by Chao Yu · 6 years ago
  10. d05e871 f2fs: introduce and spread verify_blkaddr by Chao Yu · 6 years ago
  11. 7eacb5d f2fs: Fix uninitialized return in f2fs_ioc_shutdown() by Dan Carpenter · 6 years ago
  12. c92b7c7 f2fs: indicate shutdown f2fs to allow unmount successfully by Jaegeuk Kim · 6 years ago
  13. f950fa4 treewide: Use array_size in f2fs_kvzalloc() by Kees Cook · 6 years ago
  14. 9a857bd f2fs: fix to clear FI_VOLATILE_FILE correctly by Chao Yu · 6 years ago
  15. deb78d4 f2fs: let sync node IO interrupt async one by Chao Yu · 6 years ago
  16. 6285d97 fs: f2fs: insert space around that ':' and ', ' by youngjun yoo · 6 years ago
  17. 9ef1031 fs: f2fs: add missing blank lines after declarations by youngjun yoo · 6 years ago
  18. ee62ea2 fs: f2fs: changed variable type of offset "unsigned" to "loff_t" by youngjun yoo · 6 years ago
  19. 6b4d6a8 f2fs: clean up symbol namespace by Chao Yu · 6 years ago
  20. 48fa534 f2fs: fix to avoid accessing cross the boundary by Chao Yu · 6 years ago
  21. caf10c6 f2fs: avoid stucking GC due to atomic write by Chao Yu · 6 years ago
  22. 664de59 f2fs: Fix deadlock in shutdown ioctl by Sahitya Tummala · 6 years ago
  23. c446430 f2fs: use find_get_pages_tag() for looking up single page by Jan Kara · 7 years ago
  24. 158d9bb f2fs: clean up with is_valid_blkaddr() by Chao Yu · 6 years ago
  25. f921fa8 f2fs: treat volatile file's data as hot one by Chao Yu · 6 years ago
  26. f6bd7d4 f2fs: rename dio_rwsem to i_gc_rwsem by Chao Yu · 6 years ago
  27. 48698e4 f2fs: move mnt_want_write_file after range check by Yunlei He · 6 years ago
  28. 707f7ae f2fs: fix missing clear FI_NO_PREALLOC in some error case by Yunlei He · 6 years ago
  29. 2f903ef f2fs: fix return value in f2fs_ioc_commit_atomic_write by Chao Yu · 6 years ago
  30. 5bdfc7e f2fs: allocate hot_data for atomic write more strictly by Yunlei He · 6 years ago
  31. 72823f4 f2fs: fix race in between GC and atomic open by Chao Yu · 6 years ago
  32. 03a2243 f2fs: fix to show missing bits in FS_IOC_GETFLAGS by Chao Yu · 6 years ago
  33. a0bbb36 f2fs: remove unneeded F2FS_PROJINHERIT_FL by Chao Yu · 6 years ago
  34. dc93e58 f2fs: remove redundant block plug by Chao Yu · 6 years ago
  35. 9bafde6 f2fs: introduce private inode status mapping by Chao Yu · 6 years ago
  36. 3a38cf1 f2fs: add fsync_mode=nobarrier for non-atomic files by Jaegeuk Kim · 6 years ago
  37. f69e814 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 6 years ago
  38. a4fa11c f2fs: truncate preallocated blocks in error case by Jaegeuk Kim · 7 years ago
  39. a33ce03 f2fs: clean up with F2FS_BLK_ALIGN by Chao Yu · 7 years ago
  40. 80d6489 f2fs: release locks before return in f2fs_ioc_gc_range() by Qiuyang Sun · 7 years ago
  41. 355d234 f2fs: add nowait aio support by Hyunchul Lee · 7 years ago
  42. e9a50e6 f2fs: wrap all options with f2fs_sb_info.mount_opt by Chao Yu · 7 years ago
  43. 9a95481 f2fs: introduce mount option for fsync mode by Junling Zheng · 7 years ago
  44. f4f1022 f2fs: fix to avoid race in between atomic write and background GC by Chao Yu · 7 years ago
  45. 1e72cb2 f2fs: expose extension_list sysfs entry by Chao Yu · 7 years ago
  46. 061839d f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range by Chao Yu · 7 years ago
  47. 4951ebc f2fs: introduce sb_lock to make encrypt pwsalt update exclusive by Chao Yu · 7 years ago
  48. 770611e f2fs: clean up f2fs_sb_has_xxx functions by Sheng Yong · 7 years ago
  49. 71f8f04 f2fs: support inode creation time by Chao Yu · 7 years ago
  50. 1a3b004 f2fs: stop gc/discard thread after fs shutdown by Chao Yu · 7 years ago
  51. 62a91a5 f2fs: hanlde error case in f2fs_ioc_shutdown by Chao Yu · 7 years ago
  52. 66356ee f2fs: split need_inplace_update by Chao Yu · 7 years ago
  53. fd21442 f2fs: speed up defragment on sparse file by Chao Yu · 7 years ago
  54. 6bce963 f2fs: support F2FS_IOC_PRECACHE_EXTENTS by Chao Yu · 7 years ago
  55. 9ce3d6b f2fs: add an ioctl to disable GC for specific file by Jaegeuk Kim · 7 years ago
  56. 4992a3c f2fs: fix to caclulate required free section correctly by Chao Yu · 7 years ago
  57. 211cb7b f2fs: recover directory operations by fsync by Jaegeuk Kim · 7 years ago
  58. a74690b f2fs: don't return value in truncate_data_blocks_range by Chao Yu · 7 years ago
  59. ead5259 f2fs: inject fault to kvmalloc by Chao Yu · 7 years ago
  60. 1a9d6a9 f2fs: apply write hints to select the type of segment for direct write by Hyunchul Lee · 7 years ago
  61. 955e7f5 f2fs: switch to fscrypt_prepare_setattr() by Eric Biggers · 7 years ago
  62. 3ccc177 f2fs: switch to fscrypt_file_open() by Eric Biggers · 7 years ago
  63. 46accc9 f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem by Chao Yu · 7 years ago
  64. 5b2b7f7 f2fs: deny accessing encryption policy if encryption is off by Chao Yu · 7 years ago
  65. 2e08de4 f2fs: fix to clear FI_NO_PREALLOC by Chao Yu · 7 years ago
  66. d75eb8d f2fs: trace checkpoint reason in fsync() by Chao Yu · 7 years ago
  67. bed6cff f2fs: keep isize once block is reserved cross EOF by Chao Yu · 7 years ago
  68. 5f3fdd2 f2fs: avoid race in between GC and block exchange by Chao Yu · 7 years ago
  69. 6663422 f2fs: stop all the operations by cp_error flag by Jaegeuk Kim · 7 years ago
  70. 4c94f14 f2fs: skip searching non-exist range in truncate_hole by Weichao Guo · 7 years ago
  71. ac5d4b42 f2fs: expose some sectors to user in inline data or dentry case by Jaegeuk Kim · 7 years ago
  72. 33fdebb f2fs: fix to avoid race when accessing last_disk_size by Chao Yu · 7 years ago
  73. f014be8 f2fs: enhance multiple device flush by Chao Yu · 7 years ago
  74. cacc1ed f2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flush by Chao Yu · 7 years ago
  75. fb605d0 f2fs: use generic terms used for encrypted block management by Jaegeuk Kim · 7 years ago
  76. a4fb189 f2fs: introduce f2fs_encrypted_file for clean-up by Jaegeuk Kim · 7 years ago
  77. 70d7be5 f2fs: trigger fdatasync for non-atomic_write file by Chao Yu · 7 years ago
  78. 3049eac f2fs: trigger normal fsync for non-atomic_write file by Chao Yu · 7 years ago
  79. 4e7540c f2fs: clear FI_HOT_DATA correctly by Chao Yu · 7 years ago
  80. 9afa159 f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO] by Qiuyang Sun · 7 years ago
  81. c0fe488 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  82. 48f95d2 f2fs: don't need to wait for node writes for atomic write by Jaegeuk Kim · 7 years ago
  83. 5647b30 f2fs: support project quota by Chao Yu · 7 years ago
  84. fbcf931 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  85. 82925bb f2fs: add ioctl to expose current features by Jaegeuk Kim · 7 years ago
  86. a778c4c f2fs: don't give partially written atomic data from process crash by Jaegeuk Kim · 7 years ago
  87. 1a3bf340 f2fs: remove extra inode_unlock() in error path by Luis Henriques · 7 years ago
  88. 09c3a72 f2fs: support plain user/group quota by Chao Yu · 7 years ago
  89. 0bb5306 f2fs: add ioctl to do gc with target block address by Jaegeuk Kim · 7 years ago
  90. 231cb87 f2fs: don't need to check encrypted inode for partial truncation by Jaegeuk Kim · 7 years ago
  91. 56a0d93 f2fs: measure inode.i_blocks as generic filesystem by Chao Yu · 7 years ago
  92. d0a17d2 f2fs: require key for truncate(2) of encrypted file by Eric Biggers · 7 years ago
  93. 7b23ea1 f2fs: dax: fix races between page faults and truncating pages by Qiuyang Sun · 7 years ago
  94. 6b35680 f2fs: don't bother checking for encryption key in ->write_iter() by Eric Biggers · 7 years ago
  95. b65ab24 f2fs: don't bother checking for encryption key in ->mmap() by Eric Biggers · 7 years ago
  96. f31e1ae f2fs: load inode's flag from disk by Jaegeuk Kim · 7 years ago
  97. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  98. 027611e f2fs: fix overflow due to condition check order by Jaegeuk Kim · 8 years ago
  99. a43e1c4 Revert "f2fs: use percpu_counter for # of dirty pages in inode" by Jaegeuk Kim · 8 years ago
  100. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago