1. dd1f723 ext4: use prandom_u32() instead of get_random_bytes() by Theodore Ts'o · 11 years ago
  2. bdfb6ff ext4: mark group corrupt on group descriptor checksum by Darrick J. Wong · 11 years ago
  3. 87a3938 ext4: mark block group as corrupt on inode bitmap error by Darrick J. Wong · 11 years ago
  4. 19883bd ext4: avoid reusing recently deleted inodes in no journal mode by Theodore Ts'o · 11 years ago
  5. a34eb50 ext4: make sure group number is bumped after a inode allocation race by Theodore Ts'o · 11 years ago
  6. 5fe2fe8 ext4: provide wrappers for transaction reservation calls by Jan Kara · 11 years ago
  7. 9f20350 ext4: mark all metadata I/O with REQ_META by Theodore Ts'o · 11 years ago
  8. eb9cc7e ext4: move quota initialization out of inode allocation transaction by Jan Kara · 11 years ago
  9. 8c8e0ca ext4: fix usless declarations by Dmitri Monakho · 11 years ago
  10. 90ba983 ext4: use atomic64_t for the per-flexbg free_clusters count by Theodore Ts'o · 11 years ago
  11. 8de5c32 ext4: use KERN_WARNING for warning messages by Theodore Ts'o · 11 years ago
  12. 1139575 ext4: start handle at the last possible moment when creating inodes by Theodore Ts'o · 11 years ago
  13. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  14. f08225d ext4: enable ext4 inline support by Tao Ma · 11 years ago
  15. aeb1e5d6 ext4: fix possible use after free with metadata csum by Theodore Ts'o · 12 years ago
  16. ffb5387 ext4: fix unjournaled inode bitmap modification by Eric Sandeen · 12 years ago
  17. 79f1ba4 ext4: Checksum the block bitmap properly with bigalloc enabled by Tao Ma · 12 years ago
  18. f2a09af ext4: check free inode count before allocating an inode by Yongqiang Yang · 12 years ago
  19. 97a7406 ext4: remove useless marking of superblock dirty by Jan Kara · 12 years ago
  20. f6fb99c ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr by Theodore Ts'o · 12 years ago
  21. 4edebed Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  22. 6f2e9f0 ext4: protect group inode free counting with group lock by Tao Ma · 12 years ago
  23. bb3d132 ext4: fix potential NULL dereference in ext4_free_inodes_counts() by Dan Carpenter · 12 years ago
  24. 08cefc7 userns: Convert ext4 to user kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  25. feb0ab3 ext4: make block group checksums use metadata_csum algorithm by Darrick J. Wong · 12 years ago
  26. fa77dcf ext4: calculate and verify block bitmap checksum by Darrick J. Wong · 12 years ago
  27. 41a246d ext4: calculate and verify checksums for inode bitmaps by Darrick J. Wong · 12 years ago
  28. 814525f ext4: calculate and verify inode checksums by Darrick J. Wong · 12 years ago
  29. 92b9781 ext4: change some printk() calls to use ext4_msg() instead by Theodore Ts'o · 12 years ago
  30. 1084f25 ext4: remove trailing newlines from ext4_msg() and ext4_error() messages by Theodore Ts'o · 12 years ago
  31. 813e572 ext4: fix race when setting bitmap_uptodate flag by Theodore Ts'o · 12 years ago
  32. 119c0d4 ext4: fold ext4_claim_inode into ext4_new_inode by Theodore Ts'o · 12 years ago
  33. ff9cb1c Merge branch 'for_linus' into for_linus_merged by Theodore Ts'o · 12 years ago
  34. dcca3fe ext4: propagate umode_t by Al Viro · 13 years ago
  35. 597d508 ext4: use proper little-endian bitops by Akinobu Mita · 12 years ago
  36. 14c83c9 ext4: avoid counting the number of free inodes twice in find_group_orlov() by Theodore Ts'o · 12 years ago
  37. acd6ad8 ext4: fix error handling on inode bitmap corruption by Jan Kara · 12 years ago
  38. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  39. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  40. 4af8350 ext4: remove comments about extent mount option in ext4_new_inode() by Eryu Guan · 13 years ago
  41. 5cb81da ext4: fix quota accounting during migration by Dmitry Monakhov · 13 years ago
  42. e0cbee3 ext4: functions should not be declared extern by H Hartley Sweeten · 13 years ago
  43. 4113c4c ext4: remove deprecated oldalloc by Lukas Czerner · 13 years ago
  44. cff1dfd7 ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init() by Theodore Ts'o · 13 years ago
  45. 021b65b ext4: Rename ext4_free_blks_{count,set}() to refer to clusters by Theodore Ts'o · 13 years ago
  46. 24aaa8e ext4: convert the free_blocks field in s_flex_groups to be free_clusters by Theodore Ts'o · 13 years ago
  47. 5704265 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter by Theodore Ts'o · 13 years ago
  48. fd034a8 ext4: split out ext4_free_blocks_after_init() by Theodore Ts'o · 13 years ago
  49. 33853a0 ext4: use the correct error exit path in ext4_init_inode_table() by Yongqiang Yang · 13 years ago
  50. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  51. 0562e0b ext4: add more tracepoints and use dev_t in the trace buffer by Jiaying Zhang · 13 years ago
  52. 688f869 ext4: Initialize fsync transaction ids in ext4_new_inode() by Theodore Ts'o · 13 years ago
  53. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  54. 7dc5761 ext4: Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 13 years ago
  55. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  56. 353eb83 ext4: drop i_state_flags on architectures with 64-bit longs by Theodore Ts'o · 13 years ago
  57. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  58. 61d0867 ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end() by Theodore Ts'o · 14 years ago
  59. 1f109d5 ext4: make various ext4 functions be static by Theodore Ts'o · 14 years ago
  60. 857ac88 ext4: add interface to advertise ext4 features in sysfs by Lukas Czerner · 14 years ago
  61. bfff687 ext4: add support for lazy inode table initialization by Lukas Czerner · 14 years ago
  62. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  63. 0930fcc convert ext4 to ->evict_inode() by Al Viro · 14 years ago
  64. a037515 ext4: Clean up s_dirt handling by Theodore Ts'o · 14 years ago
  65. e4ce30f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  66. b10b852 ext4: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 14 years ago
  67. 12e9b89 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info by Dmitry Monakhov · 14 years ago
  68. d17413c ext4: clean up inode bitmaps manipulation in ext4_free_inode by Dmitry Monakhov · 14 years ago
  69. c4caae2 ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs by Eric Sandeen · 14 years ago
  70. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  71. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  72. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  73. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  74. 73b50c1 ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode by Curt Wohlgemuth · 14 years ago
  75. 12062dd ext4: move __func__ into a macro for ext4_warning, ext4_error by Eric Sandeen · 14 years ago
  76. 19f5fb7 ext4: Use bitops to read/modify EXT4_I(inode)->i_state by Theodore Ts'o · 14 years ago
  77. 785b4b3 ext4: fix build warning when EXT4FS_DEBUG is on by Peng Tao · 15 years ago
  78. e646286 ext4: Fix goal inum check in the inode allocator by Johann Lombardi · 15 years ago
  79. 1101391 ext4: teach the inode allocator to use a goal inode number by Andreas Dilger · 15 years ago
  80. f157a4a ext4: Use a hash of the topdir directory name for the Orlov parent group by Theodore Ts'o · 15 years ago
  81. 9bffad1 ext4: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  82. 88b6edd ext4: Clean up calls to ext4_get_group_desc() by Theodore Ts'o · 15 years ago
  83. 955ce5f ext4: Convert ext4_lock_group to use sb_bgl_lock by Aneesh Kumar K.V · 15 years ago
  84. bb23c20 ext4: Move fs/ext4/group.h into ext4.h by Theodore Ts'o · 15 years ago
  85. 8df9675 ext4: Avoid races caused by on-line resizing and SMP memory reordering by Theodore Ts'o · 15 years ago
  86. b5451f7 ext4: Fix potential inode allocation soft lockup in Orlov allocator by Theodore Ts'o · 15 years ago
  87. 6b82f3c ext4: really print the find_group_flex fallback warning only once by Chuck Ebbert · 15 years ago
  88. 7d39db1 ext4: Use struct flex_groups to calculate get_orlov_stats() by Theodore Ts'o · 15 years ago
  89. 9f24e42 ext4: Use atomic_t's in struct flex_groups by Theodore Ts'o · 15 years ago
  90. a491212 ext4: New inode/block allocation algorithms for flex_bg filesystems by Theodore Ts'o · 15 years ago
  91. 2dc6b0d ext4: tighten restrictions on inode flags by Duane Griffin · 15 years ago
  92. 8fa43a8 ext4: don't inherit inappropriate inode flags from parent by Duane Griffin · 15 years ago
  93. a269eb1 ext4: Use lowercase names of quota functions by Jan Kara · 15 years ago
  94. 2842c3b ext4: Print the find_group_flex() warning only once by Theodore Ts'o · 15 years ago
  95. 7ce9d5d ext4: fix ext4_free_inode() vs. ext4_claim_inode() race by Eric Sandeen · 15 years ago
  96. 05bf9e8 ext4: Add fallback for find_group_flex by Theodore Ts'o · 15 years ago
  97. 83982b6 ext4: Remove "extents" mount option by Theodore Ts'o · 15 years ago
  98. ba80b10 ext4: Add markers for better debuggability by Theodore Ts'o · 15 years ago
  99. 648f587 ext4: mark the blocks/inode bitmap beyond end of group as used by Aneesh Kumar K.V · 15 years ago
  100. 2ccb5fb ext4: Use new buffer_head flag to check uninit group bitmaps initialization by Aneesh Kumar K.V · 15 years ago