1. f11e98b fs: f2fs: add missing blank lines after declarations by youngjun yoo · 7 years ago
  2. 193bea1 fs: f2fs: changed variable type of offset "unsigned" to "loff_t" by youngjun yoo · 7 years ago
  3. 4d57b86 f2fs: clean up symbol namespace by Chao Yu · 7 years ago
  4. 9fd6260 f2fs: fix to avoid accessing cross the boundary by Chao Yu · 7 years ago
  5. 2ef79ec f2fs: avoid stucking GC due to atomic write by Chao Yu · 7 years ago
  6. 60b2b4e f2fs: Fix deadlock in shutdown ioctl by Sahitya Tummala · 7 years ago
  7. 7b525dd f2fs: clean up with is_valid_blkaddr() by Chao Yu · 7 years ago
  8. b4c3ca8 f2fs: treat volatile file's data as hot one by Chao Yu · 7 years ago
  9. b2532c6 f2fs: rename dio_rwsem to i_gc_rwsem by Chao Yu · 7 years ago
  10. b82f6e3 f2fs: move mnt_want_write_file after range check by Yunlei He · 7 years ago
  11. cba41be f2fs: fix missing clear FI_NO_PREALLOC in some error case by Yunlei He · 7 years ago
  12. c22aecd f2fs: fix to detect failure of dquot_initialize by Chao Yu · 7 years ago
  13. b169c3c f2fs: fix return value in f2fs_ioc_commit_atomic_write by Chao Yu · 7 years ago
  14. 054afda f2fs: allocate hot_data for atomic write more strictly by Yunlei He · 7 years ago
  15. 27319ba f2fs: fix race in between GC and atomic open by Chao Yu · 7 years ago
  16. ea4d479 fs: f2fs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  17. 7648115 f2fs: fix to show missing bits in FS_IOC_GETFLAGS by Chao Yu · 7 years ago
  18. c807a7c f2fs: remove unneeded F2FS_PROJINHERIT_FL by Chao Yu · 7 years ago
  19. 47cca3d f2fs: remove redundant block plug by Chao Yu · 7 years ago
  20. 59c8440 f2fs: introduce private inode status mapping by Chao Yu · 7 years ago
  21. d629081 f2fs: add fsync_mode=nobarrier for non-atomic files by Jaegeuk Kim · 7 years ago
  22. 6dbb179 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 7 years ago
  23. dc7a10d f2fs: truncate preallocated blocks in error case by Jaegeuk Kim · 7 years ago
  24. df033ca f2fs: clean up with F2FS_BLK_ALIGN by Chao Yu · 7 years ago
  25. da5ce87 f2fs: release locks before return in f2fs_ioc_gc_range() by Qiuyang Sun · 7 years ago
  26. b91050a f2fs: add nowait aio support by Hyunchul Lee · 7 years ago
  27. 63189b7 f2fs: wrap all options with f2fs_sb_info.mount_opt by Chao Yu · 7 years ago
  28. 93cf93f f2fs: introduce mount option for fsync mode by Junling Zheng · 7 years ago
  29. 1dc0f89 f2fs: fix to avoid race in between atomic write and background GC by Chao Yu · 7 years ago
  30. 846ae67 f2fs: expose extension_list sysfs entry by Chao Yu · 7 years ago
  31. 17cd07a f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range by Chao Yu · 7 years ago
  32. d0d3f1b f2fs: introduce sb_lock to make encrypt pwsalt update exclusive by Chao Yu · 7 years ago
  33. ccd31cb f2fs: clean up f2fs_sb_has_xxx functions by Sheng Yong · 7 years ago
  34. 1c1d35d f2fs: support inode creation time by Chao Yu · 7 years ago
  35. 7950e9a f2fs: stop gc/discard thread after fs shutdown by Chao Yu · 7 years ago
  36. d027c48 f2fs: hanlde error case in f2fs_ioc_shutdown by Chao Yu · 7 years ago
  37. bb9e3bb8d f2fs: split need_inplace_update by Chao Yu · 7 years ago
  38. f3d98e7 f2fs: speed up defragment on sparse file by Chao Yu · 7 years ago
  39. c4020b2 f2fs: support F2FS_IOC_PRECACHE_EXTENTS by Chao Yu · 7 years ago
  40. 1ad71a2 f2fs: add an ioctl to disable GC for specific file by Jaegeuk Kim · 7 years ago
  41. 25a912e f2fs: fix to caclulate required free section correctly by Chao Yu · 7 years ago
  42. 0a007b97 f2fs: recover directory operations by fsync by Jaegeuk Kim · 7 years ago
  43. f652e9d f2fs: don't return value in truncate_data_blocks_range by Chao Yu · 7 years ago
  44. 628b3d1 f2fs: inject fault to kvmalloc by Chao Yu · 7 years ago
  45. d5097be f2fs: apply write hints to select the type of segment for direct write by Hyunchul Lee · 7 years ago
  46. 20bb247 f2fs: switch to fscrypt_prepare_setattr() by Eric Biggers · 7 years ago
  47. 2e168c8 f2fs: switch to fscrypt_file_open() by Eric Biggers · 7 years ago
  48. 2102081 f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem by Chao Yu · 7 years ago
  49. a02cd42 Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  50. 8faab64 f2fs: use find_get_pages_tag() for looking up single page by Jan Kara · 7 years ago
  51. ead710b f2fs: deny accessing encryption policy if encryption is off by Chao Yu · 7 years ago
  52. 28cfafb f2fs: fix to clear FI_NO_PREALLOC by Chao Yu · 7 years ago
  53. a5fd505 f2fs: trace checkpoint reason in fsync() by Chao Yu · 7 years ago
  54. e8ed90a f2fs: keep isize once block is reserved cross EOF by Chao Yu · 7 years ago
  55. bb06664 f2fs: avoid race in between GC and block exchange by Chao Yu · 7 years ago
  56. 1f227a3 f2fs: stop all the operations by cp_error flag by Jaegeuk Kim · 7 years ago
  57. 48ab25f f2fs: skip searching non-exist range in truncate_hole by Weichao Guo · 7 years ago
  58. 5b4267d f2fs: expose some sectors to user in inline data or dentry case by Jaegeuk Kim · 7 years ago
  59. a0d00fa f2fs: fix to avoid race when accessing last_disk_size by Chao Yu · 7 years ago
  60. 39d787b f2fs: enhance multiple device flush by Chao Yu · 7 years ago
  61. 3f06252 f2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flush by Chao Yu · 7 years ago
  62. 6d8ef53 Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  63. ec3604c Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  64. d4c759e f2fs: use generic terms used for encrypted block management by Jaegeuk Kim · 7 years ago
  65. 1958593 f2fs: introduce f2fs_encrypted_file for clean-up by Jaegeuk Kim · 7 years ago
  66. 774e1b7 f2fs: trigger fdatasync for non-atomic_write file by Chao Yu · 7 years ago
  67. 0adf6a1 f2fs: trigger normal fsync for non-atomic_write file by Chao Yu · 7 years ago
  68. 84a23fb f2fs: clear FI_HOT_DATA correctly by Chao Yu · 7 years ago
  69. f2220c7 f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO] by Qiuyang Sun · 7 years ago
  70. b0af6d4 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  71. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 8 years ago
  72. 2c1d030 f2fs: support F2FS_IOC_FS{GET,SET}XATTR by Chao Yu · 7 years ago
  73. b6a245e f2fs: don't need to wait for node writes for atomic write by Jaegeuk Kim · 7 years ago
  74. 5c57132 f2fs: support project quota by Chao Yu · 7 years ago
  75. 7a2af76 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  76. e65ef20 f2fs: add ioctl to expose current features by Jaegeuk Kim · 7 years ago
  77. 7a10f01 f2fs: don't give partially written atomic data from process crash by Jaegeuk Kim · 7 years ago
  78. 5ffff28 f2fs: remove extra inode_unlock() in error path by Luis Henriques · 8 years ago
  79. 5cdd4c0 Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  80. 0abd675 f2fs: support plain user/group quota by Chao Yu · 8 years ago
  81. 34dc77a f2fs: add ioctl to do gc with target block address by Jaegeuk Kim · 8 years ago
  82. a9bcf9b f2fs: don't need to check encrypted inode for partial truncation by Jaegeuk Kim · 8 years ago
  83. 0eb0ada f2fs: measure inode.i_blocks as generic filesystem by Chao Yu · 8 years ago
  84. 67773a1 f2fs: require key for truncate(2) of encrypted file by Eric Biggers · 8 years ago
  85. 5a3a2d8 f2fs: dax: fix races between page faults and truncating pages by Qiuyang Sun · 8 years ago
  86. aaebdee f2fs: don't bother checking for encryption key in ->write_iter() by Eric Biggers · 8 years ago
  87. b82a6ea f2fs: don't bother checking for encryption key in ->mmap() by Eric Biggers · 8 years ago
  88. 1c6d8ee f2fs: support statx by Chao Yu · 8 years ago
  89. 9360712 f2fs: load inode's flag from disk by Jaegeuk Kim · 8 years ago
  90. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  91. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  92. a72d4b9 f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGS by Chao Yu · 8 years ago
  93. 7eab0c0 f2fs: reconstruct code to write a data page by Hou Pengyang · 8 years ago
  94. e066b83 f2fs: add ioctl to flush data from faster device to cold area by Jaegeuk Kim · 8 years ago
  95. 0448598 f2fs: introduce async IPU policy by Hou Pengyang · 8 years ago
  96. 6c3acd9 f2fs: allocate hot_data for atomic writes by Jaegeuk Kim · 8 years ago
  97. 4ddb1a4 f2fs: clean up some macros in terms of GET_SEGNO by Jaegeuk Kim · 8 years ago
  98. 648d50b f2fs: show the max number of volatile operations by Chao Yu · 8 years ago
  99. 684ca7e f2fs: avoid stat_inc_atomic_write for non-atomic file by Kinglong Mee · 8 years ago
  100. d03ba4c f2fs: cleanup the disk level filename updating by Kinglong Mee · 8 years ago