1. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  2. 9ea7df5 ext4: Rewrite ext4_page_mkwrite() to use generic helpers by Jan Kara · 13 years ago
  3. a9c667f ext4: fixed tracepoints cleanup by Lukas Czerner · 13 years ago
  4. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  5. ae24f28 ext4: Convert ext4 to new truncate calling convention by Jan Kara · 13 years ago
  6. a4bb6b6 ext4: enable "punch hole" functionality by Allison Henderson · 13 years ago
  7. 3084885 ext4: add new function ext4_block_zero_page_range() by Allison Henderson · 13 years ago
  8. 55f020d ext4: add flag to ext4_has_free_blocks by Allison Henderson · 13 years ago
  9. 072bd7e ext4: use truncate_setsize() unconditionally by Theodore Ts'o · 13 years ago
  10. 0e49989 ext4: wait for writeback to complete while making pages writable by Darrick J. Wong · 13 years ago
  11. 7cb1a53 ext4: clean up some wait_on_page_writeback calls by Darrick J. Wong · 13 years ago
  12. 00d0988 ext4: use s_inodes_per_block directly in __ext4_get_inode_loc by Tao Ma · 13 years ago
  13. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  14. c820563 ext4: fix data corruption regression by reverting commit 6de9843dab3f by Theodore Ts'o · 13 years ago
  15. f80da1e ext4: Allow indirect-block file to grow the file size to max file size by Kazuya Mio · 13 years ago
  16. 5b41395 ext4: fix credits computing for indirect mapped files by Yongqiang Yang · 13 years ago
  17. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  18. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  19. 6de9843 ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep() by Feng Tang · 13 years ago
  20. 0562e0b ext4: add more tracepoints and use dev_t in the trace buffer by Jiaying Zhang · 13 years ago
  21. d67d121 ext4: handle errors in ext4_clear_blocks() by Amir Goldstein · 13 years ago
  22. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  23. 8e8eaab ext4: use the nblocks arg to ext4_truncate_restart_trans() by Amir Goldstein · 13 years ago
  24. 168fc02 ext4: move setup of the mpd structure to write_cache_pages_da() by Theodore Ts'o · 13 years ago
  25. 78aaced ext4: don't lock the next page in write_cache_pages if not needed by Theodore Ts'o · 13 years ago
  26. ee6ecbc ext4: remove page_skipped hackery in ext4_da_writepages() by Theodore Ts'o · 13 years ago
  27. 9749895 ext4: clear the dirty bit for a page in writeback at the last minute by Theodore Ts'o · 13 years ago
  28. 4f01b02 ext4: simple cleanups to write_cache_pages_da() by Theodore Ts'o · 13 years ago
  29. 8eb9e5c ext4: fold __mpage_da_writepage() into write_cache_pages_da() by Theodore Ts'o · 13 years ago
  30. c7f5938 ext4: fix ext4_da_block_invalidatepages() to handle page range properly by Curt Wohlgemuth · 13 years ago
  31. e0fd9b9 ext4: mark multi-page IO complete on mapping failure by Curt Wohlgemuth · 13 years ago
  32. 7dc5761 ext4: Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 13 years ago
  33. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  34. 6db26ff fs/ext4/inode.c: use pr_warn_ratelimited() by Andrew Morton · 13 years ago
  35. 1c5b9e9 ext4: fix memory leak in ext4_free_branches by Theodore Ts'o · 13 years ago
  36. b409714 ext4: add error checking to calls to ext4_handle_dirty_metadata() by Theodore Ts'o · 13 years ago
  37. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 13 years ago
  38. 353eb83 ext4: drop i_state_flags on architectures with 64-bit longs by Theodore Ts'o · 13 years ago
  39. 01f49d0 ext4: use ext4_lblk_t instead of sector_t for logical blocks by Theodore Ts'o · 13 years ago
  40. f232109 ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 13 years ago
  41. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  42. a8901d3 ext4: Use pr_warning_ratelimited() instead of printk_ratelimit() by Theodore Ts'o · 14 years ago
  43. 225db7d ext4: Fix up comments in inode.c by Theodore Ts'o · 14 years ago
  44. 1449032 ext4: Turn off multiple page-io submission by default by Theodore Ts'o · 14 years ago
  45. 380cf09 ext4: fix redirty_page_for_writepage() typo in comment by Wu Fengguang · 14 years ago
  46. a7bcf21 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  47. 7ff9c07 ext4: Add new ext4 inode tracepoints by Theodore Ts'o · 14 years ago
  48. eb8abb9 ext4: Remove useless spinlock in ext4_getattr() by Theodore Ts'o · 14 years ago
  49. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  50. b1142e8 ext4: BUG_ON fix: check if page has buffers before calling page_buffers() by Theodore Ts'o · 14 years ago
  51. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  52. 3d287de ext4: optimize orphan_list handling for ext4_setattr by Dmitry Monakhov · 14 years ago
  53. 4a873a4 ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static by Theodore Ts'o · 14 years ago
  54. 1f109d5 ext4: make various ext4 functions be static by Theodore Ts'o · 14 years ago
  55. 72f84e6 ext4: update writeback_index based on last page scanned by Eric Sandeen · 14 years ago
  56. 5b41d92 ext4: implement writeback livelock avoidance using page tagging by Eric Sandeen · 14 years ago
  57. bbd0834 ext4: tidy up a void argument in inode.c by Eric Sandeen · 14 years ago
  58. 8778369 ext4: Check return value of sb_getblk() and friends by Namhyung Kim · 14 years ago
  59. bd2d021 ext4: use bio layer instead of buffer layer in mpage_da_submit_io by Theodore Ts'o · 14 years ago
  60. 1de3e3d ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io() by Theodore Ts'o · 14 years ago
  61. 3ecdb3a ext4: inline walk_page_buffers() into mpage_da_submit_io by Theodore Ts'o · 14 years ago
  62. cb20d51 ext4: inline ext4_writepage() into mpage_da_submit_io() by Theodore Ts'o · 14 years ago
  63. a42afc5 ext4: simplify ext4_writepage() by Theodore Ts'o · 14 years ago
  64. 5a87b7a ext4: call mpage_da_submit_io() from mpage_da_map_blocks() by Theodore Ts'o · 14 years ago
  65. c999af2 ext4: queue conversion after adding to inode's completed IO list by Eric Sandeen · 14 years ago
  66. 0c9169c ext4: fix potential infinite loop in ext4_da_writepages() by Toshiyuki Okajima · 14 years ago
  67. b443e73 ext4: don't bump up LONG_MAX nr_to_write by a factor of 8 by Eric Sandeen · 14 years ago
  68. 659c600 ext4: stop looping in ext4_num_dirty_pages when max_pages reached by Eric Sandeen · 14 years ago
  69. ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
  70. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  71. 0930fcc convert ext4 to ->evict_inode() by Al Viro · 14 years ago
  72. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  73. 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
  74. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  75. 56d35a4 ext4: Fix dirtying of journalled buffers in data=journal mode by Jan Kara · 14 years ago
  76. a931da6 jbd2: Change j_state_lock to be a rwlock_t by Theodore Ts'o · 14 years ago
  77. 4538821 ext4: drop inode from orphan list if ext4_delete_inode() fails by Theodore Ts'o · 14 years ago
  78. e357063 ext4: don't print scary messages for allocation failures post-abort by Eric Sandeen · 14 years ago
  79. 79e8303 ext4: fix ext4_get_blocks references by Eric Sandeen · 14 years ago
  80. 0c095c7 ext4: Don't error out the fs if the user tries to make a file too big by Theodore Ts'o · 14 years ago
  81. 5b3ff23 ext4: move aio completion after unwritten extent conversion by jiayingz@google.com (Jiaying Zhang) · 14 years ago
  82. 552ef802 direct-io: move aio_complete into ->end_io by Christoph Hellwig · 14 years ago
  83. 4038968 ext4: Fix block bitmap inconsistencies after a crash when deleting files by Amir G · 14 years ago
  84. 1c13d5c ext4: Save error information to the superblock for analysis by Theodore Ts'o · 14 years ago
  85. c398eda ext4: Pass line numbers to ext4_error() and friends by Theodore Ts'o · 14 years ago
  86. 40e2e97 direct-io: move aio_complete into ->end_io by Christoph Hellwig · 14 years ago
  87. e29136f ext4: Enhance ext4_grp_locked_error() to take block and function numbers by Theodore Ts'o · 14 years ago
  88. 206f7ab ext4: remove vestiges of nobh support by Christoph Hellwig · 14 years ago
  89. 5a0790c ext4: remove initialized but not read variables by Andi Kleen · 14 years ago
  90. 07a0382 ext4: Convert more i_flags references to use accessor functions by Theodore Ts'o · 14 years ago
  91. 84a8dce ext4: Fix remaining racy updates of EXT4_I(inode)->i_flags by Dmitry Monakhov · 14 years ago
  92. e4ce30f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  93. 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 14 years ago
  94. 60e6679 ext4: Drop whitespace at end of lines by Theodore Ts'o · 14 years ago
  95. 5a58ec8 ext4: Add a missing trace hook by Li Zefan · 14 years ago
  96. 12e9b89 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info by Dmitry Monakhov · 14 years ago
  97. 24676da ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE() by Theodore Ts'o · 14 years ago
  98. 2ed8868 ext4: Convert callers of ext4_get_blocks() to use ext4_map_blocks() by Theodore Ts'o · 14 years ago
  99. e35fd66 ext4: Add new abstraction ext4_map_blocks() underneath ext4_get_blocks() by Theodore Ts'o · 14 years ago
  100. 8e48dcf ext4: Use our own write_cache_pages() by Theodore Ts'o · 14 years ago