1. ca99fdd ext4: use ->invalidatepage() length argument by Lukas Czerner · 11 years ago
  2. 259709b jbd2: change jbd2_journal_invalidatepage to accept length by Lukas Czerner · 11 years ago
  3. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  4. b973425 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  5. a549984 ext4: revert "ext4: use io_end for multiple bios" by Theodore Ts'o · 11 years ago
  6. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  7. 0d606e2 ext4: fix type-widening bug in inode table readahead code by Theodore Ts'o · 11 years ago
  8. 13fca32 ext4: mark metadata blocks using bh flags by Theodore Ts'o · 11 years ago
  9. 4eec708 ext4: use io_end for multiple bios by Jan Kara · 11 years ago
  10. 171a7f2 ext4: fix big-endian bug in metadata checksum calculations by Dmitry Monakhov · 11 years ago
  11. 27dd438 ext4: introduce reserved space by Lukas Czerner · 11 years ago
  12. 5c1ff33 ext4: fix free space estimate in ext4_nonda_switch() by Eric Whitney · 11 years ago
  13. 393d1d1 ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT by Dr. Tilmann Bubeck · 11 years ago
  14. f78ee70d ext4: print more info in ext4_print_free_blocks() by Lukas Czerner · 11 years ago
  15. d76a3a77 ext4/jbd2: don't wait (forever) for stale tid caused by wraparound by Theodore Ts'o · 11 years ago
  16. 19b5ef6 ext4: add mutex_is_locked() assertion to ext4_truncate() by Theodore Ts'o · 11 years ago
  17. 819c492 ext4: refactor truncate code by Theodore Ts'o · 11 years ago
  18. 26a4c0c ext4: refactor punch hole code by Theodore Ts'o · 11 years ago
  19. eed4333 ext4: fold ext4_generic_write_end() into ext4_write_end() by Zheng Liu · 11 years ago
  20. 74d553a ext4: collapse handling of data=ordered and data=writeback codepaths by Theodore Ts'o · 11 years ago
  21. d3c9262 Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  22. 2b405bf ext4: fix data=journal fast mount/umount hang by Theodore Ts'o · 11 years ago
  23. 1ada47d ext4: fix ext4_evict_inode() racing against workqueue processing code by Theodore Ts'o · 11 years ago
  24. 386ad67 ext4: reserve metadata block for every delayed write by Lukas Czerner · 11 years ago
  25. bb8b20e ext4: do not use yield() by Lukas Czerner · 11 years ago
  26. e1c3659 ext4: fix WARN_ON from ext4_releasepage() by Jan Kara · 11 years ago
  27. adb2355 ext4: update extent status tree after an extent is zeroed out by Zheng Liu · 11 years ago
  28. 921f266 ext4: add self-testing infrastructure to do a sanity check by Dmitry Monakhov · 11 years ago
  29. de1a226 Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  30. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  31. 6515925 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  32. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  33. 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 11 years ago
  34. d100eef ext4: lookup block mapping in extent status tree by Zheng Liu · 11 years ago
  35. f7fec03 ext4: track all extent status in extent status tree by Zheng Liu · 11 years ago
  36. a25a4e1 ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag by Zheng Liu · 11 years ago
  37. fdc0212 ext4: add physical block and status member into extent status tree by Zheng Liu · 11 years ago
  38. 0f70b40 ext4: use ERR_PTR() abstraction for ext4_append() by Theodore Ts'o · 11 years ago
  39. 01a523e ext4: add debugging context for warning in ext4_da_update_reserve_space() by Theodore Ts'o · 11 years ago
  40. 8de5c32 ext4: use KERN_WARNING for warning messages by Theodore Ts'o · 11 years ago
  41. 47564bf ext4: grab page before starting transaction handle in write_begin() by Theodore Ts'o · 11 years ago
  42. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  43. 091e26d ext4: fix possible use-after-free with AIO by Jan Kara · 11 years ago
  44. fe38613 ext4: fix ext4_writepage() to achieve data=ordered guarantees by Jan Kara · 11 years ago
  45. b6a8e62 ext4: simplify mpage_add_bh_to_extent() by Jan Kara · 11 years ago
  46. f8bec37 ext4: dirty page has always buffers attached by Jan Kara · 11 years ago
  47. fe089c7 ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io() by Jan Kara · 11 years ago
  48. 36ade45 ext4: Always use ext4_bio_write_page() for writeout by Jan Kara · 11 years ago
  49. 8bad6fc ext4: add punching hole support for non-extent-mapped files by Zheng Liu · 11 years ago
  50. aaddea8 ext4: add tracepoint in punching hole by Zheng Liu · 11 years ago
  51. aebf024 ext4: use unlikely to improve the efficiency of the kernel by Wang Shilong · 11 years ago
  52. 860d21e ext4: return ENOMEM if sb_getblk() fails by Theodore Ts'o · 11 years ago
  53. 10ee27a vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them by Miao Xie · 11 years ago
  54. 53e8726 ext4: fix deadlock in journal_unmap_buffer() by Jan Kara · 11 years ago
  55. 4520fb3 ext4: split off ext4_journalled_invalidatepage() by Jan Kara · 11 years ago
  56. aef1c85 ext4: let ext4_truncate handle inline data correctly by Tao Ma · 12 years ago
  57. 9c3569b ext4: add delalloc support for inline data by Tao Ma · 12 years ago
  58. 3fdcfb6 ext4: add journalled write support for inline data by Tao Ma · 12 years ago
  59. f19d587 ext4: add normal write support for inline data by Tao Ma · 12 years ago
  60. 46c7f25 ext4: add read support for inline data by Tao Ma · 12 years ago
  61. 67cf5b0 ext4: add the basic function for inline data support by Tao Ma · 12 years ago
  62. 152a7b0 ext4: move extra inode read to a new function by Tao Ma · 12 years ago
  63. 69c499d ext4: restructure ext4_ext_direct_IO() by Theodore Ts'o · 12 years ago
  64. f3b5929 ext4: remove calls to ext4_jbd2_file_inode() from delalloc write path by Theodore Ts'o · 12 years ago
  65. 66bea92 ext4: init pagevec in ext4_da_block_invalidatepages by Eric Sandeen · 12 years ago
  66. 7d1b1fb ext4: reimplement ext4_find_delay_alloc_range on extent status tree by Zheng Liu · 12 years ago
  67. 51865fd ext4: let ext4 maintain extent status tree by Zheng Liu · 12 years ago
  68. 8b0f165 ext4: remove code duplication in ext4_get_block_write_nolock() by Anatol Pomozov · 12 years ago
  69. 6432f21 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  70. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  71. 041bbb6d ext4: fix mtime update in nodelalloc mode by Theodore Ts'o · 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. f45ee3a ext4: ext4_inode_info diet by Dmitry Monakhov · 12 years ago
  78. b71fc07 ext4: fix fdatasync() for files with only i_size changes by Jan Kara · 12 years ago
  79. 00d4e73 ext4: fix potential deadlock in ext4_nonda_switch() by Theodore Ts'o · 12 years ago
  80. 90b0a97 ext4: fix possible non-initialized variable in htree_dirblock_to_tree() by Carlos Maiolino · 12 years ago
  81. 4907cb7 treewide: fix comment/printk/variable typos by Anatol Pomozov · 12 years ago
  82. 8a2f846 ext4: remove duplicated declarations in inode.c by Zheng Liu · 12 years ago
  83. f6463b0 ext4: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  84. 7652bdf ext4: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  85. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  86. 8e8ad8a ext4: Convert to new freezing mechanism by Jan Kara · 12 years ago
  87. 03179fe ext4: undo ext4_calc_metadata_amount if we fail to claim space by Theodore Ts'o · 12 years ago
  88. 97795d2 ext4: don't let i_reserved_meta_blocks go negative by Brian Foster · 12 years ago
  89. b50924c ext4: remove unnecessary argument from __ext4_handle_dirty_metadata() by Artem Bityutskiy · 12 years ago
  90. 4bd809d ext4: don't take the i_mutex lock when doing DIO overwrites by Zheng Liu · 12 years ago
  91. 729f52c ext4: add a new nolock flag in ext4_map_blocks by Zheng Liu · 12 years ago
  92. 4edebed Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  93. 9660755 ext4: let getattr report the right blocks in delalloc+bigalloc by Tao Ma · 12 years ago
  94. 08cefc7 userns: Convert ext4 to user kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  95. feb0ab3 ext4: make block group checksums use metadata_csum algorithm by Darrick J. Wong · 12 years ago
  96. 814525f ext4: calculate and verify inode checksums by Darrick J. Wong · 12 years ago
  97. a9c47317 ext4: calculate and verify superblock checksum by Darrick J. Wong · 12 years ago
  98. 1b8b975 ext4: do not mark superblock as dirty unnecessarily by Artem Bityutskiy · 12 years ago
  99. 7335519 ext4: correct ext4_punch_hole return codes by Allison Henderson · 12 years ago
  100. afcff5d ext4: remove restrictive checks for EOFBLOCKS_FL by Lukas Czerner · 12 years ago