1. 255442c Merge tag 'docs-4.16' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  2. 3da90b1 Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  3. 1c1d35d f2fs: support inode creation time by Chao Yu · 7 years ago
  4. 068c3cd f2fs: rebuild sit page from sit info in mem by Yunlei He · 7 years ago
  5. 3b60d80 f2fs: stop issuing discard if fs is readonly by Chao Yu · 7 years ago
  6. 6819b88 f2fs: clean up duplicated assignment in init_discard_policy by Chao Yu · 7 years ago
  7. 2882d34 f2fs: use GFP_F2FS_ZERO for cleanup by Chao Yu · 7 years ago
  8. f236792 f2fs: allow to recover node blocks given updated checkpoint by Jaegeuk Kim · 7 years ago
  9. 37a086f f2fs: recover some i_inline flags by Jaegeuk Kim · 7 years ago
  10. b2c4692 f2fs: correct removexattr behavior for null valued extended attribute by Daeho Jeong · 7 years ago
  11. db198ae f2fs: drop page cache after fs shutdown by Chao Yu · 7 years ago
  12. 7950e9a f2fs: stop gc/discard thread after fs shutdown by Chao Yu · 7 years ago
  13. d027c48 f2fs: hanlde error case in f2fs_ioc_shutdown by Chao Yu · 7 years ago
  14. bb9e3bb f2fs: split need_inplace_update by Chao Yu · 7 years ago
  15. eb44979 f2fs: fix to update last_disk_size correctly by Chao Yu · 7 years ago
  16. b323fd2 f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanup by Chao Yu · 7 years ago
  17. d7997e6 f2fs: clean up error path of fill_super by Chao Yu · 7 years ago
  18. a9d572c f2fs: avoid hungtask when GC encrypted block if io_bits is set by Sheng Yong · 7 years ago
  19. d8a9a22 f2fs: allow quota to use reserved blocks by Jaegeuk Kim · 7 years ago
  20. a2e2e76 f2fs: fix to drop all inmem pages correctly by Chao Yu · 7 years ago
  21. f3d98e7 f2fs: speed up defragment on sparse file by Chao Yu · 7 years ago
  22. c4020b2 f2fs: support F2FS_IOC_PRECACHE_EXTENTS by Chao Yu · 7 years ago
  23. 1ad71a2 f2fs: add an ioctl to disable GC for specific file by Jaegeuk Kim · 7 years ago
  24. 9ac1e2d f2fs: prevent newly created inode from being dirtied incorrectly by Daeho Jeong · 7 years ago
  25. 442a9db f2fs: support FIEMAP_FLAG_XATTR by Chao Yu · 7 years ago
  26. f1b43d4 f2fs: fix to cover f2fs_inline_data_fiemap with inode_lock by Chao Yu · 7 years ago
  27. 7dff55d f2fs: check node page again in write end io by Yunlei He · 7 years ago
  28. 25a912e f2fs: fix to caclulate required free section correctly by Chao Yu · 7 years ago
  29. f1d2564 f2fs: handle newly created page when revoking inmem pages by Daeho Jeong · 7 years ago
  30. 7c2e596 f2fs: add resgid and resuid to reserve root blocks by Jaegeuk Kim · 7 years ago
  31. 578c647 f2fs: implement cgroup writeback support by Yufen Yu · 7 years ago
  32. bffa8d3 f2fs: remove unused pend_list_tag by Chao Yu · 7 years ago
  33. 49c60c6 f2fs: avoid high cpu usage in discard thread by Chao Yu · 7 years ago
  34. 94b1e10 f2fs: make local functions static by Wei Yongjun · 7 years ago
  35. 7e65be4 f2fs: add reserved blocks for root user by Jaegeuk Kim · 7 years ago
  36. 2c19050 f2fs: check segment type in __f2fs_replace_block by Yunlong Song · 7 years ago
  37. 1eca05a f2fs: update inode info to inode page for new file by Yunlei He · 7 years ago
  38. f66c027 f2fs: show precise # of blocks that user/root can use by Jaegeuk Kim · 7 years ago
  39. 263663c block: convert to bio_first_bvec_all & bio_first_page_all by Ming Lei · 7 years ago
  40. 7f1a45a f2fs: clean up unneeded declaration by Chao Yu · 7 years ago
  41. d6d478a f2fs: continue to do direct IO if we only preallocate partial blocks by Chao Yu · 7 years ago
  42. 6279398 f2fs: enable quota at remount from r to w by Jaegeuk Kim · 7 years ago
  43. b1ca321 f2fs: skip stop_checkpoint for user data writes by Jaegeuk Kim · 7 years ago
  44. d620439 f2fs: fix missing error number for xattr operation by Jaegeuk Kim · 7 years ago
  45. 0a007b97 f2fs: recover directory operations by fsync by Jaegeuk Kim · 7 years ago
  46. c39a1b3 f2fs: return error during fill_super by Jaegeuk Kim · 7 years ago
  47. 211a6fa f2fs: fix an error case of missing update inode page by Yunlei He · 7 years ago
  48. 4635b46 f2fs: fix potential hangtask in f2fs_trace_pid by Chao Yu · 7 years ago
  49. c376fc0 f2fs: no need return value in restore summary process by Yunlei He · 7 years ago
  50. fab2ade f2fs: use unlikely for release case by LiFan · 7 years ago
  51. f652e9d f2fs: don't return value in truncate_data_blocks_range by Chao Yu · 7 years ago
  52. 4c2ac6a f2fs: clean up f2fs_map_blocks by Chao Yu · 7 years ago
  53. 416d2db f2fs: clean up hash codes by Chao Yu · 7 years ago
  54. bae01ed f2fs: fix error handling in fill_super by Chao Yu · 7 years ago
  55. 4e6aad2 f2fs: spread f2fs_k{m,z}alloc by Chao Yu · 7 years ago
  56. 628b3d1 f2fs: inject fault to kvmalloc by Chao Yu · 7 years ago
  57. acbf054 f2fs: inject fault to kzalloc by Chao Yu · 7 years ago
  58. 979f492 f2fs: remove a redundant conditional expression by LiFan · 7 years ago
  59. d5097be f2fs: apply write hints to select the type of segment for direct write by Hyunchul Lee · 7 years ago
  60. 20bb247 f2fs: switch to fscrypt_prepare_setattr() by Eric Biggers · 7 years ago
  61. 55899d7 f2fs: switch to fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  62. 2e45b07 f2fs: switch to fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  63. b05157e f2fs: switch to fscrypt_prepare_link() by Eric Biggers · 7 years ago
  64. 2e168c8 f2fs: switch to fscrypt_file_open() by Eric Biggers · 7 years ago
  65. 6671726 posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  66. de8b10a f2fs: remove repeated f2fs_bug_on by Zhikang Zhang · 7 years ago
  67. 736c0a7 f2fs: remove an excess variable by LiFan · 7 years ago
  68. 2102081 f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem by Chao Yu · 7 years ago
  69. e17d488 f2fs: remove unused parameter by Sheng Yong · 7 years ago
  70. 25006645 f2fs: still write data if preallocate only partial blocks by Sheng Yong · 7 years ago
  71. f6df8f2 f2fs: introduce sysfs readdir_ra to readahead inode block in readdir by Sheng Yong · 7 years ago
  72. 5921aaa f2fs: fix concurrent problem for updating free bitmap by LiFan · 7 years ago
  73. 2ab56a5 f2fs: remove unneeded memory footprint accounting by Chao Yu · 7 years ago
  74. 66e8336 f2fs: no need to read nat block if nat_block_bitmap is set by Yunlei He · 7 years ago
  75. 292c196a f2fs: reserve nid resource for quota sysfile by Chao Yu · 7 years ago
  76. 91581e4 fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at by Adam Borowski · 7 years ago
  77. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  78. a02cd42 Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  79. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  80. 67fd707 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  81. 8faab64 f2fs: use find_get_pages_tag() for looking up single page by Jan Kara · 7 years ago
  82. 028a63a f2fs: simplify page iteration loops by Jan Kara · 7 years ago
  83. 69c4f35 f2fs: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  84. ead710b f2fs: deny accessing encryption policy if encryption is off by Chao Yu · 7 years ago
  85. 32190f0 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  86. 812c605 f2fs: inject fault in inc_valid_node_count by Chao Yu · 7 years ago
  87. 28cfafb f2fs: fix to clear FI_NO_PREALLOC by Chao Yu · 7 years ago
  88. 2c8a4a2 f2fs: expose quota information in debugfs by Jaegeuk Kim · 7 years ago
  89. 12f9ef3 f2fs: separate nat entry mem alloc from nat_tree_lock by Yunlei He · 7 years ago
  90. 0dd99ca f2fs: validate before set/clear free nat bitmap by LiFan · 7 years ago
  91. 19526d7 f2fs: avoid opened loop codes in __add_ino_entry by Chao Yu · 7 years ago
  92. 4f0a03d f2fs: apply write hints to select the type of segments for buffered write by Hyunchul Lee · 7 years ago
  93. 2fbaa25 f2fs: introduce scan_curseg_cache for cleanup by Chao Yu · 7 years ago
  94. 9745657 f2fs: optimize the way of traversing free_nid_bitmap by Fan Li · 7 years ago
  95. 7498621 f2fs: keep scanning until enough free nids are acquired by Fan Li · 7 years ago
  96. a5fd505 f2fs: trace checkpoint reason in fsync() by Chao Yu · 7 years ago
  97. e8ed90a f2fs: keep isize once block is reserved cross EOF by Chao Yu · 7 years ago
  98. bb06664 f2fs: avoid race in between GC and block exchange by Chao Yu · 7 years ago
  99. f6986ed f2fs: save a multiplication for last_nid calculation by Fan Li · 7 years ago
  100. 2b60311 f2fs: fix summary info corruption by Chao Yu · 7 years ago