1. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  2. 7a3dade Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 5 months ago
  3. 73bb49d mm/readahead: make page_cache_ra_unbounded take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  4. 788e96d f2fs: code cleanup by removing unnecessary check by Chengguang Xu · 4 years, 5 months ago
  5. ae284d8 f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info by Jamie Iles · 4 years, 5 months ago
  6. 8c8cf26 f2fs: fix writecount false positive in releasing compress blocks by Daeho Jeong · 4 years, 5 months ago
  7. af4b6b8 f2fs: introduce check_swap_activate_fast() by Chao Yu · 4 years, 5 months ago
  8. 6ed29fe f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier case by Chao Yu · 4 years, 5 months ago
  9. 86f3360 f2fs: handle errors of f2fs_get_meta_page_nofail by Jaegeuk Kim · 4 years, 5 months ago
  10. 6f5032a Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 5 months ago
  11. d662fad f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inode by Chao Yu · 4 years, 5 months ago
  12. f6322f3 f2fs: reject CASEFOLD inode flag without casefold feature by Eric Biggers · 4 years, 5 months ago
  13. 48046cb f2fs: fix memory alignment to support 32bit by Jaegeuk Kim · 4 years, 5 months ago
  14. adfc694 f2fs: fix slab leak of rpages pointer by Jaegeuk Kim · 4 years, 6 months ago
  15. 519a5a2 f2fs: compress: fix to disallow enabling compress on non-empty file by Chao Yu · 4 years, 6 months ago
  16. c68d6c8 f2fs: compress: introduce cic/dic slab cache by Chao Yu · 4 years, 6 months ago
  17. 3108303 f2fs: compress: introduce page array slab cache by Chao Yu · 4 years, 6 months ago
  18. 3a22e9a f2fs: fix to do sanity check on segment/section count by Chao Yu · 4 years, 6 months ago
  19. 6a25747 f2fs: fix to check segment boundary during SIT page readahead by Chao Yu · 4 years, 6 months ago
  20. 6d7ab88 f2fs: fix uninit-value in f2fs_lookup by Chao Yu · 4 years, 6 months ago
  21. 17f930e f2fs: remove unneeded parameter in find_in_block() by Chao Yu · 4 years, 6 months ago
  22. f99ba9a f2fs: fix wrong total_sections check and fsmeta check by Wang Xiaojun · 4 years, 6 months ago
  23. d89f589 f2fs: remove duplicated code in sanity_check_area_boundary by Wang Xiaojun · 4 years, 6 months ago
  24. e6e4218 f2fs: remove unused check on version_bitmap by Wang Xiaojun · 4 years, 6 months ago
  25. d066012 f2fs: relocate blkzoned feature check by Chao Yu · 4 years, 6 months ago
  26. 07eb1d6 f2fs: do sanity check on zoned block device path by Chao Yu · 4 years, 6 months ago
  27. 9b66482 f2fs: add trace exit in exception path by Zhang Qilong · 4 years, 6 months ago
  28. 4470eb2 f2fs: change return value of reserved_segments to unsigned int by Xiaojun Wang · 4 years, 6 months ago
  29. 70fb261 fscrypt: don't call no-key names "ciphertext names" by Eric Biggers · 4 years, 6 months ago
  30. c8c868a fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *' by Eric Biggers · 4 years, 6 months ago
  31. ac4acb1 fscrypt: handle test_dummy_encryption in more logical way by Eric Biggers · 4 years, 6 months ago
  32. e075b69 f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 6 months ago
  33. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 6 months ago
  34. c8eb702 f2fs: clean up kvfree by Chao Yu · 4 years, 6 months ago
  35. 6fcaeba f2fs: change virtual mapping way for compression pages by Daeho Jeong · 4 years, 7 months ago
  36. 78134d0 f2fs: change return value of f2fs_disable_compressed_file to bool by Daeho Jeong · 4 years, 6 months ago
  37. c2759eb f2fs: change i_compr_blocks of inode to atomic value by Daeho Jeong · 4 years, 6 months ago
  38. 69c0dd2 f2fs: ignore compress mount option on image w/o compression feature by Chao Yu · 4 years, 6 months ago
  39. 0e2b738 f2fs: allocate proper size memory for zstd decompress by Chao Yu · 4 years, 6 months ago
  40. ae999bb f2fs: change compr_blocks of superblock info to 64bit by Daeho Jeong · 4 years, 6 months ago
  41. 4eda168 f2fs: add block address limit check to compressed file by Daeho Jeong · 4 years, 6 months ago
  42. aad1383 f2fs: check position in move range ioctl by Dan Robertson · 4 years, 6 months ago
  43. 335cac8 f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IO by Jack Qiu · 4 years, 6 months ago
  44. 4cb03fe f2fs: Simplify SEEK_DATA implementation by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  45. 093749e f2fs: support age threshold based garbage collection by Chao Yu · 4 years, 7 months ago
  46. eca4873 f2fs: Use generic casefolding support by Daniel Rosenberg · 4 years, 8 months ago
  47. e6c3948 f2fs: compress: use more readable atomic_t type for {cic,dic}.ref by Chao Yu · 4 years, 7 months ago
  48. 17d7648 f2fs: fix compile warning by Chao Yu · 4 years, 7 months ago
  49. 2e9b2bb f2fs: support 64-bits key in f2fs rb-tree node entry by Chao Yu · 4 years, 7 months ago
  50. c5d0278 f2fs: inherit mtime of original block during GC by Chao Yu · 4 years, 7 months ago
  51. 6f3a01a f2fs: record average update time of segment by Chao Yu · 4 years, 7 months ago
  52. d0b9e42 f2fs: introduce inmem curseg by Chao Yu · 4 years, 7 months ago
  53. 376207a f2fs: compress: remove unneeded code by Chao Yu · 4 years, 7 months ago
  54. e90027d f2fs: remove duplicated type casting by Xiaojun Wang · 4 years, 7 months ago
  55. de881df f2fs: support zone capacity less than zone size by Aravind Ramesh · 4 years, 8 months ago
  56. 20d0a10 f2fs: Return EOF on unaligned end of file DIO read by Gabriel Krisman Bertazi · 4 years, 7 months ago
  57. e2cab03 f2fs: fix indefinite loop scanning for free nid by Sahitya Tummala · 4 years, 7 months ago
  58. 123aaf7 f2fs: Fix type of section block count variables by Shin'ichiro Kawasaki · 4 years, 7 months ago
  59. 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 7 months ago
  60. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
  61. 086ba2e Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 7 months ago
  62. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 7 months ago
  63. 828add7 f2fs: prepare a waiter before entering io_schedule by Jaegeuk Kim · 4 years, 7 months ago
  64. 9feffe14 f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intuitive by Zhihao Cheng · 4 years, 7 months ago
  65. 58f7e00 f2fs: replace test_and_set/clear_bit() with set/clear_bit() by Yufen Yu · 4 years, 8 months ago
  66. 567c4bf f2fs: make file immutable even if releasing zero compression block by Daeho Jeong · 4 years, 8 months ago
  67. 1f0b067 f2fs: compress: disable compression mount option if compression is off by Chao Yu · 4 years, 8 months ago
  68. a86d27d f2fs: compress: add sanity check during compressed cluster read by Chao Yu · 4 years, 8 months ago
  69. 8fa4101 f2fs: use macro instead of f2fs verity version by Jack Qiu · 4 years, 8 months ago
  70. 1fd2801 f2fs: fix deadlock between quota writes and checkpoint by Jaegeuk Kim · 4 years, 8 months ago
  71. 1f07cc5 f2fs: correct comment of f2fs_exist_written_data by Jack Qiu · 4 years, 8 months ago
  72. b2f57a8 f2fs: compress: delay temp page allocation by Chao Yu · 4 years, 8 months ago
  73. 944dd22e f2fs: compress: fix to update isize when overwriting compressed file by Chao Yu · 4 years, 8 months ago
  74. a87aff1 f2fs: space related cleanup by Jack Qiu · 4 years, 8 months ago
  75. 99c787c f2fs: fix use-after-free issue by Li Guifu · 4 years, 8 months ago
  76. 68e79ba f2fs: Change the type of f2fs_flush_inline_data() to void by Jia Yang · 4 years, 8 months ago
  77. 9af8464 f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctl by Daeho Jeong · 4 years, 8 months ago
  78. b0f3b87 f2fs: should avoid inode eviction in synchronous path by Jaegeuk Kim · 4 years, 8 months ago
  79. 887e037 f2fs: segment.h: delete a duplicated word by Randy Dunlap · 4 years, 8 months ago
  80. 02772fbf f2fs: compress: fix to avoid memory leak on cc->cpages by Chao Yu · 4 years, 8 months ago
  81. 3357af8 f2fs: use generic names for generic ioctls by Eric Biggers · 4 years, 8 months ago
  82. 4df7a75f f2fs: Eliminate usage of uninitialized_var() macro by Jason Yan · 4 years, 9 months ago
  83. aff6fbb f2fs: don't keep meta inode pages used for compressed block migration by Chao Yu · 4 years, 8 months ago
  84. 27aacd2 f2fs: add inline encryption support by Satya Tangirala · 4 years, 8 months ago
  85. 9627a7b f2fs: fix error path in do_recover_data() by Chao Yu · 4 years, 8 months ago
  86. f567adb f2fs: fix to wait GCed compressed page writeback by Chao Yu · 4 years, 8 months ago
  87. ffcde4b f2fs: remove write attribute of main_blkaddr sysfs node by Dehe Gu · 4 years, 8 months ago
  88. 0e5e811 f2fs: add GC_URGENT_LOW mode in gc_urgent by Daeho Jeong · 4 years, 8 months ago
  89. 6b12367 f2fs: avoid readahead race condition by Jaegeuk Kim · 4 years, 9 months ago
  90. d7cd370 f2fs: fix return value of move_data_block() by Chao Yu · 4 years, 9 months ago
  91. b797309 f2fs: add parameter op_flag in f2fs_submit_page_read() by Jia Yang · 4 years, 9 months ago
  92. 901d745f f2fs: split f2fs_allocate_new_segments() by Chao Yu · 4 years, 9 months ago
  93. 9039d83 f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocks by Yubo Feng · 4 years, 9 months ago
  94. 29b993c f2fs: fix an oops in f2fs_is_compressed_page by Yu Changchun · 4 years, 9 months ago
  95. 9a99c17d f2fs: make trace enter and end in pairs for unlink by Lihong Kou · 4 years, 9 months ago
  96. eb1353c f2fs: fix to check page dirty status before writeback by Chao Yu · 4 years, 9 months ago
  97. d078319 f2fs: remove the unused compr parameter by Wang Xiaojun · 4 years, 9 months ago
  98. dd5a09b f2fs: support to trace f2fs_fiemap() by Chao Yu · 4 years, 9 months ago
  99. b79b0a3 f2fs: support to trace f2fs_bmap() by Chao Yu · 4 years, 9 months ago
  100. 250e84d f2fs: fix wrong return value of f2fs_bmap_compress() by Chao Yu · 4 years, 9 months ago