1. 9f24e42 ext4: Use atomic_t's in struct flex_groups by Theodore Ts'o · 15 years ago
  2. e187c65 ext4: remove call to ext4_group_desc() in ext4_group_used_meta_blocks() by Theodore Ts'o · 15 years ago
  3. a269eb1 ext4: Use lowercase names of quota functions by Jan Kara · 15 years ago
  4. 8f64b32 ext4: don't call jbd2_journal_force_commit_nested without journal by Eric Sandeen · 15 years ago
  5. 9fd9784 ext4: Fix building with EXT4FS_DEBUG by Thadeu Lima de Souza Cascardo · 15 years ago
  6. 2ccb5fb ext4: Use new buffer_head flag to check uninit group bitmaps initialization by Aneesh Kumar K.V · 16 years ago
  7. 3300bed ext4: code cleanup by Aneesh Kumar K.V · 16 years ago
  8. 560671a ext4: Use high 16 bits of the block group descriptor's free counts fields by Aneesh Kumar K.V · 16 years ago
  9. 920313a ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize by Aneesh Kumar K.V · 16 years ago
  10. e21675d ext4: Add blocks added during resize to bitmap by Aneesh Kumar K.V · 16 years ago
  11. 498e5f2 ext4: Change unsigned long to unsigned int by Theodore Ts'o · 16 years ago
  12. a9df9a4 ext4: Make ext4_group_t be an unsigned int by Theodore Ts'o · 16 years ago
  13. fde4d95 ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning() by Theodore Ts'o · 16 years ago
  14. 0390131 ext4: Allow ext4 to run without a journal by Frank Mayhar · 16 years ago
  15. 97df5d1 ext4: remove do_blk_alloc() by Theodore Ts'o · 16 years ago
  16. cfe82c8 ext4: remove ext4_new_meta_block() by Theodore Ts'o · 16 years ago
  17. 815a113 ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directly by Theodore Ts'o · 16 years ago
  18. 8f72fbd ext4: fix printk format warning by Alexander Beregalov · 16 years ago
  19. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  20. 02d2116 revert "percpu_counter: new function percpu_counter_sum_and_set" by Andrew Morton · 16 years ago
  21. 71c5576 revert "percpu counter: clean up percpu_counter_sum_and_set()" by Andrew Morton · 16 years ago
  22. 4c9c544 CRED: Wrap task credential accesses in the Ext4 filesystem by David Howells · 16 years ago
  23. a996031 delay capable() check in ext4_has_free_blocks() by Eric Sandeen · 16 years ago
  24. 8c3bf8a0 merge ext4_claim_free_blocks & ext4_has_free_blocks by Eric Sandeen · 16 years ago
  25. a1aebc1 ext4: Don't reuse released data blocks until transaction commits by Aneesh Kumar K.V · 16 years ago
  26. c806e68 ext4: fix initialization of UNINIT bitmap blocks by Frederic Bohe · 16 years ago
  27. c2ea3fd ext4: Remove old legacy block allocator by Theodore Ts'o · 16 years ago
  28. 166348d ext4: Don't add the inode to journal handle until after the block is allocated by Aneesh Kumar K.V · 16 years ago
  29. 68629f2 ext4: Fix ext4 nomballoc allocator for ENOSPC by Aneesh Kumar K.V · 16 years ago
  30. 5c79161 ext4: Signed arithmetic fix by Aneesh Kumar K.V · 16 years ago
  31. 6bc6e63 ext4: Add percpu dirty block accounting. by Aneesh Kumar K.V · 16 years ago
  32. 030ba6b ext4: Retry block reservation by Aneesh Kumar K.V · 16 years ago
  33. a30d542a ext4: Make sure all the block allocation paths reserve blocks by Aneesh Kumar K.V · 16 years ago
  34. af5bc92 ext4: Fix whitespace checkpatch warnings/errors by Theodore Ts'o · 16 years ago
  35. 4776004f ext4: Add printk priority levels to clean up checkpatch warnings by Theodore Ts'o · 16 years ago
  36. 1f7c14c percpu counter: clean up percpu_counter_sum_and_set() by Mingming Cao · 16 years ago
  37. 16eb729 ext4: make sure ext4_has_free_blocks returns 0 for ENOSPC by Aneesh Kumar K.V · 16 years ago
  38. b5f10ee ext4: lock block groups when initializing by Eric Sandeen · 16 years ago
  39. e29d1cd ext4: sync up block and inode bitmap reading functions by Eric Sandeen · 16 years ago
  40. d2a1763 ext4: delayed allocation ENOSPC handling by Mingming Cao · 16 years ago
  41. e8ced39 percpu_counter: new function percpu_counter_sum_and_set by Mingming Cao · 16 years ago
  42. 0703143 ext4: mballoc avoid use root reserved blocks for non root allocation by Mingming Cao · 16 years ago
  43. 654b490 ext4: cleanup block allocator by Aneesh Kumar K.V · 16 years ago
  44. 7061eba ext4: Use inode preallocation with -o noextents by Aneesh Kumar K.V · 16 years ago
  45. 6afd670 ext4: fix ext4_init_block_bitmap() for metablock block group by Akinobu Mita · 16 years ago
  46. 7477827 ext4: Fix sparse warning by Aneesh Kumar K.V · 16 years ago
  47. 772cb7c ext4: New inode allocation for FLEX_BG meta-data groups. by Jose R. Santos · 16 years ago
  48. 574ca17 ext4: Rename read_block_bitmap() to ext4_read_block_bitmap() by Theodore Ts'o · 16 years ago
  49. 07d45f1 ext4: Use BUG_ON() instead of BUG() by Julia Lawall · 16 years ago
  50. 0bf7e83 ext4: Fix uninit block group initialization with FLEX_BG by Jose R. Santos · 16 years ago
  51. 519deca ext4: Retry block allocation if new blocks are allocated from system zone. by Aneesh Kumar K.V · 16 years ago
  52. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 16 years ago
  53. 46e665e ext4: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  54. d00a6d7 ext4: use ext4_group_first_block_no() by Akinobu Mita · 16 years ago
  55. e8546d0 ext4: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  56. 859cb93 ext[234]: cleanup ext[234]_bg_num_gdb() by Akinobu Mita · 16 years ago
  57. 144704e ext[234]: fix comment for nonexistent variable by Akinobu Mita · 16 years ago
  58. c9de560 ext4: Add multi block allocator for ext4 by Alex Tomas · 16 years ago
  59. c549a95 ext4: fix up EXT4FS_DEBUG builds by Eric Sandeen · 16 years ago
  60. 0e855ac ext4: Convert truncate_mutex to read write semaphore. by Aneesh Kumar K.V · 16 years ago
  61. abcb294 ext4: add block bitmap validation by Aneesh Kumar K.V · 16 years ago
  62. cb47dce ext4: Return after ext4_error in case of failures by Aneesh Kumar K.V · 16 years ago
  63. fd2d429 ext4: add ext4_group_t, and change all group variables to this type. by Avantika Mathur · 16 years ago
  64. 0b832a4 Revert "ext2/ext3/ext4: add block bitmap validation" by Linus Torvalds · 17 years ago
  65. 5272f83 ext4: Convert bg_inode_bitmap and bg_inode_table by Aneesh Kumar K.V · 17 years ago
  66. 717d50e Ext4: Uninitialized Block Groups by Andreas Dilger · 17 years ago
  67. 7c9e69f ext2/ext3/ext4: add block bitmap validation by Aneesh Kumar K.V · 17 years ago
  68. 3cb4f9f lib: percpu_counter_sub by Peter Zijlstra · 17 years ago
  69. aa0dff2 lib: percpu_counter_add by Peter Zijlstra · 17 years ago
  70. e23291b jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG by Jose R. Santos · 17 years ago
  71. 29bc5b4 mistaken ext4_inode_bitmap for ext4_block_bitmap by Toshiyuki Okajima · 17 years ago
  72. 8c55e20 EXT4: Fix whitespace by Dave Kleikamp · 17 years ago
  73. e627432 [PATCH] ext[234]: update documentation by Aneesh Kumar K.V · 17 years ago
  74. ec0837f [PATCH] ext4 balloc: fix _with_rsv freeze by Hugh Dickins · 18 years ago
  75. 341cee4 [PATCH] ext4 balloc: use io_error label by Hugh Dickins · 18 years ago
  76. b78a657 [PATCH] ext4 balloc: say rb_entry not list_entry by Hugh Dickins · 18 years ago
  77. b2f2c76 [PATCH] ext4 balloc: fix off-by-one against rsv_end by Hugh Dickins · 18 years ago
  78. e7dc95d [PATCH] ext4 balloc: fix off-by-one against grp_goal by Hugh Dickins · 18 years ago
  79. cd16c8f [PATCH] ext4 balloc: reset windowsz when full by Hugh Dickins · 18 years ago
  80. 1df1e63 [PATCH] ext4: fix reservation extension by Mingming Cao · 18 years ago
  81. f4e5bc2 [PATCH] ext4 64 bit divide fix by Andrew Morton · 18 years ago
  82. 72b64b5 [PATCH] ext4 uninline ext4_get_group_no_and_offset() by Andrew Morton · 18 years ago
  83. 8fadc14 [PATCH] ext4: move block number hi bits by Alexandre Ratchov · 18 years ago
  84. 0d1ee42 [PATCH] ext4: allow larger descriptor size by Alexandre Ratchov · 18 years ago
  85. 2ae0210 [PATCH] ext4: blk_type from sector_t to unsigned long long by Mingming Cao · 18 years ago
  86. bd81d8e [PATCH] ext4: 64bit metadata by Laurent Vivier · 18 years ago
  87. 3a5b2ec [PATCH] ext4: switch fsblk to sector_t by Mingming Cao · 18 years ago
  88. dab291a [PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd by Mingming Cao · 18 years ago
  89. 617ba13 [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols by Mingming Cao · 18 years ago
  90. ac27a0e [PATCH] ext4: initial copy of files from ext3 by Dave Kleikamp · 18 years ago