1. 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
  2. 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
  3. d4c759e f2fs: use generic terms used for encrypted block management by Jaegeuk Kim · 7 years ago
  4. 1958593 f2fs: introduce f2fs_encrypted_file for clean-up by Jaegeuk Kim · 7 years ago
  5. 774e1b7 f2fs: trigger fdatasync for non-atomic_write file by Chao Yu · 7 years ago
  6. 0adf6a1 f2fs: trigger normal fsync for non-atomic_write file by Chao Yu · 7 years ago
  7. 84a23fb f2fs: clear FI_HOT_DATA correctly by Chao Yu · 7 years ago
  8. f2220c7 f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO] by Qiuyang Sun · 7 years ago
  9. b0af6d4 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  10. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 7 years ago
  11. 2c1d030 f2fs: support F2FS_IOC_FS{GET,SET}XATTR by Chao Yu · 7 years ago
  12. b6a245e f2fs: don't need to wait for node writes for atomic write by Jaegeuk Kim · 7 years ago
  13. 5c57132 f2fs: support project quota by Chao Yu · 7 years ago
  14. 7a2af76 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  15. e65ef20 f2fs: add ioctl to expose current features by Jaegeuk Kim · 7 years ago
  16. 7a10f01 f2fs: don't give partially written atomic data from process crash by Jaegeuk Kim · 7 years ago
  17. 5ffff28 f2fs: remove extra inode_unlock() in error path by Luis Henriques · 7 years ago
  18. 5cdd4c0 Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  19. 0abd675 f2fs: support plain user/group quota by Chao Yu · 7 years ago
  20. 34dc77a f2fs: add ioctl to do gc with target block address by Jaegeuk Kim · 7 years ago
  21. a9bcf9b f2fs: don't need to check encrypted inode for partial truncation by Jaegeuk Kim · 7 years ago
  22. 0eb0ada f2fs: measure inode.i_blocks as generic filesystem by Chao Yu · 7 years ago
  23. 67773a1 f2fs: require key for truncate(2) of encrypted file by Eric Biggers · 7 years ago
  24. 5a3a2d8 f2fs: dax: fix races between page faults and truncating pages by Qiuyang Sun · 8 years ago
  25. aaebdee f2fs: don't bother checking for encryption key in ->write_iter() by Eric Biggers · 7 years ago
  26. b82a6ea f2fs: don't bother checking for encryption key in ->mmap() by Eric Biggers · 7 years ago
  27. 1c6d8ee f2fs: support statx by Chao Yu · 8 years ago
  28. 9360712 f2fs: load inode's flag from disk by Jaegeuk Kim · 8 years ago
  29. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  30. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  31. a72d4b9 f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGS by Chao Yu · 8 years ago
  32. 7eab0c0 f2fs: reconstruct code to write a data page by Hou Pengyang · 8 years ago
  33. e066b83 f2fs: add ioctl to flush data from faster device to cold area by Jaegeuk Kim · 8 years ago
  34. 0448598 f2fs: introduce async IPU policy by Hou Pengyang · 8 years ago
  35. 6c3acd9 f2fs: allocate hot_data for atomic writes by Jaegeuk Kim · 8 years ago
  36. 4ddb1a4 f2fs: clean up some macros in terms of GET_SEGNO by Jaegeuk Kim · 8 years ago
  37. 648d50b f2fs: show the max number of volatile operations by Chao Yu · 8 years ago
  38. 684ca7e f2fs: avoid stat_inc_atomic_write for non-atomic file by Kinglong Mee · 8 years ago
  39. d03ba4c f2fs: cleanup the disk level filename updating by Kinglong Mee · 8 years ago
  40. bd4667c f2fs: clear FI_DATA_EXIST flag in truncate_inline_inode by Kinglong Mee · 8 years ago
  41. d756386 f2fs: move mnt_want_write_file after arguments checking by Kinglong Mee · 8 years ago
  42. 46e82fb f2fs: check new size by inode_newsize_ok in f2fs_insert_range by Kinglong Mee · 8 years ago
  43. 3cecfa5 f2fs: avoid copy date to user-space if move file range fail by Kinglong Mee · 8 years ago
  44. 087d3d8b f2fs: drop duplicate new_size assign in f2fs_zero_range by Kinglong Mee · 8 years ago
  45. 14b44d2 f2fs: add fault injection on f2fs_truncate by Jaegeuk Kim · 8 years ago
  46. 1941d7b f2fs: check range before defragment by Sheng Yong · 8 years ago
  47. 8ff0971 f2fs: don't allow volatile writes for non-regular file by Chao Yu · 8 years ago
  48. e811898 f2fs: don't allow atomic writes for not regular files by Jaegeuk Kim · 8 years ago
  49. 4f1bca9 f2fs: don't allow to get pino when filename is encrypted by Jaegeuk Kim · 8 years ago
  50. a78aaa2 f2fs: fix an error return value in truncate_partial_data_page by Yunlei He · 8 years ago
  51. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  52. 25c4e6c Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  53. 4fcf589 f2fs: remove redundant set_page_dirty() by Yunlei He · 8 years ago
  54. e15882b f2fs: init local extent_info to avoid stale stack info in tp by Hou Pengyang · 8 years ago
  55. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  56. d260081 f2fs: change recovery policy of xattr node block by Chao Yu · 8 years ago
  57. e7c75ab f2fs: avoid out-of-order execution of atomic writes by Jaegeuk Kim · 8 years ago
  58. dc91de7 f2fs: do not preallocate blocks which has wrong buffer by Jaegeuk Kim · 8 years ago
  59. 5fe4574 f2fs: introduce FI_ATOMIC_COMMIT by Chao Yu · 8 years ago
  60. bb95d9a f2fs: drop exist_data for inline_data when truncated to 0 by Jaegeuk Kim · 8 years ago
  61. 26a28a0 f2fs: show the max number of atomic operations by Jaegeuk Kim · 8 years ago
  62. 5084fdf Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  63. c0ed440 f2fs: fix a missing size change in f2fs_setattr by Yunlei He · 8 years ago
  64. db717d8 fscrypto: move ioctl processing more fully into common code by Eric Biggers · 8 years ago
  65. 204706c Revert "f2fs: use percpu_counter for # of dirty pages in inode" by Jaegeuk Kim · 8 years ago
  66. 2678723 f2fs: do not activate auto_recovery for fallocated i_size by Jaegeuk Kim · 8 years ago
  67. 281518c f2fs: fix fdatasync by Chao Yu · 8 years ago
  68. 36951b3 f2fs: don't wait writeback for datas during checkpoint by Chao Yu · 8 years ago
  69. 7702bdb f2fs: avoid BG_GC in f2fs_balance_fs by Jaegeuk Kim · 8 years ago
  70. a7de608 f2fs: use err for f2fs_preallocate_blocks by Jaegeuk Kim · 8 years ago
  71. 7c45729 f2fs: keep dirty inodes selectively for checkpoint by Jaegeuk Kim · 8 years ago
  72. 15d0435 f2fs: call f2fs_balance_fs for setattr by Jaegeuk Kim · 8 years ago
  73. 9434fcd f2fs: add missing f2fs_balance_fs in f2fs_zero_range by Chao Yu · 8 years ago
  74. e87f732 f2fs: fix overflow due to condition check order by Jaegeuk Kim · 8 years ago
  75. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  76. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  77. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  78. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  79. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  80. 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
  81. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  82. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  83. d95fd91 f2fs: exclude special cases for f2fs_move_file_range by Fan Li · 8 years ago
  84. 61e4da1 f2fs: fix parameters of __exchange_data_block by Fan Li · 8 years ago
  85. 7f3037a f2fs: check free_sections for defragmentation by Jaegeuk Kim · 8 years ago
  86. 34b5d5c f2fs: avoid page allocation for truncating partial inline_data by Jaegeuk Kim · 8 years ago
  87. ba63f23 fscrypto: require write access to mount to set encryption policy by Eric Biggers · 8 years ago
  88. e7ba108 f2fs: add roll-forward recovery process for encrypted dentry by Shuoran Liu · 8 years ago
  89. bbf156f f2fs: fix lost xattrs of directories by Jaegeuk Kim · 8 years ago
  90. 6949422 f2fs: remove unnecessary initialization by Sheng Yong · 8 years ago
  91. 20a3d61 f2fs: avoid potential deadlock in f2fs_move_file_range by Chao Yu · 8 years ago
  92. fe8494b f2fs: allow copying file range only in between regular files by Chao Yu · 8 years ago
  93. 4dd6f97 f2fs: support an ioctl to move a range of data blocks by Jaegeuk Kim · 8 years ago
  94. 363cad7 f2fs: avoid memory allocation failure due to a long length by Jaegeuk Kim · 8 years ago
  95. 9dfa1ba f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 8 years ago
  96. 5f281fa f2fs: disable extent_cache for fcollapse/finsert inodes by Jaegeuk Kim · 8 years ago
  97. 0a2aa8f f2fs: refactor __exchange_data_block for speed up by Jaegeuk Kim · 8 years ago
  98. b56ab83 f2fs: avoid mark_inode_dirty by Jaegeuk Kim · 8 years ago
  99. 237c079 f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 8 years ago
  100. ac6f199 f2fs: avoid latency-critical readahead of node pages by Jaegeuk Kim · 8 years ago