1. aae506a f2fs: fix heap mode to reset it back by Yunlong Song · 7 years ago
  2. 8fa455b f2fs: fix potential corruption in area before F2FS_SUPER_OFFSET by Sheng Yong · 7 years ago
  3. 9d9cb0e fscrypt: fix build with pre-4.6 gcc versions by Eric Biggers · 7 years ago
  4. 401052f fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() by Eric Biggers · 7 years ago
  5. 549b206 fscrypt: fix up fscrypt_fname_encrypted_size() for internal use by Eric Biggers · 7 years ago
  6. c440b509 fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names by Eric Biggers · 7 years ago
  7. 7d82f0e ext4: switch to fscrypt ->symlink() helper functions by Eric Biggers · 7 years ago
  8. ba4efe5 ext4: switch to fscrypt_get_symlink() by Eric Biggers · 7 years ago
  9. b0edc2f fscrypt: calculate NUL-padding length in one place only by Eric Biggers · 7 years ago
  10. 62cfdd9 fscrypt: move fscrypt_symlink_data to fscrypt_private.h by Eric Biggers · 7 years ago
  11. e4e6776 fscrypt: remove fscrypt_fname_usr_to_disk() by Eric Biggers · 7 years ago
  12. 45028b5 f2fs: switch to fscrypt_get_symlink() by Eric Biggers · 7 years ago
  13. f62d3d3 f2fs: switch to fscrypt ->symlink() helper functions by Eric Biggers · 7 years ago
  14. da32a16 fscrypt: new helper function - fscrypt_get_symlink() by Eric Biggers · 7 years ago
  15. a7e05c7 fscrypt: new helper functions for ->symlink() by Eric Biggers · 7 years ago
  16. eb9c5fd fscrypt: trim down fscrypt.h includes by Eric Biggers · 7 years ago
  17. 0a02472 fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c by Eric Biggers · 7 years ago
  18. 9d51ca8 fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h by Eric Biggers · 7 years ago
  19. bc76f39 fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h by Eric Biggers · 7 years ago
  20. 975c567 f2fs: don't put dentry page in pagecache into highmem by Yunlong Song · 7 years ago
  21. 71f8f04 f2fs: support inode creation time by Chao Yu · 7 years ago
  22. 58dc6f6 f2fs: rebuild sit page from sit info in mem by Yunlei He · 7 years ago
  23. 6393cef f2fs: stop issuing discard if fs is readonly by Chao Yu · 7 years ago
  24. 742bc90 f2fs: clean up duplicated assignment in init_discard_policy by Chao Yu · 7 years ago
  25. cfabb6e f2fs: use GFP_F2FS_ZERO for cleanup by Chao Yu · 7 years ago
  26. 111e845 f2fs: allow to recover node blocks given updated checkpoint by Jaegeuk Kim · 7 years ago
  27. 36e041a f2fs: recover some i_inline flags by Jaegeuk Kim · 7 years ago
  28. 3127a7b f2fs: correct removexattr behavior for null valued extended attribute by Daeho Jeong · 7 years ago
  29. 86f78c1 f2fs: drop page cache after fs shutdown by Chao Yu · 7 years ago
  30. 1a3b004 f2fs: stop gc/discard thread after fs shutdown by Chao Yu · 7 years ago
  31. 62a91a5 f2fs: hanlde error case in f2fs_ioc_shutdown by Chao Yu · 7 years ago
  32. 66356ee f2fs: split need_inplace_update by Chao Yu · 7 years ago
  33. 5912fba f2fs: fix to update last_disk_size correctly by Chao Yu · 7 years ago
  34. 3aa46e2 f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanup by Chao Yu · 7 years ago
  35. acdaca2 f2fs: clean up error path of fill_super by Chao Yu · 7 years ago
  36. cf88211 f2fs: avoid hungtask when GC encrypted block if io_bits is set by Sheng Yong · 7 years ago
  37. 4be98c9 f2fs: allow quota to use reserved blocks by Jaegeuk Kim · 7 years ago
  38. 2a6489c f2fs: fix to drop all inmem pages correctly by Chao Yu · 7 years ago
  39. fd21442 f2fs: speed up defragment on sparse file by Chao Yu · 7 years ago
  40. 6bce963 f2fs: support F2FS_IOC_PRECACHE_EXTENTS by Chao Yu · 7 years ago
  41. 9ce3d6b f2fs: add an ioctl to disable GC for specific file by Jaegeuk Kim · 7 years ago
  42. 9ef5e65 f2fs: prevent newly created inode from being dirtied incorrectly by Daeho Jeong · 7 years ago
  43. 08ddb19 f2fs: support FIEMAP_FLAG_XATTR by Chao Yu · 7 years ago
  44. aa9c1c1 f2fs: fix to cover f2fs_inline_data_fiemap with inode_lock by Chao Yu · 7 years ago
  45. 92b8f9c f2fs: check node page again in write end io by Yunlei He · 7 years ago
  46. 4992a3c f2fs: fix to caclulate required free section correctly by Chao Yu · 7 years ago
  47. d1a6b4f f2fs: handle newly created page when revoking inmem pages by Daeho Jeong · 7 years ago
  48. 462d762 f2fs: add resgid and resuid to reserve root blocks by Jaegeuk Kim · 7 years ago
  49. cbd5e5a f2fs: implement cgroup writeback support by Yufen Yu · 7 years ago
  50. 5a58474 f2fs: remove unused pend_list_tag by Chao Yu · 7 years ago
  51. 37d4ca7 f2fs: avoid high cpu usage in discard thread by Chao Yu · 7 years ago
  52. 02cfdab f2fs: make local functions static by Wei Yongjun · 7 years ago
  53. 5fee540 f2fs: add reserved blocks for root user by Jaegeuk Kim · 7 years ago
  54. 2659746 f2fs: check segment type in __f2fs_replace_block by Yunlong Song · 7 years ago
  55. 4f76d6a f2fs: update inode info to inode page for new file by Yunlei He · 7 years ago
  56. 52b4528 f2fs: show precise # of blocks that user/root can use by Jaegeuk Kim · 7 years ago
  57. ae0e1fa f2fs: clean up unneeded declaration by Chao Yu · 7 years ago
  58. 8fc7446 f2fs: continue to do direct IO if we only preallocate partial blocks by Chao Yu · 7 years ago
  59. 162464d f2fs: enable quota at remount from r to w by Jaegeuk Kim · 7 years ago
  60. e270976 f2fs: skip stop_checkpoint for user data writes by Jaegeuk Kim · 7 years ago
  61. d047369 f2fs: fix missing error number for xattr operation by Jaegeuk Kim · 7 years ago
  62. 211cb7b f2fs: recover directory operations by fsync by Jaegeuk Kim · 7 years ago
  63. 2648e73 f2fs: return error during fill_super by Jaegeuk Kim · 7 years ago
  64. e2a0518 f2fs: fix an error case of missing update inode page by Yunlei He · 7 years ago
  65. bf1750b f2fs: fix potential hangtask in f2fs_trace_pid by Chao Yu · 7 years ago
  66. c804fcf f2fs: no need return value in restore summary process by Yunlei He · 7 years ago
  67. fdd41a8 f2fs: use unlikely for release case by LiFan · 7 years ago
  68. a74690b f2fs: don't return value in truncate_data_blocks_range by Chao Yu · 7 years ago
  69. 987892c f2fs: clean up f2fs_map_blocks by Chao Yu · 7 years ago
  70. d7714cb f2fs: clean up hash codes by Chao Yu · 7 years ago
  71. e3d2a1e f2fs: fix error handling in fill_super by Chao Yu · 7 years ago
  72. b02e72d f2fs: spread f2fs_k{m,z}alloc by Chao Yu · 7 years ago
  73. ead5259 f2fs: inject fault to kvmalloc by Chao Yu · 7 years ago
  74. e585ca2 f2fs: inject fault to kzalloc by Chao Yu · 7 years ago
  75. 8234ed5 f2fs: remove a redundant conditional expression by LiFan · 7 years ago
  76. 1a9d6a9 f2fs: apply write hints to select the type of segment for direct write by Hyunchul Lee · 7 years ago
  77. 955e7f5 f2fs: switch to fscrypt_prepare_setattr() by Eric Biggers · 7 years ago
  78. 268c7f6 f2fs: switch to fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  79. 8dfa646 f2fs: switch to fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  80. d5382cc f2fs: switch to fscrypt_prepare_link() by Eric Biggers · 7 years ago
  81. 3ccc177 f2fs: switch to fscrypt_file_open() by Eric Biggers · 7 years ago
  82. 8b5674e f2fs: remove repeated f2fs_bug_on by Zhikang Zhang · 7 years ago
  83. ba4556c f2fs: remove an excess variable by LiFan · 7 years ago
  84. 46accc9 f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem by Chao Yu · 7 years ago
  85. 8933908 f2fs: remove unused parameter by Sheng Yong · 7 years ago
  86. 76b6e8e f2fs: still write data if preallocate only partial blocks by Sheng Yong · 7 years ago
  87. 1ed7533 f2fs: introduce sysfs readdir_ra to readahead inode block in readdir by Sheng Yong · 7 years ago
  88. 4e68a15 f2fs: fix concurrent problem for updating free bitmap by LiFan · 7 years ago
  89. 9be6e75 f2fs: remove unneeded memory footprint accounting by Chao Yu · 7 years ago
  90. 923df75 f2fs: no need to read nat block if nat_block_bitmap is set by Yunlei He · 7 years ago
  91. 09234be f2fs: reserve nid resource for quota sysfile by Chao Yu · 7 years ago
  92. 743205f fscrypt: move to generic async completion by Gilad Ben-Yossef · 7 years ago
  93. e0af083 fscrypt: lock mutex before checking for bounce page pool by Eric Biggers · 7 years ago
  94. ec822ff fscrypt: new helper function - fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  95. 98fe83a fscrypt: new helper function - fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  96. f521870 fscrypt: new helper function - fscrypt_prepare_link() by Eric Biggers · 7 years ago
  97. d61dffb fscrypt: new helper function - fscrypt_file_open() by Eric Biggers · 7 years ago
  98. 8814204 fscrypt: remove unneeded empty fscrypt_operations structs by Eric Biggers · 7 years ago
  99. 8745aa3 fscrypt: remove ->is_encrypted() by Eric Biggers · 7 years ago
  100. d750ec7 fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED() by Eric Biggers · 7 years ago