1. a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  2. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  3. 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
  4. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  5. 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
  6. d01718a f2fs: switch to ->free_inode() by Al Viro · 6 years ago
  7. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  8. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  9. 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago
  10. b01531d fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 6 years ago
  11. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  12. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  13. 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
  14. aff7b62 f2fs: set pin_file under CAP_SYS_ADMIN by Jaegeuk Kim · 6 years ago
  15. aadcef6 f2fs: fix to avoid deadlock in f2fs_read_inline_dir() by Chao Yu · 6 years ago
  16. 2c28aba f2fs: fix to adapt small inline xattr space in __find_inline_xattr() by Chao Yu · 6 years ago
  17. dd6c89b f2fs: fix to do sanity check with inode.i_inline_xattr_size by Chao Yu · 6 years ago
  18. 70db5b0 f2fs: give some messages for inline_xattr_size by Jaegeuk Kim · 6 years ago
  19. 86109c9 f2fs: don't trigger read IO for beyond EOF page by Chao Yu · 6 years ago
  20. 240a591 f2fs: fix to add refcount once page is tagged PG_private by Chao Yu · 6 years ago
  21. 25720cc f2fs: remove wrong comment in f2fs_invalidate_page() by Chao Yu · 6 years ago
  22. 2a6a7e7 f2fs: fix to use kvfree instead of kzfree by Chao Yu · 6 years ago
  23. 559e87c f2fs: trace f2fs_ioc_shutdown by Chao Yu · 6 years ago
  24. 4843298 f2fs: fix to avoid deadlock of atomic file operations by Chao Yu · 6 years ago
  25. ca597bd f2fs: fix to dirty inode for i_mode recovery by Chao Yu · 6 years ago
  26. 428e3bc f2fs: give random value to i_generation by Jaegeuk Kim · 6 years ago
  27. 613f3dc f2fs: no need to take page lock in readdir by Gao Xiang · 6 years ago
  28. e46f6bd f2fs: fix to update iostat correctly in IPU path by Chao Yu · 6 years ago
  29. 6492a33 f2fs: fix encrypted page memory leak by Chao Yu · 6 years ago
  30. dc37910 f2fs: make fault injection covering __submit_flush_wait() by Chao Yu · 6 years ago
  31. aa2c8c4 f2fs: fix to retry fill_super only if recovery failed by Chao Yu · 6 years ago
  32. bc73a4b f2fs: silence VM_WARN_ON_ONCE in mempool_alloc by Gao Xiang · 6 years ago
  33. 0af725f f2fs: fix wrong #endif by Jaegeuk Kim · 6 years ago
  34. d1cae94 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  35. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  36. fb40d61 f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAG by Jaegeuk Kim · 6 years ago
  37. 6d52e13 f2fs: don't allow negative ->write_io_size_bits by Chao Yu · 6 years ago
  38. 500e0b2 f2fs: fix to check inline_xattr_size boundary correctly by Chao Yu · 6 years ago
  39. 9083977 f2fs: do not use mutex lock in atomic context by Sahitya Tummala · 6 years ago
  40. c42d28c f2fs: fix potential data inconsistence of checkpoint by Chao Yu · 6 years ago
  41. 025cdb16 f2fs: jump to label 'free_node_inode' when failing from d_make_root() by Chengguang Xu · 6 years ago
  42. a0770e1 f2fs: fix to data block override node segment by mistake by zhengliang · 6 years ago
  43. eecfa42 f2fs: use xattr_prefix to wrap up by Gao Xiang · 6 years ago
  44. 812a959 f2fs: sync filesystem after roll-forward recovery by Jaegeuk Kim · 6 years ago
  45. 0e0667b f2fs: flush quota blocks after turnning it off by Jaegeuk Kim · 6 years ago
  46. 11ac8ef f2fs: avoid null pointer exception in dcc_info by Jaegeuk Kim · 6 years ago
  47. b460866 f2fs: don't wake up too frequently, if there is lots of IOs by Jaegeuk Kim · 6 years ago
  48. b862325 f2fs: try to keep CP_TRIMMED_FLAG after successful umount by Jaegeuk Kim · 6 years ago
  49. db610a6 f2fs: add quick mode of checkpoint=disable for QA by Jaegeuk Kim · 6 years ago
  50. 6dc4f10 block: allow bio_for_each_segment_all() to iterate over multi-page bvec by Ming Lei · 6 years ago
  51. 03f2c02 f2fs: run discard jobs when put_super by Jaegeuk Kim · 6 years ago
  52. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  53. 62230e0d f2fs: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
  54. 2010987 f2fs: fix to set sbi dirty correctly by Chao Yu · 6 years ago
  55. f9aa52a f2fs: fix to initialize variable to avoid UBSAN/smatch warning by Chao Yu · 6 years ago
  56. ac92985 f2fs: UBSAN: set boolean value iostat_enable correctly by Sheng Yong · 6 years ago
  57. 2f84bab f2fs: add brackets for macros by Sheng Yong · 6 years ago
  58. 720db06 f2fs: check if file namelen exceeds max value by Sheng Yong · 6 years ago
  59. ddf06b7 f2fs: fix to trigger fsck if dirent.name_len is zero by Chao Yu · 6 years ago
  60. 21acc07 f2fs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  61. c20e57b f2fs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  62. 5d53924 f2fs: export FS_NOCOW_FL flag to user by Jaegeuk Kim · 6 years ago
  63. 36c5733 f2fs: check inject_rate validity during configuring by Chao Yu · 6 years ago
  64. 8e11403 f2fs: remove set but not used variable 'err' by YueHaibing · 6 years ago
  65. f365c6c f2fs: change error code to -ENOMEM from -EINVAL by Chengguang Xu · 6 years ago
  66. 7c77bf7 f2fs: don't access node/meta inode mapping after iput by Jaegeuk Kim · 6 years ago
  67. 31867b2 f2fs: wait on atomic writes to count F2FS_CP_WB_DATA by Jaegeuk Kim · 6 years ago
  68. 9ab97ae Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  69. ab41ee6 mm: migrate: drop unused argument of migrate_page_move_mapping() by Jan Kara · 6 years ago
  70. 64beba0 f2fs: sanity check of xattr entry size by Jaegeuk Kim · 6 years ago
  71. 60aa4d5 f2fs: fix use-after-free issue when accessing sbi->stat_info by Sahitya Tummala · 6 years ago
  72. bae0ee7 f2fs: check PageWriteback flag for ordered case by Chao Yu · 6 years ago
  73. 8896006 f2fs: fix validation of the block count in sanity_check_raw_super by Martin Blumenstingl · 6 years ago
  74. 8f31b46 f2fs: fix missing unlock(sbi->gc_mutex) by Jaegeuk Kim · 6 years ago
  75. b32e019 f2fs: fix to dirty inode synchronously by Chao Yu · 6 years ago
  76. c036211 f2fs: clean up structure extent_node by Chao Yu · 6 years ago
  77. 9249dde f2fs: fix block address for __check_sit_bitmap by Qiuyang Sun · 6 years ago
  78. e4589fa f2fs: fix sbi->extent_list corruption issue by Sahitya Tummala · 6 years ago
  79. 8ec18bf f2fs: clean up checkpoint flow by Chao Yu · 6 years ago
  80. 76c7bfb f2fs: flush stale issued discard candidates by Jaegeuk Kim · 6 years ago
  81. 72691af f2fs: correct wrong spelling, issing_* by Jaegeuk Kim · 6 years ago
  82. 5222595 f2fs: use kvmalloc, if kmalloc is failed by Jaegeuk Kim · 6 years ago
  83. af56b48 f2fs: remove redundant comment of unused wio_mutex by Yunlong Song · 6 years ago
  84. 8d64d36 f2fs: fix to reorder set_page_dirty and wait_on_page_writeback by Chao Yu · 6 years ago
  85. 2062e0c f2fs: clear PG_writeback if IPU failed by Sheng Yong · 6 years ago
  86. 0cd6d9b f2fs: add an ioctl() to explicitly trigger fsck later by Jaegeuk Kim · 6 years ago
  87. a742fd4 f2fs: avoid frequent costly fsck triggers by Jaegeuk Kim · 6 years ago
  88. f4f0b67 f2fs: fix m_may_create to make OPU DIO write correctly by Jia Zhu · 6 years ago
  89. 73c0a92 f2fs: fix to update new block address correctly for OPU by Jia Zhu · 6 years ago
  90. e3c5910 f2fs: adjust trace print in f2fs_get_victim() to cover all paths by Sahitya Tummala · 6 years ago
  91. 08ac9a3 f2fs: fix to allow node segment for GC by ioctl path by Sahitya Tummala · 6 years ago
  92. 19880e6 f2fs: make "f2fs_fault_name[]" const char * by Alexey Dobriyan · 6 years ago
  93. 0ea295d f2fs: read page index before freeing by Pan Bian · 6 years ago
  94. f617647 f2fs: fix wrong return value of f2fs_acl_create by Tiezhu Yang · 6 years ago
  95. f5d5510 f2fs: avoid build warn of fall_through by Jaegeuk Kim · 6 years ago
  96. 2866fb1 f2fs: fix race between write_checkpoint and write_begin by Sheng Yong · 6 years ago
  97. 4e240d1 f2fs: check memory boundary by insane namelen by Jaegeuk Kim · 6 years ago
  98. 1e771e8 f2fs: only flush the single temp bio cache which owns the target page by Yunlong Song · 6 years ago
  99. f9d6d05 f2fs: fix out-place-update DIO write by Chao Yu · 6 years ago
  100. fef4129 f2fs: fix to be aware discard/preflush/dio command in is_idle() by Chao Yu · 6 years ago