1. 3bdf14b ext4: reuse path object in ext4_move_extents() by Theodore Ts'o · 10 years ago
  2. b7ea89a ext4: allow a NULL argument to ext4_ext_drop_refs() by Theodore Ts'o · 10 years ago
  3. 705912c ext4: teach ext4_ext_find_extent() to free path on error by Theodore Ts'o · 10 years ago
  4. fcf6b1b7 ext4: refactor ext4_move_extents code base by Dmitry Monakhov · 10 years ago
  5. f8fb4f4 ext4: use ext4_ext_next_allocated_block instead of mext_next_extent by Dmitry Monakhov · 10 years ago
  6. 6e26314 ext4: fix incorrect locking in move_extent_per_page by Dmitry Monakhov · 10 years ago
  7. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 10 years ago
  8. 556615d ext4: rename uninitialized extents to unwritten by Lukas Czerner · 10 years ago
  9. 9eb7948 ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate by Namjae Jeon · 10 years ago
  10. df3a98b ext4: remove an unneeded check in mext_page_mkuptodate() by Dan Carpenter · 10 years ago
  11. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago
  12. 107a7bd ext4: cache all of an extent tree's leaf block upon reading by Theodore Ts'o · 11 years ago
  13. 03b40e3 ext4: delete unused variables by Jon Ernst · 11 years ago
  14. 2656497 ext4: mext_insert_extents should update extent block checksum by Darrick J. Wong · 11 years ago
  15. 7e8b12c ext4: defragmentation code cleanup by Dmitry Monakhov · 11 years ago
  16. 8c8e0ca ext4: fix usless declarations by Dmitri Monakho · 11 years ago
  17. 393d1d1 ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT by Dr. Tilmann Bubeck · 11 years ago
  18. d3c9262 Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  19. 0e40110 ext4: fix memory leakage in mext_check_coverage by Dmitry Monakhov · 11 years ago
  20. 6ca470d7 ext4: invalidate extent status tree during extent migration by Dmitry Monakhov · 11 years ago
  21. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  22. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  23. 69eb33d ext4: remove single extent cache by Zheng Liu · 11 years ago
  24. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  25. 87e6987 ext4: fix smatch warning in move_extent.c's mext_replace_branches() by Akria Fujita · 11 years ago
  26. 4a092d7 ext4: rationalize ext4_extents.h inclusion by Theodore Ts'o · 12 years ago
  27. 17335dc ext4: serialize dio nonlocked reads with defrag workers by Dmitry Monakhov · 12 years ago
  28. ba39ebb ext4: convert to use leXX_add_cpu() by Wei Yongjun · 12 years ago
  29. cbb4ee8 ext4: remove redundant offset check in mext_check_arguments() by Wang Sheng-Hui · 12 years ago
  30. 8c85447 ext4: reimplement uninit extent optimization for move_extent_per_page() by Dmitry Monakhov · 12 years ago
  31. bb55748 ext4: clean up online defrag bugs in move_extent_per_page() by Dmitry Monakhov · 12 years ago
  32. f066055 ext4: online defrag is not supported for journaled files by Dmitry Monakhov · 12 years ago
  33. 03bd8b9 ext4: move_extent code cleanup by Dmitry Monakhov · 12 years ago
  34. d899024 ext4: add some tracepoints in ext4/extents.c by Aditya Kali · 13 years ago
  35. f17722f ext4: Fix max file size and logical block counting of extent format file by Lukas Czerner · 13 years ago
  36. 7cb1a53 ext4: clean up some wait_on_page_writeback calls by Darrick J. Wong · 13 years ago
  37. bf89d16 ext4: rename {ext,idx}_pblock and inline small extent functions by Theodore Ts'o · 14 years ago
  38. c398eda ext4: Pass line numbers to ext4_error() and friends by Theodore Ts'o · 14 years ago
  39. 1f5a81e ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only files by Theodore Ts'o · 14 years ago
  40. 12e9b89 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info by Dmitry Monakhov · 14 years ago
  41. 24676da ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE() by Theodore Ts'o · 14 years ago
  42. c26d0ba ext4: Fix coding style in fs/ext4/move_extent.c by Steven Liu · 14 years ago
  43. 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
  44. c437b27 ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl by Akira Fujita · 14 years ago
  45. 7247c0c ext4: Fix the NULL reference in double_down_write_data_sem() by Akira Fujita · 14 years ago
  46. 5fd5249 ext4: Fix insertion point of extent in mext_insert_across_blocks() by Akira Fujita · 14 years ago
  47. 12062dd ext4: move __func__ into a macro for ext4_warning, ext4_error by Eric Sandeen · 14 years ago
  48. 4a58579 ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  49. ac48b0a ext4: move_extent_per_page() cleanup by Akira Fujita · 15 years ago
  50. 446aaa6 ext4: initialize moved_len before calling ext4_move_extents() by Kazuya Mio · 15 years ago
  51. 94d7c16 ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  52. 92c2815 ext4: fix spelling typos in move_extent.c by Akira Fujita · 15 years ago
  53. 49bd22b ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  54. fc04cb4 ext4: fix lock order problem in ext4_move_extents() by Akira Fujita · 15 years ago
  55. f868a48 ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails by Akira Fujita · 15 years ago
  56. f3ce806 ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first by Theodore Ts'o · 15 years ago
  57. 0031462 ext4: Split uninitialized extents for direct I/O by Mingming Cao · 15 years ago
  58. 0a80e98 ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK by Eric Sandeen · 15 years ago
  59. c40ce3c ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  60. 347fa6f ext4: Add null extent check to ext_get_path by Akira Fujita · 15 years ago
  61. 2147b1a ext4: Replace BUG_ON() with ext4_error() in move_extents.c by Akira Fujita · 15 years ago
  62. e850597 ext4: Replace get_ext_path macro with an inline funciton by Akira Fujita · 15 years ago
  63. 44fc48f ext4: Fix small typo for move_extent_per_page() by Akira Fujita · 15 years ago
  64. daea696 ext4: Remove unneeded BUG_ON() in ext4_move_extents() by Akira Fujita · 15 years ago
  65. 70d5d3d ext4: Fix wrong comparisons in mext_check_arguments() by Akira Fujita · 15 years ago
  66. 91cc219 ext4: fix journal ref count in move_extent_par_page by Peng Tao · 15 years ago
  67. 748de67 ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl by Akira Fujita · 15 years ago