1. 9370915 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 5 years ago
  2. e68f6b8 ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 5 years ago
  3. 44760d8 ext4: fix argument checking in EXT4_IOC_MOVE_EXT by Theodore Ts'o · 6 years ago
  4. 61604a2 fs: add i_blocksize() by Fabian Frederick · 7 years ago
  5. 14fbd4a ext4: enforce online defrag restriction for encrypted files by Eric Whitney · 8 years ago
  6. ee0876b ext4: do not ask jbd2 to write data for delalloc buffers by Jan Kara · 8 years ago
  7. 93061f3 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  8. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  9. daf647d ext4: add lockdep annotations for i_data_sem by Theodore Ts'o · 8 years ago
  10. 6ffe77b ext4: iterate over buffer heads correctly in move_extent_per_page() by Eryu Guan · 8 years ago
  11. bcff248 ext4: don't read blocks from disk after extents being swapped by Eryu Guan · 8 years ago
  12. 04e2241 ext4: make online defrag error reporting consistent by Eric Whitney · 9 years ago
  13. bf86546 ext4: use swap() in mext_page_double_lock() by Fabian Frederick · 9 years ago
  14. b1bc6d7 move_extent_per_page(): get rid of unused w_flags by Al Viro · 9 years ago
  15. 88c6b61 ext4: move_extent improve bh vanishing success factor by Dmitry Monakhov · 10 years ago
  16. 65dd832 ext4: delete useless comments about ext4_move_extents by Xiaoguang Wang · 10 years ago
  17. ed8a1a7 ext4: rename ext4_ext_find_extent() to ext4_find_extent() by Theodore Ts'o · 10 years ago
  18. 3bdf14b ext4: reuse path object in ext4_move_extents() by Theodore Ts'o · 10 years ago
  19. b7ea89a ext4: allow a NULL argument to ext4_ext_drop_refs() by Theodore Ts'o · 10 years ago
  20. 705912c ext4: teach ext4_ext_find_extent() to free path on error by Theodore Ts'o · 10 years ago
  21. fcf6b1b7 ext4: refactor ext4_move_extents code base by Dmitry Monakhov · 10 years ago
  22. f8fb4f4 ext4: use ext4_ext_next_allocated_block instead of mext_next_extent by Dmitry Monakhov · 10 years ago
  23. 6e26314 ext4: fix incorrect locking in move_extent_per_page by Dmitry Monakhov · 10 years ago
  24. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 10 years ago
  25. 556615d ext4: rename uninitialized extents to unwritten by Lukas Czerner · 10 years ago
  26. 9eb7948 ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate by Namjae Jeon · 10 years ago
  27. df3a98b ext4: remove an unneeded check in mext_page_mkuptodate() by Dan Carpenter · 10 years ago
  28. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago
  29. 107a7bd ext4: cache all of an extent tree's leaf block upon reading by Theodore Ts'o · 11 years ago
  30. 03b40e3 ext4: delete unused variables by Jon Ernst · 11 years ago
  31. 2656497 ext4: mext_insert_extents should update extent block checksum by Darrick J. Wong · 11 years ago
  32. 7e8b12c ext4: defragmentation code cleanup by Dmitry Monakhov · 11 years ago
  33. 8c8e0ca ext4: fix usless declarations by Dmitri Monakho · 11 years ago
  34. 393d1d1 ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT by Dr. Tilmann Bubeck · 11 years ago
  35. d3c9262 Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  36. 0e40110 ext4: fix memory leakage in mext_check_coverage by Dmitry Monakhov · 11 years ago
  37. 6ca470d7 ext4: invalidate extent status tree during extent migration by Dmitry Monakhov · 11 years ago
  38. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  39. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  40. 69eb33d ext4: remove single extent cache by Zheng Liu · 11 years ago
  41. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  42. 87e6987 ext4: fix smatch warning in move_extent.c's mext_replace_branches() by Akria Fujita · 11 years ago
  43. 4a092d7 ext4: rationalize ext4_extents.h inclusion by Theodore Ts'o · 11 years ago
  44. 17335dc ext4: serialize dio nonlocked reads with defrag workers by Dmitry Monakhov · 12 years ago
  45. ba39ebb ext4: convert to use leXX_add_cpu() by Wei Yongjun · 12 years ago
  46. cbb4ee8 ext4: remove redundant offset check in mext_check_arguments() by Wang Sheng-Hui · 12 years ago
  47. 8c85447 ext4: reimplement uninit extent optimization for move_extent_per_page() by Dmitry Monakhov · 12 years ago
  48. bb55748 ext4: clean up online defrag bugs in move_extent_per_page() by Dmitry Monakhov · 12 years ago
  49. f066055 ext4: online defrag is not supported for journaled files by Dmitry Monakhov · 12 years ago
  50. 03bd8b9 ext4: move_extent code cleanup by Dmitry Monakhov · 12 years ago
  51. d899024 ext4: add some tracepoints in ext4/extents.c by Aditya Kali · 13 years ago
  52. f17722f ext4: Fix max file size and logical block counting of extent format file by Lukas Czerner · 13 years ago
  53. 7cb1a53 ext4: clean up some wait_on_page_writeback calls by Darrick J. Wong · 13 years ago
  54. bf89d16 ext4: rename {ext,idx}_pblock and inline small extent functions by Theodore Ts'o · 14 years ago
  55. c398eda ext4: Pass line numbers to ext4_error() and friends by Theodore Ts'o · 14 years ago
  56. 1f5a81e ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only files by Theodore Ts'o · 14 years ago
  57. 12e9b89 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info by Dmitry Monakhov · 14 years ago
  58. 24676da ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE() by Theodore Ts'o · 14 years ago
  59. c26d0ba ext4: Fix coding style in fs/ext4/move_extent.c by Steven Liu · 14 years ago
  60. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  61. c437b27 ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl by Akira Fujita · 14 years ago
  62. 7247c0c ext4: Fix the NULL reference in double_down_write_data_sem() by Akira Fujita · 14 years ago
  63. 5fd5249 ext4: Fix insertion point of extent in mext_insert_across_blocks() by Akira Fujita · 14 years ago
  64. 12062dd ext4: move __func__ into a macro for ext4_warning, ext4_error by Eric Sandeen · 14 years ago
  65. 4a58579 ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT by Akira Fujita · 14 years ago
  66. ac48b0a ext4: move_extent_per_page() cleanup by Akira Fujita · 14 years ago
  67. 446aaa6 ext4: initialize moved_len before calling ext4_move_extents() by Kazuya Mio · 14 years ago
  68. 94d7c16 ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT by Akira Fujita · 14 years ago
  69. 92c2815 ext4: fix spelling typos in move_extent.c by Akira Fujita · 14 years ago
  70. 49bd22b ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT by Akira Fujita · 14 years ago
  71. fc04cb4 ext4: fix lock order problem in ext4_move_extents() by Akira Fujita · 14 years ago
  72. f868a48 ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails by Akira Fujita · 14 years ago
  73. f3ce806 ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first by Theodore Ts'o · 15 years ago
  74. 0031462 ext4: Split uninitialized extents for direct I/O by Mingming Cao · 15 years ago
  75. 0a80e98 ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK by Eric Sandeen · 15 years ago
  76. c40ce3c ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  77. 347fa6f ext4: Add null extent check to ext_get_path by Akira Fujita · 15 years ago
  78. 2147b1a ext4: Replace BUG_ON() with ext4_error() in move_extents.c by Akira Fujita · 15 years ago
  79. e850597 ext4: Replace get_ext_path macro with an inline funciton by Akira Fujita · 15 years ago
  80. 44fc48f ext4: Fix small typo for move_extent_per_page() by Akira Fujita · 15 years ago
  81. daea696 ext4: Remove unneeded BUG_ON() in ext4_move_extents() by Akira Fujita · 15 years ago
  82. 70d5d3d ext4: Fix wrong comparisons in mext_check_arguments() by Akira Fujita · 15 years ago
  83. 91cc219 ext4: fix journal ref count in move_extent_par_page by Peng Tao · 15 years ago
  84. 748de67 ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl by Akira Fujita · 15 years ago