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