1. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  2. 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
  3. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  4. 0d54b21 const: make struct super_block::s_qcop const by Alexey Dobriyan · 15 years ago
  5. 61e225d const: make struct super_block::dq_op const by Alexey Dobriyan · 15 years ago
  6. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  7. 0a80e98 ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK by Eric Sandeen · 15 years ago
  8. 5534fb5 ext4: Fix the alloc on close after a truncate hueristic by Theodore Ts'o · 15 years ago
  9. fb40ba0 ext4: Add a tracepoint for ext4_alloc_da_blocks() by Theodore Ts'o · 15 years ago
  10. 1b9c12f ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags by Theodore Ts'o · 15 years ago
  11. fb0a387 ext4: limit block allocations for indirect-block files to < 2^32 by Eric Sandeen · 15 years ago
  12. c40ce3c ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  13. 347fa6f ext4: Add null extent check to ext_get_path by Akira Fujita · 15 years ago
  14. 2147b1a ext4: Replace BUG_ON() with ext4_error() in move_extents.c by Akira Fujita · 15 years ago
  15. e850597 ext4: Replace get_ext_path macro with an inline funciton by Akira Fujita · 15 years ago
  16. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  17. 3661d28 ext4: Fix include/trace/events/ext4.h to work with Systemtap by Theodore Ts'o · 15 years ago
  18. 0d34ec6 ext4: Remove syncing logic from ext4_file_write by Jan Kara · 15 years ago
  19. 7ad9bb6 ext4: Fix initalization of s_flex_groups by Theodore Ts'o · 15 years ago
  20. 1f7bebb ext4: Always set dx_node's fake_dirent explicitly. by Andreas Schlick · 15 years ago
  21. 71290b3 ext4: Don't update superblock write time when filesystem is read-only by Theodore Ts'o · 15 years ago
  22. 08c3a81 ext4: Clarify the locking details in mballoc by Aneesh Kumar K.V · 15 years ago
  23. f41c075 ext4: check for need init flag in ext4_mb_load_buddy by Aneesh Kumar K.V · 15 years ago
  24. b6a758e ext4: move ext4_mb_init_group() function earlier in the mballoc.c by Aneesh Kumar K.V · 15 years ago
  25. 91ac6f4 ext4: Make non-journal fsync work properly by Frank Mayhar · 15 years ago
  26. fe188c0 ext4: Assure that metadata blocks are written during fsync in no journal mode by Theodore Ts'o · 15 years ago
  27. c7acb4c ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}() by Theodore Ts'o · 15 years ago
  28. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  29. 80e4246 ext4: print more sysadmin-friendly message in check_block_validity() by Theodore Ts'o · 15 years ago
  30. a827eaf ext4: Take page lock before looking at attached buffer_heads flags by Aneesh Kumar K.V · 15 years ago
  31. 44fc48f ext4: Fix small typo for move_extent_per_page() by Akira Fujita · 15 years ago
  32. 8d66691 ext4: Return exchanged blocks count to user space in failure by Akira Fujita · 15 years ago
  33. daea696 ext4: Remove unneeded BUG_ON() in ext4_move_extents() by Akira Fujita · 15 years ago
  34. 70d5d3d ext4: Fix wrong comparisons in mext_check_arguments() by Akira Fujita · 15 years ago
  35. 5f3481e ext4: fix cache flush in ext4_sync_file by Christoph Hellwig · 15 years ago
  36. d0646f7 ext4: Remove journal_checksum mount option and enable it by default by Theodore Ts'o · 15 years ago
  37. 7f1346a ext4: Declare seq_operations and file_operations structures as const by Tobias Klauser · 15 years ago
  38. b3a3ca8 ext4: Add new tracepoint: trace_ext4_da_write_pages() by Theodore Ts'o · 15 years ago
  39. de89de6 ext4: Restore wbc->range_start in ext4_da_writepages() by Theodore Ts'o · 15 years ago
  40. b05ab1d ext4: Limit number of links that can be created by ext4_link() by Theodore Ts'o · 15 years ago
  41. 2c94eb8 ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories by Aneesh Kumar K.V · 15 years ago
  42. 55ad63b ext4: fix extent sanity checking code with AGGRESSIVE_TEST by Theodore Ts'o · 15 years ago
  43. a36b449 ext4: use ext4_grpblk_t more extensively by Eric Sandeen · 15 years ago
  44. 1927805 ext4: use variables not types in sizeofs() for allocations by Eric Sandeen · 15 years ago
  45. a8526e8 ext4: Add missing unlock_new_inode() call in extent migration code by Aneesh Kumar K.V · 15 years ago
  46. a13fb1a ext4: Add feature set check helper for mount & remount paths by Eric Sandeen · 15 years ago
  47. 38877f4 simplify some logic in ext4_mb_normalize_request by Eric Sandeen · 15 years ago
  48. 0373130 ext4: open-code ext4_mb_update_group_info by Eric Sandeen · 15 years ago
  49. bf43d84 ext4: reject too-large filesystems on 32-bit kernels by Eric Sandeen · 15 years ago
  50. 487caee ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks() by Jan Kara · 15 years ago
  51. 553f900 ext4: Show unwritten extent flag in ext4_ext_show_leaf() by Mingming · 15 years ago
  52. 84fe3be ext4: Compile warning fix when EXT_DEBUG enabled by Mingming · 15 years ago
  53. 5079748 ext4: Avoid group preallocation for closed files by Theodore Ts'o · 15 years ago
  54. 4ba74d0 ext4: Fix bugs in mballoc's stream allocation mode by Theodore Ts'o · 15 years ago
  55. 0ef90db ext4: Display the mballoc flags in mb_history in hex instead of decimal by Theodore Ts'o · 15 years ago
  56. 6ba495e ext4: Add configurable run-time mballoc debugging by Theodore Ts'o · 15 years ago
  57. 91cc219 ext4: fix journal ref count in move_extent_par_page by Peng Tao · 15 years ago
  58. c333e07 ext4: remove redundant test on unsigned by Roel Kluin · 15 years ago
  59. 785b4b3 ext4: fix build warning when EXT4FS_DEBUG is on by Peng Tao · 15 years ago
  60. 1cf2968 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  61. 833576b ext4: Fix ext4_mb_initialize_context() to initialize all fields by Theodore Ts'o · 15 years ago
  62. ac046f1 ext4: fix null handler of ioctls in no journal mode by Peng Tao · 15 years ago
  63. e6b5d30 ext4: Fix buffer head reference leak in no-journal mode by Curt Wohlgemuth · 15 years ago
  64. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  65. 1c71850 ext4: Fix compile warnings with MB_DEBUG by Akira Fujita · 15 years ago
  66. 5a4a798 ext4: Remove unnecessary semicolons in mballoc.c by Joe Perches · 15 years ago
  67. 6487a9d ext4: More buffer head reference leaks by Curt Wohlgemuth · 15 years ago
  68. 78f1ddb ext4: Avoid null pointer dereference when decoding EROFS w/o a journal by Theodore Ts'o · 15 years ago
  69. 43b3852 ext4: Fix typo in ext4/Kconfig by Manish Katiyar · 15 years ago
  70. 024eab4 ext4: Fix memory leak fix when mounting an ext4 filesystem by Aneesh Kumar K.V · 15 years ago
  71. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  72. d4bfe2f switch ext4 to inode->i_acl by Al Viro · 15 years ago
  73. 31583d6a Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  74. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  75. 210ad6a ext4: avoid unnecessary spinlock in critical POSIX ACL path by Theodore Ts'o · 15 years ago
  76. 4159175 ext4: Don't update ctime for non-extent-mapped inodes by Theodore Ts'o · 15 years ago
  77. 62e086b ext4: Move __ext4_journalled_writepage() to avoid forward declaration by Aneesh Kumar K.V · 15 years ago
  78. 43ce1d2 ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc by Aneesh Kumar K.V · 15 years ago
  79. c364b22 ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocation by Aneesh Kumar K.V · 15 years ago
  80. de9a55b ext4: Fix up whitespace issues in fs/ext4/inode.c by Theodore Ts'o · 15 years ago
  81. 0610b6e ext4: Fix 64-bit block type problem on 32-bit platforms by Theodore Ts'o · 15 years ago
  82. 1101391 ext4: teach the inode allocator to use a goal inode number by Andreas Dilger · 15 years ago
  83. f157a4a ext4: Use a hash of the topdir directory name for the Orlov parent group by Theodore Ts'o · 15 years ago
  84. 4ab2f15 ext4: move the abort flag from s_mount_opts to s_mount_flags by Theodore Ts'o · 15 years ago
  85. bc0b0d6 ext4: update the s_last_mounted field in the superblock by Theodore Ts'o · 15 years ago
  86. 7f4520c ext4: change s_mount_opt to be an unsigned int by Theodore Ts'o · 15 years ago
  87. 748de67 ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl by Akira Fujita · 15 years ago
  88. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  89. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  90. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  91. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  92. a9e220f No need to do lock_super() for exclusion in generic_shutdown_super() by Al Viro · 15 years ago
  93. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  94. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  95. a41f207 ext4: Avoid corrupting the uninitialized bit in the extent during truncate by Aneesh Kumar K.V · 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. 9aee228 ext4: fix dx_map_entry to support 256k directory blocks by Toshiyuki Okajima · 15 years ago
  98. f851408 ext4: truncate the file properly if we fail to copy data from userspace by Aneesh Kumar K.V · 15 years ago
  99. 1938a15 ext4: Avoid leaking blocks after a block allocation failure by Aneesh Kumar K.V · 15 years ago
  100. b31e155 ext4: Change all super.c messages to print the device by Eric Sandeen · 15 years ago