1. 3ce5fa3 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  2. a9e0ca8 f2fs: fix to do sanity check with inode.i_inline_xattr_size by Chao Yu · 6 years ago
  3. e6bd023 f2fs: give some messages for inline_xattr_size by Jaegeuk Kim · 6 years ago
  4. 14d9376 f2fs: give random value to i_generation by Jaegeuk Kim · 6 years ago
  5. c168435 f2fs: fix to retry fill_super only if recovery failed by Chao Yu · 6 years ago
  6. 7c270bb f2fs: don't allow negative ->write_io_size_bits by Chao Yu · 6 years ago
  7. 4d8013e f2fs: fix to check inline_xattr_size boundary correctly by Chao Yu · 6 years ago
  8. 23d6d8e Revert "f2fs: fix to check inline_xattr_size boundary correctly" by Jaegeuk Kim · 6 years ago
  9. b7c5e78 f2fs: fix to check inline_xattr_size boundary correctly by Chao Yu · 6 years ago
  10. 9f15347 f2fs: jump to label 'free_node_inode' when failing from d_make_root() by Chengguang Xu · 6 years ago
  11. 5e5bd73 f2fs: fix to data block override node segment by mistake by zhengliang · 6 years ago
  12. eeec9e7 f2fs: sync filesystem after roll-forward recovery by Jaegeuk Kim · 6 years ago
  13. 9043102 f2fs: flush quota blocks after turnning it off by Jaegeuk Kim · 6 years ago
  14. f2cb919 f2fs: add quick mode of checkpoint=disable for QA by Jaegeuk Kim · 6 years ago
  15. b842f2d f2fs: run discard jobs when put_super by Jaegeuk Kim · 6 years ago
  16. 2da68d9 f2fs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  17. 6d4ae78 f2fs: change error code to -ENOMEM from -EINVAL by Chengguang Xu · 6 years ago
  18. ec19f64 f2fs: don't access node/meta inode mapping after iput by Jaegeuk Kim · 6 years ago
  19. bc6771e f2fs: fix use-after-free issue when accessing sbi->stat_info by Sahitya Tummala · 6 years ago
  20. 273e71c f2fs: fix validation of the block count in sanity_check_raw_super by Martin Blumenstingl · 6 years ago
  21. ae3bc06 f2fs: fix missing unlock(sbi->gc_mutex) by Jaegeuk Kim · 6 years ago
  22. 9248dba f2fs: use kvmalloc, if kmalloc is failed by Jaegeuk Kim · 6 years ago
  23. 05c09f4 f2fs: make "f2fs_fault_name[]" const char * by Alexey Dobriyan · 6 years ago
  24. 28bd09a f2fs: support subsectional garbage collection by Chao Yu · 6 years ago
  25. 5b11d2b f2fs: clean up f2fs_sb_has_##feature_name by Chao Yu · 6 years ago
  26. d785aff f2fs: remove codes of unused wio_mutex by Yunlong Song · 6 years ago
  27. d831272 f2fs: guarantee journalled quota data by checkpoint by Chao Yu · 6 years ago
  28. e9fc43d f2fs: cleanup dirty pages if recover failed by Sheng Yong · 6 years ago
  29. 7c37970 f2fs: spread f2fs_set_inode_flags() by Chao Yu · 6 years ago
  30. 513077a f2fs: allow to mount, if quota is failed by Jaegeuk Kim · 6 years ago
  31. f22f93a f2fs: checkpoint disabling by Daniel Rosenberg · 6 years ago
  32. 0570b3f f2fs: support superblock checksum by Junling Zheng · 6 years ago
  33. 87338b1 f2fs: keep lazytime on remount by Jaegeuk Kim · 6 years ago
  34. 5a959fd f2fs: fix remount problem of option io_bits by Chengguang Xu · 6 years ago
  35. feb1b25 f2fs: add new idle interval timing for discard and gc paths by Sahitya Tummala · 6 years ago
  36. 40292b9 f2fs: split IO error injection according to RW by Chao Yu · 6 years ago
  37. 6d1a832 f2fs: add SPDX license identifiers by Chao Yu · 6 years ago
  38. 790ff61 f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT_INJECTION by Chengguang Xu · 6 years ago
  39. 44bc317 f2fs: fix to do sanity check with current segment number by Chao Yu · 6 years ago
  40. 9458d6d f2fs: fix memory leak of percpu counter in fill_super() by Chao Yu · 6 years ago
  41. 872076f f2fs: fix memory leak of write_io in fill_super() by Chao Yu · 6 years ago
  42. 118e4c9 f2fs: fix to flush all dirty inodes recovered in readonly fs by Chao Yu · 6 years ago
  43. ebcfa8f f2fs: report error if quota off error during umount by Yunlei He · 6 years ago
  44. 2f476442 Revert "f2fs: use printk_ratelimited for f2fs_msg" by Chao Yu · 6 years ago
  45. 12d8e57 f2fs: fix to avoid NULL pointer dereference on se->discard_map by Chao Yu · 6 years ago
  46. 6d59845 f2fs: fix performance issue observed with multi-thread sequential read by Jaegeuk Kim · 6 years ago
  47. 0ef692e f2fs: support fault_type mount option by Chao Yu · 6 years ago
  48. 8bdb419 f2fs: support discard submission error injection by Chao Yu · 6 years ago
  49. 976de2d f2fs: fix to do sanity check with inline flags by Chao Yu · 6 years ago
  50. 3d5c54a f2fs: fix to avoid broken of dnode block list by Chao Yu · 6 years ago
  51. 22400c8 f2fs: fix to do sanity check with cp_pack_start_sum by Chao Yu · 6 years ago
  52. c0dcc52 f2fs: fix to restrict mount condition when without CONFIG_QUOTA by Chao Yu · 6 years ago
  53. b9de293 f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabled by Sheng Yong · 6 years ago
  54. 7f57572 f2fs: quota: fix incorrect comments by Sheng Yong · 6 years ago
  55. 1c56698 f2fs: enable real-time discard by default by Chao Yu · 6 years ago
  56. 989ba38 f2fs: show the fsync_mode=nobarrier mount option by Sahitya Tummala · 6 years ago
  57. 6b308c3 f2fs: avoid the global name 'fault_name' by Gao Xiang · 6 years ago
  58. 356f743 f2fs: fix to do sanity check with user_block_count by Chao Yu · 6 years ago
  59. 81700b3 f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize by Chao Yu · 6 years ago
  60. 4a48b14 f2fs: fix to do sanity check with secs_per_zone by Chao Yu · 6 years ago
  61. fe45798 f2fs: fix error path of fill_super by Chao Yu · 6 years ago
  62. ea4a808 f2fs: relocate readdir_ra configure initialization by Chao Yu · 6 years ago
  63. 7aa8312 f2fs: move s_res{u,g}id initialization to default_options() by Chao Yu · 6 years ago
  64. c92b7c7 f2fs: indicate shutdown f2fs to allow unmount successfully by Jaegeuk Kim · 6 years ago
  65. 16e81b1 f2fs: do checkpoint in kill_sb by Jaegeuk Kim · 6 years ago
  66. 61f4864 treewide: Use array_size() in f2fs_kzalloc() by Kees Cook · 6 years ago
  67. c4eb50d treewide: Use array_size() in f2fs_kmalloc() by Kees Cook · 6 years ago
  68. deb78d4 f2fs: let sync node IO interrupt async one by Chao Yu · 6 years ago
  69. 6b4d6a8 f2fs: clean up symbol namespace by Chao Yu · 6 years ago
  70. 8c46965 disable loading f2fs module on PAGE_SIZE > 4KB by Anatoly Pugachev · 6 years ago
  71. bbab2dc f2fs: keep migration IO order in LFS mode by Chao Yu · 6 years ago
  72. 2d96ad5 f2fs: fix to initialize i_current_depth according to inode type by Chao Yu · 6 years ago
  73. 6abb033 f2fs: enhance sanity_check_raw_super() to avoid potential overflows by Jaegeuk Kim · 6 years ago
  74. f6bd7d4 f2fs: rename dio_rwsem to i_gc_rwsem by Chao Yu · 6 years ago
  75. 9bafde6 f2fs: introduce private inode status mapping by Chao Yu · 6 years ago
  76. 4ddc3a8 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 6 years ago
  77. 3a38cf1 f2fs: add fsync_mode=nobarrier for non-atomic files by Jaegeuk Kim · 6 years ago
  78. f69e814 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 6 years ago
  79. 2dc8f5a f2fs: no need to initialize zero value for GFP_F2FS_ZERO by Yunlong Song · 7 years ago
  80. 034f11e f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_read by Ritesh Harjani · 7 years ago
  81. aa5bcfd f2fs: introduce a new mount option test_dummy_encryption by Sheng Yong · 7 years ago
  82. 9b880fe f2fs: introduce F2FS_FEATURE_LOST_FOUND feature by Sheng Yong · 7 years ago
  83. e9a50e6 f2fs: wrap all options with f2fs_sb_info.mount_opt by Chao Yu · 7 years ago
  84. 9a95481 f2fs: introduce mount option for fsync mode by Junling Zheng · 7 years ago
  85. 4ce4eb6 f2fs: fix to restore old mount option in ->remount_fs by Chao Yu · 7 years ago
  86. 8f711c3 f2fs: wrap sb_rdonly with f2fs_readonly by Chao Yu · 7 years ago
  87. ad3ce47 f2fs: set readdir_ra by default by Jaegeuk Kim · 7 years ago
  88. 5aae202 f2fs: add auto tuning for small devices by Jaegeuk Kim · 7 years ago
  89. 78c1fc2 f2fs: add mount option for segment allocation policy by Jaegeuk Kim · 7 years ago
  90. 1e72cb2 f2fs: expose extension_list sysfs entry by Chao Yu · 7 years ago
  91. 4951ebc f2fs: introduce sb_lock to make encrypt pwsalt update exclusive by Chao Yu · 7 years ago
  92. 770611e f2fs: clean up f2fs_sb_has_xxx functions by Sheng Yong · 7 years ago
  93. 87c1806 f2fs: support passing down write hints to block layer with F2FS policy by Hyunchul Lee · 7 years ago
  94. bcdc571 f2fs: support passing down write hints given by users to block layer by Hyunchul Lee · 7 years ago
  95. 7de4fcc f2fs: restrict inline_xattr_size configuration by Chao Yu · 7 years ago
  96. 8fa455b f2fs: fix potential corruption in area before F2FS_SUPER_OFFSET by Sheng Yong · 7 years ago
  97. acdaca2 f2fs: clean up error path of fill_super by Chao Yu · 7 years ago
  98. 462d762 f2fs: add resgid and resuid to reserve root blocks by Jaegeuk Kim · 7 years ago
  99. cbd5e5a f2fs: implement cgroup writeback support by Yufen Yu · 7 years ago
  100. 02cfdab f2fs: make local functions static by Wei Yongjun · 7 years ago