1. 6282adb f2fs: call set_page_dirty to attach i_wb for cgroup by Jaegeuk Kim · 9 years ago
  2. 3c45414 f2fs: do not trim preallocated blocks when truncating after i_size by Chao Yu · 9 years ago
  3. de6a8ec f2fs: drop the volatile_write flag only by Jaegeuk Kim · 9 years ago
  4. c5bda1c f2fs: skip committing valid superblock by Chao Yu · 9 years ago
  5. f62185d f2fs: support FALLOC_FL_INSERT_RANGE by Chao Yu · 9 years ago
  6. 528e345 f2fs: hide common code in f2fs_replace_block by Chao Yu · 9 years ago
  7. 4637fd1 f2fs crypto: do not set encryption policy for non-directory by ioctl by Chao Yu · 9 years ago
  8. e7d5545 f2fs crypto: add filename encryption for roll-forward recovery by Jaegeuk Kim · 9 years ago
  9. 4375a33 f2fs crypto: add encryption support in read/write paths by Jaegeuk Kim · 9 years ago
  10. fcc85a4 f2fs crypto: activate encryption support for fs APIs by Jaegeuk Kim · 9 years ago
  11. f424f66 f2fs crypto: add encryption policy and password salt support by Jaegeuk Kim · 9 years ago
  12. 75cd4e0 f2fs: support FALLOC_FL_ZERO_RANGE by Chao Yu · 9 years ago
  13. b4ace33 f2fs: support FALLOC_FL_COLLAPSE_RANGE by Chao Yu · 9 years ago
  14. 43f3eae f2fs: split find_data_page according to specific purposes by Jaegeuk Kim · 9 years ago
  15. 05ca363 f2fs: add sbi and page pointer in f2fs_io_info by Jaegeuk Kim · 9 years ago
  16. 01b960e f2fs: add f2fs_may_inline_{data, dentry} by Jaegeuk Kim · 9 years ago
  17. 587c0a4 f2fs: add offset check routine before punch_hole() in f2fs_fallocate() by Taehee Yoo · 9 years ago
  18. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  19. 06a60de Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  20. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  21. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  22. 216a620 f2fs: split set_data_blkaddr from f2fs_update_extent_cache by Chao Yu · 9 years ago
  23. 3c6c2be f2fs: avoid punch_hole overhead when releasing volatile data by Jaegeuk Kim · 9 years ago
  24. 0bfcfcc f2fs: fix to truncate inline data past EOF by Chao Yu · 9 years ago
  25. cff2852 f2fs: clear append/update flags once fsync is done by Jaegeuk Kim · 9 years ago
  26. 1abff93 f2fs: support fs shutdown by Jaegeuk Kim · 10 years ago
  27. 7e4dde7 f2fs: introduce universal lookup/update interface for extent cache by Chao Yu · 10 years ago
  28. c7d7b98 Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  29. f7ef9b8 f2fs: introduce macros to convert bytes and blocks in f2fs by Jaegeuk Kim · 9 years ago
  30. 2e02317 f2fs: avoid data offset overflow when lseeking huge file by Chao Yu · 9 years ago
  31. d49f3e8 f2fs: add F2FS_IOC_GETVERSION support by Chao Yu · 10 years ago
  32. 871f599 f2fs: avoid infinite loop on cp_error by Jaegeuk Kim · 10 years ago
  33. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  34. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 10 years ago
  35. db9f7c1 f2fs: activate f2fs_trace_ios by Jaegeuk Kim · 10 years ago
  36. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 10 years ago
  37. 51455b1 f2fs: cleanup path to need cp at fsync by Changman Lee · 10 years ago
  38. 9c7bb70 f2fs: check if inode state is dirty at fsync by Changman Lee · 10 years ago
  39. 1266223 f2fs: release inmemory pages when the file was closed by Jaegeuk Kim · 10 years ago
  40. 9c01503 f2fs: cleanup redundant macro by Changman Lee · 10 years ago
  41. 92dffd0 f2fs: convert inline_data when i_size becomes large by Jaegeuk Kim · 10 years ago
  42. 764d2c8 f2fs: fix deadlock to grab 0'th data page by Jaegeuk Kim · 10 years ago
  43. a344b9f f2fs: disable roll-forward when active_logs = 2 by Jaegeuk Kim · 10 years ago
  44. d5053a34 f2fs: introduce -o fastboot for reducing booting time only by Jaegeuk Kim · 10 years ago
  45. b3d208f f2fs: revisit inline_data to avoid data races and potential bugs by Jaegeuk Kim · 10 years ago
  46. 5ab1857 f2fs: should not truncate any inline_dentry by Jaegeuk Kim · 10 years ago
  47. 622f28a f2fs: enable inline dir handling by Chao Yu · 10 years ago
  48. 13fd8f8 f2fs: fix to call f2fs_unlock_op by Jaegeuk Kim · 10 years ago
  49. 9ba69cf f2fs: avoid to allocate when inline_data was written by Jaegeuk Kim · 10 years ago
  50. 1ce86bf f2fs: fix race conditon on truncation with inline_data by Jaegeuk Kim · 10 years ago
  51. 02a1335 f2fs: support volatile operations for transient data by Jaegeuk Kim · 10 years ago
  52. 88b88a6 f2fs: support atomic writes by Jaegeuk Kim · 10 years ago
  53. 52656e6 f2fs: clean up f2fs_ioctl functions by Jaegeuk Kim · 10 years ago
  54. 4b2fecc f2fs: introduce FITRIM in f2fs_ioctl by Jaegeuk Kim · 10 years ago
  55. 14cecc5 f2fs: skip punching hole in special condition by Chao Yu · 10 years ago
  56. 09db6a2 f2fs: fix to truncate blocks past EOF in ->setattr by Chao Yu · 10 years ago
  57. 19c9c46 f2fs: do not skip latest inode information by Jaegeuk Kim · 10 years ago
  58. 88bd02c f2fs: fix conditions to remain recovery information in f2fs_sync_file by Jaegeuk Kim · 10 years ago
  59. c1ce1b0 f2fs: give an option to enable in-place-updates during fsync to users by Jaegeuk Kim · 10 years ago
  60. 2403c15 f2fs: remove lengthy inode->i_ino by Jaegeuk Kim · 10 years ago
  61. 0b4c5afde f2fs: fix negative value for lseek offset by Jaegeuk Kim · 10 years ago
  62. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  63. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  64. 9d1589e f2fs: introduce need_do_checkpoint for readability by Chao Yu · 10 years ago
  65. 764aa3e f2fs: avoid double lock in truncate_blocks by Jaegeuk Kim · 10 years ago
  66. b067ba1 f2fs: should convert inline_data during the mkwrite by Jaegeuk Kim · 10 years ago
  67. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  68. 497a093 f2fs: add f2fs_balance_fs for expand_inode_data by Chao Yu · 10 years ago
  69. 65b85cc f2fs: fix coding style by Jaegeuk Kim · 10 years ago
  70. ea1aa12 f2fs: enable in-place-update for fdatasync by Jaegeuk Kim · 10 years ago
  71. 6d99ba41 f2fs: skip unnecessary data writes during fsync by Jaegeuk Kim · 10 years ago
  72. 6b2920a f2fs: use inner macro and function to clean up codes by Chao Yu · 10 years ago
  73. ca0a81b f2fs: avoid to truncate non-updated page partially by Chao Yu · 10 years ago
  74. 98397ff f2fs: fix not to allocate unnecessary blocks during fallocate by Jaegeuk Kim · 10 years ago
  75. ead4327 f2fs: recover fallocated data and its i_size together by Jaegeuk Kim · 10 years ago
  76. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  77. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  78. 9ab7013 f2fs: support f2fs_fiemap by Jaegeuk Kim · 10 years ago
  79. 6fa1df5 f2fs: recover fallocated space by Jaegeuk Kim · 10 years ago
  80. 8aa6f1c f2fs: fix to truncate inline data in inode page when setattr by Chao Yu · 10 years ago
  81. 7f7670f f2fs: consider fallocated space for SEEK_DATA by Jaegeuk Kim · 10 years ago
  82. fe369bc f2fs: return i_size if the hole is outside of i_size by Jaegeuk Kim · 10 years ago
  83. 267378d f2fs: introduce f2fs_seek_block to support SEEK_{DATA, HOLE} in llseek by Chao Yu · 10 years ago
  84. 6403eb1 f2fs: introduce help macro ADDRS_PER_PAGE() by Chao Yu · 10 years ago
  85. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  86. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  87. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  88. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  89. 6b4afdd f2fs: introduce f2fs_issue_flush to avoid redundant flush issue by Jaegeuk Kim · 10 years ago
  90. 479f40c f2fs: skip unnecessary node writes during fsync by Jaegeuk Kim · 10 years ago
  91. d928bfb f2fs: introduce fi->i_sem to protect fi's info by Jaegeuk Kim · 10 years ago
  92. 3cb5ad1 f2fs: call f2fs_wait_on_page_writeback instead of native function by Jaegeuk Kim · 10 years ago
  93. c81bf1c f2fs: fix to write node pages with WRITE_SYNC by Jaegeuk Kim · 10 years ago
  94. 3375f69 f2fs: use inode mutex to keep atomicity of f2fs_falloc by Chao Yu · 11 years ago
  95. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  96. a6dda0e f2fs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  97. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  98. fb5566d f2fs: improve write performance under frequent fsync calls by Jaegeuk Kim · 11 years ago
  99. 1e1bb4b f2fs: add inline_data recovery routine by Jaegeuk Kim · 11 years ago
  100. 9e09fc8 f2fs: refactor f2fs_convert_inline_data by Jaegeuk Kim · 11 years ago