1. f6c658d Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  2. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 8 years ago
  3. 38f91ca f2fs: flush pending bios right away when error occurs by Jaegeuk Kim · 8 years ago
  4. 1beba1b f2fs: use percpu_counter for # of dirty pages in inode by Jaegeuk Kim · 8 years ago
  5. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  6. 6e96194 f2fs: support in batch fzero in dnode page by Chao Yu · 8 years ago
  7. 0fac558 f2fs: make atomic/volatile operation exclusive by Chao Yu · 8 years ago
  8. 7fb17fe f2fs: use mnt_{want,drop}_write_file in ioctl by Chao Yu · 8 years ago
  9. 79344ef f2fs: read node blocks ahead when truncating blocks by Jaegeuk Kim · 8 years ago
  10. e12dd7b f2fs: fallocate data blocks in single locked node page by Jaegeuk Kim · 8 years ago
  11. 09210c9 f2fs: avoid panic when truncating to max filesize by Chao Yu · 8 years ago
  12. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  13. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  14. 608514d f2fs: set fsync mark only for the last dnode by Jaegeuk Kim · 8 years ago
  15. c267ec1 f2fs: report unwritten status in fsync_node_pages by Jaegeuk Kim · 8 years ago
  16. 5268137 f2fs: split sync_node_pages with fsync_node_pages by Jaegeuk Kim · 8 years ago
  17. c27753d f2fs: flush dirty pages before starting atomic writes by Jaegeuk Kim · 8 years ago
  18. 26dc3d4 f2fs: unset atomic/volatile flag in f2fs_release_file by Jaegeuk Kim · 8 years ago
  19. de5307e f2fs: fix dropping inmemory pages in a wrong time by Jaegeuk Kim · 8 years ago
  20. 33b1395 f2fs: use dget_parent and file_dentry in f2fs_file_open by Jaegeuk Kim · 8 years ago
  21. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  22. 8074bb5 f2fs crypto: sync ext4_lookup and ext4_file_open by Jaegeuk Kim · 8 years ago
  23. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago
  24. f28b343 f2fs: introduce f2fs_update_data_blkaddr for cleanup by Chao Yu · 8 years ago
  25. 80dd9c0 f2fs: fix incorrect upper bound when iterating inode mapping tree by Chao Yu · 8 years ago
  26. ae10866 f2fs crypto: handle unexpected lack of encryption keys by Chao Yu · 8 years ago
  27. 28bc106 f2fs: support revoking atomic written pages by Chao Yu · 8 years ago
  28. 29b96b5 f2fs: split drop_inmem_pages from commit_inmem_pages by Chao Yu · 8 years ago
  29. 8ef2af45 f2fs: increase i_size to avoid missing data by Jaegeuk Kim · 8 years ago
  30. b439b10 f2fs: move dio preallocation into f2fs_file_write_iter by Jaegeuk Kim · 8 years ago
  31. da85985 f2fs: speed up handling holes in fiemap by Chao Yu · 8 years ago
  32. 3cf4574 f2fs: introduce get_next_page_offset to speed up SEEK_DATA by Chao Yu · 8 years ago
  33. 81ca735 f2fs: remove unneeded pointer conversion by Chao Yu · 8 years ago
  34. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 8 years ago
  35. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  36. 447135a f2fs: should unset atomic flag after successful commit by Jaegeuk Kim · 8 years ago
  37. d0239e1 f2fs: detect idle time depending on user behavior by Jaegeuk Kim · 8 years ago
  38. 2c4db1a f2fs: clean up f2fs_balance_fs by Jaegeuk Kim · 8 years ago
  39. 2a4b8e9 f2fs: remove redundant calls by Jaegeuk Kim · 8 years ago
  40. c46a155 f2fs: use IPU for fdatasync by Jaegeuk Kim · 8 years ago
  41. 732d564 f2fs: fix f2fs_ioc_abort_volatile_write by Jaegeuk Kim · 9 years ago
  42. e96248b f2fs: clean up f2fs_ioc_write_checkpoint by Chao Yu · 9 years ago
  43. 6d5a149 f2fs: let user being aware of IO error by Chao Yu · 9 years ago
  44. c34f42e f2fs: report error of do_checkpoint by Chao Yu · 9 years ago
  45. 2a34076 f2fs: call f2fs_balance_fs only when node was changed by Jaegeuk Kim · 9 years ago
  46. b9d777b f2fs: check inline_data flag at converting time by Jaegeuk Kim · 9 years ago
  47. e8240f6 f2fs: don't grab super block buffer header all the time by Chao Yu · 9 years ago
  48. a1c1e9b f2fs: fix to reset variable correctlly by Fan Li · 9 years ago
  49. a49324f f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entry by Chao Yu · 9 years ago
  50. e893158 f2fs: fix to update variable correctly when skip a unmapped block by Fan Li · 9 years ago
  51. d8fe4f0 f2fs: write only the pages in range during defragment by Fan Li · 9 years ago
  52. ea212a4 f2fs: use lock_buffer when changing superblock by Jaegeuk Kim · 9 years ago
  53. 0cab80e f2fs: fix to convert inline inode in ->setattr by Chao Yu · 9 years ago
  54. 3519e3f f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation by Chao Yu · 9 years ago
  55. 04ef4b6 f2fs: fix to enable missing ioctl interfaces in ->compat_ioctl by Chao Yu · 9 years ago
  56. d323d00 f2fs: support file defragment by Chao Yu · 9 years ago
  57. d7b8b38 f2fs: fix leakage of inmemory atomic pages by Jaegeuk Kim · 9 years ago
  58. 08b39fb f2fs crypto: fix racing of accessing encrypted page among by Chao Yu · 9 years ago
  59. a56c7c6 f2fs: set GFP_NOFS for grab_cache_page by Jaegeuk Kim · 9 years ago
  60. 6e2c64a f2fs: fix SSA updates resulting in corruption by Jaegeuk Kim · 9 years ago
  61. c912a82 f2fs: add F2FS_GOING_DOWN_METAFLUSH to test power-failure by Jaegeuk Kim · 9 years ago
  62. 456b88e f2fs: introduce a new ioctl F2FS_IOC_WRITE_CHECKPOINT by Chao Yu · 9 years ago
  63. d530d4d f2fs: support synchronous gc in ioctl by Chao Yu · 9 years ago
  64. 345a6b2 f2fs: fix to update {m,c}time correctly when truncating larger by Chao Yu · 9 years ago
  65. ea58711 f2fs: do in batches truncation in truncate_hole by Chao Yu · 9 years ago
  66. 9edcdab f2fs: fix overflow of size calculation by Chao Yu · 9 years ago
  67. c998012 f2fs: verify file type early in f2fs_fallocate by Chao Yu · 9 years ago
  68. 538e17e f2fs: fix incorrect return statement in the function f2fs_ioc_release_volatile_write by Nicholas Krause · 9 years ago
  69. 19b2c30 f2fs: update extent tree in batches by Chao Yu · 9 years ago
  70. b015489 f2fs: handle f2fs_truncate error correctly by Chao Yu · 9 years ago
  71. 2286c02 f2fs: fix to cover lock_op for update_inode_page by Jaegeuk Kim · 9 years ago
  72. 6394328 f2fs: report error of fill_zero by Chao Yu · 9 years ago
  73. edb27de f2fs: handle error cases in commit_inmem_pages by Jaegeuk Kim · 9 years ago
  74. f4c9c74 f2fs: convert inline data before set atomic/volatile flag by Chao Yu · 9 years ago
  75. a5f64b6 f2fs: fix to wait all atomic written pages writeback by Chao Yu · 9 years ago
  76. 55f57d2 f2fs: fix double lock in handle_failed_inode by Chao Yu · 9 years ago
  77. ecbaa40 f2fs: reduce region of cp_rwsem covered in f2fs_do_collapse by Chao Yu · 9 years ago
  78. 5b33912 f2fs: warm up cold page after mmaped write by Chao Yu · 9 years ago
  79. c1c1b58 f2fs: add new ioctl F2FS_IOC_GARBAGE_COLLECT by Chao Yu · 9 years ago
  80. 97a7b2c f2fs: convert inline_data for various fallocate by Jaegeuk Kim · 9 years ago
  81. 6282adb f2fs: call set_page_dirty to attach i_wb for cgroup by Jaegeuk Kim · 9 years ago
  82. 3c45414 f2fs: do not trim preallocated blocks when truncating after i_size by Chao Yu · 9 years ago
  83. de6a8ec f2fs: drop the volatile_write flag only by Jaegeuk Kim · 9 years ago
  84. c5bda1c f2fs: skip committing valid superblock by Chao Yu · 9 years ago
  85. f62185d f2fs: support FALLOC_FL_INSERT_RANGE by Chao Yu · 9 years ago
  86. 528e345 f2fs: hide common code in f2fs_replace_block by Chao Yu · 9 years ago
  87. 4637fd1 f2fs crypto: do not set encryption policy for non-directory by ioctl by Chao Yu · 9 years ago
  88. e7d5545 f2fs crypto: add filename encryption for roll-forward recovery by Jaegeuk Kim · 9 years ago
  89. 4375a33 f2fs crypto: add encryption support in read/write paths by Jaegeuk Kim · 9 years ago
  90. fcc85a4 f2fs crypto: activate encryption support for fs APIs by Jaegeuk Kim · 9 years ago
  91. f424f66 f2fs crypto: add encryption policy and password salt support by Jaegeuk Kim · 9 years ago
  92. 75cd4e0 f2fs: support FALLOC_FL_ZERO_RANGE by Chao Yu · 9 years ago
  93. b4ace33 f2fs: support FALLOC_FL_COLLAPSE_RANGE by Chao Yu · 9 years ago
  94. 43f3eae f2fs: split find_data_page according to specific purposes by Jaegeuk Kim · 9 years ago
  95. 05ca363 f2fs: add sbi and page pointer in f2fs_io_info by Jaegeuk Kim · 9 years ago
  96. 01b960e f2fs: add f2fs_may_inline_{data, dentry} by Jaegeuk Kim · 9 years ago
  97. 587c0a4 f2fs: add offset check routine before punch_hole() in f2fs_fallocate() by Taehee Yoo · 9 years ago
  98. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  99. 06a60de Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  100. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago