1. aef1c85 ext4: let ext4_truncate handle inline data correctly by Tao Ma · 12 years ago
  2. 0d812f7 ext4: evict inline data out if we need to strore xattr in inode by Tao Ma · 12 years ago
  3. 9419198 ext4: let fiemap work with inline data by Tao Ma · 12 years ago
  4. 32f7f22 ext4: let ext4_rename handle inline dir by Tao Ma · 12 years ago
  5. 61f8663 ext4: let empty_dir handle inline dir by Tao Ma · 12 years ago
  6. 9f40fe5 ext4: let ext4_delete_entry() handle inline data by Tao Ma · 12 years ago
  7. 05019a9 ext4: make ext4_delete_entry generic by Tao Ma · 12 years ago
  8. e8e948e ext4: let ext4_find_entry handle inline data by Tao Ma · 12 years ago
  9. 7335cd3 ext4: create a new function search_dir by Tao Ma · 12 years ago
  10. 65d165d ext4: let ext4_readdir handle inline data by Tao Ma · 12 years ago
  11. 3c47d54 ext4: let add_dir_entry handle inline data properly by Tao Ma · 12 years ago
  12. 978fef9 ext4: create __ext4_insert_dentry for dir entry insertion by Tao Ma · 12 years ago
  13. 226ba97 ext4: refactor __ext4_check_dir_entry() to accept start and size by Tao Ma · 12 years ago
  14. a774f9c ext4: make ext4_init_dot_dotdot for inline dir usage by Tao Ma · 12 years ago
  15. 9c3569b ext4: add delalloc support for inline data by Tao Ma · 12 years ago
  16. 3fdcfb6 ext4: add journalled write support for inline data by Tao Ma · 12 years ago
  17. f19d587 ext4: add normal write support for inline data by Tao Ma · 12 years ago
  18. 46c7f25 ext4: add read support for inline data by Tao Ma · 12 years ago
  19. 67cf5b0 ext4: add the basic function for inline data support by Tao Ma · 12 years ago
  20. 879b382 ext4: export inline xattr functions by Tao Ma · 12 years ago
  21. 152a7b0 ext4: move extra inode read to a new function by Tao Ma · 12 years ago
  22. aeb1e5d6 ext4: fix possible use after free with metadata csum by Theodore Ts'o · 12 years ago
  23. 69c499d ext4: restructure ext4_ext_direct_IO() by Theodore Ts'o · 12 years ago
  24. 4a092d7 ext4: rationalize ext4_extents.h inclusion by Theodore Ts'o · 12 years ago
  25. 766f44d ext4: fixed potential NULL dereference in ext4_calculate_overhead() by Vahram Martirosyan · 12 years ago
  26. 0634867 ext4: simple cleanup in fiemap codepath by Lukas Czerner · 12 years ago
  27. 91dd8c1 ext4: prevent race while walking extent tree for fiemap by Lukas Czerner · 12 years ago
  28. f3b5929 ext4: remove calls to ext4_jbd2_file_inode() from delalloc write path by Theodore Ts'o · 12 years ago
  29. 66bea92 ext4: init pagevec in ext4_da_block_invalidatepages by Eric Sandeen · 12 years ago
  30. c6af880 ext4: don't verify checksums of dx non-leaf nodes during fallback scan by Darrick J. Wong · 12 years ago
  31. dffe9d8 ext4: do not use ext4_error() when there is no space in dir leaf for csum by Theodore Ts'o · 12 years ago
  32. c8c0df2 ext4: introduce lseek SEEK_DATA/SEEK_HOLE support by Zheng Liu · 12 years ago
  33. b3aff3e ext4: reimplement fiemap using extent status tree by Zheng Liu · 12 years ago
  34. 7d1b1fb ext4: reimplement ext4_find_delay_alloc_range on extent status tree by Zheng Liu · 12 years ago
  35. 992e9fd ext4: add some tracepoints in extent status tree by Zheng Liu · 12 years ago
  36. 51865fd ext4: let ext4 maintain extent status tree by Zheng Liu · 12 years ago
  37. 9a26b66 ext4: initialize extent status tree by Zheng Liu · 12 years ago
  38. 654598b ext4: add operations on extent status tree by Zheng Liu · 12 years ago
  39. c0677e6 ext4: add data structures for the extent status tree by Zheng Liu · 12 years ago
  40. 07aa2ea ext4: fix error handling in ext4_fill_super() by Lukas Czerner · 12 years ago
  41. 24ec19b ext4: fix memory leak in ext4_xattr_set_acl()'s error path by Eugene Shatokhin · 12 years ago
  42. 8b0f165 ext4: remove code duplication in ext4_get_block_write_nolock() by Anatol Pomozov · 12 years ago
  43. 8d8c182 ext4: use 'inode' variable that is already dereferenced by Anatol Pomozov · 12 years ago
  44. 3779473 ext4: fix missing call to trace_ext4_ext_map_blocks_exit by Zheng Liu · 12 years ago
  45. 19b303d ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exit by Zheng Liu · 12 years ago
  46. b564553 ext4: print 'flags' in ext4_ext_handle_uninitialized_extents by Zheng Liu · 12 years ago
  47. d71c1ae ext4: warn when discard request fails other than EOPNOTSUPP by Lukas Czerner · 12 years ago
  48. 79add3a ext4: notify when discard is not supported by Lukas Czerner · 12 years ago
  49. d8ec0c3 ext4: remove unused assignment by Alan Cox · 12 years ago
  50. d339450 ext4: get rid of redundant code in ext4_fill_super() by Zhao Hongjiang · 12 years ago
  51. 37be2f5 ext4: remove ext4_handle_release_buffer() by Eric Sandeen · 12 years ago
  52. 6d138ce ext4: fix awful goto in ext4_mb_new_blocks() by Eric Sandeen · 12 years ago
  53. b72f78c ext4: fix overhead calculations in ext4_stats, again by Eric Sandeen · 12 years ago
  54. ffb5387 ext4: fix unjournaled inode bitmap modification by Eric Sandeen · 12 years ago
  55. e589db7 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  56. 5de35e8 ext4: Avoid underflow in ext4_trim_fs() by Lukas Czerner · 12 years ago
  57. 79f1ba4 ext4: Checksum the block bitmap properly with bigalloc enabled by Tao Ma · 12 years ago
  58. 76495ec ext4: fix undefined bit shift result in ext4_fill_flex_info by Lukas Czerner · 12 years ago
  59. 06db49e ext4: fix metadata checksum calculation for the superblock by Theodore Ts'o · 12 years ago
  60. dee1f97 ext4: race-condition protection for ext4_convert_unwritten_extents_endio by Dmitry Monakhov · 12 years ago
  61. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  62. 6432f21 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  63. 60d4616 ext4: serialize fallocate with ext4_convert_unwritten_extents by Dmitry Monakhov · 12 years ago
  64. c278531 ext4: fix ext4_flush_completed_IO wait semantics by Dmitry Monakhov · 12 years ago
  65. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  66. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  67. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  68. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  69. 041bbb6d ext4: fix mtime update in nodelalloc mode by Theodore Ts'o · 12 years ago
  70. 6f2080e ext4: fix ext_remove_space for punch_hole case by Dmitry Monakhov · 12 years ago
  71. 02d262d ext4: punch_hole should wait for DIO writers by Dmitry Monakhov · 12 years ago
  72. 1f555cf ext4: serialize truncate with owerwrite DIO workers by Dmitry Monakhov · 12 years ago
  73. 1b65007 ext4: endless truncate due to nonlocked dio readers by Dmitry Monakhov · 12 years ago
  74. 1c9114f ext4: serialize unlocked dio reads with truncate by Dmitry Monakhov · 12 years ago
  75. 17335dc ext4: serialize dio nonlocked reads with defrag workers by Dmitry Monakhov · 12 years ago
  76. 28a535f ext4: completed_io locking cleanup by Dmitry Monakhov · 12 years ago
  77. 82e5422 ext4: fix unwritten counter leakage by Dmitry Monakhov · 12 years ago
  78. e27f41e ext4: give i_aiodio_unwritten a more appropriate name by Dmitry Monakhov · 12 years ago
  79. f45ee3a ext4: ext4_inode_info diet by Dmitry Monakhov · 12 years ago
  80. ba39ebb ext4: convert to use leXX_add_cpu() by Wei Yongjun · 12 years ago
  81. 6d1ab10 ext4: ext4_bread usage audit by Carlos Maiolino · 12 years ago
  82. cbb4ee8 ext4: remove redundant offset check in mext_check_arguments() by Wang Sheng-Hui · 12 years ago
  83. c25f9bc ext4: don't clear orphan list on ro mount with errors by Eric Sandeen · 12 years ago
  84. 9b68733 ext4: release donor reference when EXT4_IOC_MOVE_EXT ioctl fails by Djalal Harouni · 12 years ago
  85. aaf7d73 ext4: enable FITRIM ioctl on bigalloc file system by Lukas Czerner · 12 years ago
  86. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  87. b71fc07 ext4: fix fdatasync() for files with only i_size changes by Jan Kara · 12 years ago
  88. 6a08f447 ext4: always set i_op in ext4_mknod() by Bernd Schubert · 12 years ago
  89. 6bdf295 switch EXT4_IOC_MOVE_EXT to fget_light() by Al Viro · 12 years ago
  90. 399c9b8 ext4: close struct file leak on EXT4_IOC_MOVE_EXT by Al Viro · 12 years ago
  91. 63fedaf ext4: remove unused function ext4_ext_check_cache by Lukas Czerner · 12 years ago
  92. 85556c9 ext4: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 12 years ago
  93. 8c85447 ext4: reimplement uninit extent optimization for move_extent_per_page() by Dmitry Monakhov · 12 years ago
  94. bb55748 ext4: clean up online defrag bugs in move_extent_per_page() by Dmitry Monakhov · 12 years ago
  95. f066055 ext4: online defrag is not supported for journaled files by Dmitry Monakhov · 12 years ago
  96. 03bd8b9 ext4: move_extent code cleanup by Dmitry Monakhov · 12 years ago
  97. 0acdb88 ext4: don't call update_backups() multiple times for the same bg by Tao Ma · 12 years ago
  98. 7f1468d ext4: fix double unlock buffer mess during fs-resize by Dmitry Monakhov · 12 years ago
  99. f2a09af ext4: check free inode count before allocating an inode by Yongqiang Yang · 12 years ago
  100. 838cd0c ext4: check free block counters in ext4_mb_find_by_goal by Yongqiang Yang · 12 years ago