1. 567f3e9 ext4: plug a buffer_head leak in an error path of ext4_iget() by Theodore Ts'o · 15 years ago
  2. 4b70df1 ext4: code clean up for dio fallocate handling by Mingming · 15 years ago
  3. 5f52495 ext4: skip conversion of uninit extents after direct IO if there isn't any by Mingming · 15 years ago
  4. 109f556 ext4: fix ext4_ext_direct_IO()'s return value after converting uninit extents by Mingming · 15 years ago
  5. fa5d111 ext4: discard preallocation when restarting a transaction during truncate by Aneesh Kumar K.V · 15 years ago
  6. fbbf694 [PATCH] ext4: retry failed direct IO allocations by Eric Sandeen · 15 years ago
  7. 74072d0 ext4: Fix build warning in ext4_dirty_inode() by Curt Wohlgemuth · 15 years ago
  8. 1f94533 ext4: fix a BUG_ON crash by checking that page has buffers attached to it by Theodore Ts'o · 15 years ago
  9. f3dc272 ext4: Make sure ext4_dirty_inode() updates the inode in no journal mode by Curt Wohlgemuth · 15 years ago
  10. 830156c ext4: Avoid updating the inode table bh twice in no journal mode by Frank Mayhar · 15 years ago
  11. 8d5d02e ext4: async direct IO for holes and fallocate support by Mingming Cao · 15 years ago
  12. 4c0425f ext4: Use end_io callback to avoid direct I/O fallback to buffered I/O by Mingming Cao · 15 years ago
  13. 0031462 ext4: Split uninitialized extents for direct I/O by Mingming Cao · 15 years ago
  14. 9f0ccfd ext4: release reserved quota when block reservation for delalloc retry by Mingming Cao · 15 years ago
  15. 55138e0 ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks by Theodore Ts'o · 15 years ago
  16. 1693918 ext4: Use ext4_msg() for ext4_da_writepage() errors by Theodore Ts'o · 15 years ago
  17. 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
  18. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  19. 5534fb5 ext4: Fix the alloc on close after a truncate hueristic by Theodore Ts'o · 15 years ago
  20. fb40ba0 ext4: Add a tracepoint for ext4_alloc_da_blocks() by Theodore Ts'o · 15 years ago
  21. 1b9c12f ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags by Theodore Ts'o · 15 years ago
  22. fb0a387 ext4: limit block allocations for indirect-block files to < 2^32 by Eric Sandeen · 15 years ago
  23. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  24. 91ac6f4 ext4: Make non-journal fsync work properly by Frank Mayhar · 15 years ago
  25. 80e4246 ext4: print more sysadmin-friendly message in check_block_validity() by Theodore Ts'o · 15 years ago
  26. a827eaf ext4: Take page lock before looking at attached buffer_heads flags by Aneesh Kumar K.V · 15 years ago
  27. b3a3ca8 ext4: Add new tracepoint: trace_ext4_da_write_pages() by Theodore Ts'o · 15 years ago
  28. de89de6 ext4: Restore wbc->range_start in ext4_da_writepages() by Theodore Ts'o · 15 years ago
  29. 487caee ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks() by Jan Kara · 15 years ago
  30. c333e07 ext4: remove redundant test on unsigned by Roel Kluin · 15 years ago
  31. e6b5d30 ext4: Fix buffer head reference leak in no-journal mode by Curt Wohlgemuth · 15 years ago
  32. 6487a9d ext4: More buffer head reference leaks by Curt Wohlgemuth · 15 years ago
  33. 62e086b ext4: Move __ext4_journalled_writepage() to avoid forward declaration by Aneesh Kumar K.V · 15 years ago
  34. 43ce1d2 ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc by Aneesh Kumar K.V · 15 years ago
  35. c364b22 ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocation by Aneesh Kumar K.V · 15 years ago
  36. b767e78 ext4: Don't look at buffer_heads outside i_size. by Aneesh Kumar K.V · 15 years ago
  37. ffacfa7 ext4: Fix truncation of symlinks after failed write by Jan Kara · 15 years ago
  38. f4a0101 ext4: Fix potential reclaim deadlock when truncating partial block by Theodore Ts'o · 15 years ago
  39. d4bfe2f switch ext4 to inode->i_acl by Al Viro · 15 years ago
  40. 4159175 ext4: Don't update ctime for non-extent-mapped inodes by Theodore Ts'o · 15 years ago
  41. de9a55b ext4: Fix up whitespace issues in fs/ext4/inode.c by Theodore Ts'o · 15 years ago
  42. 4ab2f15 ext4: move the abort flag from s_mount_opts to s_mount_flags by Theodore Ts'o · 15 years ago
  43. 7f4520c ext4: change s_mount_opt to be an unsigned int by Theodore Ts'o · 15 years ago
  44. 9bffad1 ext4: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  45. 0eab928 ext4: Don't treat a truncation of a zero-length file as replace-via-truncate by Theodore Ts'o · 15 years ago
  46. f851408 ext4: truncate the file properly if we fail to copy data from userspace by Aneesh Kumar K.V · 15 years ago
  47. 1938a15 ext4: Avoid leaking blocks after a block allocation failure by Aneesh Kumar K.V · 15 years ago
  48. 03f5d8b ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle() by Jan Kara · 15 years ago
  49. 759d427 ext4: remove unused function __ext4_write_dirty_metadata by Theodore Ts'o · 15 years ago
  50. 6fd058f ext4: Add a comprehensive block validity check to ext4_get_blocks() by Theodore Ts'o · 15 years ago
  51. 2ac3b6e ext4: Clean up ext4_get_blocks() so it does not depend on bh_result->b_state by Theodore Ts'o · 15 years ago
  52. 2fa3cdf ext4: Merge ext4_da_get_block_write() into mpage_da_map_blocks() by Theodore Ts'o · 15 years ago
  53. a2dc52b ext4: Add BUG_ON debugging checks to noalloc_get_block_write() by Theodore Ts'o · 15 years ago
  54. b920c75 ext4: Add documentation to the ext4_*get_block* functions by Theodore Ts'o · 15 years ago
  55. c217705 ext4: Define a new set of flags for ext4_get_blocks() by Theodore Ts'o · 15 years ago
  56. 12b7ac1 ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks() by Theodore Ts'o · 15 years ago
  57. e4d996c ext4: Rename ext4_get_blocks_handle() to be ext4_ind_get_blocks() by Theodore Ts'o · 15 years ago
  58. f888e65 ext4: Simplify function signature for ext4_da_get_block_write() by Theodore Ts'o · 15 years ago
  59. 8df9675 ext4: Avoid races caused by on-line resizing and SMP memory reordering by Theodore Ts'o · 15 years ago
  60. 29fa89d ext4: Mark the unwritten buffer_head as mapped during write_begin by Aneesh Kumar K.V · 15 years ago
  61. 79ffab3 ext4: Properly initialize the buffer_head state by Aneesh Kumar K.V · 15 years ago
  62. 2a8964d ext4: Clear the unwritten buffer_head flag after the extent is initialized by Aneesh Kumar K.V · 15 years ago
  63. 33b9817 ext4: Use a fake block number for delayed new buffer_head by Aneesh Kumar K.V · 15 years ago
  64. 9c1ee18 ext4: Fix sub-block zeroing for writes into preallocated extents by Aneesh Kumar K.V · 15 years ago
  65. c4b5a61 ext4: Do not try to validate extents on special files by Theodore Ts'o · 15 years ago
  66. a9e8174 ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present by Theodore Ts'o · 15 years ago
  67. 485c26e ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode by Theodore Ts'o · 15 years ago
  68. f73953c ext4: Fix big-endian problem in __ext4_check_blockref() by Thiemo Nagel · 15 years ago
  69. 395d734 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  70. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  71. fe2c819 ext4: add checks of block references for non-extent inodes by Thiemo Nagel · 15 years ago
  72. 563bdd6 ext4: Check for an valid i_mode when reading the inode from disk by Theodore Ts'o · 15 years ago
  73. a269eb1 ext4: Use lowercase names of quota functions by Jan Kara · 15 years ago
  74. 60e58e0 ext4: quota reservation for delayed allocation by Mingming Cao · 15 years ago
  75. afd4672 ext4: Add auto_da_alloc mount option by Theodore Ts'o · 15 years ago
  76. b713a5e ext4: remove /proc tuning knobs by Theodore Ts'o · 15 years ago
  77. d601430 ext4: Fix discard of inode prealloc space with delayed allocation. by Aneesh Kumar K.V · 15 years ago
  78. 8f64b32 ext4: don't call jbd2_journal_force_commit_nested without journal by Eric Sandeen · 15 years ago
  79. 7d8f9f7 ext4: Automatically allocate delay allocated blocks on close by Theodore Ts'o · 15 years ago
  80. ccd2506 ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl by Theodore Ts'o · 15 years ago
  81. f63e600 ext4: Simplify delalloc code by removing mpage_da_writepages() by Theodore Ts'o · 15 years ago
  82. 8dc207c ext4: Save stack space by removing fake buffer heads by Theodore Ts'o · 15 years ago
  83. ed5bde0 ext4: Simplify delalloc implementation by removing mpd.get_block by Theodore Ts'o · 15 years ago
  84. 7a262f7 ext4: Validate extent details only when read from the disk by Aneesh Kumar K.V · 15 years ago
  85. a491212 ext4: New inode/block allocation algorithms for flex_bg filesystems by Theodore Ts'o · 15 years ago
  86. ebd3610 ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin() by Jan Kara · 15 years ago
  87. 2acf2c2 ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pages by Aneesh Kumar K.V · 15 years ago
  88. 7f5aa21 jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() by Jan Kara · 15 years ago
  89. b9ec63f ext4: Remove bogus BUG() check in ext4_bmap() by Theodore Ts'o · 15 years ago
  90. e7f0796 ext4: Fix ext4_free_blocks() w/o a journal when files have indirect blocks by Theodore Ts'o · 15 years ago
  91. 06a279d ext4: only use i_size_high for regular files by Theodore Ts'o · 15 years ago
  92. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  93. 179f7eb percpu_counter: FBC_BATCH should be a variable by Eric Dumazet · 15 years ago
  94. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 15 years ago
  95. ba80b10 ext4: Add markers for better debuggability by Theodore Ts'o · 15 years ago
  96. 560671a ext4: Use high 16 bits of the block group descriptor's free counts fields by Aneesh Kumar K.V · 15 years ago
  97. e83c139 ext4: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  98. ed9b3e3 ext4: Mark the buffer_heads as dirty and uptodate after prepare_write by Aneesh Kumar K.V · 16 years ago
  99. 3a06d77 ext4: sparse fixes by Aneesh Kumar K.V · 16 years ago
  100. ac51d83 ext4: calculate journal credits correctly by Theodore Ts'o · 16 years ago