1. 1c1ff48 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  2. ea4b71b Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  3. 924e319 f2fs: support STATX_ATTR_VERITY by Eric Biggers · 5 years ago
  4. d410035 block: rework zone reporting by Christoph Hellwig · 5 years ago
  5. 6c1b1da block: add zone open, close and finish operations by Ajay Joshi · 5 years ago
  6. 0eee17e f2fs: add support for IV_INO_LBLK_64 encryption policies by Eric Biggers · 5 years ago
  7. fbc246a Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
  8. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  9. f60c55a Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  10. fbbf779 f2fs: add a condition to detect overflow in f2fs_ioc_gc_range() by Sahitya Tummala · 5 years ago
  11. 8223ecc f2fs: fix to add missing F2FS_IO_ALIGNED() condition by Chao Yu · 5 years ago
  12. 9720ee8 f2fs: fix to fallback to buffered IO in IO aligned mode by Chao Yu · 5 years ago
  13. 05e360061 f2fs: fix to handle error path correctly in f2fs_map_blocks by Chao Yu · 5 years ago
  14. 86f35dc f2fs: fix extent corrupotion during directIO in LFS mode by Chao Yu · 5 years ago
  15. 1166c1f f2fs: check all the data segments against all node ones by Surbhi Palande · 5 years ago
  16. bd7253b f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY by Lockywolf · 5 years ago
  17. cb8434f f2fs: fix inode rwsem regression by Goldwyn Rodrigues · 5 years ago
  18. 9819403 f2fs: fix to avoid accessing uninitialized field of inode page in is_alive() by Chao Yu · 5 years ago
  19. 743b620 f2fs: avoid infinite GC loop due to stale atomic files by Jaegeuk Kim · 5 years ago
  20. 957fa47 f2fs: Fix indefinite loop in f2fs_gc() by Sahitya Tummala · 5 years ago
  21. cfb9a34 f2fs: convert inline_data in prior to i_size_write by Jaegeuk Kim · 5 years ago
  22. e8c82c1 f2fs: fix error path of f2fs_convert_inline_page() by Chao Yu · 5 years ago
  23. 100c065 f2fs: fix flushing node pages when checkpoint is disabled by Jaegeuk Kim · 5 years ago
  24. 00e09c0 f2fs: enhance f2fs_is_checkpoint_ready()'s readability by Chao Yu · 5 years ago
  25. b757f6e f2fs: clean up __bio_alloc()'s parameter by Chao Yu · 5 years ago
  26. 9ea2f0b f2fs: fix wrong error injection path in inc_valid_block_count() by Chao Yu · 5 years ago
  27. 052a82d f2fs: fix to writeout dirty inode during node flush by Chao Yu · 5 years ago
  28. 950d47f f2fs: optimize case-insensitive lookups by Chao Yu · 5 years ago
  29. 3818c19 timestamp_truncate: Replace users of timespec64_trunc by Deepa Dinamani · 6 years ago
  30. fe76a16 f2fs: introduce f2fs_match_name() for cleanup by Chao Yu · 5 years ago
  31. bbf9f7d f2fs: Fix indefinite loop in f2fs_gc() by Sahitya Tummala · 5 years ago
  32. 2fde3dd f2fs: allocate memory in batch in build_sit_info() by Chao Yu · 5 years ago
  33. 4507847c f2fs: support FS_IOC_{GET,SET}FSLABEL by Chao Yu · 6 years ago
  34. 899fee3 f2fs: fix to avoid data corruption by forbidding SSR overwrite by Chao Yu · 5 years ago
  35. aabc172 f2fs: Fix build error while CONFIG_NLS=m by YueHaibing · 5 years ago
  36. a37d086 Revert "f2fs: avoid out-of-range memory access" by Chao Yu · 5 years ago
  37. 290c30d f2fs: cleanup the code in build_sit_entries. by Lihong Kou · 5 years ago
  38. 27cae0b f2fs: fix wrong available node count calculation by Chao Yu · 5 years ago
  39. 0b86f78 f2fs: remove duplicate code in f2fs_file_write_iter by Lihong Kou · 5 years ago
  40. d3a1a0e f2fs: fix to migrate blocks correctly during defragment by Chao Yu · 5 years ago
  41. 33ac18a f2fs: use wrapped f2fs_cp_error() by Chao Yu · 5 years ago
  42. fd114ab f2fs: fix to use more generic EOPNOTSUPP by Chao Yu · 5 years ago
  43. 3ee0c5d f2fs: use wrapped IS_SWAPFILE() by Chao Yu · 5 years ago
  44. 2c2eb7a f2fs: Support case-insensitive file name lookups by Daniel Rosenberg · 5 years ago
  45. 5aba543 f2fs: include charset encoding information in the superblock by Daniel Rosenberg · 5 years ago
  46. 0921835 f2fs: fix to avoid call kvfree under spinlock by Chao Yu · 5 years ago
  47. 280fd42 fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status() by Jia-Ju Bai · 5 years ago
  48. 038d069 f2fs: disallow direct IO in atomic write by Chao Yu · 5 years ago
  49. fe973b0 f2fs: fix to handle quota_{on,off} correctly by Chao Yu · 5 years ago
  50. a25c2cd f2fs: fix to detect cp error in f2fs_setxattr() by Chao Yu · 5 years ago
  51. 955ebcd f2fs: fix to spread f2fs_is_checkpoint_ready() by Chao Yu · 5 years ago
  52. 7975f34 f2fs: support fiemap() for directory inode by Chao Yu · 5 years ago
  53. 04f9287 f2fs: fix to avoid discard command leak by Chao Yu · 5 years ago
  54. 0f1898f f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectly by Chao Yu · 5 years ago
  55. a8933b6 f2fs: fix to drop meta/node pages during umount by Chao Yu · 6 years ago
  56. 1f78adf f2fs: disallow switching io_bits option during remount by Chao Yu · 6 years ago
  57. c72db71 f2fs: fix panic of IO alignment feature by Chao Yu · 6 years ago
  58. 8896cbd f2fs: introduce {page,io}_is_mergeable() for readability by Chao Yu · 6 years ago
  59. 75a037f f2fs: fix livelock in swapfile writes by Jaegeuk Kim · 5 years ago
  60. 95ae251 f2fs: add fs-verity support by Eric Biggers · 5 years ago
  61. 8ce589c f2fs: wire up new fscrypt ioctls by Eric Biggers · 5 years ago
  62. 0572d76 Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
  63. 38fb6d0 f2fs: use EINVAL for superblock with invalid magic by Icenowy Zheng · 5 years ago
  64. 543b8c46 f2fs: fix to read source block before invalidating it by Jaegeuk Kim · 6 years ago
  65. 3710969 mm: migrate: remove unused mode argument by Keith Busch · 6 years ago
  66. 9637d51 Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  67. d5e5efa f2fs: remove redundant check from f2fs_setflags_common() by Eric Biggers · 6 years ago
  68. 6fc93c4 f2fs: use generic checking function for FS_IOC_FSSETXATTR by Eric Biggers · 6 years ago
  69. a1f32ee f2fs: use generic checking and prep function for FS_IOC_SETFLAGS by Eric Biggers · 6 years ago
  70. a641a88 Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  71. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  72. bd976e5 block: Kill gfp_t argument of blkdev_report_zones() by Damien Le Moal · 6 years ago
  73. 2d00883 f2fs: improve print log in f2fs_sanity_check_ckpt() by Chao Yu · 6 years ago
  74. 56f3ce6 f2fs: avoid out-of-range memory access by Ocean Chen · 6 years ago
  75. 6e0cd4a f2fs: fix to avoid long latency during umount by Heng Xiao · 6 years ago
  76. b13bdf0 f2fs: allow all the users to pin a file by Jaegeuk Kim · 6 years ago
  77. 34e51a5 blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner() by Tejun Heo · 6 years ago
  78. 4969c06 f2fs: support swap file w/ DIO by Jaegeuk Kim · 6 years ago
  79. cad3836 f2fs: allocate blocks for pinned file by Jaegeuk Kim · 6 years ago
  80. 56659ce f2fs: fix is_idle() check for discard type by Sahitya Tummala · 6 years ago
  81. db6ec53 f2fs: add a rw_sem to cover quota flag changes by Jaegeuk Kim · 6 years ago
  82. c83414a f2fs: set SBI_NEED_FSCK for xattr corruption case by Chao Yu · 6 years ago
  83. 10f966b f2fs: use generic EFSBADCRC/EFSCORRUPTED by Chao Yu · 6 years ago
  84. f91108b f2fs: Use DIV_ROUND_UP() instead of open-coding by Geert Uytterhoeven · 6 years ago
  85. 2d821c1 f2fs: print kernel message if filesystem is inconsistent by Chao Yu · 6 years ago
  86. dcbb4c1 f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() by Joe Perches · 6 years ago
  87. 8740edc f2fs: avoid get_valid_blocks() for cleanup by Chao Yu · 6 years ago
  88. 04f0b2e f2fs: ioctl for removing a range from F2FS by Qiuyang Sun · 6 years ago
  89. 5043a96 f2fs: only set project inherit bit for directory by Wang Shilong · 6 years ago
  90. 3609855 f2fs: separate f2fs i_flags from fs_flags and ext4 i_flags by Eric Biggers · 6 years ago
  91. 176ef3c f2fs: replace ktype default_attrs with default_groups by Kimberly Brown · 6 years ago
  92. dad4afe f2fs: replace ktype default_attrs with default_groups by Kimberly Brown · 6 years ago
  93. 4d3aed7 f2fs: Add option to limit required GC for checkpoint=disable by Daniel Rosenberg · 6 years ago
  94. a4c3eca f2fs: Fix accounting for unusable blocks by Daniel Rosenberg · 6 years ago
  95. 9a9aeca f2fs: Fix root reserved on remount by Daniel Rosenberg · 6 years ago
  96. ae4ad7e f2fs: Lower threshold for disable_cp_again by Daniel Rosenberg · 6 years ago
  97. 36af5f4 f2fs: fix sparse warning by Chao Yu · 6 years ago
  98. 81621f9 f2fs: fix f2fs_show_options to show nodiscard mount option by Sahitya Tummala · 6 years ago
  99. 9227d52 f2fs: add error prints for debugging mount failure by Sahitya Tummala · 6 years ago
  100. c854f4d f2fs: fix to do sanity check on segment bitmap of LFS curseg by Chao Yu · 6 years ago