1. a7de608 f2fs: use err for f2fs_preallocate_blocks by Jaegeuk Kim · 8 years ago
  2. 3c62be1 f2fs: support multiple devices by Jaegeuk Kim · 8 years ago
  3. e57e9ae f2fs: allow dio read for LFS mode by Jaegeuk Kim · 8 years ago
  4. 6ae1be1 f2fs: revert segment allocation for direct IO by Jaegeuk Kim · 8 years ago
  5. 2061471 f2fs: return directly if block has been removed from the victim by Yunlei He · 8 years ago
  6. d47b871 Revert "f2fs: do not recover from previous remained wrong dnodes" by Chao Yu · 8 years ago
  7. b4b9d34 f2fs: remove checkpoint in f2fs_freeze by Jaegeuk Kim · 8 years ago
  8. bdb7d96 f2fs: assign segments correctly for direct_io by Jaegeuk Kim · 8 years ago
  9. 9f0552e f2fs: fix wrong i_atime recovery by Chao Yu · 8 years ago
  10. 60dcedc f2fs: record inode updating status correctly by Chao Yu · 8 years ago
  11. 126606c f2fs: Trace reset zone events by Damien Le Moal · 8 years ago
  12. f46e8809 f2fs: Reset sequential zones on zoned block devices by Damien Le Moal · 8 years ago
  13. 178053e f2fs: Cache zoned block devices zone type by Damien Le Moal · 8 years ago
  14. 3adc57e f2fs: Do not allow adaptive mode for host-managed zoned block devices by Damien Le Moal · 8 years ago
  15. 96ba2de f2fs: Always enable discard for zoned blocks devices by Damien Le Moal · 8 years ago
  16. 0ab0299 f2fs: Suppress discard warning message for zoned block devices by Damien Le Moal · 8 years ago
  17. d1b959c f2fs: Check zoned block feature for host-managed zoned block devices by Damien Le Moal · 8 years ago
  18. 0bfd7a0 f2fs: Use generic zoned block device terminology by Damien Le Moal · 8 years ago
  19. 487df61 f2fs: Add missing break in switch-case by Damien Le Moal · 8 years ago
  20. 0992280 f2fs: avoid infinite loop in the EIO case on recover_orphan_inodes by Jaegeuk Kim · 8 years ago
  21. ed6bd4b f2fs: report error of f2fs_fill_dentries by Chao Yu · 8 years ago
  22. 230436b f2fs: hide a maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  23. 35782b2 f2fs: remove percpu_count due to performance regression by Jaegeuk Kim · 8 years ago
  24. 18340ed f2fs: make clean inodes when flushing inode page by Jaegeuk Kim · 8 years ago
  25. 7c45729 f2fs: keep dirty inodes selectively for checkpoint by Jaegeuk Kim · 8 years ago
  26. 664ba97 f2fs: use BIO_MAX_PAGES for bio allocation by Jaegeuk Kim · 8 years ago
  27. 3e7b5bb f2fs: declare static function for __build_free_nids by Jaegeuk Kim · 8 years ago
  28. 15d0435 f2fs: call f2fs_balance_fs for setattr by Jaegeuk Kim · 8 years ago
  29. b9610bd f2fs: count dirty inodes to flush node pages during checkpoint by Jaegeuk Kim · 8 years ago
  30. 02110a4 f2fs: avoid casted negative value as shrink count by Chao Yu · 8 years ago
  31. 3a2ad56 f2fs: don't interrupt free nids building during nid allocation by Chao Yu · 8 years ago
  32. eb0aa4b f2fs: clean up free nid list operations by Jaegeuk Kim · 8 years ago
  33. b8559dc f2fs: split free nid list by Chao Yu · 8 years ago
  34. a11b9f6 f2fs: clear nlink if fail to add_link by Chao Yu · 8 years ago
  35. 0c0b471 f2fs: fix sparse warnings by Eric Biggers · 8 years ago
  36. 9de6927 f2fs: fix error handling in fsync_node_pages by Chao Yu · 8 years ago
  37. b691d98 f2fs: fix to update largest extent under lock by Chao Yu · 8 years ago
  38. 58736fa f2fs: be aware of extent beyond EOF in fiemap by Chao Yu · 8 years ago
  39. 6f2d8ed f2fs: don't miss any f2fs_balance_fs cases by Chao Yu · 8 years ago
  40. 9434fcd f2fs: add missing f2fs_balance_fs in f2fs_zero_range by Chao Yu · 8 years ago
  41. 933439c f2fs: give a chance to detach from dirty list by Chao Yu · 8 years ago
  42. 2dd1565 f2fs: fix to release discard entries during checkpoint by Chao Yu · 8 years ago
  43. 2411cf5 f2fs: exclude free nids building and allocation by Chao Yu · 8 years ago
  44. e87f732 f2fs: fix overflow due to condition check order by Jaegeuk Kim · 8 years ago
  45. 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
  46. de0dcc4 f2fs: fix wrong sum_page pointer in f2fs_gc by Jaegeuk Kim · 8 years ago
  47. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  48. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  49. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  50. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  51. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  52. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  53. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  54. 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  55. 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
  56. e4c5d84 f2fs: introduce update_ckpt_flags to clean up by Jaegeuk Kim · 8 years ago
  57. 6ca56ca f2fs: don't submit irrelevant page by Chao Yu · 8 years ago
  58. 3f5f495 f2fs: fix to commit bio cache after flushing node pages by Chao Yu · 8 years ago
  59. fc0065a f2fs: introduce get_checkpoint_version for cleanup by Tiezhu Yang · 8 years ago
  60. 3fa5650 f2fs: remove dead variable by Sheng Yong · 8 years ago
  61. 7fd748d f2fs: remove redundant io plug by Chao Yu · 8 years ago
  62. 0f34802 f2fs: support checkpoint error injection by Chao Yu · 8 years ago
  63. 2443b8b f2fs: fix to recover old fault injection config in ->remount_fs by Chao Yu · 8 years ago
  64. 36dbd32 f2fs: do fault injection initialization in default_options by Chao Yu · 8 years ago
  65. 9c09404 f2fs: remove redundant value definition by Yunlei He · 8 years ago
  66. 1ecc0c5 f2fs: support configuring fault injection per superblock by Chao Yu · 8 years ago
  67. d32853d f2fs: adjust display format of segment bit by Chao Yu · 8 years ago
  68. bb5dada f2fs: remove dirty inode pages in error path by Jaegeuk Kim · 8 years ago
  69. ef68bf1 f2fs: do not unnecessarily null-terminate encrypted symlink data by Eric Biggers · 8 years ago
  70. d41065e f2fs: handle errors during recover_orphan_inodes by Jaegeuk Kim · 8 years ago
  71. 646e759 f2fs: avoid gc in cp_error case by Jaegeuk Kim · 8 years ago
  72. f6fe2be f2fs: should put_page for summary page by Jaegeuk Kim · 8 years ago
  73. 2956e45 f2fs: assign return value in f2fs_gc by Jaegeuk Kim · 8 years ago
  74. 5b7a487 f2fs: add customized migrate_page callback by Weichao Guo · 8 years ago
  75. aaec2b1 f2fs: introduce cp_lock to protect updating of ckpt_flags by Chao Yu · 8 years ago
  76. fadb2fb f2fs: fix to avoid race condition when updating sbi flag by Chao Yu · 8 years ago
  77. 9e1e6df f2fs: put directory inodes before checkpoint in roll-forward recovery by Jaegeuk Kim · 8 years ago
  78. a468f0e f2fs: use crc and cp version to determine roll-forward recovery by Jaegeuk Kim · 8 years ago
  79. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  80. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  81. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  82. 5d4c0af f2fs: preallocate blocks for encrypted file by Yunlei He · 8 years ago
  83. 5bc994a f2fs: show dirty inode number by Chao Yu · 8 years ago
  84. 8b038c7 f2fs: support IO error injection by Chao Yu · 8 years ago
  85. 8669696 f2fs: fix to return error number of read_all_xattrs correctly by Chao Yu · 8 years ago
  86. ebfa732 f2fs: make f2fs_filetype_table static by Chao Yu · 8 years ago
  87. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  88. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  89. 280db3c f2fs: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  90. ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
  91. 5905f9a f2fs: handle error in recover_orphan_inode by Jaegeuk Kim · 8 years ago
  92. 49ed09d f2fs: remove dead code f2fs_check_acl by Tiezhu Yang · 8 years ago
  93. d95fd91 f2fs: exclude special cases for f2fs_move_file_range by Fan Li · 8 years ago
  94. 649d7df f2fs: fix to set PageUptodate in f2fs_write_end correctly by Jaegeuk Kim · 8 years ago
  95. 61e4da1 f2fs: fix parameters of __exchange_data_block by Fan Li · 8 years ago
  96. e8ea9b3 f2fs: avoid ENOMEM during roll-forward recovery by Jaegeuk Kim · 8 years ago
  97. f4702d6 f2fs: add common iget in add_fsync_inode by Jaegeuk Kim · 8 years ago
  98. 7f3037a f2fs: check free_sections for defragmentation by Jaegeuk Kim · 8 years ago
  99. ed214a1 f2fs: forbid to do fstrim if fs has some error by Yunlei He · 8 years ago
  100. 34b5d5c f2fs: avoid page allocation for truncating partial inline_data by Jaegeuk Kim · 8 years ago