1. e605f83 f2fs: call unlock_new_inode() before d_instantiate() by Eric Biggers · 7 years ago
  2. f69e814 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 7 years ago
  3. 0509923 fscrypt: allow synchronous bio decryption by Eric Biggers · 7 years ago
  4. ac389af f2fs: remain written times to update inode during fsync by Jaegeuk Kim · 7 years ago
  5. 270deeb f2fs: make assignment of t->dentry_bitmap more readable by Yunlong Song · 7 years ago
  6. a4fa11c f2fs: truncate preallocated blocks in error case by Jaegeuk Kim · 7 years ago
  7. 4478970 f2fs: fix a wrong condition in f2fs_skip_inode_update by Junling Zheng · 7 years ago
  8. 29cead5 f2fs: reserve bits for fs-verity by Eric Biggers · 7 years ago
  9. 848b293 f2fs: Add a segment type check in inplace write by Yunlei He · 7 years ago
  10. 2dc8f5a f2fs: no need to initialize zero value for GFP_F2FS_ZERO by Yunlong Song · 7 years ago
  11. 83b9bb9 f2fs: don't track new nat entry in nat set by Chao Yu · 7 years ago
  12. a33ce03 f2fs: clean up with F2FS_BLK_ALIGN by Chao Yu · 7 years ago
  13. a3f8ec8 f2fs: check blkaddr more accuratly before issue a bio by Yunlei He · 7 years ago
  14. 034f11e f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_read by Ritesh Harjani · 7 years ago
  15. aa5bcfd f2fs: introduce a new mount option test_dummy_encryption by Sheng Yong · 7 years ago
  16. 9b880fe f2fs: introduce F2FS_FEATURE_LOST_FOUND feature by Sheng Yong · 7 years ago
  17. 80d6489 f2fs: release locks before return in f2fs_ioc_gc_range() by Qiuyang Sun · 7 years ago
  18. 9f1896c f2fs: align memory boundary for bitops by Jaegeuk Kim · 7 years ago
  19. c7930ee8 f2fs: remove unneeded set_cold_node() by Chao Yu · 7 years ago
  20. 355d234 f2fs: add nowait aio support by Hyunchul Lee · 7 years ago
  21. e9a50e6 f2fs: wrap all options with f2fs_sb_info.mount_opt by Chao Yu · 7 years ago
  22. b6d2ec8 f2fs: Don't overwrite all types of node to keep node chain by Yunlei He · 7 years ago
  23. 9a95481 f2fs: introduce mount option for fsync mode by Junling Zheng · 7 years ago
  24. 4ce4eb6 f2fs: fix to restore old mount option in ->remount_fs by Chao Yu · 7 years ago
  25. 8f711c3 f2fs: wrap sb_rdonly with f2fs_readonly by Chao Yu · 7 years ago
  26. c07478e f2fs: avoid selinux denial on CAP_SYS_RESOURCE by Jaegeuk Kim · 7 years ago
  27. ac734c4 f2fs: support hot file extension by Chao Yu · 7 years ago
  28. f4f1022 f2fs: fix to avoid race in between atomic write and background GC by Chao Yu · 7 years ago
  29. e87b13e f2fs: do gc in greedy mode for whole range if gc_urgent mode is set by Jaegeuk Kim · 7 years ago
  30. e987858 f2fs: issue discard aggressively in the gc_urgent mode by Jaegeuk Kim · 7 years ago
  31. ad3ce47 f2fs: set readdir_ra by default by Jaegeuk Kim · 7 years ago
  32. 5aae202 f2fs: add auto tuning for small devices by Jaegeuk Kim · 7 years ago
  33. 78c1fc2 f2fs: add mount option for segment allocation policy by Jaegeuk Kim · 7 years ago
  34. ecd02f5 f2fs: don't stop GC if GC is contended by Jaegeuk Kim · 7 years ago
  35. 1e72cb2 f2fs: expose extension_list sysfs entry by Chao Yu · 7 years ago
  36. 061839d f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range by Chao Yu · 7 years ago
  37. 4951ebc f2fs: introduce sb_lock to make encrypt pwsalt update exclusive by Chao Yu · 7 years ago
  38. 939f6be f2fs: remove redundant initialization of pointer 'p' by Colin Ian King · 7 years ago
  39. 39bea4b f2fs: flush cp pack except cp pack 2 page at first by Gao Xiang · 7 years ago
  40. 770611e f2fs: clean up f2fs_sb_has_xxx functions by Sheng Yong · 7 years ago
  41. 4d8e4a8 f2fs: remove redundant check of page type when submit bio by Tiezhu Yang · 7 years ago
  42. b57a37f f2fs: fix to handle looped node chain during recovery by Chao Yu · 7 years ago
  43. 9ac5b8c f2fs: handle quota for orphan inodes by Jaegeuk Kim · 7 years ago
  44. 87c1806 f2fs: support passing down write hints to block layer with F2FS policy by Hyunchul Lee · 7 years ago
  45. bcdc571 f2fs: support passing down write hints given by users to block layer by Hyunchul Lee · 7 years ago
  46. 92413bc f2fs: fix to clear CP_TRIMMED_FLAG by Chao Yu · 7 years ago
  47. a1afb55 f2fs: support large nat bitmap by Chao Yu · 7 years ago
  48. 6360391 f2fs: fix to check extent cache in f2fs_drop_extent_tree by Chao Yu · 7 years ago
  49. 7de4fcc f2fs: restrict inline_xattr_size configuration by Chao Yu · 7 years ago
  50. aae506a f2fs: fix heap mode to reset it back by Yunlong Song · 7 years ago
  51. 8fa455b f2fs: fix potential corruption in area before F2FS_SUPER_OFFSET by Sheng Yong · 7 years ago
  52. 9d9cb0e fscrypt: fix build with pre-4.6 gcc versions by Eric Biggers · 7 years ago
  53. 401052f fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() by Eric Biggers · 7 years ago
  54. 549b206 fscrypt: fix up fscrypt_fname_encrypted_size() for internal use by Eric Biggers · 7 years ago
  55. c440b509 fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names by Eric Biggers · 7 years ago
  56. 7d82f0e ext4: switch to fscrypt ->symlink() helper functions by Eric Biggers · 7 years ago
  57. ba4efe5 ext4: switch to fscrypt_get_symlink() by Eric Biggers · 7 years ago
  58. b0edc2f fscrypt: calculate NUL-padding length in one place only by Eric Biggers · 7 years ago
  59. 62cfdd9 fscrypt: move fscrypt_symlink_data to fscrypt_private.h by Eric Biggers · 7 years ago
  60. e4e6776 fscrypt: remove fscrypt_fname_usr_to_disk() by Eric Biggers · 7 years ago
  61. 45028b5 f2fs: switch to fscrypt_get_symlink() by Eric Biggers · 7 years ago
  62. f62d3d3 f2fs: switch to fscrypt ->symlink() helper functions by Eric Biggers · 7 years ago
  63. da32a16 fscrypt: new helper function - fscrypt_get_symlink() by Eric Biggers · 7 years ago
  64. a7e05c7 fscrypt: new helper functions for ->symlink() by Eric Biggers · 7 years ago
  65. eb9c5fd fscrypt: trim down fscrypt.h includes by Eric Biggers · 7 years ago
  66. 0a02472 fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c by Eric Biggers · 7 years ago
  67. 9d51ca8 fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h by Eric Biggers · 7 years ago
  68. efbfa8c fscrypt: move fscrypt_operations declaration to fscrypt_supp.h by Eric Biggers · 7 years ago
  69. 616dbd2 fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions by Eric Biggers · 7 years ago
  70. f0c472b fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h by Eric Biggers · 7 years ago
  71. bc76f39 fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h by Eric Biggers · 7 years ago
  72. b67b07e fscrypt: move fscrypt_control_page() to supp/notsupp headers by Eric Biggers · 7 years ago
  73. d8dfb89 fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers by Eric Biggers · 7 years ago
  74. 975c567 f2fs: don't put dentry page in pagecache into highmem by Yunlong Song · 7 years ago
  75. 71f8f04 f2fs: support inode creation time by Chao Yu · 7 years ago
  76. 58dc6f6 f2fs: rebuild sit page from sit info in mem by Yunlei He · 7 years ago
  77. 6393cef f2fs: stop issuing discard if fs is readonly by Chao Yu · 7 years ago
  78. 742bc90 f2fs: clean up duplicated assignment in init_discard_policy by Chao Yu · 7 years ago
  79. cfabb6e f2fs: use GFP_F2FS_ZERO for cleanup by Chao Yu · 7 years ago
  80. 111e845 f2fs: allow to recover node blocks given updated checkpoint by Jaegeuk Kim · 7 years ago
  81. 36e041a f2fs: recover some i_inline flags by Jaegeuk Kim · 7 years ago
  82. 3127a7b f2fs: correct removexattr behavior for null valued extended attribute by Daeho Jeong · 7 years ago
  83. 86f78c1 f2fs: drop page cache after fs shutdown by Chao Yu · 7 years ago
  84. 1a3b004 f2fs: stop gc/discard thread after fs shutdown by Chao Yu · 7 years ago
  85. 62a91a5 f2fs: hanlde error case in f2fs_ioc_shutdown by Chao Yu · 7 years ago
  86. 66356ee f2fs: split need_inplace_update by Chao Yu · 7 years ago
  87. 5912fba f2fs: fix to update last_disk_size correctly by Chao Yu · 7 years ago
  88. 3aa46e2 f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanup by Chao Yu · 7 years ago
  89. acdaca2 f2fs: clean up error path of fill_super by Chao Yu · 7 years ago
  90. cf88211 f2fs: avoid hungtask when GC encrypted block if io_bits is set by Sheng Yong · 7 years ago
  91. 4be98c9 f2fs: allow quota to use reserved blocks by Jaegeuk Kim · 7 years ago
  92. 2a6489c f2fs: fix to drop all inmem pages correctly by Chao Yu · 7 years ago
  93. fd21442 f2fs: speed up defragment on sparse file by Chao Yu · 7 years ago
  94. 6bce963 f2fs: support F2FS_IOC_PRECACHE_EXTENTS by Chao Yu · 7 years ago
  95. 9ce3d6b f2fs: add an ioctl to disable GC for specific file by Jaegeuk Kim · 7 years ago
  96. 9ef5e65 f2fs: prevent newly created inode from being dirtied incorrectly by Daeho Jeong · 7 years ago
  97. 08ddb19 f2fs: support FIEMAP_FLAG_XATTR by Chao Yu · 7 years ago
  98. aa9c1c1 f2fs: fix to cover f2fs_inline_data_fiemap with inode_lock by Chao Yu · 7 years ago
  99. 92b8f9c f2fs: check node page again in write end io by Yunlei He · 7 years ago
  100. 4992a3c f2fs: fix to caclulate required free section correctly by Chao Yu · 7 years ago