1. bbbc34f f2fs: clean up bggc mount option by Chao Yu · 4 years, 11 months ago
  2. b0332a0 f2fs: clean up lfs/adaptive mount option by Chao Yu · 4 years, 11 months ago
  3. a9117ec f2fs: fix to show norecovery mount option by Chao Yu · 4 years, 11 months ago
  4. ba3b583 f2fs: clean up parameter of macro XATTR_SIZE() by Chao Yu · 4 years, 11 months ago
  5. a2ced1c f2fs: clean up codes with {f2fs_,}data_blkaddr() by Chao Yu · 4 years, 11 months ago
  6. a7e679b f2fs: show mounted time by Jaegeuk Kim · 4 years, 10 months ago
  7. c6d5789 f2fs: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  8. 2536ac6 f2fs: allow to clear F2FS_COMPR_FL flag by Chao Yu · 4 years, 10 months ago
  9. 6cfdf15 f2fs: fix to check dirty pages during compressed inode conversion by Chao Yu · 4 years, 10 months ago
  10. 96f5b4f f2fs: fix to account compressed inode correctly by Chao Yu · 4 years, 10 months ago
  11. 99eabb9 f2fs: fix wrong check on F2FS_IOC_FSSETXATTR by Jaegeuk Kim · 4 years, 10 months ago
  12. 95978ca f2fs: fix to avoid use-after-free in f2fs_write_multi_pages() by Chao Yu · 4 years, 10 months ago
  13. 06c7540 f2fs: fix to avoid using uninitialized variable by Chao Yu · 4 years, 10 months ago
  14. 7a88ddb f2fs: fix inconsistent comments by Chao Yu · 4 years, 10 months ago
  15. 3addc1a f2fs: remove i_sem lock coverage in f2fs_setxattr() by Chao Yu · 4 years, 10 months ago
  16. c10c982 f2fs: cover last_disk_size update with spinlock by Chao Yu · 4 years, 10 months ago
  17. d940aa0 f2fs: fix to check i_compr_blocks correctly by Chao Yu · 4 years, 10 months ago
  18. df77fbd f2fs: fix to avoid potential deadlock by Chao Yu · 4 years, 10 months ago
  19. 097a768 f2fs: add missing function name in kernel message by Chao Yu · 4 years, 10 months ago
  20. 0b32dc1 f2fs: recycle unused compress_data.chksum feild by Chao Yu · 4 years, 10 months ago
  21. 61fbae2 f2fs: fix to avoid NULL pointer dereference by Chao Yu · 4 years, 10 months ago
  22. 7fa6d59 f2fs: fix leaking uninitialized memory in compressed clusters by Eric Biggers · 4 years, 10 months ago
  23. bf22c3c f2fs: fix the panic in do_checkpoint() by Sahitya Tummala · 4 years, 11 months ago
  24. dc5a941 f2fs: fix to wait all node page writeback by Chao Yu · 4 years, 11 months ago
  25. 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  26. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  27. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  28. 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
  29. 6e135ba Merge tag 'f2fs-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
  30. c899437 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  31. 80f2388 f2fs: fix race conditions in ->d_compare() and ->d_hash() by Eric Biggers · 5 years ago
  32. 5515eae f2fs: fix dcache lookup of !casefolded directories by Eric Biggers · 5 years ago
  33. fc7100e f2fs: Add f2fs stats to sysfs by Hridya Valsaraju · 5 years ago
  34. fb24fea f2fs: change to use rwsem for gc_mutex by Chao Yu · 5 years ago
  35. d7b0a23 f2fs: update f2fs document regarding to fsync_mode by Jaegeuk Kim · 5 years ago
  36. 0e7f4197 f2fs: add a way to turn off ipu bio cache by Jaegeuk Kim · 5 years ago
  37. bf2cbd3 f2fs: code cleanup for f2fs_statfs_project() by Chengguang Xu · 5 years ago
  38. acdf217 f2fs: fix miscounted block limit in f2fs_statfs_project() by Chengguang Xu · 5 years ago
  39. 644c8c9 f2fs: fix deadlock allocating bio_post_read_ctx from mempool by Eric Biggers · 5 years ago
  40. e8ce574 f2fs: remove unneeded check for error allocating bio_post_read_ctx by Eric Biggers · 5 years ago
  41. b06af2a f2fs: convert inline_dir early before starting rename by Jaegeuk Kim · 5 years ago
  42. fe396ad f2fs: fix memleak of kobject by Chao Yu · 5 years ago
  43. 3e5e479 f2fs: fix to add swap extent correctly by Chao Yu · 5 years ago
  44. 4eea93e f2fs: run fsck when getting bad inode during GC by Jaegeuk Kim · 5 years ago
  45. 4c8ff70 f2fs: support data compression by Chao Yu · 5 years ago
  46. 820d366 f2fs: free sysfs kobject by Jaegeuk Kim · 5 years ago
  47. 2c4e0c5 f2fs: declare nested quota_sem and remove unnecessary sems by Jaegeuk Kim · 5 years ago
  48. 762e4db f2fs: don't put new_page twice in f2fs_rename by Jaegeuk Kim · 5 years ago
  49. 5b1dbb0 f2fs: set I_LINKABLE early to avoid wrong access by vfs by Jaegeuk Kim · 5 years ago
  50. 542989b f2fs: don't keep META_MAPPING pages used for moving verity file blocks by Eric Biggers · 5 years ago
  51. f543805 f2fs: introduce private bioset by Chao Yu · 5 years ago
  52. 0e6d016 f2fs: cleanup duplicate stats for atomic files by Sahitya Tummala · 5 years ago
  53. d508c94 f2fs: Check write pointer consistency of non-open zones by Shin'ichiro Kawasaki · 5 years ago
  54. c426d99 f2fs: Check write pointer consistency of open zones by Shin'ichiro Kawasaki · 5 years ago
  55. fd39073 fs-verity: implement readahead of Merkle tree pages by Eric Biggers · 5 years ago
  56. ede7a09 fscrypt: Allow modular crypto algorithms by Herbert Xu · 5 years ago
  57. 3b1ada55 fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info() by Eric Biggers · 5 years ago
  58. dd97300 f2fs: set GFP_NOFS when moving inline dentries by Jaegeuk Kim · 5 years ago
  59. 4f4460c f2fs: should avoid recursive filesystem ops by Jaegeuk Kim · 5 years ago
  60. 3f188c2 f2fs: keep quota data on write_begin failure by Jaegeuk Kim · 5 years ago
  61. bdf0329 f2fs: call f2fs_balance_fs outside of locked page by Jaegeuk Kim · 5 years ago
  62. 47501f8 f2fs: preallocate DIO blocks when forcing buffered_io by Jaegeuk Kim · 5 years ago
  63. eb31e2f utimes: Clamp the timestamps in notify_change() by Amir Goldstein · 5 years ago
  64. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  65. b8072d5 Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  66. 8f45533 Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
  67. 1c1ff48 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  68. ea4b71b Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  69. 803e74b f2fs: stop GC when the victim becomes fully valid by Jaegeuk Kim · 5 years ago
  70. a4db59a f2fs: expose main_blkaddr in sysfs by Jaegeuk Kim · 5 years ago
  71. 909110c f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs_project() by Chengguang Xu · 5 years ago
  72. 677017d f2fs: Fix deadlock in f2fs_gc() context during atomic files handling by Sahitya Tummala · 5 years ago
  73. c45d600 f2fs: show f2fs instance in printk_ratelimited by Chao Yu · 5 years ago
  74. 924e319 f2fs: support STATX_ATTR_VERITY by Eric Biggers · 5 years ago
  75. d410035 block: rework zone reporting by Christoph Hellwig · 5 years ago
  76. 1f0d5c9 f2fs: fix potential overflow by Chao Yu · 5 years ago
  77. 2a60637 f2fs: fix to update dir's i_pino during cross_rename by Chao Yu · 5 years ago
  78. f5a53ed f2fs: support aligned pinned file by Jaegeuk Kim · 5 years ago
  79. bc005a4 f2fs: avoid kernel panic on corruption test by Jaegeuk Kim · 5 years ago
  80. 6c1b1da block: add zone open, close and finish operations by Ajay Joshi · 5 years ago
  81. 0eee17e f2fs: add support for IV_INO_LBLK_64 encryption policies by Eric Biggers · 5 years ago
  82. 7212b95 fs: Use dquot_load_quota_inode() from filesystems by Jan Kara · 5 years ago
  83. 0b20fce f2fs: cache global IPU bio by Chao Yu · 5 years ago
  84. 314999d fs: compat_ioctl: move FITRIM emulation into file systems by Arnd Bergmann · 6 years ago
  85. 688078e f2fs: fix to avoid memory leakage in f2fs_listxattr by Randall Huang · 5 years ago
  86. 9f701f6 f2fs: check total_segments from devices in raw_super by Qiuyang Sun · 5 years ago
  87. 46d9ce1 f2fs: update multi-dev metadata in resize_fs by Qiuyang Sun · 5 years ago
  88. ed352042 f2fs: mark recovery flag correctly in read_raw_super_block() by Chengguang Xu via Linux-f2fs-devel · 5 years ago
  89. fe1897e f2fs: fix to update time in lazytime mode by Chao Yu · 5 years ago
  90. 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
  91. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  92. f60c55a Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  93. fbbf779 f2fs: add a condition to detect overflow in f2fs_ioc_gc_range() by Sahitya Tummala · 5 years ago
  94. 8223ecc f2fs: fix to add missing F2FS_IO_ALIGNED() condition by Chao Yu · 5 years ago
  95. 9720ee8 f2fs: fix to fallback to buffered IO in IO aligned mode by Chao Yu · 5 years ago
  96. 05e360061 f2fs: fix to handle error path correctly in f2fs_map_blocks by Chao Yu · 5 years ago
  97. 86f35dc f2fs: fix extent corrupotion during directIO in LFS mode by Chao Yu · 5 years ago
  98. 1166c1f f2fs: check all the data segments against all node ones by Surbhi Palande · 5 years ago
  99. bd7253b f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY by Lockywolf · 5 years ago
  100. cb8434f f2fs: fix inode rwsem regression by Goldwyn Rodrigues · 5 years ago