1. b2e0336 f2fs: add ckpt_thread_ioprio sysfs node by Daeho Jeong · 4 years ago
  2. 779b35c f2fs: introduce checkpoint_merge mount option by Daeho Jeong · 4 years ago
  3. b7e4a37 f2fs: relocate inline conversion from mmap() to mkwrite() by Chao Yu · 4 years ago
  4. 98cc58b f2fs: fix a wrong condition in __submit_bio by Dehe Gu · 4 years ago
  5. 179ed88 f2fs: remove unnecessary initialization in xattr.c by Liu Song · 4 years ago
  6. db704cd f2fs: fix to avoid inconsistent quota data by Yi Chen · 4 years ago
  7. 72ec365 f2fs: flush data when enabling checkpoint back by Jaegeuk Kim · 4 years ago
  8. f83aa8c f2fs: deprecate f2fs_trace_io by Jaegeuk Kim · 4 years ago
  9. d4384de f2fs: Remove readahead collision detection by Matthew Wilcox (Oracle) · 4 years ago
  10. 35f0b59 f2fs: remove unused stat_{inc, dec}_atomic_write by Jack Qiu · 4 years ago
  11. fc3014c f2fs: introduce sb_status sysfs node by Chao Yu · 4 years ago
  12. 569c673 f2fs: fix to use per-inode maxbytes by Chengguang Xu · 4 years ago
  13. 7784418 f2fs: compress: fix potential deadlock by Chao Yu · 4 years ago
  14. 4ce68c0 libfs: unexport generic_ci_d_compare() and generic_ci_d_hash() by Eric Biggers · 4 years, 1 month ago
  15. c4af55b f2fs: fix to set/clear I_LINKABLE under i_lock by Chao Yu · 4 years ago
  16. c375b1b f2fs: fix null page reference in redirty_blocks by Daeho Jeong · 4 years ago
  17. ea29e65 f2fs: clean up post-read processing by Eric Biggers · 4 years, 1 month ago
  18. e12d322 f2fs: trival cleanup in move_data_block() by Chao Yu · 4 years, 1 month ago
  19. 3d4946b f2fs: fix out-of-repair __setattr_copy() by Chao Yu · 4 years, 1 month ago
  20. 2df558b f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap() by Chao Yu · 4 years, 1 month ago
  21. 72cc4e0 f2fs: introduce a new per-sb directory in sysfs by Chao Yu · 4 years, 1 month ago
  22. d0d83de f2fs: compress: support compress level by Chao Yu · 4 years ago
  23. 8723b85 f2fs: compress: deny setting unsupported compress algorithm by Chao Yu · 4 years ago
  24. 2a17e73 f2fs: relocate f2fs_precache_extents() by Chao Yu · 4 years, 1 month ago
  25. 3dabc6f f2fs: enforce the immutable flag on open files by Chao Yu · 4 years, 1 month ago
  26. 5e7d714 f2fs: enhance to update i_mode and acl atomically in f2fs_setattr() by Chao Yu · 4 years, 1 month ago
  27. dd6d813 f2fs: fix to set inode->i_mode correctly for posix_acl_update_mode by Weichao Guo · 4 years, 1 month ago
  28. 14e6dc5 f2fs: Replace expression with offsetof() by Zheng Yongjun · 4 years, 1 month ago
  29. 4ff2fc7 f2fs: handle unallocated section and zone on pinned/atgc by Jaegeuk Kim · 4 years, 1 month ago
  30. 78d21c2 fs-verity: move structs needed for file signing to UAPI header by Eric Biggers · 4 years, 2 months ago
  31. 5fe13f5 fs-verity: rename "file measurement" to "file digest" by Eric Biggers · 4 years, 2 months ago
  32. 7dcf6d6 fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest by Eric Biggers · 4 years, 2 months ago
  33. c864727 fs-verity: remove filenames from file comments by Eric Biggers · 4 years, 2 months ago
  34. a735996 fscrypt: allow deleting files with unsupported encryption policy by Eric Biggers · 4 years, 2 months ago
  35. 94bb3de fscrypt: unexport fscrypt_get_encryption_info() by Eric Biggers · 4 years, 2 months ago
  36. 0f25cf6 fscrypt: move fscrypt_require_key() to fscrypt_private.h by Eric Biggers · 4 years, 2 months ago
  37. 9aa0e0a fscrypt: move body of fscrypt_prepare_setattr() out-of-line by Eric Biggers · 4 years, 2 months ago
  38. 4af7c34 fscrypt: introduce fscrypt_prepare_readdir() by Eric Biggers · 4 years, 2 months ago
  39. 7081792 ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf() by Eric Biggers · 4 years, 2 months ago
  40. c247d00 ubifs: remove ubifs_dir_open() by Eric Biggers · 4 years, 2 months ago
  41. 39eea38 f2fs: remove f2fs_dir_open() by Eric Biggers · 4 years, 2 months ago
  42. 757f7f1 ext4: remove ext4_dir_open() by Eric Biggers · 4 years, 2 months ago
  43. 3b743b0 fscrypt: simplify master key locking by Eric Biggers · 4 years, 2 months ago
  44. 26461e30a fscrypt: remove unnecessary calls to fscrypt_require_key() by Eric Biggers · 4 years, 2 months ago
  45. cfdfa25 ubifs: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 2 months ago
  46. ee957e5 f2fs: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 2 months ago
  47. e09b02e ext4: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 2 months ago
  48. 6b764a0 fscrypt: add fscrypt_is_nokey_name() by Eric Biggers · 4 years, 2 months ago
  49. 9eb2976 fscrypt: remove kernel-internal constants from UAPI header by Eric Biggers · 4 years, 3 months ago
  50. 3ed3a94 f2fs: compress: fix compression chksum by Chao Yu · 4 years, 1 month ago
  51. de3e65b f2fs: fix shift-out-of-bounds in sanity_check_raw_super() by Chao Yu · 4 years, 1 month ago
  52. d4ea8d8 f2fs: fix race of pending_pages in decompression by Daeho Jeong · 4 years, 2 months ago
  53. b91c682 f2fs: fix to account inline xattr correctly during recovery by Chao Yu · 4 years, 1 month ago
  54. b0858a2 f2fs: inline: fix wrong inline inode stat by Jack Qiu · 4 years, 1 month ago
  55. fb7f57b f2fs: inline: correct comment in f2fs_recover_inline_data by Jack Qiu · 4 years, 1 month ago
  56. 3ee0967 f2fs: don't check PAGE_SIZE again in sanity_check_raw_super() by Yangtao Li · 4 years, 1 month ago
  57. d2aa76b f2fs: convert to F2FS_*_INO macro by Yangtao Li · 4 years, 1 month ago
  58. 160d75f f2fs: introduce max_io_bytes, a sysfs entry, to limit bio size by Jaegeuk Kim · 4 years, 2 months ago
  59. be33871 f2fs: don't allow any writes on readonly mount by Jaegeuk Kim · 4 years, 2 months ago
  60. 317c4f5 f2fs: avoid race condition for shrinker count by Jaegeuk Kim · 4 years, 2 months ago
  61. 46806a8 f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE by Daeho Jeong · 4 years, 2 months ago
  62. f15a200 f2fs: add compress_mode mount option by Daeho Jeong · 4 years, 2 months ago
  63. 516758c f2fs: Remove unnecessary unlikely() by Yangtao Li · 4 years, 2 months ago
  64. d86ac27 f2fs: init dirty_secmap incorrectly by Jack Qiu · 4 years, 2 months ago
  65. ecc8b5c f2fs: remove buffer_head which has 32bits limit by Jaegeuk Kim · 4 years, 2 months ago
  66. d763d7a f2fs: fix wrong block count instead of bytes by Jaegeuk Kim · 4 years, 2 months ago
  67. 366d9ab f2fs: use new conversion functions between blks and bytes by Jaegeuk Kim · 4 years, 2 months ago
  68. 1c87099 f2fs: rename logical_to_blk and blk_to_logical by Jaegeuk Kim · 4 years, 2 months ago
  69. 5a11975 f2fs: fix kbytes written stat for multi-device case by Chao Yu · 4 years, 2 months ago
  70. 1f004d6 f2fs: compress: support chksum by Chao Yu · 4 years, 2 months ago
  71. 34315f8 f2fs: fix to avoid REQ_TIME and CP_TIME collision by Chao Yu · 4 years, 2 months ago
  72. 301e317 f2fs: change to use rwsem for cp_mutex by Sahitya Tummala · 4 years, 2 months ago
  73. c689f75 f2fs: Handle casefolding with Encryption by Daniel Rosenberg · 4 years, 2 months ago
  74. 39c8e0e fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 2 months ago
  75. c35a257 libfs: Add generic function for setting dentry_ops by Daniel Rosenberg · 4 years, 2 months ago
  76. c60814e f2fs: Remove the redundancy initialization by Zhang Qilong · 4 years, 2 months ago
  77. 38e3c31 f2fs: remove writeback_inodes_sb in f2fs_remount by Liu Song · 4 years, 2 months ago
  78. a82e016 f2fs: fix double free of unicode map by Hyeongseok Kim · 4 years, 2 months ago
  79. 7bf3923 f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE by Chao Yu · 4 years, 2 months ago
  80. 8db6295 f2fs: avoid unneeded data copy in f2fs_ioc_move_range() by Chao Yu · 4 years, 2 months ago
  81. 473a98e f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl by Daeho Jeong · 4 years, 3 months ago
  82. 4a67417 f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl by Daeho Jeong · 4 years, 3 months ago
  83. a6d99e8 f2fs: move ioctl interface definitions to separated file by Chao Yu · 4 years, 3 months ago
  84. cb94abe f2fs: fix to seek incorrect data offset in inline data file by Chao Yu · 4 years, 3 months ago
  85. 2838d73 f2fs: call f2fs_get_meta_page_retry for nat page by Jaegeuk Kim · 4 years, 3 months ago
  86. 841fca5 Linux 5.10.1 by Greg Kroah-Hartman · 4 years, 1 month ago
  87. 26934c8 Revert "dm raid: fix discard limits for raid1 and raid10" by Greg Kroah-Hartman · 4 years, 1 month ago
  88. 859f703 Revert "md: change mddev 'chunk_sectors' from int to unsigned" by Greg Kroah-Hartman · 4 years, 1 month ago
  89. 2c85ebc Linux 5.10 by Linus Torvalds · 4 years, 1 month ago
  90. ec6f5e0 Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  91. d2360a3 Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  92. 6bff9bb Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 1 month ago
  93. 5ee595d Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 1 month ago
  94. 7b1b868 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 1 month ago
  95. b53966f Merge tag 'for-linus-5.10c-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 1 month ago
  96. b01dedd Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 1 month ago
  97. 31d00f6 Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  98. 643e69a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 4 years, 1 month ago
  99. 6ffeb1c md: change mddev 'chunk_sectors' from int to unsigned by Mike Snitzer · 4 years, 1 month ago
  100. 0d07c0e x86/kprobes: Fix optprobe to detect INT3 padding correctly by Masami Hiramatsu · 4 years, 1 month ago