1. 4ddc3a8 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 7 years ago
  2. 6cf4ea2 fscrypt: drop empty name check from fname_decrypt() by Eric Biggers · 7 years ago
  3. e2a5784 fscrypt: drop max_namelen check from fname_decrypt() by Eric Biggers · 7 years ago
  4. d367939 fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info() by Eric Biggers · 7 years ago
  5. 1cfd158 fscrypt: don't clear flags on crypto transform by Eric Biggers · 7 years ago
  6. cfd1d7b fscrypt: remove stale comment from fscrypt_d_revalidate() by Eric Biggers · 7 years ago
  7. 1e04ac8 fscrypt: remove error messages for skcipher_request_alloc() failure by Eric Biggers · 7 years ago
  8. c6b42b9 fscrypt: remove unnecessary NULL check when allocating skcipher by Eric Biggers · 7 years ago
  9. 3866025 fscrypt: clean up after fscrypt_prepare_lookup() conversions by Eric Biggers · 7 years ago
  10. b711ad8 ext4: switch to fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  11. f9866de fscrypt: use unbound workqueue for decryption by Eric Biggers · 7 years ago
  12. 3ccf9ee f2fs: run fstrim asynchronously if runtime discard is on by Jaegeuk Kim · 6 years ago
  13. cea3ae5 f2fs: turn down IO priority of discard from background by Chao Yu · 7 years ago
  14. 0357a0f f2fs: don't split checkpoint in fstrim by Chao Yu · 7 years ago
  15. 4105909 f2fs: issue discard commands proactively in high fs utilization by Jaegeuk Kim · 6 years ago
  16. 3a38cf1 f2fs: add fsync_mode=nobarrier for non-atomic files by Jaegeuk Kim · 6 years ago
  17. 8f6a2e7 f2fs: let fstrim issue discard commands in lower priority by Jaegeuk Kim · 6 years ago
  18. 5b37ebb f2fs: avoid fsync() failure caused by EAGAIN in writepage() by Jaegeuk Kim · 7 years ago
  19. f453147 f2fs: clear PageError on writepage - part 2 by Jaegeuk Kim · 7 years ago
  20. c8fb245 f2fs: check cap_resource only for data blocks by Jaegeuk Kim · 7 years ago
  21. 95459e9 Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer" by Jaegeuk Kim · 7 years ago
  22. 926b370 f2fs: clear PageError on writepage by Jaegeuk Kim · 7 years ago
  23. e605f83 f2fs: call unlock_new_inode() before d_instantiate() by Eric Biggers · 7 years ago
  24. f69e814 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 7 years ago
  25. 0509923 fscrypt: allow synchronous bio decryption by Eric Biggers · 7 years ago
  26. ac389af f2fs: remain written times to update inode during fsync by Jaegeuk Kim · 7 years ago
  27. 270deeb f2fs: make assignment of t->dentry_bitmap more readable by Yunlong Song · 7 years ago
  28. a4fa11c f2fs: truncate preallocated blocks in error case by Jaegeuk Kim · 7 years ago
  29. 4478970 f2fs: fix a wrong condition in f2fs_skip_inode_update by Junling Zheng · 7 years ago
  30. 29cead5 f2fs: reserve bits for fs-verity by Eric Biggers · 7 years ago
  31. 848b293 f2fs: Add a segment type check in inplace write by Yunlei He · 7 years ago
  32. 2dc8f5a f2fs: no need to initialize zero value for GFP_F2FS_ZERO by Yunlong Song · 7 years ago
  33. 83b9bb9 f2fs: don't track new nat entry in nat set by Chao Yu · 7 years ago
  34. a33ce03 f2fs: clean up with F2FS_BLK_ALIGN by Chao Yu · 7 years ago
  35. a3f8ec8 f2fs: check blkaddr more accuratly before issue a bio by Yunlei He · 7 years ago
  36. 034f11e f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_read by Ritesh Harjani · 7 years ago
  37. aa5bcfd f2fs: introduce a new mount option test_dummy_encryption by Sheng Yong · 7 years ago
  38. 9b880fe f2fs: introduce F2FS_FEATURE_LOST_FOUND feature by Sheng Yong · 7 years ago
  39. 80d6489 f2fs: release locks before return in f2fs_ioc_gc_range() by Qiuyang Sun · 7 years ago
  40. 9f1896c f2fs: align memory boundary for bitops by Jaegeuk Kim · 7 years ago
  41. c7930ee8 f2fs: remove unneeded set_cold_node() by Chao Yu · 7 years ago
  42. 355d234 f2fs: add nowait aio support by Hyunchul Lee · 7 years ago
  43. e9a50e6 f2fs: wrap all options with f2fs_sb_info.mount_opt by Chao Yu · 7 years ago
  44. b6d2ec8 f2fs: Don't overwrite all types of node to keep node chain by Yunlei He · 7 years ago
  45. 9a95481 f2fs: introduce mount option for fsync mode by Junling Zheng · 7 years ago
  46. 4ce4eb6 f2fs: fix to restore old mount option in ->remount_fs by Chao Yu · 7 years ago
  47. 8f711c3 f2fs: wrap sb_rdonly with f2fs_readonly by Chao Yu · 7 years ago
  48. c07478e f2fs: avoid selinux denial on CAP_SYS_RESOURCE by Jaegeuk Kim · 7 years ago
  49. ac734c4 f2fs: support hot file extension by Chao Yu · 7 years ago
  50. f4f1022 f2fs: fix to avoid race in between atomic write and background GC by Chao Yu · 7 years ago
  51. e87b13e f2fs: do gc in greedy mode for whole range if gc_urgent mode is set by Jaegeuk Kim · 7 years ago
  52. e987858 f2fs: issue discard aggressively in the gc_urgent mode by Jaegeuk Kim · 7 years ago
  53. ad3ce47 f2fs: set readdir_ra by default by Jaegeuk Kim · 7 years ago
  54. 5aae202 f2fs: add auto tuning for small devices by Jaegeuk Kim · 7 years ago
  55. 78c1fc2 f2fs: add mount option for segment allocation policy by Jaegeuk Kim · 7 years ago
  56. ecd02f5 f2fs: don't stop GC if GC is contended by Jaegeuk Kim · 7 years ago
  57. 1e72cb2 f2fs: expose extension_list sysfs entry by Chao Yu · 7 years ago
  58. 061839d f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range by Chao Yu · 7 years ago
  59. 4951ebc f2fs: introduce sb_lock to make encrypt pwsalt update exclusive by Chao Yu · 7 years ago
  60. 939f6be f2fs: remove redundant initialization of pointer 'p' by Colin Ian King · 7 years ago
  61. 39bea4b f2fs: flush cp pack except cp pack 2 page at first by Gao Xiang · 7 years ago
  62. 770611e f2fs: clean up f2fs_sb_has_xxx functions by Sheng Yong · 7 years ago
  63. 4d8e4a8 f2fs: remove redundant check of page type when submit bio by Tiezhu Yang · 7 years ago
  64. b57a37f f2fs: fix to handle looped node chain during recovery by Chao Yu · 7 years ago
  65. 9ac5b8c f2fs: handle quota for orphan inodes by Jaegeuk Kim · 7 years ago
  66. 87c1806 f2fs: support passing down write hints to block layer with F2FS policy by Hyunchul Lee · 7 years ago
  67. bcdc571 f2fs: support passing down write hints given by users to block layer by Hyunchul Lee · 7 years ago
  68. 92413bc f2fs: fix to clear CP_TRIMMED_FLAG by Chao Yu · 7 years ago
  69. a1afb55 f2fs: support large nat bitmap by Chao Yu · 7 years ago
  70. 6360391 f2fs: fix to check extent cache in f2fs_drop_extent_tree by Chao Yu · 7 years ago
  71. 7de4fcc f2fs: restrict inline_xattr_size configuration by Chao Yu · 7 years ago
  72. aae506a f2fs: fix heap mode to reset it back by Yunlong Song · 7 years ago
  73. 8fa455b f2fs: fix potential corruption in area before F2FS_SUPER_OFFSET by Sheng Yong · 7 years ago
  74. 9d9cb0e fscrypt: fix build with pre-4.6 gcc versions by Eric Biggers · 7 years ago
  75. 401052f fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() by Eric Biggers · 7 years ago
  76. 549b206 fscrypt: fix up fscrypt_fname_encrypted_size() for internal use by Eric Biggers · 7 years ago
  77. c440b509 fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names by Eric Biggers · 7 years ago
  78. 7d82f0e ext4: switch to fscrypt ->symlink() helper functions by Eric Biggers · 7 years ago
  79. ba4efe5 ext4: switch to fscrypt_get_symlink() by Eric Biggers · 7 years ago
  80. b0edc2f fscrypt: calculate NUL-padding length in one place only by Eric Biggers · 7 years ago
  81. 62cfdd9 fscrypt: move fscrypt_symlink_data to fscrypt_private.h by Eric Biggers · 7 years ago
  82. e4e6776 fscrypt: remove fscrypt_fname_usr_to_disk() by Eric Biggers · 7 years ago
  83. 45028b5 f2fs: switch to fscrypt_get_symlink() by Eric Biggers · 7 years ago
  84. f62d3d3 f2fs: switch to fscrypt ->symlink() helper functions by Eric Biggers · 7 years ago
  85. da32a16 fscrypt: new helper function - fscrypt_get_symlink() by Eric Biggers · 7 years ago
  86. a7e05c7 fscrypt: new helper functions for ->symlink() by Eric Biggers · 7 years ago
  87. eb9c5fd fscrypt: trim down fscrypt.h includes by Eric Biggers · 7 years ago
  88. 0a02472 fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c by Eric Biggers · 7 years ago
  89. 9d51ca8 fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h by Eric Biggers · 7 years ago
  90. efbfa8c fscrypt: move fscrypt_operations declaration to fscrypt_supp.h by Eric Biggers · 7 years ago
  91. 616dbd2 fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions by Eric Biggers · 7 years ago
  92. f0c472b fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h by Eric Biggers · 7 years ago
  93. bc76f39 fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h by Eric Biggers · 7 years ago
  94. b67b07e fscrypt: move fscrypt_control_page() to supp/notsupp headers by Eric Biggers · 7 years ago
  95. d8dfb89 fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers by Eric Biggers · 7 years ago
  96. 975c567 f2fs: don't put dentry page in pagecache into highmem by Yunlong Song · 7 years ago
  97. 71f8f04 f2fs: support inode creation time by Chao Yu · 7 years ago
  98. 58dc6f6 f2fs: rebuild sit page from sit info in mem by Yunlei He · 7 years ago
  99. 6393cef f2fs: stop issuing discard if fs is readonly by Chao Yu · 7 years ago
  100. 742bc90 f2fs: clean up duplicated assignment in init_discard_policy by Chao Yu · 7 years ago