1. 6729880 f2fs: introduce struct inode_management to wrap inner fields by Chao Yu · 10 years ago
  2. aba291b f2fs: remove unneeded check code with option in f2fs_remount by Chao Yu · 10 years ago
  3. 6c02993 f2fs: avoid unable to restart gc thread in remount by Chao Yu · 10 years ago
  4. 8cdcb71 f2fs: put the inode page when error was occurred by Jaegeuk Kim · 10 years ago
  5. 6d20aff f2fs: fix to call put_page at the error handling routine by Jaegeuk Kim · 10 years ago
  6. 92dffd0 f2fs: convert inline_data when i_size becomes large by Jaegeuk Kim · 10 years ago
  7. 764d2c8 f2fs: fix deadlock to grab 0'th data page by Jaegeuk Kim · 10 years ago
  8. 57e2a2c f2fs: reduce the number of inline_data inode before clearing it by Jaegeuk Kim · 10 years ago
  9. b7e1d80 f2fs: implement -o dirsync by Jaegeuk Kim · 10 years ago
  10. 510184c f2fs: do not skip any writes under memory pressure by Jaegeuk Kim · 10 years ago
  11. 2f97c32 f2fs: write node pages if checkpoint is not doing by Jaegeuk Kim · 10 years ago
  12. e5e7ea3 f2fs: control the memory footprint used by ino entries by Jaegeuk Kim · 10 years ago
  13. 8c40294 f2fs: introduce the number of inode entries by Jaegeuk Kim · 10 years ago
  14. a344b9f f2fs: disable roll-forward when active_logs = 2 by Jaegeuk Kim · 10 years ago
  15. d5053a34 f2fs: introduce -o fastboot for reducing booting time only by Jaegeuk Kim · 10 years ago
  16. 6a8f8ca f2fs: avoid race condition in handling wait_io by Jaegeuk Kim · 10 years ago
  17. adf4983 f2fs: send discard commands in larger extent by Jaegeuk Kim · 10 years ago
  18. b3d208f f2fs: revisit inline_data to avoid data races and potential bugs by Jaegeuk Kim · 10 years ago
  19. 1f7732f f2fs: remove pointless bit testing in f2fs_delete_entry() by Jan Kara · 10 years ago
  20. e3fb1b7 f2fs: do not discard data protected by the previous checkpoint by Jaegeuk Kim · 10 years ago
  21. 427a45c f2fs: flush_dcache_page for inline data by Jaegeuk Kim · 10 years ago
  22. ca4b02e f2fs: call write_checkpoint under disabled gc by Jaegeuk Kim · 10 years ago
  23. 9234f31 f2fs: fix possible data corruption in f2fs_write_begin() by Jan Kara · 10 years ago
  24. 2cc2218 f2fs: use current_sit_addr to replace the open code by Gu Zheng · 10 years ago
  25. 52aca07 f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bit by Gu Zheng · 10 years ago
  26. 1730663 f2fs: set raw_super default to NULL to avoid compile warning by Gu Zheng · 10 years ago
  27. c6ac4c0 f2fs: introduce f2fs_change_bit to simplify the change bit logic by Gu Zheng · 10 years ago
  28. fa52872 f2fs: remove the redundant function cond_clear_inode_flag by Gu Zheng · 10 years ago
  29. 8a2d0ac f2fs: remove the seems unneeded argument 'type' from __get_victim by Gu Zheng · 10 years ago
  30. 9bd27ae f2fs: avoid returning uninitialized value to userspace from f2fs_trim_fs() by Jan Kara · 10 years ago
  31. d64948a f2fs: declare f2fs_convert_inline_dir as a static function by Jaegeuk Kim · 10 years ago
  32. f1e33a0 f2fs: use kmap_atomic instead of kmap by Jaegeuk Kim · 10 years ago
  33. 062a3e7 f2fs: reuse make_empty_dir code for inline_dentry by Jaegeuk Kim · 10 years ago
  34. 7b3cd7d f2fs: introduce f2fs_dentry_ptr structure for code clean-up by Jaegeuk Kim · 10 years ago
  35. 5ab1857 f2fs: should not truncate any inline_dentry by Jaegeuk Kim · 10 years ago
  36. 38594de f2fs: reuse core function in f2fs_readdir for inline_dentry by Jaegeuk Kim · 10 years ago
  37. e7a2bf2 f2fs: fix counting inline_data inode numbers by Jaegeuk Kim · 10 years ago
  38. 3289c06 f2fs: add stat info for inline_dentry inodes by Jaegeuk Kim · 10 years ago
  39. bce8d11 f2fs: avoid deadlock on init_inode_metadata by Jaegeuk Kim · 10 years ago
  40. 59a0615 f2fs: fix to wait correct block type by Jaegeuk Kim · 10 years ago
  41. 4e6ebf6 f2fs: reuse find_in_block code for find_in_inline_dir by Jaegeuk Kim · 10 years ago
  42. a82afa2 f2fs: reuse room_for_filename for inline dentry operation by Jaegeuk Kim · 10 years ago
  43. 622f28a f2fs: enable inline dir handling by Chao Yu · 10 years ago
  44. 201a05b f2fs: add key function to handle inline dir by Chao Yu · 10 years ago
  45. dbeacf0 f2fs: export dir operations for inline dir by Chao Yu · 10 years ago
  46. 5efd3c6 f2fs: add a new mount option for inline dir by Chao Yu · 10 years ago
  47. 34d67de f2fs: add infra struct and helper for inline dir by Chao Yu · 10 years ago
  48. af41d3e f2fs: avoid infinite loop at cp_error by Jaegeuk Kim · 10 years ago
  49. 4a257ed f2fs: avoid build warning by Jaegeuk Kim · 10 years ago
  50. 13fd8f8 f2fs: fix to call f2fs_unlock_op by Jaegeuk Kim · 10 years ago
  51. 9ba69cf f2fs: avoid to allocate when inline_data was written by Jaegeuk Kim · 10 years ago
  52. a78186e f2fs: use highmem for directory pages by Jaegeuk Kim · 10 years ago
  53. 1ce86bf f2fs: fix race conditon on truncation with inline_data by Jaegeuk Kim · 10 years ago
  54. c08a690 f2fs: should truncate any allocated block for inline_data write by Jaegeuk Kim · 10 years ago
  55. cbcb287 f2fs: invalidate inmemory page by Jaegeuk Kim · 10 years ago
  56. 34ba94b f2fs: do not make dirty any inmemory pages by Jaegeuk Kim · 10 years ago
  57. 7e05b80 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  58. 4f4274a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  59. 32e8fd2 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  60. e2488ab Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  61. 9f2f7d4c ovl: initialize ->is_cursor by Miklos Szeredi · 10 years ago
  62. b2de525 Return short read or 0 at end of a raw device, not EIO by David Jeffery · 10 years ago
  63. b0afd8e isofs: don't bother with ->d_op for normal case by Al Viro · 10 years ago
  64. 69a91c2 fs: allow open(dir, O_TMPFILE|..., 0) with mode 0 by Eric Rannaud · 10 years ago
  65. ae9e9c6a ext4: make ext4_ext_convert_to_initialized() return proper number of blocks by Jan Kara · 10 years ago
  66. 4f879ca ext4: bail early when clearing inode journal flag fails by Jan Kara · 10 years ago
  67. 6050d47 ext4: bail out from make_indexed_dir() on first error by Jan Kara · 10 years ago
  68. d48458d jbd2: use a better hash function for the revoke table by Theodore Ts'o · 10 years ago
  69. a41537e ext4: prevent bugon on race between write/fcntl by Dmitry Monakhov · 10 years ago
  70. 50460fe ext4: remove extent status procfs files if journal load fails by Darrick J. Wong · 10 years ago
  71. 6b992ff ext4: disallow changing journal_csum option during remount by Darrick J. Wong · 10 years ago
  72. 98c1a75 ext4: enable journal checksum when metadata checksum feature enabled by Darrick J. Wong · 10 years ago
  73. 599a9b7 ext4: fix oops when loading block bitmap failed by Jan Kara · 10 years ago
  74. 9378c67 ext4: fix overflow when updating superblock backups after resize by Jan Kara · 10 years ago
  75. a7ca10f Merge branch 'akpm' (incoming from Andrew Morton) by Linus Torvalds · 10 years ago
  76. d3556ba ocfs2: fix d_splice_alias() return code checking by Richard Weinberger · 10 years ago
  77. 6424bab fsnotify: next_i is freed during fsnotify_unmount_inodes. by Jerry Hoemann · 10 years ago
  78. d506aa68 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  79. f643ff5 isofs_cmp(): we'll never see a dentry for . or .. by Al Viro · 10 years ago
  80. d1b72cc overlayfs: fix lockdep misannotation by Miklos Szeredi · 10 years ago
  81. c209653 ovl: fix check for cursor by Miklos Szeredi · 10 years ago
  82. d45f00a overlayfs: barriers for opening upper-layer directory by Al Viro · 10 years ago
  83. d05a2b4 Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items by Filipe Manana · 10 years ago
  84. 9f76628 Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  85. 5ed5f58 Btrfs: properly clean up btrfs_end_io_wq_cache by Josef Bacik · 10 years ago
  86. 1a4ed8f Btrfs: fix invalid leaf slot access in btrfs_lookup_extent() by Filipe Manana · 10 years ago
  87. 21e7626 btrfs: use macro accessors in superblock validation checks by David Sterba · 10 years ago
  88. d1e14f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  89. db6ec21 overlayfs: embed middle into overlay_readdir_data by Al Viro · 10 years ago
  90. 49be4fb overlayfs: embed root into overlay_readdir_data by Al Viro · 10 years ago
  91. 68bf861 overlayfs: make ovl_cache_entry->name an array instead of pointer by Al Viro · 10 years ago
  92. 3d268c9 overlayfs: don't hold ->i_mutex over opening the real directory by Al Viro · 10 years ago
  93. 1be47b3 Merge branch 'overlayfs.v25' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linus by Al Viro · 10 years ago
  94. 51486b9 fix inode leaks on d_splice_alias() failure exits by Al Viro · 10 years ago
  95. 69c433e fs: limit filesystem stacking depth by Miklos Szeredi · 10 years ago
  96. f45827e8 overlayfs: implement show_options by Erez Zadok · 10 years ago
  97. cc25963 overlayfs: add statfs support by Andy Whitcroft · 10 years ago
  98. e9be9d5 overlay filesystem by Miklos Szeredi · 10 years ago
  99. cd808de ext4: support RENAME_WHITEOUT by Miklos Szeredi · 10 years ago
  100. 0d7a855 vfs: add RENAME_WHITEOUT by Miklos Szeredi · 10 years ago