1. 9117703 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  2. fbbf694 [PATCH] ext4: retry failed direct IO allocations by Eric Sandeen · 15 years ago
  3. 74072d0 ext4: Fix build warning in ext4_dirty_inode() by Curt Wohlgemuth · 15 years ago
  4. f0e2dfa ext4: drop ext4dev compat by Eric Sandeen · 15 years ago
  5. 1f94533 ext4: fix a BUG_ON crash by checking that page has buffers attached to it by Theodore Ts'o · 15 years ago
  6. 9f44fdc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  7. c1fccc0 ext4: Fix time encoding with extra epoch bits by Theodore Ts'o · 15 years ago
  8. 296c355 ext4: Use tracepoints for mb_history trace file by Theodore Ts'o · 15 years ago
  9. 90576c0 ext4, jbd2: Drop unneeded printks at mount and unmount time by Theodore Ts'o · 15 years ago
  10. d3d1faf ext4: Handle nested ext4_journal_start/stop calls without a journal by Curt Wohlgemuth · 15 years ago
  11. f3dc272 ext4: Make sure ext4_dirty_inode() updates the inode in no journal mode by Curt Wohlgemuth · 15 years ago
  12. 830156c ext4: Avoid updating the inode table bh twice in no journal mode by Frank Mayhar · 15 years ago
  13. f3ce806 ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first by Theodore Ts'o · 15 years ago
  14. 8d5d02e ext4: async direct IO for holes and fallocate support by Mingming Cao · 15 years ago
  15. 4c0425f ext4: Use end_io callback to avoid direct I/O fallback to buffered I/O by Mingming Cao · 15 years ago
  16. 0031462 ext4: Split uninitialized extents for direct I/O by Mingming Cao · 15 years ago
  17. 9f0ccfd ext4: release reserved quota when block reservation for delalloc retry by Mingming Cao · 15 years ago
  18. 55138e0 ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks by Theodore Ts'o · 15 years ago
  19. 7178057 ext4: Fix hueristic which avoids group preallocation for closed files by Theodore Ts'o · 15 years ago
  20. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  21. 1693918 ext4: Use ext4_msg() for ext4_da_writepage() errors by Theodore Ts'o · 15 years ago
  22. 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
  23. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  24. 0d54b21 const: make struct super_block::s_qcop const by Alexey Dobriyan · 15 years ago
  25. 61e225d const: make struct super_block::dq_op const by Alexey Dobriyan · 15 years ago
  26. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  27. 0a80e98 ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK by Eric Sandeen · 15 years ago
  28. 5534fb5 ext4: Fix the alloc on close after a truncate hueristic by Theodore Ts'o · 15 years ago
  29. fb40ba0 ext4: Add a tracepoint for ext4_alloc_da_blocks() by Theodore Ts'o · 15 years ago
  30. 1b9c12f ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags by Theodore Ts'o · 15 years ago
  31. fb0a387 ext4: limit block allocations for indirect-block files to < 2^32 by Eric Sandeen · 15 years ago
  32. c40ce3c ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  33. 347fa6f ext4: Add null extent check to ext_get_path by Akira Fujita · 15 years ago
  34. 2147b1a ext4: Replace BUG_ON() with ext4_error() in move_extents.c by Akira Fujita · 15 years ago
  35. e850597 ext4: Replace get_ext_path macro with an inline funciton by Akira Fujita · 15 years ago
  36. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  37. 3661d28 ext4: Fix include/trace/events/ext4.h to work with Systemtap by Theodore Ts'o · 15 years ago
  38. 0d34ec6 ext4: Remove syncing logic from ext4_file_write by Jan Kara · 15 years ago
  39. 7ad9bb6 ext4: Fix initalization of s_flex_groups by Theodore Ts'o · 15 years ago
  40. 1f7bebb ext4: Always set dx_node's fake_dirent explicitly. by Andreas Schlick · 15 years ago
  41. 71290b3 ext4: Don't update superblock write time when filesystem is read-only by Theodore Ts'o · 15 years ago
  42. 08c3a81 ext4: Clarify the locking details in mballoc by Aneesh Kumar K.V · 15 years ago
  43. f41c075 ext4: check for need init flag in ext4_mb_load_buddy by Aneesh Kumar K.V · 15 years ago
  44. b6a758e ext4: move ext4_mb_init_group() function earlier in the mballoc.c by Aneesh Kumar K.V · 15 years ago
  45. 91ac6f4 ext4: Make non-journal fsync work properly by Frank Mayhar · 15 years ago
  46. fe188c0 ext4: Assure that metadata blocks are written during fsync in no journal mode by Theodore Ts'o · 15 years ago
  47. c7acb4c ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}() by Theodore Ts'o · 15 years ago
  48. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  49. 80e4246 ext4: print more sysadmin-friendly message in check_block_validity() by Theodore Ts'o · 15 years ago
  50. a827eaf ext4: Take page lock before looking at attached buffer_heads flags by Aneesh Kumar K.V · 15 years ago
  51. 44fc48f ext4: Fix small typo for move_extent_per_page() by Akira Fujita · 15 years ago
  52. 8d66691 ext4: Return exchanged blocks count to user space in failure by Akira Fujita · 15 years ago
  53. daea696 ext4: Remove unneeded BUG_ON() in ext4_move_extents() by Akira Fujita · 15 years ago
  54. 70d5d3d ext4: Fix wrong comparisons in mext_check_arguments() by Akira Fujita · 15 years ago
  55. 5f3481e ext4: fix cache flush in ext4_sync_file by Christoph Hellwig · 15 years ago
  56. d0646f7 ext4: Remove journal_checksum mount option and enable it by default by Theodore Ts'o · 15 years ago
  57. 7f1346a ext4: Declare seq_operations and file_operations structures as const by Tobias Klauser · 15 years ago
  58. b3a3ca8 ext4: Add new tracepoint: trace_ext4_da_write_pages() by Theodore Ts'o · 15 years ago
  59. de89de6 ext4: Restore wbc->range_start in ext4_da_writepages() by Theodore Ts'o · 15 years ago
  60. b05ab1d ext4: Limit number of links that can be created by ext4_link() by Theodore Ts'o · 15 years ago
  61. 2c94eb8 ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories by Aneesh Kumar K.V · 15 years ago
  62. 55ad63b ext4: fix extent sanity checking code with AGGRESSIVE_TEST by Theodore Ts'o · 15 years ago
  63. a36b449 ext4: use ext4_grpblk_t more extensively by Eric Sandeen · 15 years ago
  64. 1927805 ext4: use variables not types in sizeofs() for allocations by Eric Sandeen · 15 years ago
  65. a8526e8 ext4: Add missing unlock_new_inode() call in extent migration code by Aneesh Kumar K.V · 15 years ago
  66. a13fb1a ext4: Add feature set check helper for mount & remount paths by Eric Sandeen · 15 years ago
  67. 38877f4 simplify some logic in ext4_mb_normalize_request by Eric Sandeen · 15 years ago
  68. 0373130 ext4: open-code ext4_mb_update_group_info by Eric Sandeen · 15 years ago
  69. bf43d84 ext4: reject too-large filesystems on 32-bit kernels by Eric Sandeen · 15 years ago
  70. 487caee ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks() by Jan Kara · 15 years ago
  71. 553f900 ext4: Show unwritten extent flag in ext4_ext_show_leaf() by Mingming · 15 years ago
  72. 84fe3be ext4: Compile warning fix when EXT_DEBUG enabled by Mingming · 15 years ago
  73. 5079748 ext4: Avoid group preallocation for closed files by Theodore Ts'o · 15 years ago
  74. 4ba74d0 ext4: Fix bugs in mballoc's stream allocation mode by Theodore Ts'o · 15 years ago
  75. 0ef90db ext4: Display the mballoc flags in mb_history in hex instead of decimal by Theodore Ts'o · 15 years ago
  76. 6ba495e ext4: Add configurable run-time mballoc debugging by Theodore Ts'o · 15 years ago
  77. 91cc219 ext4: fix journal ref count in move_extent_par_page by Peng Tao · 15 years ago
  78. c333e07 ext4: remove redundant test on unsigned by Roel Kluin · 15 years ago
  79. 785b4b3 ext4: fix build warning when EXT4FS_DEBUG is on by Peng Tao · 15 years ago
  80. 1cf2968 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  81. 833576b ext4: Fix ext4_mb_initialize_context() to initialize all fields by Theodore Ts'o · 15 years ago
  82. ac046f1 ext4: fix null handler of ioctls in no journal mode by Peng Tao · 15 years ago
  83. e6b5d30 ext4: Fix buffer head reference leak in no-journal mode by Curt Wohlgemuth · 15 years ago
  84. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  85. 1c71850 ext4: Fix compile warnings with MB_DEBUG by Akira Fujita · 15 years ago
  86. 5a4a798 ext4: Remove unnecessary semicolons in mballoc.c by Joe Perches · 15 years ago
  87. 6487a9d ext4: More buffer head reference leaks by Curt Wohlgemuth · 15 years ago
  88. 78f1ddb ext4: Avoid null pointer dereference when decoding EROFS w/o a journal by Theodore Ts'o · 15 years ago
  89. 43b3852 ext4: Fix typo in ext4/Kconfig by Manish Katiyar · 15 years ago
  90. 024eab4 ext4: Fix memory leak fix when mounting an ext4 filesystem by Aneesh Kumar K.V · 15 years ago
  91. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  92. d4bfe2f switch ext4 to inode->i_acl by Al Viro · 15 years ago
  93. 31583d6a Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  94. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  95. 210ad6a ext4: avoid unnecessary spinlock in critical POSIX ACL path by Theodore Ts'o · 15 years ago
  96. 4159175 ext4: Don't update ctime for non-extent-mapped inodes by Theodore Ts'o · 15 years ago
  97. 62e086b ext4: Move __ext4_journalled_writepage() to avoid forward declaration by Aneesh Kumar K.V · 15 years ago
  98. 43ce1d2 ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc by Aneesh Kumar K.V · 15 years ago
  99. c364b22 ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocation by Aneesh Kumar K.V · 15 years ago
  100. de9a55b ext4: Fix up whitespace issues in fs/ext4/inode.c by Theodore Ts'o · 15 years ago