1. ff49c86 Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years ago
  2. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  3. 75e91c8 f2fs: compress: fix compression chksum by Chao Yu · 4 years, 1 month ago
  4. e584bbe f2fs: fix shift-out-of-bounds in sanity_check_raw_super() by Chao Yu · 4 years, 1 month ago
  5. 6422a71 f2fs: fix race of pending_pages in decompression by Daeho Jeong · 4 years, 1 month ago
  6. 96dd025 f2fs: fix to account inline xattr correctly during recovery by Chao Yu · 4 years, 1 month ago
  7. 8492156 f2fs: inline: fix wrong inline inode stat by Jack Qiu · 4 years, 1 month ago
  8. 6e5ca4f f2fs: inline: correct comment in f2fs_recover_inline_data by Jack Qiu · 4 years, 1 month ago
  9. d540e35 f2fs: don't check PAGE_SIZE again in sanity_check_raw_super() by Yangtao Li · 4 years, 1 month ago
  10. b9ec109 f2fs: convert to F2FS_*_INO macro by Yangtao Li · 4 years, 1 month ago
  11. 1020856 f2fs: introduce max_io_bytes, a sysfs entry, to limit bio size by Jaegeuk Kim · 4 years, 1 month ago
  12. ec2ddf4 f2fs: don't allow any writes on readonly mount by Jaegeuk Kim · 4 years, 1 month ago
  13. a95ba66 f2fs: avoid race condition for shrinker count by Jaegeuk Kim · 4 years, 2 months ago
  14. 5fdb322 f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE by Daeho Jeong · 4 years, 1 month ago
  15. 602a16d f2fs: add compress_mode mount option by Daeho Jeong · 4 years, 1 month ago
  16. db48965 f2fs: Remove unnecessary unlikely() by Yangtao Li · 4 years, 1 month ago
  17. 5335bfc f2fs: init dirty_secmap incorrectly by Jack Qiu · 4 years, 1 month ago
  18. b876f4c f2fs: remove buffer_head which has 32bits limit by Jaegeuk Kim · 4 years, 1 month ago
  19. 963ba7f f2fs: fix wrong block count instead of bytes by Jaegeuk Kim · 4 years, 1 month ago
  20. 43b9d4b f2fs: use new conversion functions between blks and bytes by Jaegeuk Kim · 4 years, 1 month ago
  21. 6cbfcab f2fs: rename logical_to_blk and blk_to_logical by Jaegeuk Kim · 4 years, 1 month ago
  22. 3a0a9cb f2fs: fix kbytes written stat for multi-device case by Chao Yu · 4 years, 1 month ago
  23. b28f047 f2fs: compress: support chksum by Chao Yu · 4 years, 1 month ago
  24. 493720a f2fs: fix to avoid REQ_TIME and CP_TIME collision by Chao Yu · 4 years, 1 month ago
  25. 8769918 f2fs: change to use rwsem for cp_mutex by Sahitya Tummala · 4 years, 1 month ago
  26. 7ad08a5 f2fs: Handle casefolding with Encryption by Daniel Rosenberg · 4 years, 1 month ago
  27. bb9cd91 fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 1 month ago
  28. beb7818 f2fs: Remove the redundancy initialization by Zhang Qilong · 4 years, 1 month ago
  29. 9f7e334 f2fs: remove writeback_inodes_sb in f2fs_remount by Liu Song · 4 years, 1 month ago
  30. 89ff600 f2fs: fix double free of unicode map by Hyeongseok Kim · 4 years, 2 months ago
  31. 34178b1b f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE by Chao Yu · 4 years, 2 months ago
  32. 3a1b9ea f2fs: avoid unneeded data copy in f2fs_ioc_move_range() by Chao Yu · 4 years, 2 months ago
  33. e1e8deb f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl by Daeho Jeong · 4 years, 2 months ago
  34. ec0caa97 fscrypt: introduce fscrypt_prepare_readdir() by Eric Biggers · 4 years, 1 month ago
  35. 73114b6 f2fs: remove f2fs_dir_open() by Eric Biggers · 4 years, 1 month ago
  36. 9499ffc f2fs: remove a few bd_part checks by Christoph Hellwig · 4 years, 1 month ago
  37. 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 1 month ago
  38. a782483 block: remove the nr_sects field in struct hd_struct by Christoph Hellwig · 4 years, 1 month ago
  39. 040f04b fs: simplify freeze_bdev/thaw_bdev by Christoph Hellwig · 4 years, 1 month ago
  40. bfc2b7e f2fs: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 1 month ago
  41. 9e2a5f8 f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl by Daeho Jeong · 4 years, 2 months ago
  42. fa4320c f2fs: move ioctl interface definitions to separated file by Chao Yu · 4 years, 2 months ago
  43. 7a6e59d f2fs: fix to seek incorrect data offset in inline data file by Chao Yu · 4 years, 2 months ago
  44. 3acc452 f2fs: call f2fs_get_meta_page_retry for nat page by Jaegeuk Kim · 4 years, 2 months ago
  45. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  46. 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, 2 months ago
  47. 73bb49d mm/readahead: make page_cache_ra_unbounded take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  48. 788e96d f2fs: code cleanup by removing unnecessary check by Chengguang Xu · 4 years, 3 months ago
  49. ae284d8 f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info by Jamie Iles · 4 years, 3 months ago
  50. 8c8cf26 f2fs: fix writecount false positive in releasing compress blocks by Daeho Jeong · 4 years, 3 months ago
  51. af4b6b8 f2fs: introduce check_swap_activate_fast() by Chao Yu · 4 years, 3 months ago
  52. 6ed29fe f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier case by Chao Yu · 4 years, 3 months ago
  53. 86f3360 f2fs: handle errors of f2fs_get_meta_page_nofail by Jaegeuk Kim · 4 years, 3 months ago
  54. 6f5032a Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 3 months ago
  55. d662fad f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inode by Chao Yu · 4 years, 3 months ago
  56. f6322f3 f2fs: reject CASEFOLD inode flag without casefold feature by Eric Biggers · 4 years, 3 months ago
  57. 48046cb f2fs: fix memory alignment to support 32bit by Jaegeuk Kim · 4 years, 3 months ago
  58. adfc694 f2fs: fix slab leak of rpages pointer by Jaegeuk Kim · 4 years, 3 months ago
  59. 519a5a2 f2fs: compress: fix to disallow enabling compress on non-empty file by Chao Yu · 4 years, 3 months ago
  60. c68d6c8 f2fs: compress: introduce cic/dic slab cache by Chao Yu · 4 years, 4 months ago
  61. 3108303 f2fs: compress: introduce page array slab cache by Chao Yu · 4 years, 4 months ago
  62. 3a22e9a f2fs: fix to do sanity check on segment/section count by Chao Yu · 4 years, 3 months ago
  63. 6a25747 f2fs: fix to check segment boundary during SIT page readahead by Chao Yu · 4 years, 3 months ago
  64. 6d7ab88 f2fs: fix uninit-value in f2fs_lookup by Chao Yu · 4 years, 3 months ago
  65. 17f930e f2fs: remove unneeded parameter in find_in_block() by Chao Yu · 4 years, 3 months ago
  66. f99ba9a f2fs: fix wrong total_sections check and fsmeta check by Wang Xiaojun · 4 years, 3 months ago
  67. d89f589 f2fs: remove duplicated code in sanity_check_area_boundary by Wang Xiaojun · 4 years, 3 months ago
  68. e6e4218 f2fs: remove unused check on version_bitmap by Wang Xiaojun · 4 years, 3 months ago
  69. d066012 f2fs: relocate blkzoned feature check by Chao Yu · 4 years, 3 months ago
  70. 07eb1d6 f2fs: do sanity check on zoned block device path by Chao Yu · 4 years, 3 months ago
  71. 9b66482 f2fs: add trace exit in exception path by Zhang Qilong · 4 years, 3 months ago
  72. 4470eb2 f2fs: change return value of reserved_segments to unsigned int by Xiaojun Wang · 4 years, 3 months ago
  73. 70fb261 fscrypt: don't call no-key names "ciphertext names" by Eric Biggers · 4 years, 3 months ago
  74. c8c868a fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *' by Eric Biggers · 4 years, 3 months ago
  75. ac4acb1 fscrypt: handle test_dummy_encryption in more logical way by Eric Biggers · 4 years, 3 months ago
  76. e075b69 f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 3 months ago
  77. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
  78. c8eb702 f2fs: clean up kvfree by Chao Yu · 4 years, 4 months ago
  79. 6fcaeba f2fs: change virtual mapping way for compression pages by Daeho Jeong · 4 years, 5 months ago
  80. 78134d0 f2fs: change return value of f2fs_disable_compressed_file to bool by Daeho Jeong · 4 years, 4 months ago
  81. c2759eb f2fs: change i_compr_blocks of inode to atomic value by Daeho Jeong · 4 years, 4 months ago
  82. 69c0dd2 f2fs: ignore compress mount option on image w/o compression feature by Chao Yu · 4 years, 4 months ago
  83. 0e2b738 f2fs: allocate proper size memory for zstd decompress by Chao Yu · 4 years, 4 months ago
  84. ae999bb f2fs: change compr_blocks of superblock info to 64bit by Daeho Jeong · 4 years, 4 months ago
  85. 4eda168 f2fs: add block address limit check to compressed file by Daeho Jeong · 4 years, 4 months ago
  86. aad1383 f2fs: check position in move range ioctl by Dan Robertson · 4 years, 4 months ago
  87. 335cac8 f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IO by Jack Qiu · 4 years, 4 months ago
  88. 4cb03fe f2fs: Simplify SEEK_DATA implementation by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  89. 093749e f2fs: support age threshold based garbage collection by Chao Yu · 4 years, 5 months ago
  90. eca4873 f2fs: Use generic casefolding support by Daniel Rosenberg · 4 years, 6 months ago
  91. e6c3948 f2fs: compress: use more readable atomic_t type for {cic,dic}.ref by Chao Yu · 4 years, 5 months ago
  92. 17d7648 f2fs: fix compile warning by Chao Yu · 4 years, 5 months ago
  93. 2e9b2bb f2fs: support 64-bits key in f2fs rb-tree node entry by Chao Yu · 4 years, 5 months ago
  94. c5d0278 f2fs: inherit mtime of original block during GC by Chao Yu · 4 years, 5 months ago
  95. 6f3a01a f2fs: record average update time of segment by Chao Yu · 4 years, 5 months ago
  96. d0b9e42 f2fs: introduce inmem curseg by Chao Yu · 4 years, 5 months ago
  97. 376207a f2fs: compress: remove unneeded code by Chao Yu · 4 years, 5 months ago
  98. e90027d f2fs: remove duplicated type casting by Xiaojun Wang · 4 years, 5 months ago
  99. de881df f2fs: support zone capacity less than zone size by Aravind Ramesh · 4 years, 6 months ago
  100. 20d0a10 f2fs: Return EOF on unaligned end of file DIO read by Gabriel Krisman Bertazi · 4 years, 4 months ago