1. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  2. 0d28544 Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  3. 2777e65 f2fs: fix to avoid accessing xattr across the boundary by Randall Huang · 6 years ago
  4. c9c8ed5 f2fs: fix to avoid potential race on sbi->unusable_block_count access/update by Chao Yu · 6 years ago
  5. d764834 f2fs: add tracepoint for f2fs_filemap_fault() by Chao Yu · 6 years ago
  6. 93770ab f2fs: introduce DATA_GENERIC_ENHANCE by Chao Yu · 6 years ago
  7. 896285a f2fs: fix to handle error in f2fs_disable_checkpoint() by Chao Yu · 6 years ago
  8. d5d5f0c f2fs: remove redundant check in f2fs_file_write_iter() by Chengguang Xu · 6 years ago
  9. f5a131bb f2fs: fix to be aware of readonly device in write_checkpoint() by Chao Yu · 6 years ago
  10. b61af31 f2fs: fix to skip recovery on readonly device by Chao Yu · 6 years ago
  11. f824deb f2fs: fix to consider multiple device for readonly check by Chao Yu · 6 years ago
  12. b471eb9 f2fs: relocate chksum_offset for large_nat_bitmap feature by Chao Yu · 6 years ago
  13. d7eb8f1 f2fs: allow unfixed f2fs_checkpoint.checksum_offset by Chao Yu · 6 years ago
  14. 3a912b7 f2fs: Replace spaces with tab by Youngjun Yoo · 6 years ago
  15. c456362 f2fs: insert space before the open parenthesis '(' by Youngjun Yoo · 6 years ago
  16. d02a6e6 f2fs: allow address pointer number of dnode aligning to specified size by Chao Yu · 6 years ago
  17. 2df0ab0 f2fs: introduce f2fs_read_single_page() for cleanup by Chao Yu · 6 years ago
  18. 5c533b1 f2fs: mark is_extension_exist() inline by Park Ju Hyung · 6 years ago
  19. cd23ffa9 f2fs: fix to set FI_UPDATE_WRITE correctly by Chao Yu · 6 years ago
  20. 05573d6 f2fs: fix to avoid panic in f2fs_inplace_write_data() by Chao Yu · 6 years ago
  21. e95bcdb f2fs: fix to do sanity check on valid block count of segment by Chao Yu · 6 years ago
  22. 7b63f72 f2fs: fix to do sanity check on valid node/block count by Chao Yu · 6 years ago
  23. 22d61e2 f2fs: fix to avoid panic in do_recover_data() by Chao Yu · 6 years ago
  24. 626bcf2 f2fs: fix to do sanity check on free nid by Chao Yu · 6 years ago
  25. b42b179 f2fs: fix to do checksum even if inode page is uptodate by Chao Yu · 6 years ago
  26. 8b6810f f2fs: fix to avoid panic in f2fs_remove_inode_page() by Chao Yu · 6 years ago
  27. 546d22f f2fs: fix to clear dirty inode in error path of f2fs_iget() by Chao Yu · 6 years ago
  28. bda5239 f2fs: remove new blank line of f2fs kernel message by Chao Yu · 6 years ago
  29. 6dc3a12 f2fs: fix wrong __is_meta_io() macro by Chao Yu · 6 years ago
  30. ea6d7e7 f2fs: fix to avoid panic in dec_valid_node_count() by Chao Yu · 6 years ago
  31. 5e159cd f2fs: fix to avoid panic in dec_valid_block_count() by Chao Yu · 6 years ago
  32. 622927f f2fs: fix to use inline space only if inline_xattr is enable by Chao Yu · 6 years ago
  33. 45a7468 f2fs: fix to retrieve inline xattr space by Chao Yu · 6 years ago
  34. 9883857 f2fs: fix error path of recovery by Chao Yu · 6 years ago
  35. 793ab1c f2fs: fix to avoid deadloop in foreground GC by Chao Yu · 6 years ago
  36. a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  37. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  38. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  39. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  40. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  41. d01718a f2fs: switch to ->free_inode() by Al Viro · 6 years ago
  42. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  43. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  44. 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago
  45. b01531d fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 6 years ago
  46. adcc00f f2fs: data: fix warning Using plain integer as NULL pointer by Hariprasad Kelam · 6 years ago
  47. 126ce72 f2fs: add tracepoint for f2fs_file_write_iter() by Chao Yu · 6 years ago
  48. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  49. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  50. e1074d4 f2fs: add comment for conditional compilation statement by Chao Yu · 6 years ago
  51. 186857c f2fs: fix potential recursive call when enabling data_flush by Chao Yu · 6 years ago
  52. 7f3d771 f2fs: improve discard handling with multi-device volumes by Damien Le Moal · 6 years ago
  53. 95175da f2fs: Reduce zoned block device memory usage by Damien Le Moal · 6 years ago
  54. 0916878 f2fs: Fix use of number of devices by Damien Le Moal · 6 years ago
  55. 5160bcc Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  56. aff7b62 f2fs: set pin_file under CAP_SYS_ADMIN by Jaegeuk Kim · 6 years ago
  57. aadcef6 f2fs: fix to avoid deadlock in f2fs_read_inline_dir() by Chao Yu · 6 years ago
  58. 2c28aba f2fs: fix to adapt small inline xattr space in __find_inline_xattr() by Chao Yu · 6 years ago
  59. dd6c89b f2fs: fix to do sanity check with inode.i_inline_xattr_size by Chao Yu · 6 years ago
  60. 70db5b0 f2fs: give some messages for inline_xattr_size by Jaegeuk Kim · 6 years ago
  61. 86109c9 f2fs: don't trigger read IO for beyond EOF page by Chao Yu · 6 years ago
  62. 240a591 f2fs: fix to add refcount once page is tagged PG_private by Chao Yu · 6 years ago
  63. 25720cc f2fs: remove wrong comment in f2fs_invalidate_page() by Chao Yu · 6 years ago
  64. 2a6a7e7 f2fs: fix to use kvfree instead of kzfree by Chao Yu · 6 years ago
  65. 559e87c f2fs: trace f2fs_ioc_shutdown by Chao Yu · 6 years ago
  66. 4843298 f2fs: fix to avoid deadlock of atomic file operations by Chao Yu · 6 years ago
  67. ca597bd f2fs: fix to dirty inode for i_mode recovery by Chao Yu · 6 years ago
  68. 428e3bc f2fs: give random value to i_generation by Jaegeuk Kim · 6 years ago
  69. 613f3dc f2fs: no need to take page lock in readdir by Gao Xiang · 6 years ago
  70. e46f6bd f2fs: fix to update iostat correctly in IPU path by Chao Yu · 6 years ago
  71. 6492a33 f2fs: fix encrypted page memory leak by Chao Yu · 6 years ago
  72. dc37910 f2fs: make fault injection covering __submit_flush_wait() by Chao Yu · 6 years ago
  73. aa2c8c4 f2fs: fix to retry fill_super only if recovery failed by Chao Yu · 6 years ago
  74. bc73a4b f2fs: silence VM_WARN_ON_ONCE in mempool_alloc by Gao Xiang · 6 years ago
  75. 0af725f f2fs: fix wrong #endif by Jaegeuk Kim · 6 years ago
  76. d1cae94 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  77. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  78. fb40d61 f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAG by Jaegeuk Kim · 6 years ago
  79. 6d52e13 f2fs: don't allow negative ->write_io_size_bits by Chao Yu · 6 years ago
  80. 500e0b2 f2fs: fix to check inline_xattr_size boundary correctly by Chao Yu · 6 years ago
  81. 9083977 f2fs: do not use mutex lock in atomic context by Sahitya Tummala · 6 years ago
  82. c42d28c f2fs: fix potential data inconsistence of checkpoint by Chao Yu · 6 years ago
  83. 025cdb16 f2fs: jump to label 'free_node_inode' when failing from d_make_root() by Chengguang Xu · 6 years ago
  84. a0770e1 f2fs: fix to data block override node segment by mistake by zhengliang · 6 years ago
  85. eecfa42 f2fs: use xattr_prefix to wrap up by Gao Xiang · 6 years ago
  86. 812a959 f2fs: sync filesystem after roll-forward recovery by Jaegeuk Kim · 6 years ago
  87. 0e0667b f2fs: flush quota blocks after turnning it off by Jaegeuk Kim · 6 years ago
  88. 11ac8ef f2fs: avoid null pointer exception in dcc_info by Jaegeuk Kim · 6 years ago
  89. b460866 f2fs: don't wake up too frequently, if there is lots of IOs by Jaegeuk Kim · 6 years ago
  90. b862325 f2fs: try to keep CP_TRIMMED_FLAG after successful umount by Jaegeuk Kim · 6 years ago
  91. db610a6 f2fs: add quick mode of checkpoint=disable for QA by Jaegeuk Kim · 6 years ago
  92. 6dc4f10 block: allow bio_for_each_segment_all() to iterate over multi-page bvec by Ming Lei · 6 years ago
  93. 03f2c02 f2fs: run discard jobs when put_super by Jaegeuk Kim · 6 years ago
  94. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  95. 62230e0d f2fs: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
  96. 2010987 f2fs: fix to set sbi dirty correctly by Chao Yu · 6 years ago
  97. f9aa52a f2fs: fix to initialize variable to avoid UBSAN/smatch warning by Chao Yu · 6 years ago
  98. ac92985 f2fs: UBSAN: set boolean value iostat_enable correctly by Sheng Yong · 6 years ago
  99. 2f84bab f2fs: add brackets for macros by Sheng Yong · 6 years ago
  100. 720db06 f2fs: check if file namelen exceeds max value by Sheng Yong · 6 years ago