1. 55ad63b ext4: fix extent sanity checking code with AGGRESSIVE_TEST by Theodore Ts'o · 15 years ago
  2. a36b449 ext4: use ext4_grpblk_t more extensively by Eric Sandeen · 15 years ago
  3. 1927805 ext4: use variables not types in sizeofs() for allocations by Eric Sandeen · 15 years ago
  4. a8526e8 ext4: Add missing unlock_new_inode() call in extent migration code by Aneesh Kumar K.V · 15 years ago
  5. a13fb1a ext4: Add feature set check helper for mount & remount paths by Eric Sandeen · 15 years ago
  6. 38877f4 simplify some logic in ext4_mb_normalize_request by Eric Sandeen · 15 years ago
  7. 0373130 ext4: open-code ext4_mb_update_group_info by Eric Sandeen · 15 years ago
  8. bf43d84 ext4: reject too-large filesystems on 32-bit kernels by Eric Sandeen · 15 years ago
  9. 487caee ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks() by Jan Kara · 15 years ago
  10. 553f900 ext4: Show unwritten extent flag in ext4_ext_show_leaf() by Mingming · 15 years ago
  11. 84fe3be ext4: Compile warning fix when EXT_DEBUG enabled by Mingming · 15 years ago
  12. 5079748 ext4: Avoid group preallocation for closed files by Theodore Ts'o · 15 years ago
  13. 4ba74d0 ext4: Fix bugs in mballoc's stream allocation mode by Theodore Ts'o · 15 years ago
  14. 0ef90db ext4: Display the mballoc flags in mb_history in hex instead of decimal by Theodore Ts'o · 15 years ago
  15. 6ba495e ext4: Add configurable run-time mballoc debugging by Theodore Ts'o · 15 years ago
  16. 91cc219 ext4: fix journal ref count in move_extent_par_page by Peng Tao · 15 years ago
  17. c333e07 ext4: remove redundant test on unsigned by Roel Kluin · 15 years ago
  18. 785b4b3 ext4: fix build warning when EXT4FS_DEBUG is on by Peng Tao · 15 years ago
  19. 1c71850 ext4: Fix compile warnings with MB_DEBUG by Akira Fujita · 15 years ago
  20. 5a4a798 ext4: Remove unnecessary semicolons in mballoc.c by Joe Perches · 15 years ago
  21. 6487a9d ext4: More buffer head reference leaks by Curt Wohlgemuth · 15 years ago
  22. 78f1ddb ext4: Avoid null pointer dereference when decoding EROFS w/o a journal by Theodore Ts'o · 15 years ago
  23. 43b3852 ext4: Fix typo in ext4/Kconfig by Manish Katiyar · 15 years ago
  24. 024eab4 ext4: Fix memory leak fix when mounting an ext4 filesystem by Aneesh Kumar K.V · 15 years ago
  25. 0d34ec6 ext4: Remove syncing logic from ext4_file_write by Jan Kara · 15 years ago
  26. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  27. 1cf2968 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  28. 833576b ext4: Fix ext4_mb_initialize_context() to initialize all fields by Theodore Ts'o · 15 years ago
  29. ac046f1 ext4: fix null handler of ioctls in no journal mode by Peng Tao · 15 years ago
  30. e6b5d30 ext4: Fix buffer head reference leak in no-journal mode by Curt Wohlgemuth · 15 years ago
  31. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  32. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  33. d4bfe2f switch ext4 to inode->i_acl by Al Viro · 15 years ago
  34. 31583d6a Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  35. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  36. 210ad6a ext4: avoid unnecessary spinlock in critical POSIX ACL path by Theodore Ts'o · 15 years ago
  37. 4159175 ext4: Don't update ctime for non-extent-mapped inodes by Theodore Ts'o · 15 years ago
  38. 62e086b ext4: Move __ext4_journalled_writepage() to avoid forward declaration by Aneesh Kumar K.V · 15 years ago
  39. 43ce1d2 ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc by Aneesh Kumar K.V · 15 years ago
  40. c364b22 ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocation by Aneesh Kumar K.V · 15 years ago
  41. de9a55b ext4: Fix up whitespace issues in fs/ext4/inode.c by Theodore Ts'o · 15 years ago
  42. 0610b6e ext4: Fix 64-bit block type problem on 32-bit platforms by Theodore Ts'o · 15 years ago
  43. 1101391 ext4: teach the inode allocator to use a goal inode number by Andreas Dilger · 15 years ago
  44. f157a4a ext4: Use a hash of the topdir directory name for the Orlov parent group by Theodore Ts'o · 15 years ago
  45. 4ab2f15 ext4: move the abort flag from s_mount_opts to s_mount_flags by Theodore Ts'o · 15 years ago
  46. bc0b0d6 ext4: update the s_last_mounted field in the superblock by Theodore Ts'o · 15 years ago
  47. 7f4520c ext4: change s_mount_opt to be an unsigned int by Theodore Ts'o · 15 years ago
  48. 748de67 ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl by Akira Fujita · 15 years ago
  49. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  50. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  51. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  52. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  53. a9e220f No need to do lock_super() for exclusion in generic_shutdown_super() by Al Viro · 15 years ago
  54. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  55. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  56. a41f207 ext4: Avoid corrupting the uninitialized bit in the extent during truncate by Aneesh Kumar K.V · 15 years ago
  57. 0eab928 ext4: Don't treat a truncation of a zero-length file as replace-via-truncate by Theodore Ts'o · 15 years ago
  58. 9aee228 ext4: fix dx_map_entry to support 256k directory blocks by Toshiyuki Okajima · 15 years ago
  59. f851408 ext4: truncate the file properly if we fail to copy data from userspace by Aneesh Kumar K.V · 15 years ago
  60. 1938a15 ext4: Avoid leaking blocks after a block allocation failure by Aneesh Kumar K.V · 15 years ago
  61. b31e155 ext4: Change all super.c messages to print the device by Eric Sandeen · 15 years ago
  62. 03f5d8b ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle() by Jan Kara · 15 years ago
  63. b767e78 ext4: Don't look at buffer_heads outside i_size. by Aneesh Kumar K.V · 15 years ago
  64. e646286 ext4: Fix goal inum check in the inode allocator by Johann Lombardi · 15 years ago
  65. 5adfee9 ext4: fix no journal corruption with locale-gen by Theodore Ts'o · 15 years ago
  66. 5887e98 ext4: Calculate required journal credits for inserting an extent properly by Aneesh Kumar K.V · 15 years ago
  67. ffacfa7 ext4: Fix truncation of symlinks after failed write by Jan Kara · 15 years ago
  68. 3e03f9c ext4: Use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  69. 726447d ext4: naturally align struct ext4_allocation_request by Eric Sandeen · 15 years ago
  70. 089ceec ext4: mark several more functions in mballoc.c as noinline by Eric Sandeen · 15 years ago
  71. f4a0101 ext4: Fix potential reclaim deadlock when truncating partial block by Theodore Ts'o · 15 years ago
  72. 0b8e58a ext4: super.c whitespace cleanup by Andreas Dilger · 15 years ago
  73. 88b6edd ext4: Clean up calls to ext4_get_group_desc() by Theodore Ts'o · 15 years ago
  74. 759d427 ext4: remove unused function __ext4_write_dirty_metadata by Theodore Ts'o · 15 years ago
  75. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  76. f683016 ext4: Fix memory leak in ext4_fill_super() in case of a failed mount by Manish Katiyar · 15 years ago
  77. 0568c51 ext4: down i_data_sem only for read when walking tree for fiemap by Theodore Ts'o · 15 years ago
  78. 6fd058f ext4: Add a comprehensive block validity check to ext4_get_blocks() by Theodore Ts'o · 15 years ago
  79. 2ec0ae3 ext4: Fix race in ext4_inode_info.i_cached_extent by Theodore Ts'o · 15 years ago
  80. 2a8964d ext4: Clear the unwritten buffer_head flag after the extent is initialized by Aneesh Kumar K.V · 15 years ago
  81. 2ac3b6e ext4: Clean up ext4_get_blocks() so it does not depend on bh_result->b_state by Theodore Ts'o · 15 years ago
  82. 2fa3cdf ext4: Merge ext4_da_get_block_write() into mpage_da_map_blocks() by Theodore Ts'o · 15 years ago
  83. 33b9817 ext4: Use a fake block number for delayed new buffer_head by Aneesh Kumar K.V · 15 years ago
  84. 9c1ee18 ext4: Fix sub-block zeroing for writes into preallocated extents by Aneesh Kumar K.V · 15 years ago
  85. a2dc52b ext4: Add BUG_ON debugging checks to noalloc_get_block_write() by Theodore Ts'o · 15 years ago
  86. b920c75 ext4: Add documentation to the ext4_*get_block* functions by Theodore Ts'o · 15 years ago
  87. c217705 ext4: Define a new set of flags for ext4_get_blocks() by Theodore Ts'o · 15 years ago
  88. 12b7ac1 ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks() by Theodore Ts'o · 15 years ago
  89. e4d996c ext4: Rename ext4_get_blocks_handle() to be ext4_ind_get_blocks() by Theodore Ts'o · 15 years ago
  90. f888e65 ext4: Simplify function signature for ext4_da_get_block_write() by Theodore Ts'o · 15 years ago
  91. bc8e674 ext4: Fix spinlock assertions on UP systems by Vincent Minet · 15 years ago
  92. 955ce5f ext4: Convert ext4_lock_group to use sb_bgl_lock by Aneesh Kumar K.V · 15 years ago
  93. eefd7f0 ext4: fix the length returned by fiemap for an unallocated extent by Theodore Ts'o · 15 years ago
  94. c9877b2 ext4: fix for fiemap last-block test by Eric Sandeen · 15 years ago
  95. abc8746 ext4: hook fiemap operation for directories by Aneesh Kumar K.V · 15 years ago
  96. f403390 ext4: Make the length of the mb_history file tunable by Curt Wohlgemuth · 15 years ago
  97. bb23c20 ext4: Move fs/ext4/group.h into ext4.h by Theodore Ts'o · 15 years ago
  98. 596397b ext4: Move fs/ext4/namei.h into ext4.h by Theodore Ts'o · 15 years ago
  99. ca0faba ext4: Move the ext4_sb.h header file into ext4.h by Theodore Ts'o · 15 years ago
  100. d444c3c ext4: Move the ext4_i.h header file into ext4.h by Theodore Ts'o · 15 years ago