1. d61c6a5 Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 10 months ago
  2. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  3. f7b36dc Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 3 years, 10 months ago
  4. 938a184 f2fs: give a warning only for readonly partition by Jaegeuk Kim · 3 years, 11 months ago
  5. d50dfc0c f2fs: don't grab superblock freeze for flush/ckpt thread by Jaegeuk Kim · 3 years, 11 months ago
  6. e17fe65 fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl by Eric Biggers · 4 years ago
  7. e659206 f2fs: add ckpt_thread_ioprio sysfs node by Daeho Jeong · 4 years ago
  8. 261eeb9 f2fs: introduce checkpoint_merge mount option by Daeho Jeong · 4 years ago
  9. c8e43d5 f2fs: relocate inline conversion from mmap() to mkwrite() by Chao Yu · 4 years ago
  10. 39f71b7 f2fs: fix a wrong condition in __submit_bio by Dehe Gu · 4 years ago
  11. 2e0cd47 f2fs: remove unnecessary initialization in xattr.c by Liu Song · 4 years ago
  12. 25fb04d f2fs: fix to avoid inconsistent quota data by Yi Chen · 4 years ago
  13. b0ff4fe f2fs: flush data when enabling checkpoint back by Jaegeuk Kim · 4 years ago
  14. d5f7bc0 f2fs: deprecate f2fs_trace_io by Jaegeuk Kim · 4 years ago
  15. 12699fb f2fs: Remove readahead collision detection by Matthew Wilcox (Oracle) · 4 years ago
  16. deaa965 f2fs: remove unused stat_{inc, dec}_atomic_write by Jack Qiu · 4 years ago
  17. 0bfe9f7 f2fs: introduce sb_status sysfs node by Chao Yu · 4 years ago
  18. 6d1451b f2fs: fix to use per-inode maxbytes by Chengguang Xu · 4 years ago
  19. 3afae09 f2fs: compress: fix potential deadlock by Chao Yu · 4 years ago
  20. 46085f3 f2fs: fix to set/clear I_LINKABLE under i_lock by Chao Yu · 4 years ago
  21. df0736d f2fs: fix null page reference in redirty_blocks by Daeho Jeong · 4 years ago
  22. 7f59b27 f2fs: clean up post-read processing by Eric Biggers · 4 years ago
  23. cf74040 f2fs: trival cleanup in move_data_block() by Chao Yu · 4 years ago
  24. 2562515 f2fs: fix out-of-repair __setattr_copy() by Chao Yu · 4 years ago
  25. 0953fe8 f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap() by Chao Yu · 4 years, 1 month ago
  26. 5d4daa5 f2fs: introduce a new per-sb directory in sysfs by Chao Yu · 4 years, 1 month ago
  27. 3fde13f f2fs: compress: support compress level by Chao Yu · 4 years ago
  28. 32be0e9 f2fs: compress: deny setting unsupported compress algorithm by Chao Yu · 4 years ago
  29. 0b979f1 f2fs: relocate f2fs_precache_extents() by Chao Yu · 4 years ago
  30. e0fcd01 f2fs: enforce the immutable flag on open files by Chao Yu · 4 years ago
  31. 17232e83 f2fs: enhance to update i_mode and acl atomically in f2fs_setattr() by Chao Yu · 4 years ago
  32. a28d9aa f2fs: fix to set inode->i_mode correctly for posix_acl_update_mode by Weichao Guo · 4 years, 1 month ago
  33. 36218b8 f2fs: Replace expression with offsetof() by Zheng Yongjun · 4 years ago
  34. 632faca f2fs: handle unallocated section and zone on pinned/atgc by Jaegeuk Kim · 4 years ago
  35. 67883ad f2fs: remove FAULT_ALLOC_BIO by Christoph Hellwig · 4 years ago
  36. 25ac842 f2fs: use blkdev_issue_flush in __submit_flush_wait by Christoph Hellwig · 4 years ago
  37. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
  38. e2728c5 fs: don't call ->dirty_inode for lazytime timestamp updates by Eric Biggers · 4 years ago
  39. 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
  40. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  41. 75e91c8 f2fs: compress: fix compression chksum by Chao Yu · 4 years, 1 month ago
  42. e584bbe f2fs: fix shift-out-of-bounds in sanity_check_raw_super() by Chao Yu · 4 years, 1 month ago
  43. 6422a71 f2fs: fix race of pending_pages in decompression by Daeho Jeong · 4 years, 1 month ago
  44. 96dd025 f2fs: fix to account inline xattr correctly during recovery by Chao Yu · 4 years, 1 month ago
  45. 8492156 f2fs: inline: fix wrong inline inode stat by Jack Qiu · 4 years, 1 month ago
  46. 6e5ca4f f2fs: inline: correct comment in f2fs_recover_inline_data by Jack Qiu · 4 years, 1 month ago
  47. d540e35 f2fs: don't check PAGE_SIZE again in sanity_check_raw_super() by Yangtao Li · 4 years, 1 month ago
  48. b9ec109 f2fs: convert to F2FS_*_INO macro by Yangtao Li · 4 years, 1 month ago
  49. 1020856 f2fs: introduce max_io_bytes, a sysfs entry, to limit bio size by Jaegeuk Kim · 4 years, 1 month ago
  50. ec2ddf4 f2fs: don't allow any writes on readonly mount by Jaegeuk Kim · 4 years, 1 month ago
  51. a95ba66 f2fs: avoid race condition for shrinker count by Jaegeuk Kim · 4 years, 2 months ago
  52. 5fdb322 f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE by Daeho Jeong · 4 years, 1 month ago
  53. 602a16d f2fs: add compress_mode mount option by Daeho Jeong · 4 years, 1 month ago
  54. db48965 f2fs: Remove unnecessary unlikely() by Yangtao Li · 4 years, 1 month ago
  55. 5335bfc f2fs: init dirty_secmap incorrectly by Jack Qiu · 4 years, 1 month ago
  56. b876f4c f2fs: remove buffer_head which has 32bits limit by Jaegeuk Kim · 4 years, 1 month ago
  57. 963ba7f f2fs: fix wrong block count instead of bytes by Jaegeuk Kim · 4 years, 1 month ago
  58. 43b9d4b f2fs: use new conversion functions between blks and bytes by Jaegeuk Kim · 4 years, 1 month ago
  59. 6cbfcab f2fs: rename logical_to_blk and blk_to_logical by Jaegeuk Kim · 4 years, 1 month ago
  60. 3a0a9cb f2fs: fix kbytes written stat for multi-device case by Chao Yu · 4 years, 1 month ago
  61. b28f047 f2fs: compress: support chksum by Chao Yu · 4 years, 1 month ago
  62. 493720a f2fs: fix to avoid REQ_TIME and CP_TIME collision by Chao Yu · 4 years, 1 month ago
  63. 8769918 f2fs: change to use rwsem for cp_mutex by Sahitya Tummala · 4 years, 1 month ago
  64. 7ad08a5 f2fs: Handle casefolding with Encryption by Daniel Rosenberg · 4 years, 1 month ago
  65. bb9cd91 fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 1 month ago
  66. beb7818 f2fs: Remove the redundancy initialization by Zhang Qilong · 4 years, 1 month ago
  67. 9f7e334 f2fs: remove writeback_inodes_sb in f2fs_remount by Liu Song · 4 years, 1 month ago
  68. 89ff600 f2fs: fix double free of unicode map by Hyeongseok Kim · 4 years, 2 months ago
  69. 34178b1b f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE by Chao Yu · 4 years, 2 months ago
  70. 3a1b9ea f2fs: avoid unneeded data copy in f2fs_ioc_move_range() by Chao Yu · 4 years, 2 months ago
  71. e1e8deb f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl by Daeho Jeong · 4 years, 2 months ago
  72. ec0caa97 fscrypt: introduce fscrypt_prepare_readdir() by Eric Biggers · 4 years, 1 month ago
  73. 73114b6 f2fs: remove f2fs_dir_open() by Eric Biggers · 4 years, 1 month ago
  74. 9499ffc f2fs: remove a few bd_part checks by Christoph Hellwig · 4 years, 1 month ago
  75. 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 1 month ago
  76. a782483 block: remove the nr_sects field in struct hd_struct by Christoph Hellwig · 4 years, 1 month ago
  77. 040f04b fs: simplify freeze_bdev/thaw_bdev by Christoph Hellwig · 4 years, 1 month ago
  78. bfc2b7e f2fs: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 1 month ago
  79. 9e2a5f8 f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl by Daeho Jeong · 4 years, 2 months ago
  80. fa4320c f2fs: move ioctl interface definitions to separated file by Chao Yu · 4 years, 2 months ago
  81. 7a6e59d f2fs: fix to seek incorrect data offset in inline data file by Chao Yu · 4 years, 2 months ago
  82. 3acc452 f2fs: call f2fs_get_meta_page_retry for nat page by Jaegeuk Kim · 4 years, 2 months ago
  83. 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
  84. 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
  85. 73bb49d mm/readahead: make page_cache_ra_unbounded take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  86. 788e96d f2fs: code cleanup by removing unnecessary check by Chengguang Xu · 4 years, 3 months ago
  87. ae284d8 f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info by Jamie Iles · 4 years, 3 months ago
  88. 8c8cf26 f2fs: fix writecount false positive in releasing compress blocks by Daeho Jeong · 4 years, 3 months ago
  89. af4b6b8 f2fs: introduce check_swap_activate_fast() by Chao Yu · 4 years, 3 months ago
  90. 6ed29fe f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier case by Chao Yu · 4 years, 3 months ago
  91. 86f3360 f2fs: handle errors of f2fs_get_meta_page_nofail by Jaegeuk Kim · 4 years, 3 months ago
  92. 6f5032a Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 3 months ago
  93. d662fad f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inode by Chao Yu · 4 years, 3 months ago
  94. f6322f3 f2fs: reject CASEFOLD inode flag without casefold feature by Eric Biggers · 4 years, 3 months ago
  95. 48046cb f2fs: fix memory alignment to support 32bit by Jaegeuk Kim · 4 years, 3 months ago
  96. adfc694 f2fs: fix slab leak of rpages pointer by Jaegeuk Kim · 4 years, 3 months ago
  97. 519a5a2 f2fs: compress: fix to disallow enabling compress on non-empty file by Chao Yu · 4 years, 3 months ago
  98. c68d6c8 f2fs: compress: introduce cic/dic slab cache by Chao Yu · 4 years, 4 months ago
  99. 3108303 f2fs: compress: introduce page array slab cache by Chao Yu · 4 years, 4 months ago
  100. 3a22e9a f2fs: fix to do sanity check on segment/section count by Chao Yu · 4 years, 3 months ago