1. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  2. 210ad6a ext4: avoid unnecessary spinlock in critical POSIX ACL path by Theodore Ts'o · 15 years ago
  3. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  4. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  5. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  6. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  7. a9e220f No need to do lock_super() for exclusion in generic_shutdown_super() by Al Viro · 15 years ago
  8. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  9. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  10. a41f207 ext4: Avoid corrupting the uninitialized bit in the extent during truncate by Aneesh Kumar K.V · 15 years ago
  11. 0eab928 ext4: Don't treat a truncation of a zero-length file as replace-via-truncate by Theodore Ts'o · 15 years ago
  12. 9aee228 ext4: fix dx_map_entry to support 256k directory blocks by Toshiyuki Okajima · 15 years ago
  13. f851408 ext4: truncate the file properly if we fail to copy data from userspace by Aneesh Kumar K.V · 15 years ago
  14. 1938a15 ext4: Avoid leaking blocks after a block allocation failure by Aneesh Kumar K.V · 15 years ago
  15. b31e155 ext4: Change all super.c messages to print the device by Eric Sandeen · 15 years ago
  16. 03f5d8b ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle() by Jan Kara · 15 years ago
  17. 0b8e58a ext4: super.c whitespace cleanup by Andreas Dilger · 15 years ago
  18. 88b6edd ext4: Clean up calls to ext4_get_group_desc() by Theodore Ts'o · 15 years ago
  19. 759d427 ext4: remove unused function __ext4_write_dirty_metadata by Theodore Ts'o · 15 years ago
  20. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  21. f683016 ext4: Fix memory leak in ext4_fill_super() in case of a failed mount by Manish Katiyar · 15 years ago
  22. 0568c51 ext4: down i_data_sem only for read when walking tree for fiemap by Theodore Ts'o · 15 years ago
  23. 6fd058f ext4: Add a comprehensive block validity check to ext4_get_blocks() by Theodore Ts'o · 15 years ago
  24. 2ec0ae3 ext4: Fix race in ext4_inode_info.i_cached_extent by Theodore Ts'o · 15 years ago
  25. 2a8964d ext4: Clear the unwritten buffer_head flag after the extent is initialized by Aneesh Kumar K.V · 15 years ago
  26. 2ac3b6e ext4: Clean up ext4_get_blocks() so it does not depend on bh_result->b_state by Theodore Ts'o · 15 years ago
  27. 2fa3cdf ext4: Merge ext4_da_get_block_write() into mpage_da_map_blocks() by Theodore Ts'o · 15 years ago
  28. 33b9817 ext4: Use a fake block number for delayed new buffer_head by Aneesh Kumar K.V · 15 years ago
  29. 9c1ee18 ext4: Fix sub-block zeroing for writes into preallocated extents by Aneesh Kumar K.V · 15 years ago
  30. a2dc52b ext4: Add BUG_ON debugging checks to noalloc_get_block_write() by Theodore Ts'o · 15 years ago
  31. b920c75 ext4: Add documentation to the ext4_*get_block* functions by Theodore Ts'o · 15 years ago
  32. c217705 ext4: Define a new set of flags for ext4_get_blocks() by Theodore Ts'o · 15 years ago
  33. 12b7ac1 ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks() by Theodore Ts'o · 15 years ago
  34. e4d996c ext4: Rename ext4_get_blocks_handle() to be ext4_ind_get_blocks() by Theodore Ts'o · 15 years ago
  35. f888e65 ext4: Simplify function signature for ext4_da_get_block_write() by Theodore Ts'o · 15 years ago
  36. bc8e674 ext4: Fix spinlock assertions on UP systems by Vincent Minet · 15 years ago
  37. 955ce5f ext4: Convert ext4_lock_group to use sb_bgl_lock by Aneesh Kumar K.V · 15 years ago
  38. eefd7f0 ext4: fix the length returned by fiemap for an unallocated extent by Theodore Ts'o · 15 years ago
  39. c9877b2 ext4: fix for fiemap last-block test by Eric Sandeen · 15 years ago
  40. abc8746 ext4: hook fiemap operation for directories by Aneesh Kumar K.V · 15 years ago
  41. f403390 ext4: Make the length of the mb_history file tunable by Curt Wohlgemuth · 15 years ago
  42. bb23c20 ext4: Move fs/ext4/group.h into ext4.h by Theodore Ts'o · 15 years ago
  43. 596397b ext4: Move fs/ext4/namei.h into ext4.h by Theodore Ts'o · 15 years ago
  44. ca0faba ext4: Move the ext4_sb.h header file into ext4.h by Theodore Ts'o · 15 years ago
  45. d444c3c ext4: Move the ext4_i.h header file into ext4.h by Theodore Ts'o · 15 years ago
  46. 75507ef ext4: Don't avoid using BLOCK_UNINIT block groups in mballoc by Theodore Ts'o · 15 years ago
  47. 32ed505 ext4: Replace lock/unlock_super() with an explicit lock for resizing by Theodore Ts'o · 15 years ago
  48. 3b9d4ed ext4: Replace lock/unlock_super() with an explicit lock for the orphan list by Theodore Ts'o · 15 years ago
  49. a63c9eb ext4: ext4_mark_recovery_complete() doesn't need to use lock_super by Theodore Ts'o · 15 years ago
  50. 114e9fc ext4: Remove outdated comment about lock_super() by Theodore Ts'o · 15 years ago
  51. 8df9675 ext4: Avoid races caused by on-line resizing and SMP memory reordering by Theodore Ts'o · 15 years ago
  52. 9ca9238 ext4: Use separate super_operations structure for no_journal filesystems by Theodore Ts'o · 15 years ago
  53. 7234ab2 ext4: Fix and simplify s_dirt handling by Theodore Ts'o · 15 years ago
  54. e2d6705 ext4: Simplify ext4_commit_super()'s function signature by Theodore Ts'o · 15 years ago
  55. f7c4395 ext4: Use is_power_of_2() for clarity by Theodore Ts'o · 15 years ago
  56. c5ca7c7 ext4: Fallback to vmalloc if kmalloc can't allocate s_flex_groups array by Theodore Ts'o · 15 years ago
  57. 29fa89d ext4: Mark the unwritten buffer_head as mapped during write_begin by Aneesh Kumar K.V · 15 years ago
  58. 79ffab3 ext4: Properly initialize the buffer_head state by Aneesh Kumar K.V · 15 years ago
  59. c4b5a61 ext4: Do not try to validate extents on special files by Theodore Ts'o · 15 years ago
  60. a9e8174 ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present by Theodore Ts'o · 15 years ago
  61. 485c26e ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode by Theodore Ts'o · 15 years ago
  62. a4277bf1 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  63. b5451f7 ext4: Fix potential inode allocation soft lockup in Orlov allocator by Theodore Ts'o · 15 years ago
  64. e84a26c ext4: Make the extent validity check more paranoid by Theodore Ts'o · 15 years ago
  65. 226e7da ext4: Remove code handling bio_alloc failure with __GFP_WAIT by Nikanth Karthikesan · 15 years ago
  66. 6b82f3c ext4: really print the find_group_flex fallback warning only once by Chuck Ebbert · 15 years ago
  67. 0f2ddca ext4: check block device size on mount by From: Thiemo Nagel · 15 years ago
  68. e44543b ext4: Fix off-by-one-error in ext4_valid_extent_idx() by Thiemo Nagel · 15 years ago
  69. f73953c ext4: Fix big-endian problem in __ext4_check_blockref() by Thiemo Nagel · 15 years ago
  70. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  71. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  72. 395d734 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  73. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  74. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  75. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 15 years ago
  76. 06705bf ext4: Regularize mount options by Theodore Ts'o · 15 years ago
  77. e7c9e3e ext4: fix locking typo in mballoc which could cause soft lockup hangs by Theodore Ts'o · 15 years ago
  78. a7b1944 ext4: fix typo which causes a memory leak on error path by Dan Carpenter · 15 years ago
  79. cc0fb9a ext4: Rename pa_linear to pa_type by Aneesh Kumar K.V · 15 years ago
  80. fe2c819 ext4: add checks of block references for non-extent inodes by Thiemo Nagel · 15 years ago
  81. 563bdd6 ext4: Check for an valid i_mode when reading the inode from disk by Theodore Ts'o · 15 years ago
  82. a269eb1 ext4: Use lowercase names of quota functions by Jan Kara · 15 years ago
  83. 60e58e0 ext4: quota reservation for delayed allocation by Mingming Cao · 15 years ago
  84. edf7245 ext4: Remove unnecessary quota functions by Jan Kara · 15 years ago
  85. d33a197 ext4: fix bb_prealloc_list corruption due to wrong group locking by Eric Sandeen · 15 years ago
  86. afd4672 ext4: Add auto_da_alloc mount option by Theodore Ts'o · 15 years ago
  87. 8d03c7a ext4: fix bogus BUG_ONs in in mballoc code by Eric Sandeen · 15 years ago
  88. 2842c3b ext4: Print the find_group_flex() warning only once by Theodore Ts'o · 15 years ago
  89. 395a87b ext4: fix header check in ext4_ext_search_right() for deep extent trees. by Eric Sandeen · 15 years ago
  90. 7d39db1 ext4: Use struct flex_groups to calculate get_orlov_stats() by Theodore Ts'o · 15 years ago
  91. 9f24e42 ext4: Use atomic_t's in struct flex_groups by Theodore Ts'o · 15 years ago
  92. b713a5e ext4: remove /proc tuning knobs by Theodore Ts'o · 15 years ago
  93. 3197ebd ext4: Add sysfs support by Theodore Ts'o · 15 years ago
  94. 7ce9d5d ext4: fix ext4_free_inode() vs. ext4_claim_inode() race by Eric Sandeen · 15 years ago
  95. afc32f7 ext4: Track lifetime disk writes by Theodore Ts'o · 15 years ago
  96. d601430 ext4: Fix discard of inode prealloc space with delayed allocation. by Aneesh Kumar K.V · 15 years ago
  97. 8f64b32 ext4: don't call jbd2_journal_force_commit_nested without journal by Eric Sandeen · 15 years ago
  98. 8b1a8ff ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze() by Theodore Ts'o · 15 years ago
  99. 8750c6d ext4: Automatically allocate delay allocated blocks on rename by Theodore Ts'o · 15 years ago
  100. 7d8f9f7 ext4: Automatically allocate delay allocated blocks on close by Theodore Ts'o · 15 years ago