1. fdd569a f2fs: make __f2fs_write_data_pages() static by Chao Yu · 6 years ago
  2. 48fa534 f2fs: fix to avoid accessing cross the boundary by Chao Yu · 6 years ago
  3. 34880e0 f2fs: fix to let caller retry allocating block address by Chao Yu · 6 years ago
  4. 8c46965 disable loading f2fs module on PAGE_SIZE > 4KB by Anatoly Pugachev · 6 years ago
  5. 408285a f2fs: fix error path of move_data_page by Chao Yu · 6 years ago
  6. 9780d68 f2fs: don't drop dentry pages after fs shutdown by Chao Yu · 6 years ago
  7. b9921f0 f2fs: fix to avoid race during access gc_thread pointer by Chao Yu · 6 years ago
  8. bcbcda4 f2fs: clean up with clear_radix_tree_dirty_tag by Chao Yu · 6 years ago
  9. 4636af9 f2fs: fix to don't trigger writeback during recovery by Chao Yu · 6 years ago
  10. 5bc68f3 f2fs: clear discard_wake earlier by Sheng Yong · 6 years ago
  11. 8d74ddc f2fs: let discard thread wait a little longer if dev is busy by Yunlei He · 6 years ago
  12. caf10c6 f2fs: avoid stucking GC due to atomic write by Chao Yu · 6 years ago
  13. 0390d83 f2fs: introduce sbi->gc_mode to determine the policy by Jaegeuk Kim · 6 years ago
  14. bbab2dc f2fs: keep migration IO order in LFS mode by Chao Yu · 6 years ago
  15. 2f7e488 f2fs: fix to wait page writeback during revoking atomic write by Chao Yu · 6 years ago
  16. 664de59 f2fs: Fix deadlock in shutdown ioctl by Sahitya Tummala · 6 years ago
  17. 458e47f f2fs: detect synchronous writeback more earlier by Chao Yu · 6 years ago
  18. 4d93a43 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  19. 12034c7 ceph: use pagevec_lookup_range_nr_tag() by Jan Kara · 7 years ago
  20. 88c6c1f nilfs2: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  21. aa70b70 gfs2: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  22. c446430 f2fs: use find_get_pages_tag() for looking up single page by Jan Kara · 7 years ago
  23. 45ec63b f2fs: simplify page iteration loops by Jan Kara · 7 years ago
  24. e067365 f2fs: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  25. d7a592f ext4: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  26. b433151 ceph: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  27. e286666 btrfs: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  28. 158d9bb f2fs: clean up with is_valid_blkaddr() by Chao Yu · 6 years ago
  29. 2089317 f2fs: fix to initialize min_mtime with ULLONG_MAX by Chao Yu · 6 years ago
  30. a301e76 f2fs: fix to let checkpoint guarantee atomic page persistence by Chao Yu · 6 years ago
  31. 2d96ad5 f2fs: fix to initialize i_current_depth according to inode type by Chao Yu · 6 years ago
  32. 6b7c7b4 Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc" by Chao Yu · 6 years ago
  33. 04fa5dc f2fs: don't drop any page on f2fs_cp_error() case by Jaegeuk Kim · 6 years ago
  34. 0aca14f f2fs: fix spelling mistake: "extenstion" -> "extension" by Colin Ian King · 6 years ago
  35. 6abb033 f2fs: enhance sanity_check_raw_super() to avoid potential overflows by Jaegeuk Kim · 6 years ago
  36. f921fa8 f2fs: treat volatile file's data as hot one by Chao Yu · 6 years ago
  37. a2cbd9b f2fs: introduce release_discard_addr() for cleanup by Chao Yu · 6 years ago
  38. 54f4378 f2fs: fix potential overflow by Chao Yu · 6 years ago
  39. f6bd7d4 f2fs: rename dio_rwsem to i_gc_rwsem by Chao Yu · 6 years ago
  40. 48698e4 f2fs: move mnt_want_write_file after range check by Yunlei He · 6 years ago
  41. 707f7ae f2fs: fix missing clear FI_NO_PREALLOC in some error case by Yunlei He · 6 years ago
  42. d487b15 f2fs: enforce fsync_mode=strict for renamed directory by Jaegeuk Kim · 6 years ago
  43. 1c7d5f0 f2fs: sanity check for total valid node blocks by Jaegeuk Kim · 6 years ago
  44. 0f0b18a f2fs: sanity check on sit entry by Jaegeuk Kim · 6 years ago
  45. 60143bf f2fs: avoid bug_on on corrupted inode by Jaegeuk Kim · 6 years ago
  46. b733d01 f2fs: give message and set need_fsck given broken node id by Jaegeuk Kim · 6 years ago
  47. 0b4d0d0 f2fs: clean up commit_inmem_pages() by Chao Yu · 6 years ago
  48. 80ee152 f2fs: do not check F2FS_INLINE_DOTS in recover by Sheng Yong · 6 years ago
  49. 78d089f f2fs: remove duplicated dquot_initialize and fix error handling by Sheng Yong · 6 years ago
  50. 198f637 f2fs: stop issue discard if something wrong with f2fs by Yunlei He · 6 years ago
  51. 2f903ef f2fs: fix return value in f2fs_ioc_commit_atomic_write by Chao Yu · 6 years ago
  52. 5bdfc7e f2fs: allocate hot_data for atomic write more strictly by Yunlei He · 6 years ago
  53. 51ad179 f2fs: check if inmem_pages list is empty correctly by Sheng Yong · 6 years ago
  54. 72823f4 f2fs: fix race in between GC and atomic open by Chao Yu · 6 years ago
  55. 97d0c4e f2fs: change le32 to le16 of f2fs_inode->i_extra_size by Zhikang Zhang · 6 years ago
  56. 5a60d4c f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entries by Zhikang Zhang · 6 years ago
  57. aa8b4b9 f2fs: correct return value of f2fs_trim_fs by Chao Yu · 6 years ago
  58. 03a2243 f2fs: fix to show missing bits in FS_IOC_GETFLAGS by Chao Yu · 6 years ago
  59. a0bbb36 f2fs: remove unneeded F2FS_PROJINHERIT_FL by Chao Yu · 6 years ago
  60. 7aee058 f2fs: don't use GFP_ZERO for page caches by Chao Yu · 6 years ago
  61. addb448 f2fs: issue all big range discards in umount process by Yunlei He · 6 years ago
  62. dc93e58 f2fs: remove redundant block plug by Chao Yu · 6 years ago
  63. d1aee08 f2fs: remove unmatched zero_user_segment when convert inline dentry by Yunlong Song · 6 years ago
  64. 9bafde6 f2fs: introduce private inode status mapping by Chao Yu · 6 years ago
  65. a4842a1 fscrypt: log the crypto algorithm implementations by Eric Biggers · 6 years ago
  66. c16d27e fscrypt: add Speck128/256 support by Eric Biggers · 6 years ago
  67. 08ac722 fscrypt: only derive the needed portion of the key by Eric Biggers · 6 years ago
  68. 24cc7a8 fscrypt: separate key lookup from key derivation by Eric Biggers · 6 years ago
  69. 78275d8 fscrypt: use a common logging function by Eric Biggers · 6 years ago
  70. 56733c6 fscrypt: remove internal key size constants by Eric Biggers · 6 years ago
  71. 9add02d fscrypt: remove unnecessary check for non-logon key type by Eric Biggers · 6 years ago
  72. 4ddc3a8 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 6 years ago
  73. 6cf4ea2 fscrypt: drop empty name check from fname_decrypt() by Eric Biggers · 6 years ago
  74. e2a5784 fscrypt: drop max_namelen check from fname_decrypt() by Eric Biggers · 6 years ago
  75. d367939 fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info() by Eric Biggers · 6 years ago
  76. 1cfd158 fscrypt: don't clear flags on crypto transform by Eric Biggers · 6 years ago
  77. cfd1d7b fscrypt: remove stale comment from fscrypt_d_revalidate() by Eric Biggers · 6 years ago
  78. 1e04ac8 fscrypt: remove error messages for skcipher_request_alloc() failure by Eric Biggers · 6 years ago
  79. c6b42b9 fscrypt: remove unnecessary NULL check when allocating skcipher by Eric Biggers · 6 years ago
  80. 3866025 fscrypt: clean up after fscrypt_prepare_lookup() conversions by Eric Biggers · 6 years ago
  81. b711ad8 ext4: switch to fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  82. f9866de fscrypt: use unbound workqueue for decryption by Eric Biggers · 6 years ago
  83. 3ccf9ee f2fs: run fstrim asynchronously if runtime discard is on by Jaegeuk Kim · 6 years ago
  84. cea3ae5 f2fs: turn down IO priority of discard from background by Chao Yu · 6 years ago
  85. 0357a0f f2fs: don't split checkpoint in fstrim by Chao Yu · 6 years ago
  86. 4105909 f2fs: issue discard commands proactively in high fs utilization by Jaegeuk Kim · 6 years ago
  87. 3a38cf1 f2fs: add fsync_mode=nobarrier for non-atomic files by Jaegeuk Kim · 6 years ago
  88. 8f6a2e7 f2fs: let fstrim issue discard commands in lower priority by Jaegeuk Kim · 6 years ago
  89. 5b37ebb f2fs: avoid fsync() failure caused by EAGAIN in writepage() by Jaegeuk Kim · 6 years ago
  90. f453147 f2fs: clear PageError on writepage - part 2 by Jaegeuk Kim · 6 years ago
  91. c8fb245 f2fs: check cap_resource only for data blocks by Jaegeuk Kim · 6 years ago
  92. 95459e9 Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer" by Jaegeuk Kim · 6 years ago
  93. 926b370 f2fs: clear PageError on writepage by Jaegeuk Kim · 6 years ago
  94. e605f83 f2fs: call unlock_new_inode() before d_instantiate() by Eric Biggers · 6 years ago
  95. f69e814 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 6 years ago
  96. 0509923 fscrypt: allow synchronous bio decryption by Eric Biggers · 6 years ago
  97. ac389af f2fs: remain written times to update inode during fsync by Jaegeuk Kim · 7 years ago
  98. 270deeb f2fs: make assignment of t->dentry_bitmap more readable by Yunlong Song · 6 years ago
  99. a4fa11c f2fs: truncate preallocated blocks in error case by Jaegeuk Kim · 7 years ago
  100. 4478970 f2fs: fix a wrong condition in f2fs_skip_inode_update by Junling Zheng · 7 years ago