1. f99b258 ext4: Add support for non-native signed/unsigned htree hash algorithms by Theodore Ts'o · 16 years ago
  2. b3a6ffe Get rid of CONFIG_LSF by Jens Axboe · 16 years ago
  3. 14ce0cb ext4: wait on all pending commits in ext4_sync_fs() by Theodore Ts'o · 16 years ago
  4. d94e99a ext4: Convert to host order before using the values. by Aneesh Kumar K.V · 16 years ago
  5. ef2cabf ext4: fix a bug accessing freed memory in ext4_abort by Hidehiro Kawai · 16 years ago
  6. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  7. 8264613 [PATCH] switch quota_on-related stuff to kern_path() by Al Viro · 16 years ago
  8. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  9. f287a1a ext4: Remove automatic enabling of the HUGE_FILE feature flag by Theodore Ts'o · 16 years ago
  10. 01436ef ext4: Remove unused mount options: nomballoc, mballoc, nocheck by Theodore Ts'o · 16 years ago
  11. 5128273 ext4: Add missing newlines to printk messages by Eric Sesterhenn · 16 years ago
  12. c2774d8 ext4: Do mballoc init before doing filesystem recovery by Aneesh Kumar K.V · 16 years ago
  13. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  14. 3244fcb ext4: fix build failure without procfs by Alexander Beregalov · 16 years ago
  15. 5bf5683 ext4: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  16. 7ffe1ea ext4: add checks for errors from jbd2 by Hidehiro Kawai · 16 years ago
  17. 03010a3 ext4: Rename ext4dev to ext4 by Theodore Ts'o · 16 years ago
  18. 39d80c3 ext4: Avoid double dirtying of super block in ext4_put_super() by Andi Kleen · 16 years ago
  19. ede86cc ext4: Add debugging markers that can be used by systemtap by Theodore Ts'o · 16 years ago
  20. c2ea3fd ext4: Remove old legacy block allocator by Theodore Ts'o · 16 years ago
  21. 240799c ext4: Use readahead when reading an inode from the inode table by Theodore Ts'o · 16 years ago
  22. 5e8814f ext4: Combine proc file handling into a single set of functions by Theodore Ts'o · 16 years ago
  23. 9f6200b ext4: move /proc setup and teardown out of mballoc.c by Theodore Ts'o · 16 years ago
  24. 914258b ext4/jbd2: Avoid WARN() messages when failing to write to the superblock by Theodore Ts'o · 16 years ago
  25. 7ee1ec4 ext4: add missing unlock in ext4_check_descriptors() on error path by Li Zefan · 16 years ago
  26. 0549676 jbd2: clean up how the journal device name is printed by Theodore Ts'o · 16 years ago
  27. c62a11f Update flex_bg free blocks and free inodes counters when resizing. by Frederic Bohe · 16 years ago
  28. 6bc6e63 ext4: Add percpu dirty block accounting. by Aneesh Kumar K.V · 16 years ago
  29. af5bc92 ext4: Fix whitespace checkpatch warnings/errors by Theodore Ts'o · 16 years ago
  30. e5f8eab8 ext4: Fix long long checkpatch warnings by Theodore Ts'o · 16 years ago
  31. 4776004f ext4: Add printk priority levels to clean up checkpatch warnings by Theodore Ts'o · 16 years ago
  32. 91246c0 ext4: Initialize writeback_index to 0 when allocating a new inode by Aneesh Kumar K.V · 16 years ago
  33. 8f616cd Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  34. 77e69da [PATCH] fix races and leaks in vfs_quota_on() users by Al Viro · 16 years ago
  35. 2b2d6d0 ext4: Cleanup whitespace and other miscellaneous style issues by Theodore Ts'o · 16 years ago
  36. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  37. ec05e86 ext4: improve ext4_fill_flex_info() a bit by Li Zefan · 16 years ago
  38. b5f10ee ext4: lock block groups when initializing by Eric Sandeen · 16 years ago
  39. 8a26646 ext4: Allow read/only mounts with corrupted block group checksums by Theodore Ts'o · 16 years ago
  40. e4079a1 ext4: do not set extents feature from the kernel by Eric Sandeen · 16 years ago
  41. c07651b ext4: Don't allow nonextenst mount option for large filesystem by Aneesh Kumar K.V · 16 years ago
  42. dd919b9 ext4: Enable delalloc by default. by Aneesh Kumar K.V · 16 years ago
  43. d2a1763 ext4: delayed allocation ENOSPC handling by Mingming Cao · 16 years ago
  44. 6476924 ext4: Add delayed allocation support in data=writeback mode by Alex Tomas · 16 years ago
  45. 678aaf4 ext4: Use new framework for data=ordered mode in JBD2 by Jan Kara · 16 years ago
  46. 47b4a50 ext4: Set journal pointer to NULL when journal is released by Jan Kara · 16 years ago
  47. 7477827 ext4: Fix sparse warning by Aneesh Kumar K.V · 16 years ago
  48. f9a8ac9 ext4: remove redundant code in ext4_fill_super() by Li Zefan · 16 years ago
  49. 772cb7c ext4: New inode allocation for FLEX_BG meta-data groups. by Jose R. Santos · 16 years ago
  50. 7ad72ca ext4: Remove unused variable from ext4_show_options by Theodore Ts'o · 16 years ago
  51. 4d04e4f ext4: add missing unlock to an error path in ext4_quota_write() by Jan Kara · 16 years ago
  52. 571640c ext4: enable barriers by default by Eric Sandeen · 16 years ago
  53. cd0b6a3 ext4: Display the journal_async_commit mount option in /proc/mounts by Theodore Ts'o · 16 years ago
  54. 624080e jbd2: If a journal checksum error is detected, propagate the error to ext4 by Theodore Ts'o · 16 years ago
  55. 2c8be6b ext4: fix typos in messages and comments (journalled -> journaled) by Jan Kara · 16 years ago
  56. 0623543 ext4: fix synchronization of quota files in journal=data mode by Jan Kara · 16 years ago
  57. cd59e7b ext4: Fix mount messages when quota disabled by Jan Kara · 16 years ago
  58. dfc5d03 ext4: correct mount option parsing to detect when quota options can be changed by Jan Kara · 16 years ago
  59. c19204b ext4: don't use ext4_error in ext4_check_descriptors by Josef Bacik · 16 years ago
  60. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 16 years ago
  61. 2887df1 ext4: Fix hang on umount with quotas when journal is aborted by Jan Kara · 16 years ago
  62. 46e665e ext4: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  63. 216c34b ext4: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  64. e8546d0 ext4: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  65. f3f12fa ext4: fix mount option parsing by Josef Bacik · 16 years ago
  66. 97bd42b ext4: check return of ext4_orphan_get properly by Josef Bacik · 16 years ago
  67. 6f28e08 quota: ext4: make ext4 handle quotaon on remount by Jan Kara · 16 years ago
  68. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  69. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  70. 469108f ext4: Add new "development flag" to the ext4 filesystem by Theodore Tso · 16 years ago
  71. 1d1fe1e iget: stop EXT4 from using iget() and read_inode() by David Howells · 16 years ago
  72. 197cd65a ext[234]: use ext[234]_get_group_desc() by Akinobu Mita · 16 years ago
  73. ce40733 ext4: Check for return value from sb_set_blocksize by Aneesh Kumar K.V · 16 years ago
  74. cb45bbe ext4: Add stripe= option to /proc/mounts by Miklos Szeredi · 16 years ago
  75. 3dbd0ed ext4: Enable the multiblock allocator by default by Aneesh Kumar K.V · 16 years ago
  76. c9de560 ext4: Add multi block allocator for ext4 by Alex Tomas · 16 years ago
  77. aa22df2 ext4: Fix ext4_show_options to show the correct mount options. by Aneesh Kumar K.V · 16 years ago
  78. 25ec56b ext4: Add inode version support in ext4 by Jean Noel Cordenner · 16 years ago
  79. 818d276 ext4: Add the journal checksum feature by Girish Shilamkar · 16 years ago
  80. 0e855ac ext4: Convert truncate_mutex to read write semaphore. by Aneesh Kumar K.V · 16 years ago
  81. bb4f397 ext4: Change the default behaviour on error by Aneesh Kumar K.V · 16 years ago
  82. e7c9559 ext4: fix oops on corrupted ext4 mount by Eric Sandeen · 16 years ago
  83. 07620f6 ext4/super.c: fix #ifdef's (CONFIG_EXT4_* -> CONFIG_EXT4DEV_*) by Adrian Bunk · 16 years ago
  84. e2b4657 ext4: store maxbytes for bitmapped files and return EFBIG as appropriate by Eric Sandeen · 16 years ago
  85. cd2291a ext4: different maxbytes functions for bitmap & extent files by Eric Sandeen · 16 years ago
  86. 8180a56 ext4: Support large files by Aneesh Kumar K.V · 16 years ago
  87. 0fc1b45 ext4: Add support for 48 bit inode i_blocks. by Aneesh Kumar K.V · 16 years ago
  88. 1d03ec9 ext4: Fix sparse warnings. by Aneesh Kumar K.V · 16 years ago
  89. 99e6f82 ext4: Introduce ext4_update_*_feature by Aneesh Kumar K.V · 16 years ago
  90. fd2d429 ext4: add ext4_group_t, and change all group variables to this type. by Avantika Mathur · 16 years ago
  91. 725d26d ext4: Introduce ext4_lblk_t by Aneesh Kumar K.V · 16 years ago
  92. afc7cbc ext4: Support large blocksize up to PAGESIZE by Takashi Sato · 16 years ago
  93. b47b6f3 ext3, ext4: avoid divide by zero by Andries E. Brouwer · 17 years ago
  94. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  95. 1b961ac ext4: new export ops by Christoph Hellwig · 17 years ago
  96. 308ba3e ext4: Convert s_r_blocks_count and s_free_blocks_count by Aneesh Kumar K.V · 17 years ago
  97. 6bc9fef ext4: Convert s_blocks_count to s_blocks_count_lo by Aneesh Kumar K.V · 17 years ago
  98. 5272f83 ext4: Convert bg_inode_bitmap and bg_inode_table by Aneesh Kumar K.V · 17 years ago
  99. 3a14589 ext4: Convert bg_block_bitmap to bg_block_bitmap_lo by Aneesh Kumar K.V · 17 years ago
  100. ce42158 ext4: FLEX_BG Kernel support v2. by Jose R. Santos · 17 years ago