1. 4969c06 f2fs: support swap file w/ DIO by Jaegeuk Kim · 6 years ago
  2. 56659ce f2fs: fix is_idle() check for discard type by Sahitya Tummala · 6 years ago
  3. db6ec53 f2fs: add a rw_sem to cover quota flag changes by Jaegeuk Kim · 6 years ago
  4. 10f966b f2fs: use generic EFSBADCRC/EFSCORRUPTED by Chao Yu · 6 years ago
  5. f91108b f2fs: Use DIV_ROUND_UP() instead of open-coding by Geert Uytterhoeven · 6 years ago
  6. dcbb4c1 f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() by Joe Perches · 6 years ago
  7. 04f0b2e f2fs: ioctl for removing a range from F2FS by Qiuyang Sun · 6 years ago
  8. 5043a96 f2fs: only set project inherit bit for directory by Wang Shilong · 6 years ago
  9. 3609855 f2fs: separate f2fs i_flags from fs_flags and ext4 i_flags by Eric Biggers · 6 years ago
  10. 4d3aed7 f2fs: Add option to limit required GC for checkpoint=disable by Daniel Rosenberg · 6 years ago
  11. a4c3eca f2fs: Fix accounting for unusable blocks by Daniel Rosenberg · 6 years ago
  12. 040d2bb f2fs: fix to avoid deadloop if data_flush is on by Chao Yu · 6 years ago
  13. f7dfd9f f2fs: always assume that the device is idle under gc_urgent by Park Ju Hyung · 6 years ago
  14. 8648de2 f2fs: add bio cache for IPU by Chao Yu · 6 years ago
  15. 0d28544 Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  16. 93770ab f2fs: introduce DATA_GENERIC_ENHANCE by Chao Yu · 6 years ago
  17. f824deb f2fs: fix to consider multiple device for readonly check by Chao Yu · 6 years ago
  18. b471eb9 f2fs: relocate chksum_offset for large_nat_bitmap feature by Chao Yu · 6 years ago
  19. d02a6e6 f2fs: allow address pointer number of dnode aligning to specified size by Chao Yu · 6 years ago
  20. 6dc3a12 f2fs: fix wrong __is_meta_io() macro by Chao Yu · 6 years ago
  21. ea6d7e7 f2fs: fix to avoid panic in dec_valid_node_count() by Chao Yu · 6 years ago
  22. 5e159cd f2fs: fix to avoid panic in dec_valid_block_count() by Chao Yu · 6 years ago
  23. 622927f f2fs: fix to use inline space only if inline_xattr is enable by Chao Yu · 6 years ago
  24. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  25. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  26. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  27. e1074d4 f2fs: add comment for conditional compilation statement by Chao Yu · 6 years ago
  28. 7f3d771 f2fs: improve discard handling with multi-device volumes by Damien Le Moal · 6 years ago
  29. 95175da f2fs: Reduce zoned block device memory usage by Damien Le Moal · 6 years ago
  30. 0916878 f2fs: Fix use of number of devices by Damien Le Moal · 6 years ago
  31. 5160bcc Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  32. 240a591 f2fs: fix to add refcount once page is tagged PG_private by Chao Yu · 6 years ago
  33. 428e3bc f2fs: give random value to i_generation by Jaegeuk Kim · 6 years ago
  34. 0af725f f2fs: fix wrong #endif by Jaegeuk Kim · 6 years ago
  35. d1cae94 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  36. 500e0b2 f2fs: fix to check inline_xattr_size boundary correctly by Chao Yu · 6 years ago
  37. c42d28c f2fs: fix potential data inconsistence of checkpoint by Chao Yu · 6 years ago
  38. 11ac8ef f2fs: avoid null pointer exception in dcc_info by Jaegeuk Kim · 6 years ago
  39. db610a6 f2fs: add quick mode of checkpoint=disable for QA by Jaegeuk Kim · 6 years ago
  40. 03f2c02 f2fs: run discard jobs when put_super by Jaegeuk Kim · 6 years ago
  41. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  42. 62230e0d f2fs: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
  43. 2010987 f2fs: fix to set sbi dirty correctly by Chao Yu · 6 years ago
  44. 2f84bab f2fs: add brackets for macros by Sheng Yong · 6 years ago
  45. 21acc07 f2fs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  46. c20e57b f2fs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  47. 5d53924 f2fs: export FS_NOCOW_FL flag to user by Jaegeuk Kim · 6 years ago
  48. bae0ee7 f2fs: check PageWriteback flag for ordered case by Chao Yu · 6 years ago
  49. c036211 f2fs: clean up structure extent_node by Chao Yu · 6 years ago
  50. e4589fa f2fs: fix sbi->extent_list corruption issue by Sahitya Tummala · 6 years ago
  51. 72691af f2fs: correct wrong spelling, issing_* by Jaegeuk Kim · 6 years ago
  52. 5222595 f2fs: use kvmalloc, if kmalloc is failed by Jaegeuk Kim · 6 years ago
  53. af56b48 f2fs: remove redundant comment of unused wio_mutex by Yunlong Song · 6 years ago
  54. 0cd6d9b f2fs: add an ioctl() to explicitly trigger fsck later by Jaegeuk Kim · 6 years ago
  55. a742fd4 f2fs: avoid frequent costly fsck triggers by Jaegeuk Kim · 6 years ago
  56. 19880e6 f2fs: make "f2fs_fault_name[]" const char * by Alexey Dobriyan · 6 years ago
  57. f5d5510 f2fs: avoid build warn of fall_through by Jaegeuk Kim · 6 years ago
  58. f9d6d05 f2fs: fix out-place-update DIO write by Chao Yu · 6 years ago
  59. fef4129 f2fs: fix to be aware discard/preflush/dio command in is_idle() by Chao Yu · 6 years ago
  60. 02b16d0 f2fs: add to account direct IO by Chao Yu · 6 years ago
  61. e3080b0 f2fs: support subsectional garbage collection by Chao Yu · 6 years ago
  62. 2c70c5e f2fs: introduce __is_large_section() for cleanup by Chao Yu · 6 years ago
  63. 7beb01f f2fs: clean up f2fs_sb_has_##feature_name by Chao Yu · 6 years ago
  64. 089842d f2fs: remove codes of unused wio_mutex by Yunlong Song · 6 years ago
  65. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  66. 7813081 f2fs: fix to keep project quota consistent by Chao Yu · 6 years ago
  67. af033b2 f2fs: guarantee journalled quota data by checkpoint by Chao Yu · 6 years ago
  68. 1e78e8b f2fs: fix data corruption issue with hardware encryption by Sahitya Tummala · 6 years ago
  69. 9149a5e f2fs: spread f2fs_set_inode_flags() by Chao Yu · 6 years ago
  70. 5f9abab f2fs: account read IOs and use IO counts for is_idle by Jaegeuk Kim · 6 years ago
  71. 5ec2d99 f2fs: Convert to XArray by Matthew Wilcox · 7 years ago
  72. b93f654 f2fs: remove request_list check in is_idle() by Jens Axboe · 6 years ago
  73. 850971b f2fs: remove unused sbi->trigger_ssr_threshold by Chao Yu · 6 years ago
  74. 4dada3f f2fs: use rb_*_cached friends by Chao Yu · 6 years ago
  75. 48018b4 f2fs: submit cached bio to avoid endless PageWriteback by Chao Yu · 6 years ago
  76. 4354994 f2fs: checkpoint disabling by Daniel Rosenberg · 6 years ago
  77. f847c69 f2fs: allow out-place-update for direct IO in LFS mode by Chao Yu · 6 years ago
  78. 39a8695 f2fs: refactor ->page_mkwrite() flow by Chao Yu · 6 years ago
  79. bab475c Revert: "f2fs: check last page index in cached bio to decide submission" by Chao Yu · 6 years ago
  80. d440c52 f2fs: support superblock checksum by Junling Zheng · 6 years ago
  81. 274bd9b f2fs: add to account skip count of background GC by Chao Yu · 6 years ago
  82. b63e7be f2fs: add to account meta IO by Chao Yu · 6 years ago
  83. edc55aa f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO by Jaegeuk Kim · 6 years ago
  84. 0a4daae f2fs: update i_size after DIO completion by Jaegeuk Kim · 6 years ago
  85. a7d10cf f2fs: add new idle interval timing for discard and gc paths by Sahitya Tummala · 6 years ago
  86. 6f5c2ed f2fs: split IO error injection according to RW by Chao Yu · 6 years ago
  87. 7c1a000 f2fs: add SPDX license identifiers by Chao Yu · 6 years ago
  88. b430f72 f2fs: avoid sleeping under spin_lock by Zhikang Zhang · 6 years ago
  89. 1378752 f2fs: fix to flush all dirty inodes recovered in readonly fs by Chao Yu · 6 years ago
  90. 0ded69f f2fs: avoid wrong decrypted data from disk by Jaegeuk Kim · 6 years ago
  91. 22d7ea1 Revert "f2fs: use printk_ratelimited for f2fs_msg" by Chao Yu · 6 years ago
  92. 7d20c8a f2fs: fix to avoid NULL pointer dereference on se->discard_map by Chao Yu · 6 years ago
  93. fe6f0ed Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  94. 6f8d445 f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc by Jaegeuk Kim · 6 years ago
  95. 853137c f2fs: fix performance issue observed with multi-thread sequential read by Jaegeuk Kim · 6 years ago
  96. 7fa750a f2fs: rework fault injection handling to avoid a warning by Arnd Bergmann · 6 years ago
  97. d494500 f2fs: support fault_type mount option by Chao Yu · 6 years ago
  98. b83dcfe f2fs: support discard submission error injection by Chao Yu · 6 years ago
  99. 35ec7d5 f2fs: split discard command in prior to block layer by Chao Yu · 6 years ago
  100. 2296915 f2fs: refresh recent accessed nat entry in lru list by Chao Yu · 6 years ago