1. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. af51a2a ext4: ->tmpfile() support by Al Viro · 11 years ago
  3. 46a1c2c vfs: export lseek_execute() to modules by Jie Liu · 11 years ago
  4. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  5. 6ae06ff ext4: optimize starting extent in ext4_ext_rm_leaf() by Ashish Sangwan · 11 years ago
  6. 21ddd56 ext4: translate flag bits to strings in tracepoints by Theodore Ts'o · 11 years ago
  7. cb53054 ext4: fix up error handling for mpage_map_and_submit_extent() by Theodore Ts'o · 11 years ago
  8. e1be3a9 ext4: only zero partial blocks in ext4_zero_partial_blocks() by Lukas Czerner · 11 years ago
  9. 42c832d ext4: check error return from ext4_write_inline_data_end() by Theodore Ts'o · 11 years ago
  10. 353eefd ext4: delete unnecessary C statements by jon ernst · 11 years ago
  11. 64cb927 ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree() by Al Viro · 11 years ago
  12. aeb2817 ext4: pass inode pointer instead of file pointer to punch hole by Ashish Sangwan · 11 years ago
  13. c4932db ext4: improve free space calculation for inline_data by boxi liu · 11 years ago
  14. e7c96e8 ext4: reduce object size when !CONFIG_PRINTK by Joe Perches · 11 years ago
  15. d3922a7 ext4: improve extent cache shrink mechanism to avoid to burn CPU time by Zheng Liu · 11 years ago
  16. 2c00ef3 ext4: implement error handling of ext4_mb_new_preallocation() by Alexey Khoroshilov · 11 years ago
  17. 6ca792e ext4: fix corruption when online resizing a fs with 1K block size by Maarten ter Huurne · 11 years ago
  18. 725bebb [readdir] convert ext4 by Al Viro · 11 years ago
  19. 03b40e3 ext4: delete unused variables by Jon Ernst · 11 years ago
  20. 72dac95 ext4: return FIEMAP_EXTENT_UNKNOWN for delalloc extents by Jie Liu · 11 years ago
  21. 4418e141 ext4: Fix fsync error handling after filesystem abort by Dmitry Monakhov · 11 years ago
  22. 06a407f ext4: fix data integrity for ext4_sync_fs by Dmitry Monakhov · 11 years ago
  23. 981250c ext4: don't use EXT4_FREE_BLOCKS_FORGET unnecessarily by Theodore Ts'o · 11 years ago
  24. 2ed5724 ext4: add cond_resched() to ext4_free_blocks() & ext4_mb_regular_allocator() by Theodore Ts'o · 11 years ago
  25. 20970ba ext4: use ext4_da_writepages() for all modes by Theodore Ts'o · 11 years ago
  26. f4afb4f ext4: optimize test_root() by Theodore Ts'o · 11 years ago
  27. 2f2e09e ext4: add sanity check to ext4_get_group_info() by Theodore Ts'o · 11 years ago
  28. b302ef2 ext4: verify group number in verify_group_input() before using it by Theodore Ts'o · 11 years ago
  29. a1d8d9a7 ext4: add check to io_submit_init_bio by Theodore Ts'o · 11 years ago
  30. 5dc23bd ext4: remove ext4_ioend_wait() by Jan Kara · 11 years ago
  31. c724585 ext4: don't wait for extent conversion in ext4_punch_hole() by Jan Kara · 11 years ago
  32. 38b8ff7 ext4: Remove wait for unwritten extents in ext4_ind_direct_IO() by Jan Kara · 11 years ago
  33. 92e6222 ext4: remove i_mutex from ext4_file_sync() by Jan Kara · 11 years ago
  34. 37b10dd ext4: use generic_file_fsync() in ext4_file_fsync() in nojournal mode by Jan Kara · 11 years ago
  35. a115f74 ext4: remove wait for unwritten extent conversion from ext4_truncate() by Jan Kara · 11 years ago
  36. e834039 ext4: protect extent conversion after DIO with i_dio_count by Jan Kara · 11 years ago
  37. b0857d3 ext4: defer clearing of PageWriteback after extent conversion by Jan Kara · 11 years ago
  38. 2e8fa54 ext4: split extent conversion lists to reserved & unreserved parts by Jan Kara · 11 years ago
  39. 6b523df ext4: use transaction reservation for extent conversion in ext4_end_io by Jan Kara · 11 years ago
  40. 3613d22 ext4: remove buffer_uninit handling by Jan Kara · 11 years ago
  41. 4e7ea81 ext4: restructure writeback path by Jan Kara · 11 years ago
  42. fffb273 ext4: better estimate credits needed for ext4_da_writepages() by Jan Kara · 11 years ago
  43. fa55a0e ext4: improve writepage credit estimate for files with indirect blocks by Jan Kara · 11 years ago
  44. f2d50a6 ext4: deprecate max_writeback_mb_bump sysfs attribute by Jan Kara · 11 years ago
  45. 39bba40 ext4: stop messing with nr_to_write in ext4_da_writepages() by Jan Kara · 11 years ago
  46. 5fe2fe8 ext4: provide wrappers for transaction reservation calls by Jan Kara · 11 years ago
  47. 8f7d89f jbd2: transaction reservation support by Jan Kara · 11 years ago
  48. 97a851e ext4: use io_end for multiple bios by Jan Kara · 11 years ago
  49. 8af8eec ext4: fix overflow when counting used blocks on 32-bit architectures by Jan Kara · 11 years ago
  50. a60697f ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs by Jan Kara · 11 years ago
  51. e7293fd ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementations by Jan Kara · 11 years ago
  52. eaf3793 ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap() by Jan Kara · 11 years ago
  53. 566370a ext4: suppress ext4 orphan messages on mount by Paul Taysom · 11 years ago
  54. d23142c ext4: make punch hole code path work with bigalloc by Lukas Czerner · 11 years ago
  55. 6180132 ext4: update ext4_ext_remove_space trace point by Lukas Czerner · 11 years ago
  56. 78fb9cd ext4: remove unused code from ext4_remove_blocks() by Lukas Czerner · 11 years ago
  57. c121ffd ext4: remove unused discard_partial_page_buffers by Lukas Czerner · 11 years ago
  58. a87dd18 ext4: use ext4_zero_partial_blocks in punch_hole by Lukas Czerner · 11 years ago
  59. 55f252c ext4: truncate_inode_pages() in orphan cleanup path by Lukas Czerner · 11 years ago
  60. eb3544c Revert "ext4: fix fsx truncate failure" by Lukas Czerner · 11 years ago
  61. 0713ed0 ext4: Call ext4_jbd2_file_inode() after zeroing block by Lukas Czerner · 11 years ago
  62. d863dc3 Revert "ext4: remove no longer used functions in inode.c" by Lukas Czerner · 11 years ago
  63. ca99fdd ext4: use ->invalidatepage() length argument by Lukas Czerner · 11 years ago
  64. 259709b jbd2: change jbd2_journal_invalidatepage to accept length by Lukas Czerner · 11 years ago
  65. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  66. 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
  67. a549984 ext4: revert "ext4: use io_end for multiple bios" by Theodore Ts'o · 11 years ago
  68. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  69. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  70. 4385bab make blkdev_put() return void by Al Viro · 11 years ago
  71. e615573 ext4: limit group search loop for non-extent files by Lachlan McIlroy · 11 years ago
  72. e30b5dc ext4: fix fio regression by Yan, Zheng · 11 years ago
  73. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  74. 0d606e2 ext4: fix type-widening bug in inode table readahead code by Theodore Ts'o · 11 years ago
  75. 3f8a641 ext4: add check for inodes_count overflow in new resize ioctl by Theodore Ts'o · 11 years ago
  76. 7f3e3c7 ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG by Theodore Ts'o · 11 years ago
  77. c5c72d8 ext4: fix online resizing for ext3-compat file systems by Theodore Ts'o · 11 years ago
  78. 13fca32 ext4: mark metadata blocks using bh flags by Theodore Ts'o · 11 years ago
  79. 9f20350 ext4: mark all metadata I/O with REQ_META by Theodore Ts'o · 11 years ago
  80. c4d8b02 ext4: fix readdir error in case inline_data+^dir_index. by Tao Ma · 11 years ago
  81. 8af0f08 ext4: fix readdir error in the case of inline_data+dir_index by Tao Ma · 11 years ago
  82. 2656497 ext4: mext_insert_extents should update extent block checksum by Darrick J. Wong · 11 years ago
  83. eb9cc7e ext4: move quota initialization out of inode allocation transaction by Jan Kara · 11 years ago
  84. fd03d8d ext4: reserve xattr index for Rich ACL support by Theodore Ts'o · 11 years ago
  85. 7b001d6 ext4: clear buffer_uninit flag when submitting IO by Jan Kara · 11 years ago
  86. 4eec708 ext4: use io_end for multiple bios by Jan Kara · 11 years ago
  87. 0058f96 ext4: make ext4_bio_write_page() use BH_Async_Write flags by Jan Kara · 11 years ago
  88. e1091b1 ext4: Use kstrtoul() instead of parse_strtoul() by Lukas Czerner · 11 years ago
  89. 7e8b12c ext4: defragmentation code cleanup by Dmitry Monakhov · 11 years ago
  90. 43e50f5 ext4: do not convert to indirect with bigalloc enabled by Lukas Czerner · 11 years ago
  91. 0d14b09 ext4: move ext4_ind_migrate() into migrate.c by Lukas Czerner · 11 years ago
  92. d6a7710 ext4: fix miscellaneous big endian warnings by Theodore Ts'o · 11 years ago
  93. 171a7f2 ext4: fix big-endian bug in metadata checksum calculations by Dmitry Monakhov · 11 years ago
  94. 0b65349 ext4: fix big-endian bug in extent migration code by Dmitry Monakhov · 11 years ago
  95. 8c8e0ca ext4: fix usless declarations by Dmitri Monakho · 11 years ago
  96. 27dd438 ext4: introduce reserved space by Lukas Czerner · 11 years ago
  97. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  98. f45a5ef ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKS by Jan Kara · 11 years ago
  99. eabe044 ext4: speed-up releasing blocks on commit by Andrey Sidorov · 11 years ago
  100. 5c1ff33 ext4: fix free space estimate in ext4_nonda_switch() by Eric Whitney · 11 years ago