1. 18e3143 ext4: add a function which extends a group without checking parameters by Yongqiang Yang · 12 years ago
  2. 021b65b ext4: Rename ext4_free_blks_{count,set}() to refer to clusters by Theodore Ts'o · 13 years ago
  3. 24aaa8e ext4: convert the free_blocks field in s_flex_groups to be free_clusters by Theodore Ts'o · 13 years ago
  4. 5704265 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter by Theodore Ts'o · 13 years ago
  5. f18a5f2 ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info by Theodore Ts'o · 13 years ago
  6. c49bafa ext4: add missing kfree() on error return path in add_new_gdb() by Dan Carpenter · 13 years ago
  7. 668f4dc ext4: simplify parameters of reserve_backup_gdb() by Yongqiang Yang · 13 years ago
  8. 2f91971 ext4: simplify parameters of add_new_gdb() by Yongqiang Yang · 13 years ago
  9. e6075e9 ext4: remove lock_buffer in bclean() and setup_new_group_blocks() by Yongqiang Yang · 13 years ago
  10. 6d40bc5 ext4: simplify journal handling in setup_new_group_blocks() by Yongqiang Yang · 13 years ago
  11. c3e94d1 ext4: let setup_new_group_blocks() set multiple bits at a time by Yongqiang Yang · 13 years ago
  12. 2b79b09 ext4: fix a typo in ext4_group_extend() by Yongqiang Yang · 13 years ago
  13. cc7365d ext4: let ext4_group_add_blocks() return an error code by Yongqiang Yang · 13 years ago
  14. 0529155 ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks() by Yongqiang Yang · 13 years ago
  15. ce723c3 ext4: prevent a fs with errors from being resized by Yongqiang Yang · 13 years ago
  16. 8f82f84 ext4: prevent parallel resizers by atomic bit ops by Yongqiang Yang · 13 years ago
  17. 537a031 ext4: unify the ext4_handle_release_buffer() api by Amir Goldstein · 13 years ago
  18. da488945 ext4: fix compile warnings with EXT4FS_DEBUG enabled by Theodore Ts'o · 13 years ago
  19. e9688f6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  20. b409714 ext4: add error checking to calls to ext4_handle_dirty_metadata() by Theodore Ts'o · 13 years ago
  21. 8a7411a ext4: fix on-line resizing regression by Theodore Ts'o · 14 years ago
  22. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  23. 61d0867 ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end() by Theodore Ts'o · 14 years ago
  24. a31437b ext4: use sb_issue_zeroout in setup_new_group_blocks by Lukas Czerner · 14 years ago
  25. 5a0790c ext4: remove initialized but not read variables by Andi Kleen · 14 years ago
  26. a037515 ext4: Clean up s_dirt handling by Theodore Ts'o · 14 years ago
  27. 42007ef ext4: check s_log_groups_per_flex in online resize code by Eric Sandeen · 14 years ago
  28. 12062dd ext4: move __func__ into a macro for ext4_warning, ext4_error by Eric Sandeen · 14 years ago
  29. c09eef3 ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks() by Roel Kluin · 15 years ago
  30. 08c3a81 ext4: Clarify the locking details in mballoc by Aneesh Kumar K.V · 15 years ago
  31. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  32. bb23c20 ext4: Move fs/ext4/group.h into ext4.h by Theodore Ts'o · 15 years ago
  33. 32ed505 ext4: Replace lock/unlock_super() with an explicit lock for resizing by Theodore Ts'o · 15 years ago
  34. 9f24e42 ext4: Use atomic_t's in struct flex_groups by Theodore Ts'o · 15 years ago
  35. fdff73f ext4: Initialize the new group descriptor when resizing the filesystem by Theodore Ts'o · 15 years ago
  36. 648f587 ext4: mark the blocks/inode bitmap beyond end of group as used by Aneesh Kumar K.V · 15 years ago
  37. 560671a ext4: Use high 16 bits of the block group descriptor's free counts fields by Aneesh Kumar K.V · 15 years ago
  38. 920313a ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize by Aneesh Kumar K.V · 15 years ago
  39. e21675d ext4: Add blocks added during resize to bitmap by Aneesh Kumar K.V · 15 years ago
  40. a9df9a4 ext4: Make ext4_group_t be an unsigned int by Theodore Ts'o · 15 years ago
  41. fde4d95 ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning() by Theodore Ts'o · 15 years ago
  42. 0390131 ext4: Allow ext4 to run without a journal by Frank Mayhar · 15 years ago
  43. 93c0d86 ext4: When resizing set the EXT4_BG_INODE_ZEROED flag for new block groups by Solofo.Ramangalahy@bull.net · 16 years ago
  44. c2ea3fd ext4: Remove old legacy block allocator by Theodore Ts'o · 16 years ago
  45. c62a11f Update flex_bg free blocks and free inodes counters when resizing. by Frederic Bohe · 16 years ago
  46. af5bc92 ext4: Fix whitespace checkpatch warnings/errors by Theodore Ts'o · 16 years ago
  47. 37609fd ext4: don't try to resize if there are no reserved gdt blocks left by Josef Bacik · 16 years ago
  48. 2b2d6d0 ext4: Cleanup whitespace and other miscellaneous style issues by Theodore Ts'o · 16 years ago
  49. 5f21b0e ext4: fix online resize with mballoc by Frederic Bohe · 16 years ago
  50. 2856922 Ext4: Fix online resize block group descriptor corruption by Frederic Bohe · 16 years ago
  51. 9446009 ext4: fix online resize bug by Josef Bacik · 16 years ago
  52. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 16 years ago
  53. 216553c ext4: fix wrong gfp type under transaction by Josef Bacik · 16 years ago
  54. 46e665e ext4: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  55. e8546d0 ext4: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  56. 5606bf5 ext4: add missing ext4_journal_stop() by Akinobu Mita · 16 years ago
  57. 1d1fe1e iget: stop EXT4 from using iget() and read_inode() by David Howells · 16 years ago
  58. c549a95 ext4: fix up EXT4FS_DEBUG builds by Eric Sandeen · 16 years ago
  59. fd2d429 ext4: add ext4_group_t, and change all group variables to this type. by Avantika Mathur · 16 years ago
  60. 1490410 ext4: lighten up resize transaction requirements by Eric Sandeen · 17 years ago
  61. 5b61528 ext4: fix setup_new_group_blocks locking by Eric Sandeen · 17 years ago
  62. 717d50e Ext4: Uninitialized Block Groups by Andreas Dilger · 17 years ago
  63. aa0dff2 lib: percpu_counter_add by Peter Zijlstra · 17 years ago
  64. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  65. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  66. 1939e49 [PATCH] ext4: fix printk format warnings by Randy Dunlap · 18 years ago
  67. 8fadc14 [PATCH] ext4: move block number hi bits by Alexandre Ratchov · 18 years ago
  68. 2ae0210 [PATCH] ext4: blk_type from sector_t to unsigned long long by Mingming Cao · 18 years ago
  69. bd81d8e [PATCH] ext4: 64bit metadata by Laurent Vivier · 18 years ago
  70. 3a5b2ec [PATCH] ext4: switch fsblk to sector_t by Mingming Cao · 18 years ago
  71. dab291a [PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd by Mingming Cao · 18 years ago
  72. 617ba13 [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols by Mingming Cao · 18 years ago
  73. ac27a0e [PATCH] ext4: initial copy of files from ext3 by Dave Kleikamp · 18 years ago