1. a549984 ext4: revert "ext4: use io_end for multiple bios" by Theodore Ts'o · 11 years ago
  2. 7b001d6 ext4: clear buffer_uninit flag when submitting IO by Jan Kara · 11 years ago
  3. 4eec708 ext4: use io_end for multiple bios by Jan Kara · 11 years ago
  4. 0058f96 ext4: make ext4_bio_write_page() use BH_Async_Write flags by Jan Kara · 11 years ago
  5. 1ada47d ext4: fix ext4_evict_inode() racing against workqueue processing code by Theodore Ts'o · 11 years ago
  6. 091e26d ext4: fix possible use-after-free with AIO by Jan Kara · 11 years ago
  7. cfa7275 ext4: remove unused variable flags by Lukas Czerner · 11 years ago
  8. 8a850c3 ext4: Make ext4_bio_writepage() handle unprepared buffers by Jan Kara · 11 years ago
  9. 002bd7f ext4: simplify list handling in ext4_do_flush_completed_IO() by Jan Kara · 11 years ago
  10. 84c1754 ext4: move work from io_end to inode by Jan Kara · 11 years ago
  11. 1ae48a6 ext4: use redirty_page_for_writepage() in ext4_bio_write_page() by Jan Kara · 11 years ago
  12. 36ade45 ext4: Always use ext4_bio_write_page() for writeout by Jan Kara · 11 years ago
  13. 4a092d7 ext4: rationalize ext4_extents.h inclusion by Theodore Ts'o · 12 years ago
  14. 8d8c182 ext4: use 'inode' variable that is already dereferenced by Anatol Pomozov · 12 years ago
  15. c278531 ext4: fix ext4_flush_completed_IO wait semantics by Dmitry Monakhov · 12 years ago
  16. 28a535f ext4: completed_io locking cleanup by Dmitry Monakhov · 12 years ago
  17. 82e5422 ext4: fix unwritten counter leakage by Dmitry Monakhov · 12 years ago
  18. e27f41e ext4: give i_aiodio_unwritten a more appropriate name by Dmitry Monakhov · 12 years ago
  19. 6268b32 Revert "ext4: don't release page refs in ext4_end_bio()" by Linus Torvalds · 12 years ago
  20. b43d17f ext4: don't release page refs in ext4_end_bio() by Curt Wohlgemuth · 12 years ago
  21. 491caa4 ext4: fix race between sync and completed io work by Jeff Moyer · 12 years ago
  22. 266991b ext4: fix race between unwritten extent conversion and truncate by Jeff Moyer · 12 years ago
  23. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  24. 302bf2f ext2/3/4: delete unneeded includes of module.h by Paul Gortmaker · 12 years ago
  25. 5a0dc73 ext4: handle EOF correctly in ext4_bio_write_page() by Yongqiang Yang · 13 years ago
  26. 0edeb71 ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten by Tao Ma · 13 years ago
  27. b82e384 ext4: optimize locking for end_io extent conversion by Theodore Ts'o · 13 years ago
  28. 4e29802 ext4: remove unnecessary call to waitqueue_active() by Theodore Ts'o · 13 years ago
  29. d73d504 ext4: Use correct locking for ext4_end_io_nolock() by Tao Ma · 13 years ago
  30. 8c0bec2 ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining by Jiaying Zhang · 13 years ago
  31. 32c80b3 ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN. by Tao Ma · 13 years ago
  32. 275d3ba ext4: remove loop around bio_alloc() by Theodore Ts'o · 13 years ago
  33. 39db00f ext4: don't set PageUptodate in ext4_end_bio() by Curt Wohlgemuth · 13 years ago
  34. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  35. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  36. b616844 ext4: optimize ext4_bio_write_page() when no extent conversion is needed by Theodore Ts'o · 13 years ago
  37. a54aa76 ext4: don't leave PageWriteback set after memory failure by Theodore Ts'o · 13 years ago
  38. 7dc5761 ext4: Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 13 years ago
  39. e9e3bce ext4: serialize unaligned asynchronous DIO by Eric Sandeen · 13 years ago
  40. d50bdd5 ext4: Fix data corruption with multi-block writepages support by Curt Wohlgemuth · 13 years ago
  41. 1319518 ext4: test the correct variable in ext4_init_pageio() by Dan Carpenter · 13 years ago
  42. b17b35e ext4: use kmem_cache_zalloc() in ext4_init_io_end() by Jesper Juhl · 14 years ago
  43. 08da119 ext4: fix setting random pages PageUptodate by Markus Trippelsdorf · 14 years ago
  44. 83668e7 ext4: fix potential race when freeing ext4_io_page structures by Theodore Ts'o · 14 years ago
  45. f7ad6d2 ext4: handle writeback of inodes which are being freed by Theodore Ts'o · 14 years ago
  46. 5dabfc7 ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*() by Theodore Ts'o · 14 years ago
  47. bd2d021 ext4: use bio layer instead of buffer layer in mpage_da_submit_io by Theodore Ts'o · 14 years ago