1. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  2. 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 7 years ago
  3. 9d2a789 treewide: Use array_size in f2fs_kvzalloc() by Kees Cook · 7 years ago
  4. 026f050 treewide: Use array_size() in f2fs_kzalloc() by Kees Cook · 7 years ago
  5. c860659 treewide: Use array_size() in f2fs_kmalloc() by Kees Cook · 7 years ago
  6. d54d35c Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  7. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  8. fd59ccc Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  9. dfa7428 f2fs: fix to clear FI_VOLATILE_FILE correctly by Chao Yu · 7 years ago
  10. c29fd0c f2fs: let sync node IO interrupt async one by Chao Yu · 7 years ago
  11. aae764e f2fs: don't change wbc->sync_mode by Chao Yu · 7 years ago
  12. a1f72ac f2fs: fix to update mtime correctly by Chao Yu · 7 years ago
  13. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  14. 1061fd4 fs: f2fs: insert space around that ':' and ', ' by youngjun yoo · 7 years ago
  15. f11e98b fs: f2fs: add missing blank lines after declarations by youngjun yoo · 7 years ago
  16. 193bea1 fs: f2fs: changed variable type of offset "unsigned" to "loff_t" by youngjun yoo · 7 years ago
  17. 4d57b86 f2fs: clean up symbol namespace by Chao Yu · 7 years ago
  18. 2e79d95 f2fs: make set_de_type() static by Chao Yu · 7 years ago
  19. fc99fe2 f2fs: make __f2fs_write_data_pages() static by Chao Yu · 7 years ago
  20. 9fd6260 f2fs: fix to avoid accessing cross the boundary by Chao Yu · 7 years ago
  21. fe16efe f2fs: fix to let caller retry allocating block address by Chao Yu · 7 years ago
  22. 4071e67 disable loading f2fs module on PAGE_SIZE > 4KB by Anatoly Pugachev · 7 years ago
  23. 14a2855 f2fs: fix error path of move_data_page by Chao Yu · 7 years ago
  24. 1174abf f2fs: don't drop dentry pages after fs shutdown by Chao Yu · 7 years ago
  25. 250dbf5 f2fs: fix to avoid race during access gc_thread pointer by Chao Yu · 7 years ago
  26. aec2f72 f2fs: clean up with clear_radix_tree_dirty_tag by Chao Yu · 7 years ago
  27. 64c74a7 f2fs: fix to don't trigger writeback during recovery by Chao Yu · 7 years ago
  28. 35a9a76 f2fs: clear discard_wake earlier by Sheng Yong · 7 years ago
  29. f9d1dce f2fs: let discard thread wait a little longer if dev is busy by Yunlei He · 7 years ago
  30. 2ef79ec f2fs: avoid stucking GC due to atomic write by Chao Yu · 7 years ago
  31. 5b0e953 f2fs: introduce sbi->gc_mode to determine the policy by Jaegeuk Kim · 7 years ago
  32. 107a805 f2fs: keep migration IO order in LFS mode by Chao Yu · 7 years ago
  33. e5e5732 f2fs: fix to wait page writeback during revoking atomic write by Chao Yu · 7 years ago
  34. 60b2b4e f2fs: Fix deadlock in shutdown ioctl by Sahitya Tummala · 7 years ago
  35. f8de433 f2fs: detect synchronous writeback more earlier by Chao Yu · 7 years ago
  36. 7b525dd f2fs: clean up with is_valid_blkaddr() by Chao Yu · 7 years ago
  37. 5ad2544 f2fs: fix to initialize min_mtime with ULLONG_MAX by Chao Yu · 7 years ago
  38. e7a4feb f2fs: fix to let checkpoint guarantee atomic page persistence by Chao Yu · 7 years ago
  39. 1c41e680 f2fs: fix to initialize i_current_depth according to inode type by Chao Yu · 7 years ago
  40. 299254d Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc" by Chao Yu · 7 years ago
  41. 868de61 f2fs: don't drop any page on f2fs_cp_error() case by Jaegeuk Kim · 7 years ago
  42. 4580038 f2fs: fix spelling mistake: "extenstion" -> "extension" by Colin Ian King · 7 years ago
  43. 0cfe75c f2fs: enhance sanity_check_raw_super() to avoid potential overflows by Jaegeuk Kim · 7 years ago
  44. b4c3ca8 f2fs: treat volatile file's data as hot one by Chao Yu · 7 years ago
  45. af8ff65 f2fs: introduce release_discard_addr() for cleanup by Chao Yu · 7 years ago
  46. a9af3fd f2fs: fix potential overflow by Chao Yu · 7 years ago
  47. b2532c6 f2fs: rename dio_rwsem to i_gc_rwsem by Chao Yu · 7 years ago
  48. b82f6e3 f2fs: move mnt_want_write_file after range check by Yunlei He · 7 years ago
  49. cba41be f2fs: fix missing clear FI_NO_PREALLOC in some error case by Yunlei He · 7 years ago
  50. ade990f f2fs: enforce fsync_mode=strict for renamed directory by Jaegeuk Kim · 7 years ago
  51. 8a29c12 f2fs: sanity check for total valid node blocks by Jaegeuk Kim · 7 years ago
  52. b2ca374 f2fs: sanity check on sit entry by Jaegeuk Kim · 7 years ago
  53. 5d64600 f2fs: avoid bug_on on corrupted inode by Jaegeuk Kim · 7 years ago
  54. a4f843b f2fs: give message and set need_fsck given broken node id by Jaegeuk Kim · 7 years ago
  55. cf52b27 f2fs: clean up commit_inmem_pages() by Chao Yu · 7 years ago
  56. eff15c2 f2fs: do not check F2FS_INLINE_DOTS in recover by Sheng Yong · 7 years ago
  57. a515d12 f2fs: remove duplicated dquot_initialize and fix error handling by Sheng Yong · 7 years ago
  58. c22aecd f2fs: fix to detect failure of dquot_initialize by Chao Yu · 7 years ago
  59. d618477 f2fs: stop issue discard if something wrong with f2fs by Yunlei He · 7 years ago
  60. b169c3c f2fs: fix return value in f2fs_ioc_commit_atomic_write by Chao Yu · 7 years ago
  61. 054afda f2fs: allocate hot_data for atomic write more strictly by Yunlei He · 7 years ago
  62. d0891e8 f2fs: check if inmem_pages list is empty correctly by Sheng Yong · 7 years ago
  63. 27319ba f2fs: fix race in between GC and atomic open by Chao Yu · 7 years ago
  64. ea4d479 fs: f2fs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  65. d696494 f2fs: change le32 to le16 of f2fs_inode->i_extra_size by Zhikang Zhang · 7 years ago
  66. 56b07e7 f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entries by Zhikang Zhang · 7 years ago
  67. 3d165dc f2fs: correct return value of f2fs_trim_fs by Chao Yu · 7 years ago
  68. 7648115 f2fs: fix to show missing bits in FS_IOC_GETFLAGS by Chao Yu · 7 years ago
  69. c807a7c f2fs: remove unneeded F2FS_PROJINHERIT_FL by Chao Yu · 7 years ago
  70. 81114ba f2fs: don't use GFP_ZERO for page caches by Chao Yu · 7 years ago
  71. 241b493 f2fs: issue all big range discards in umount process by Yunlei He · 7 years ago
  72. 47cca3d f2fs: remove redundant block plug by Chao Yu · 7 years ago
  73. 8045249 f2fs: remove unmatched zero_user_segment when convert inline dentry by Yunlong Song · 7 years ago
  74. 59c8440 f2fs: introduce private inode status mapping by Chao Yu · 7 years ago
  75. e555da9 f2fs: run fstrim asynchronously if runtime discard is on by Jaegeuk Kim · 7 years ago
  76. cba6084 f2fs: turn down IO priority of discard from background by Chao Yu · 7 years ago
  77. 377224c f2fs: don't split checkpoint in fstrim by Chao Yu · 7 years ago
  78. 8bb4f25 f2fs: issue discard commands proactively in high fs utilization by Jaegeuk Kim · 7 years ago
  79. d629081 f2fs: add fsync_mode=nobarrier for non-atomic files by Jaegeuk Kim · 7 years ago
  80. 9a99718 f2fs: let fstrim issue discard commands in lower priority by Jaegeuk Kim · 7 years ago
  81. e12ee68 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 7 years ago
  82. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  83. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
  84. 5b19d28 f2fs: avoid fsync() failure caused by EAGAIN in writepage() by Jaegeuk Kim · 7 years ago
  85. 17c5003 f2fs: clear PageError on writepage by Jaegeuk Kim · 7 years ago
  86. a90a0884 f2fs: check cap_resource only for data blocks by Jaegeuk Kim · 7 years ago
  87. b87078a Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer" by Jaegeuk Kim · 7 years ago
  88. ab3835a f2fs: call unlock_new_inode() before d_instantiate() by Eric Biggers · 7 years ago
  89. 6dbb179 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 7 years ago
  90. 0cb8dae fscrypt: allow synchronous bio decryption by Eric Biggers · 7 years ago
  91. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  92. f6bb2a2 xarray: add the xa_lock to the radix_tree_root by Matthew Wilcox · 7 years ago
  93. 214c246 f2fs: remain written times to update inode during fsync by Jaegeuk Kim · 7 years ago
  94. c79d152 f2fs: make assignment of t->dentry_bitmap more readable by Yunlong Song · 7 years ago
  95. dc7a10d f2fs: truncate preallocated blocks in error case by Jaegeuk Kim · 7 years ago
  96. 235831d f2fs: fix a wrong condition in f2fs_skip_inode_update by Junling Zheng · 7 years ago
  97. 53fedcc f2fs: reserve bits for fs-verity by Eric Biggers · 7 years ago
  98. d21b0f2 f2fs: Add a segment type check in inplace write by Yunlei He · 7 years ago
  99. 2f52052 f2fs: no need to initialize zero value for GFP_F2FS_ZERO by Yunlong Song · 7 years ago
  100. 780de47 f2fs: don't track new nat entry in nat set by Chao Yu · 7 years ago