1. 8b472d7 ext4: Fix possible lost inode write in no journal mode by Curt Wohlgemuth · 14 years ago
  2. d330a5b ext4: Fix estimate of # of blocks needed to write indirect-mapped files by Jan Kara · 14 years ago
  3. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  4. 9467c4f Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  5. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  6. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  7. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  8. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 14 years ago
  9. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  10. 9b1d0998 ext4: Release page references acquired in ext4_da_block_invalidatepages by Jan Kara · 14 years ago
  11. 273df55 ext4: Convert BUG_ON checks to use ext4_error() instead by Frank Mayhar · 14 years ago
  12. b7adc1f ext4: Use direct_IO_no_locking in ext4 dio read by Jiaying Zhang · 14 years ago
  13. 744692d ext4: use ext4_get_block_write in buffer write by Jiaying Zhang · 14 years ago
  14. c7064ef ext4: mechanical rename some of the direct I/O get_block's identifiers by Jiaying Zhang · 14 years ago
  15. da1dafc ext4: explicitly remove inode from orphan list after failed direct io by Dmitry Monakhov · 14 years ago
  16. c8d46e4 ext4: Add flag to files with blocks intentionally past EOF by Jiaying Zhang · 14 years ago
  17. 73b50c1 ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode by Curt Wohlgemuth · 14 years ago
  18. 12062dd ext4: move __func__ into a macro for ext4_warning, ext4_error by Eric Sandeen · 14 years ago
  19. 19f5fb7 ext4: Use bitops to read/modify EXT4_I(inode)->i_state by Theodore Ts'o · 14 years ago
  20. 1296cc8 ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag by Aneesh Kumar K.V · 14 years ago
  21. 5f634d0 ext4: Fix quota accounting error with fallocate by Aneesh Kumar K.V · 14 years ago
  22. 1db9138 ext4: Handle -EDQUOT error on write by Aneesh Kumar K.V · 14 years ago
  23. 9d0be50 ext4: Calculate metadata requirements more accurately by Theodore Ts'o · 14 years ago
  24. ee5f4d9 ext4: Fix accounting of reserved metadata blocks by Theodore Ts'o · 14 years ago
  25. 0637c6f ext4: Patch up how we claim metadata blocks for quota purposes by Theodore Ts'o · 14 years ago
  26. 2faf2e1 ext4: return correct wbc.nr_to_write in ext4_da_writepages by Richard Kennedy · 14 years ago
  27. c8afb44 ext4: flush delalloc blocks when space is low by Eric Sandeen · 15 years ago
  28. 39bc680 ext4: fix sleep inside spinlock issue with quota and dealloc (#14739) by Dmitry Monakhov · 15 years ago
  29. d21cd8f ext4: Fix potential quota deadlock by Dmitry Monakhov · 15 years ago
  30. a9e7f44 ext4: Convert to generic reserved quota's space management. by Dmitry Monakhov · 15 years ago
  31. 4515c30 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  32. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  33. f8ec9d6 ext4: Add new tracepoints to debug delayed allocation space functions by Theodore Ts'o · 14 years ago
  34. 1f2acb6 ext4: Add block validity check when truncating indirect block mapped inodes by Theodore Ts'o · 14 years ago
  35. a1de02d ext4: fix async i/o writes beyond 4GB to a sparse file by Eric Sandeen · 14 years ago
  36. b436b9b ext4: Wait for proper transaction commit on fsync by Jan Kara · 15 years ago
  37. 194074a ext4: fix incorrect block reservation on quota transfer. by Dmitry Monakhov · 15 years ago
  38. 5aca07e ext4: quota macros cleanup by Dmitry Monakhov · 15 years ago
  39. 8aa6790 ext4: ext4_get_reserved_space() must return bytes instead of blocks by Dmitry Monakhov · 15 years ago
  40. b9a4207 ext4: Avoid data / filesystem corruption when write fails to copy data by Jan Kara · 15 years ago
  41. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  42. bf48aab tree-wide: fix typos "offest" -> "offset" by Uwe Kleine-König · 15 years ago
  43. 3f0ca30 ext4: remove unused parameter wbc from __ext4_journalled_writepage() by Wu Fengguang · 15 years ago
  44. e636260 ext4: call ext4_forget() from ext4_free_blocks() by Theodore Ts'o · 15 years ago
  45. b7e57e7 ext4: fold ext4_journal_forget() into ext4_forget() by Theodore Ts'o · 15 years ago
  46. d6797d1 ext4: move ext4_forget() to ext4_jbd2.c by Theodore Ts'o · 15 years ago
  47. 2bba702 ext4: fix error handling in ext4_ind_get_blocks() by Jan Kara · 15 years ago
  48. 1032988 ext4: fix block validity checks so they work correctly with meta_bg by Theodore Ts'o · 15 years ago
  49. 30c6e07a ext4: fix i_flags access in ext4_da_writepages_trans_blocks() by Julia Lawall · 15 years ago
  50. 5068969 ext4: make sure directory and symlink blocks are revoked by Theodore Ts'o · 15 years ago
  51. beac2da ext4: add tracepoint for ext4_forget() by Theodore Ts'o · 15 years ago
  52. 567f3e9 ext4: plug a buffer_head leak in an error path of ext4_iget() by Theodore Ts'o · 15 years ago
  53. 4b70df1 ext4: code clean up for dio fallocate handling by Mingming · 15 years ago
  54. 5f52495 ext4: skip conversion of uninit extents after direct IO if there isn't any by Mingming · 15 years ago
  55. 109f556 ext4: fix ext4_ext_direct_IO()'s return value after converting uninit extents by Mingming · 15 years ago
  56. fa5d111 ext4: discard preallocation when restarting a transaction during truncate by Aneesh Kumar K.V · 15 years ago
  57. fbbf694 [PATCH] ext4: retry failed direct IO allocations by Eric Sandeen · 15 years ago
  58. 74072d0 ext4: Fix build warning in ext4_dirty_inode() by Curt Wohlgemuth · 15 years ago
  59. 1f94533 ext4: fix a BUG_ON crash by checking that page has buffers attached to it by Theodore Ts'o · 15 years ago
  60. f3dc272 ext4: Make sure ext4_dirty_inode() updates the inode in no journal mode by Curt Wohlgemuth · 15 years ago
  61. 830156c ext4: Avoid updating the inode table bh twice in no journal mode by Frank Mayhar · 15 years ago
  62. 8d5d02e ext4: async direct IO for holes and fallocate support by Mingming Cao · 15 years ago
  63. 4c0425f ext4: Use end_io callback to avoid direct I/O fallback to buffered I/O by Mingming Cao · 15 years ago
  64. 0031462 ext4: Split uninitialized extents for direct I/O by Mingming Cao · 15 years ago
  65. 9f0ccfd ext4: release reserved quota when block reservation for delalloc retry by Mingming Cao · 15 years ago
  66. 55138e0 ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks by Theodore Ts'o · 15 years ago
  67. 1693918 ext4: Use ext4_msg() for ext4_da_writepage() errors by Theodore Ts'o · 15 years ago
  68. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  69. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  70. 5534fb5 ext4: Fix the alloc on close after a truncate hueristic by Theodore Ts'o · 15 years ago
  71. fb40ba0 ext4: Add a tracepoint for ext4_alloc_da_blocks() by Theodore Ts'o · 15 years ago
  72. 1b9c12f ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags by Theodore Ts'o · 15 years ago
  73. fb0a387 ext4: limit block allocations for indirect-block files to < 2^32 by Eric Sandeen · 15 years ago
  74. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  75. 91ac6f4 ext4: Make non-journal fsync work properly by Frank Mayhar · 15 years ago
  76. 80e4246 ext4: print more sysadmin-friendly message in check_block_validity() by Theodore Ts'o · 15 years ago
  77. a827eaf ext4: Take page lock before looking at attached buffer_heads flags by Aneesh Kumar K.V · 15 years ago
  78. b3a3ca8 ext4: Add new tracepoint: trace_ext4_da_write_pages() by Theodore Ts'o · 15 years ago
  79. de89de6 ext4: Restore wbc->range_start in ext4_da_writepages() by Theodore Ts'o · 15 years ago
  80. 487caee ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks() by Jan Kara · 15 years ago
  81. c333e07 ext4: remove redundant test on unsigned by Roel Kluin · 15 years ago
  82. e6b5d30 ext4: Fix buffer head reference leak in no-journal mode by Curt Wohlgemuth · 15 years ago
  83. 6487a9d ext4: More buffer head reference leaks by Curt Wohlgemuth · 15 years ago
  84. 62e086b ext4: Move __ext4_journalled_writepage() to avoid forward declaration by Aneesh Kumar K.V · 15 years ago
  85. 43ce1d2 ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc by Aneesh Kumar K.V · 15 years ago
  86. c364b22 ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocation by Aneesh Kumar K.V · 15 years ago
  87. b767e78 ext4: Don't look at buffer_heads outside i_size. by Aneesh Kumar K.V · 15 years ago
  88. ffacfa7 ext4: Fix truncation of symlinks after failed write by Jan Kara · 15 years ago
  89. f4a0101 ext4: Fix potential reclaim deadlock when truncating partial block by Theodore Ts'o · 15 years ago
  90. d4bfe2f switch ext4 to inode->i_acl by Al Viro · 15 years ago
  91. 4159175 ext4: Don't update ctime for non-extent-mapped inodes by Theodore Ts'o · 15 years ago
  92. de9a55b ext4: Fix up whitespace issues in fs/ext4/inode.c by Theodore Ts'o · 15 years ago
  93. 4ab2f15 ext4: move the abort flag from s_mount_opts to s_mount_flags by Theodore Ts'o · 15 years ago
  94. 7f4520c ext4: change s_mount_opt to be an unsigned int by Theodore Ts'o · 15 years ago
  95. 9bffad1 ext4: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  96. 0eab928 ext4: Don't treat a truncation of a zero-length file as replace-via-truncate by Theodore Ts'o · 15 years ago
  97. f851408 ext4: truncate the file properly if we fail to copy data from userspace by Aneesh Kumar K.V · 15 years ago
  98. 1938a15 ext4: Avoid leaking blocks after a block allocation failure by Aneesh Kumar K.V · 15 years ago
  99. 03f5d8b ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle() by Jan Kara · 15 years ago
  100. 759d427 ext4: remove unused function __ext4_write_dirty_metadata by Theodore Ts'o · 15 years ago