1. 3a3ac01 fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 5 years ago
  2. 1440451 ext4: remove unused d_name argument from ext4_search_dir() et al. by Eric Biggers · 7 years ago
  3. cf1f372 fscrypt: only set dentry_operations on ciphertext dentries by Eric Biggers · 5 years ago
  4. ef5b154 fscrypt: fix race allowing rename() and link() of ciphertext dentries by Eric Biggers · 5 years ago
  5. 7c6a569 fscrypt: clean up and improve dentry revalidation by Eric Biggers · 5 years ago
  6. 70e2221 fscrypt: use READ_ONCE() to access ->i_crypt_info by Eric Biggers · 5 years ago
  7. c5710a3 fscrypt: remove WARN_ON_ONCE() when decryption fails by Eric Biggers · 5 years ago
  8. 0db29a1 fscrypt: drop inode argument from fscrypt_get_ctx() by Eric Biggers · 5 years ago
  9. ddefbdb1 f2fs: improve print log in f2fs_sanity_check_ckpt() by Chao Yu · 4 years, 11 months ago
  10. e52e9e4 f2fs: avoid out-of-range memory access by Ocean Chen · 4 years, 11 months ago
  11. 1b58d98 f2fs: fix to avoid long latency during umount by Heng Xiao · 5 years ago
  12. eca1366 f2fs: allow all the users to pin a file by Jaegeuk Kim · 5 years ago
  13. a66761b f2fs: support swap file w/ DIO by Jaegeuk Kim · 5 years ago
  14. 5a73f25 f2fs: allocate blocks for pinned file by Jaegeuk Kim · 5 years ago
  15. fd8ff0c f2fs: fix is_idle() check for discard type by Sahitya Tummala · 5 years ago
  16. af2db43 f2fs: add a rw_sem to cover quota flag changes by Jaegeuk Kim · 5 years ago
  17. 768d841 f2fs: set SBI_NEED_FSCK for xattr corruption case by Chao Yu · 5 years ago
  18. a6b5c26 f2fs: use generic EFSBADCRC/EFSCORRUPTED by Chao Yu · 5 years ago
  19. 87a5f3f f2fs: Use DIV_ROUND_UP() instead of open-coding by Geert Uytterhoeven · 5 years ago
  20. dff3f2b f2fs: print kernel message if filesystem is inconsistent by Chao Yu · 5 years ago
  21. a0d6863 f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() by Joe Perches · 5 years ago
  22. ac20f12 f2fs: avoid get_valid_blocks() for cleanup by Chao Yu · 5 years ago
  23. 20042e3 f2fs: ioctl for removing a range from F2FS by Qiuyang Sun · 5 years ago
  24. a45bfa7 f2fs: only set project inherit bit for directory by Wang Shilong · 5 years ago
  25. e96ee43 f2fs: separate f2fs i_flags from fs_flags and ext4 i_flags by Eric Biggers · 5 years ago
  26. 1203e53 f2fs: Add option to limit required GC for checkpoint=disable by Daniel Rosenberg · 5 years ago
  27. afe0f98 f2fs: Fix accounting for unusable blocks by Daniel Rosenberg · 5 years ago
  28. 4deb4fc f2fs: Fix root reserved on remount by Daniel Rosenberg · 5 years ago
  29. b2d20c2 f2fs: Lower threshold for disable_cp_again by Daniel Rosenberg · 5 years ago
  30. cd66483 f2fs: fix sparse warning by Chao Yu · 5 years ago
  31. 17d3120 f2fs: fix f2fs_show_options to show nodiscard mount option by Sahitya Tummala · 5 years ago
  32. e1f05a2 f2fs: add error prints for debugging mount failure by Sahitya Tummala · 5 years ago
  33. 7cef9de2 f2fs: fix to do sanity check on segment bitmap of LFS curseg by Chao Yu · 5 years ago
  34. 61db163 f2fs: add missing sysfs entries in documentation by Jaegeuk Kim · 5 years ago
  35. 627eef4 f2fs: fix to avoid deadloop if data_flush is on by Chao Yu · 5 years ago
  36. 023af12 f2fs: always assume that the device is idle under gc_urgent by Park Ju Hyung · 5 years ago
  37. 207991d f2fs: add bio cache for IPU by Chao Yu · 5 years ago
  38. 361f5fa f2fs: allow ssr block allocation during checkpoint=disable period by Jaegeuk Kim · 5 years ago
  39. 7b0a3b7 f2fs: fix to check layout on last valid checkpoint park by Chao Yu · 5 years ago
  40. 0d347d1 f2fs: link f2fs quota ops for sysfile by Jaegeuk Kim · 5 years ago
  41. 6566a54 ext4: fix build warning by Jaegeuk Kim · 5 years ago
  42. c673f4b f2fs: fix to avoid accessing xattr across the boundary by Randall Huang · 5 years ago
  43. be1955f f2fs: fix to avoid potential race on sbi->unusable_block_count access/update by Chao Yu · 5 years ago
  44. de69ac7 f2fs: add tracepoint for f2fs_filemap_fault() by Chao Yu · 5 years ago
  45. a9cc2e4 f2fs: introduce DATA_GENERIC_ENHANCE by Chao Yu · 5 years ago
  46. 1681a4f f2fs: fix to handle error in f2fs_disable_checkpoint() by Chao Yu · 5 years ago
  47. 8c22521 f2fs: remove redundant check in f2fs_file_write_iter() by Chengguang Xu · 5 years ago
  48. 8feb65b f2fs: fix to be aware of readonly device in write_checkpoint() by Chao Yu · 5 years ago
  49. 2917266 f2fs: fix to skip recovery on readonly device by Chao Yu · 5 years ago
  50. cbc0f4e f2fs: fix to consider multiple device for readonly check by Chao Yu · 5 years ago
  51. 1b728c7 f2fs: relocate chksum_offset for large_nat_bitmap feature by Chao Yu · 5 years ago
  52. de05713 f2fs: allow unfixed f2fs_checkpoint.checksum_offset by Chao Yu · 5 years ago
  53. fe3ea2c f2fs: Replace spaces with tab by Youngjun Yoo · 5 years ago
  54. 01db386 f2fs: insert space before the open parenthesis '(' by Youngjun Yoo · 5 years ago
  55. aeb829e f2fs: allow address pointer number of dnode aligning to specified size by Chao Yu · 5 years ago
  56. ee821f6 f2fs: introduce f2fs_read_single_page() for cleanup by Chao Yu · 5 years ago
  57. a874615 f2fs: mark is_extension_exist() inline by Park Ju Hyung · 5 years ago
  58. b5f8a9a f2fs: fix to set FI_UPDATE_WRITE correctly by Chao Yu · 5 years ago
  59. d91f276 f2fs: fix to avoid panic in f2fs_inplace_write_data() by Chao Yu · 5 years ago
  60. d6fa2a0 f2fs: fix to do sanity check on valid block count of segment by Chao Yu · 5 years ago
  61. 8aedc62 f2fs: fix to do sanity check on valid node/block count by Chao Yu · 5 years ago
  62. 83c86e6 f2fs: fix to avoid panic in do_recover_data() by Chao Yu · 5 years ago
  63. f5d6a45 f2fs: fix to do sanity check on free nid by Chao Yu · 5 years ago
  64. bfa18a6 f2fs: fix to do checksum even if inode page is uptodate by Chao Yu · 5 years ago
  65. 9f05f70 f2fs: fix to avoid panic in f2fs_remove_inode_page() by Chao Yu · 5 years ago
  66. 4a5e23b f2fs: fix to clear dirty inode in error path of f2fs_iget() by Chao Yu · 5 years ago
  67. 6d1d8b4 f2fs: remove new blank line of f2fs kernel message by Chao Yu · 5 years ago
  68. f1dc33c f2fs: fix wrong __is_meta_io() macro by Chao Yu · 5 years ago
  69. 30bdf9b f2fs: fix to avoid panic in dec_valid_node_count() by Chao Yu · 5 years ago
  70. 8724151 f2fs: fix to avoid panic in dec_valid_block_count() by Chao Yu · 5 years ago
  71. 0278c72 f2fs: fix to use inline space only if inline_xattr is enable by Chao Yu · 5 years ago
  72. b0c8a0d f2fs: fix to retrieve inline xattr space by Chao Yu · 5 years ago
  73. c59fc38 f2fs: fix error path of recovery by Chao Yu · 5 years ago
  74. 41b30c6 f2fs: fix to avoid deadloop in foreground GC by Chao Yu · 5 years ago
  75. 2f8c9e1 f2fs: data: fix warning Using plain integer as NULL pointer by Hariprasad Kelam · 5 years ago
  76. 0850481 f2fs: add tracepoint for f2fs_file_write_iter() by Chao Yu · 5 years ago
  77. 5c72763 f2fs: add comment for conditional compilation statement by Chao Yu · 5 years ago
  78. 6bcd5ab f2fs: fix potential recursive call when enabling data_flush by Chao Yu · 5 years ago
  79. 8c8f6a3 f2fs: improve discard handling with multi-device volumes by Damien Le Moal · 5 years ago
  80. 4c0b368 f2fs: Reduce zoned block device memory usage by Damien Le Moal · 5 years ago
  81. 6789451 f2fs: Fix use of number of devices by Damien Le Moal · 5 years ago
  82. 62a3a66 ext4: don't bother checking for encryption key in ->mmap() by Eric Biggers · 7 years ago
  83. 3ce5fa3 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 5 years ago
  84. b62c458 f2fs: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 5 years ago
  85. e68f6b8 ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 5 years ago
  86. 15e483d fscrypt: return -EXDEV for incompatible rename or link into encrypted dir by Eric Biggers · 5 years ago
  87. f4b27215 fscrypt: remove CRYPTO_CTR dependency by Eric Biggers · 6 years ago
  88. 6296c89 fscrypt: add Adiantum support / removed speck by Eric Biggers · 6 years ago
  89. 40cf8a3 ext4: switch to fscrypt_prepare_setattr() by Eric Biggers · 7 years ago
  90. f11498c ext4: switch to fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  91. 14ddd82 ext4: switch to fscrypt_prepare_link() by Eric Biggers · 7 years ago
  92. ec686d2 ext4: switch to fscrypt_file_open() by Eric Biggers · 7 years ago
  93. b6a58b9 ext4, dax: set ext4_dax_aops for dax files by Toshi Kani · 6 years ago
  94. 67f94d7 f2fs: set pin_file under CAP_SYS_ADMIN by Jaegeuk Kim · 5 years ago
  95. 8b160a3 f2fs: fix to avoid deadlock in f2fs_read_inline_dir() by Chao Yu · 5 years ago
  96. 7950bd6 f2fs: fix to adapt small inline xattr space in __find_inline_xattr() by Chao Yu · 5 years ago
  97. a9e0ca8 f2fs: fix to do sanity check with inode.i_inline_xattr_size by Chao Yu · 5 years ago
  98. e6bd023 f2fs: give some messages for inline_xattr_size by Jaegeuk Kim · 5 years ago
  99. b50924a f2fs: don't trigger read IO for beyond EOF page by Chao Yu · 5 years ago
  100. c4e0760 f2fs: fix to add refcount once page is tagged PG_private by Chao Yu · 5 years ago