1. f18f509 f2fs: fix to do sanity check with reserved blkaddr of inline inode by Chao Yu · 6 years ago
  2. 2dab879 Merge branch 'lineage-16.0' of https://github.com/z3ntu/android_kernel_fairphone_msm8974 into lineage-16.0 by chrmhoffmann · 5 years ago
  3. f5f604f CVE-2017-10663 Make sure segno and blkoff read from raw image are valid. by Pekka Pesu · 6 years ago
  4. 8cc7ac6 f2fs: sanity check segment count by Jin Qian · 7 years ago
  5. 33b02b8 don't pass nameidata to ->create() by Al Viro · 12 years ago
  6. 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  7. 93e6dc1 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  8. d0d341a fscrypto: no support for v3.4 by Jaegeuk Kim · 8 years ago
  9. 978f05b f2fs: adjust other changes by Jaegeuk Kim · 8 years ago
  10. 70c72eb f2fs: get victim segment again after new cp by Yunlei He · 8 years ago
  11. f8b386d f2fs: handle error case with f2fs_bug_on by Jaegeuk Kim · 8 years ago
  12. f33f7e0 f2fs: avoid data race when deciding checkpoin in f2fs_sync_file by Jaegeuk Kim · 8 years ago
  13. 6795e0e f2fs: fix to report error number of f2fs_find_entry by Chao Yu · 8 years ago
  14. 9190df9 f2fs: avoid memory allocation failure due to a long length by Jaegeuk Kim · 8 years ago
  15. 7f282f3 f2fs: reset default idle interval value by Chao Yu · 8 years ago
  16. a6550b4 f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 8 years ago
  17. f92e1fe f2fs: fix to avoid data update racing between GC and DIO by Chao Yu · 8 years ago
  18. 9d52b12 f2fs: add maximum prefree segments by Jaegeuk Kim · 8 years ago
  19. 10ae518 f2fs: disable extent_cache for fcollapse/finsert inodes by Jaegeuk Kim · 8 years ago
  20. b121fb6 f2fs: refactor __exchange_data_block for speed up by Jaegeuk Kim · 8 years ago
  21. 5812fb4 f2fs: fix ERR_PTR returned by bio by Jaegeuk Kim · 8 years ago
  22. 29015e5 f2fs: avoid mark_inode_dirty by Jaegeuk Kim · 8 years ago
  23. 14bb1f7 f2fs: move i_size_write in f2fs_write_end by Jaegeuk Kim · 8 years ago
  24. 6977722 f2fs: fix to avoid redundant discard during fstrim by Chao Yu · 8 years ago
  25. 1c4f224 f2fs: avoid mismatching block range for discard by Yunlei He · 8 years ago
  26. 817f889 f2fs: fix incorrect f_bfree calculation in ->statfs by Chao Yu · 8 years ago
  27. 8a5b75c f2fs: skip to check the block address of node page by Jaegeuk Kim · 8 years ago
  28. f476d2b f2fs: shrink critical region in spin_lock by Jaegeuk Kim · 8 years ago
  29. b1cf93a f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 8 years ago
  30. 4b14990 f2fs: introduce f2fs_set_page_dirty_nobuffer by Jaegeuk Kim · 8 years ago
  31. fa24463 f2fs: remove unnecessary goto statement by Tiezhu Yang · 8 years ago
  32. 51efc1b f2fs: add nodiscard mount option by Chao Yu · 8 years ago
  33. ff32a53 f2fs: fix to redirty page if fail to gc data page by Chao Yu · 8 years ago
  34. 3186de2 f2fs: fix to detect truncation prior rather than EIO during read by Chao Yu · 8 years ago
  35. 96f84df f2fs: fix to avoid reading out encrypted data in page cache by Chao Yu · 8 years ago
  36. 0339ae5 f2fs: avoid latency-critical readahead of node pages by Jaegeuk Kim · 8 years ago
  37. b01e1c9 f2fs: avoid writing node/metapages during writes by Jaegeuk Kim · 8 years ago
  38. ca75858 f2fs: produce more nids and reduce readahead nats by Jaegeuk Kim · 8 years ago
  39. bc6969e f2fs: detect host-managed SMR by feature flag by Jaegeuk Kim · 8 years ago
  40. 642e1e2 f2fs: call update_inode_page for orphan inodes by Jaegeuk Kim · 8 years ago
  41. d1c5f62 f2fs: report error for f2fs_parent_dir by Jaegeuk Kim · 8 years ago
  42. 543f1f8 f2fs: find parent dentry correctly by Sheng Yong · 8 years ago
  43. 8a81484 f2fs: fix deadlock in add_link failure by Jaegeuk Kim · 8 years ago
  44. b017edd f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 8 years ago
  45. a6078c6 f2fs: skip clean segment for gc by Jaegeuk Kim · 8 years ago
  46. 89979dc f2fs: drop any block plugging by Jaegeuk Kim · 8 years ago
  47. cde8b23 f2fs: avoid reverse IO order for NODE and DATA by Jaegeuk Kim · 8 years ago
  48. 9ba23cc f2fs: set mapping error for EIO by Jaegeuk Kim · 8 years ago
  49. f8dad50 f2fs: control not to exceed # of cached nat entries by Jaegeuk Kim · 8 years ago
  50. e734500 f2fs: fix wrong percentage by Jaegeuk Kim · 8 years ago
  51. a1fa609 f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode by Jaegeuk Kim · 8 years ago
  52. db90e3a f2fs: remove obsolete parameter in f2fs_truncate by Jaegeuk Kim · 8 years ago
  53. ec7f31b f2fs: avoid wrong count on dirty inodes by Jaegeuk Kim · 8 years ago
  54. e6e39f8 f2fs: remove deprecated parameter by Jaegeuk Kim · 8 years ago
  55. f4bd8d2 f2fs: handle writepage correctly by Jaegeuk Kim · 8 years ago
  56. c024b03 f2fs: return error of f2fs_lookup by Jaegeuk Kim · 8 years ago
  57. 9868000 f2fs: return the errno to the caller to avoid using a wrong page by Yunlong Song · 8 years ago
  58. 7d8f386 f2fs: remove two steps to flush dirty data pages by Jaegeuk Kim · 8 years ago
  59. f104d41 f2fs: do not skip writing data pages by Jaegeuk Kim · 8 years ago
  60. 2150e55 f2fs: inject to produce some orphan inodes by Jaegeuk Kim · 8 years ago
  61. 2f2c866 f2fs: propagate error given by f2fs_find_entry by Jaegeuk Kim · 8 years ago
  62. 7f3850a f2fs: remove writepages lock by Jaegeuk Kim · 8 years ago
  63. 68f5039 f2fs: set flush_merge by default by Jaegeuk Kim · 8 years ago
  64. 9a3d6c6 f2fs: detect congestion of flush command issues by Jaegeuk Kim · 8 years ago
  65. e7fab12 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 8 years ago
  66. 7281238 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  67. 94494a8 f2fs: flush inode metadata when checkpoint is doing by Jaegeuk Kim · 8 years ago
  68. 69dbd02 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 8 years ago
  69. 7a35eaf f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  70. a32a4d9 f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  71. 6e741b1 f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  72. 5e3a5ba f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  73. 87fa710 Revert "f2fs: no need inc dirty pages under inode lock" by Jaegeuk Kim · 8 years ago
  74. db3e589 f2fs: adjust other changes by Jaegeuk Kim · 8 years ago
  75. 609f1db f2fs: fix to update dirty page count correctly by Chao Yu · 8 years ago
  76. 107bbe6 f2fs: flush pending bios right away when error occurs by Jaegeuk Kim · 8 years ago
  77. 843a35e f2fs: avoid ENOSPC fault in the recovery process by Jaegeuk Kim · 8 years ago
  78. a3f310d f2fs: make exit_f2fs_fs more clear by Tiezhu Yang · 8 years ago
  79. af8e878 f2fs: use percpu_counter for total_valid_inode_count by Jaegeuk Kim · 8 years ago
  80. 57ffa9f f2fs: use percpu_counter for alloc_valid_block_count by Jaegeuk Kim · 8 years ago
  81. e06ae67 f2fs: use percpu_counter for # of dirty pages in inode by Jaegeuk Kim · 8 years ago
  82. b88b079 f2fs: use percpu_counter for page counters by Jaegeuk Kim · 8 years ago
  83. dc022d6 f2fs: use bio count instead of F2FS_WRITEBACK page count by Jaegeuk Kim · 8 years ago
  84. 30614fe f2fs: manipulate dirty file inodes when DATA_FLUSH is set by Jaegeuk Kim · 8 years ago
  85. c3c88ce f2fs: add fault injection to sysfs by Sheng Yong · 8 years ago
  86. 133f0c4 f2fs: no need inc dirty pages under inode lock by Yunlei He · 8 years ago
  87. 40ab1c5 f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents by Chao Yu · 8 years ago
  88. 2ea8933 f2fs: fix i_current_depth during inline dentry conversion by Chao Yu · 8 years ago
  89. 629ff2f f2fs: correct return value type of f2fs_fill_super by Sheng Yong · 8 years ago
  90. d206c40 f2fs: fix deadlock when flush inline data by Chao Yu · 8 years ago
  91. 3492dd0 f2fs: avoid f2fs_bug_on during recovery by Jaegeuk Kim · 8 years ago
  92. b9a3351 f2fs: show # of orphan inodes by Jaegeuk Kim · 8 years ago
  93. 059ec13 f2fs: support in batch fzero in dnode page by Chao Yu · 8 years ago
  94. 747fff1 f2fs: support in batch multi blocks preallocation by Chao Yu · 8 years ago
  95. 049c61d f2fs: make atomic/volatile operation exclusive by Chao Yu · 8 years ago
  96. f32b2f7 f2fs: use mnt_{want,drop}_write_file in ioctl by Chao Yu · 8 years ago
  97. 83aa44b f2fs: do not preallocate block unaligned to 4KB by Jaegeuk Kim · 8 years ago
  98. 91237b7 f2fs: read node blocks ahead when truncating blocks by Jaegeuk Kim · 8 years ago
  99. a6c63ba f2fs: fallocate data blocks in single locked node page by Jaegeuk Kim · 8 years ago
  100. 925d653 f2fs: fix inode cache leak by Chao Yu · 8 years ago