1. d9b3df5 f2fs: check PageWriteback flag for ordered case by Chao Yu · 5 years ago
  2. 6d1a832 f2fs: add SPDX license identifiers by Chao Yu · 6 years ago
  3. 5cf8d7b f2fs: let checkpoint flush dnode page of regular by Chao Yu · 6 years ago
  4. f746767 f2fs: support in-memory inode checksum when checking consistency by Weichao Guo · 6 years ago
  5. 83b9bb9 f2fs: don't track new nat entry in nat set by Chao Yu · 6 years ago
  6. c7930ee8 f2fs: remove unneeded set_cold_node() by Chao Yu · 6 years ago
  7. 111e845 f2fs: allow to recover node blocks given updated checkpoint by Jaegeuk Kim · 6 years ago
  8. 35e13ca f2fs: limit # of inmemory pages by Jaegeuk Kim · 7 years ago
  9. 84af6ae f2fs: obsolete ALLOC_NID_LIST list by Chao Yu · 7 years ago
  10. e1e16f0 f2fs: simplify the way of calulating next nat address by Fan Li · 7 years ago
  11. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  12. aaec2b1 f2fs: introduce cp_lock to protect updating of ckpt_flags by Chao Yu · 8 years ago
  13. a468f0e f2fs: use crc and cp version to determine roll-forward recovery by Jaegeuk Kim · 8 years ago
  14. ad4edb8 f2fs: produce more nids and reduce readahead nats by Jaegeuk Kim · 8 years ago
  15. e589c2c f2fs: control not to exceed # of cached nat entries by Jaegeuk Kim · 8 years ago
  16. 29710bc f2fs: fix wrong percentage by Jaegeuk Kim · 8 years ago
  17. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 8 years ago
  18. 2049d4f f2fs: avoid multiple node page writes due to inline_data by Jaegeuk Kim · 8 years ago
  19. 2304cb0 f2fs: export dirty_nats_ratio in sysfs by Chao Yu · 8 years ago
  20. 7d768d2 f2fs: flush dirty nat entries when exceeding threshold by Chao Yu · 8 years ago
  21. 12719ae f2fs: avoid unnecessary f2fs_balance_fs calls by Jaegeuk Kim · 8 years ago
  22. 3519e3f f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation by Chao Yu · 8 years ago
  23. ea1a29a0 f2fs: export ra_nid_pages to sysfs by Chao Yu · 9 years ago
  24. a125702 Revert "f2fs: do not skip dentry block writes" by Jaegeuk Kim · 9 years ago
  25. 90b803e f2fs: do not skip dentry block writes by Jaegeuk Kim · 9 years ago
  26. b5492af7 f2fs: move existing definitions into f2fs.h by Jaegeuk Kim · 9 years ago
  27. 13054c5 f2fs: introduce infra macro and data structure of rb-tree extent cache by Chao Yu · 9 years ago
  28. 7aed0d4 f2fs: free radix_tree_nodes used by nat_set entries by Jaegeuk Kim · 9 years ago
  29. 09eb483 f2fs: fix missing cold bit during recovery by Jaegeuk Kim · 9 years ago
  30. 5c27f4e f2fs: merge two uchar variable in struct node_info to reduce memory cost by Chao Yu · 9 years ago
  31. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 9 years ago
  32. e5e7ea3 f2fs: control the memory footprint used by ino entries by Jaegeuk Kim · 10 years ago
  33. c6ac4c0 f2fs: introduce f2fs_change_bit to simplify the change bit logic by Gu Zheng · 10 years ago
  34. 120c2cb f2fs: remove unused return value by Jaegeuk Kim · 10 years ago
  35. 309cc2b f2fs: refactor flush_nat_entries to remove costly reorganizing ops by Jaegeuk Kim · 10 years ago
  36. 88bd02c f2fs: fix conditions to remain recovery information in f2fs_sync_file by Jaegeuk Kim · 10 years ago
  37. 7ef35e3 f2fs: introduce a flag to represent each nat entry information by Jaegeuk Kim · 10 years ago
  38. c6e4893 f2fs: fix a race condition in next_free_nid by Huang Ying · 10 years ago
  39. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  40. aec7138 f2fs: refactor flush_nat_entries codes for reducing NAT writes by Chao Yu · 10 years ago
  41. 8b37624 f2fs: fix checkpatch warning by Zhang Zhen · 10 years ago
  42. 54b591d f2fs: split grab_cache_page and wait_on_page_writeback for node pages by Jaegeuk Kim · 10 years ago
  43. 6fb03f3 f2fs: adjust free mem size to flush dentry blocks by Jaegeuk Kim · 10 years ago
  44. 94dac22 f2fs: introduce raw_nat_from_node_info() to simplfy codes by Chao Yu · 10 years ago
  45. 479f40c f2fs: skip unnecessary node writes during fsync by Jaegeuk Kim · 10 years ago
  46. a5f42010 f2fs: remove unnecessary threshold by Jaegeuk Kim · 10 years ago
  47. cdfc41c f2fs: throttle the memory footprint with a sysfs entry by Jaegeuk Kim · 10 years ago
  48. 4bc8e9b f2fs: introduce f2fs_has_xattr_block for better readability by Chao Yu · 10 years ago
  49. fffc2a0 f2fs: fix to mark the checkpointed nat entry correctly by Jaegeuk Kim · 10 years ago
  50. 4f4124d f2fs: update several comments by Chao Yu · 10 years ago
  51. dbe6a5f f2fs: fix the use of XATTR_NODE_OFFSET by Jaegeuk Kim · 11 years ago
  52. 4559071 f2fs: introduce help function F2FS_NODE() by Gu Zheng · 11 years ago
  53. 354a339 f2fs: recover wrong pino after checkpoint during fsync by Jaegeuk Kim · 11 years ago
  54. a06a241 f2fs: optimize several routines in node.h by Namjae Jeon · 11 years ago
  55. 3315101 f2fs: fix the logic of IS_DNODE() by Zhihui Zhang · 11 years ago
  56. 56ae674 f2fs: remove redundant lock_page calls by Jaegeuk Kim · 11 years ago
  57. 953a3e2 f2fs: fix to give correct parent inode number for roll forward by Jaegeuk Kim · 11 years ago
  58. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 11 years ago
  59. 25ca923 f2fs: fix endian conversion bugs reported by sparse by Jaegeuk Kim · 11 years ago
  60. 39a53e0 f2fs: add superblock and major in-memory structure by Jaegeuk Kim · 11 years ago