1. 60e58e0 ext4: quota reservation for delayed allocation by Mingming Cao · 15 years ago
  2. edf7245 ext4: Remove unnecessary quota functions by Jan Kara · 15 years ago
  3. 8b1a8ff ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze() by Theodore Ts'o · 15 years ago
  4. 9eddacf Revert "ext4: wait on all pending commits in ext4_sync_fs()" by Jan Kara · 15 years ago
  5. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 15 years ago
  6. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  7. 83982b6 ext4: Remove "extents" mount option by Theodore Ts'o · 15 years ago
  8. abda141 ext4: Make printk's consistently prefixed with "EXT4-fs: " by Theodore Ts'o · 15 years ago
  9. 4ec1102 ext4: Add sanity checks for the superblock before mounting the filesystem by Theodore Ts'o · 15 years ago
  10. b3881f7 ext4: Add mount option to set kjournald's I/O priority by Theodore Ts'o · 15 years ago
  11. a5b5ee3 ext4: Add default allocation routines for quota structures by Jan Kara · 16 years ago
  12. 17bd13b ext4: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() by Jan Kara · 16 years ago
  13. c319106 ext4: Remove code to create the journal inode by Theodore Ts'o · 15 years ago
  14. c39a7f8 ext4: provide function to release metadata pages under memory pressure by Toshiyuki Okajima · 15 years ago
  15. 560671a ext4: Use high 16 bits of the block group descriptor's free counts fields by Aneesh Kumar K.V · 15 years ago
  16. 5d1b1b3 ext4: fix BUG when calling ext4_error with locked block group by Aneesh Kumar K.V · 15 years ago
  17. b3a6ffe Get rid of CONFIG_LSF by Jens Axboe · 16 years ago
  18. 3a06d77 ext4: sparse fixes by Aneesh Kumar K.V · 16 years ago
  19. a9df9a4 ext4: Make ext4_group_t be an unsigned int by Theodore Ts'o · 15 years ago
  20. 3077384 ext4: add fsync batch tuning knobs by Theodore Ts'o · 15 years ago
  21. fde4d95 ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning() by Theodore Ts'o · 15 years ago
  22. 0390131 ext4: Allow ext4 to run without a journal by Frank Mayhar · 15 years ago
  23. 23475e2 ext4: Use simple_strtol() instead of simple_strtoul() in ext4_ui_proc_open by Roel Kluin · 16 years ago
  24. 565a961 ext4: avoid ext4_error when mounting a fs with a single bg by Aneesh Kumar K.V · 15 years ago
  25. 14ce0cb ext4: wait on all pending commits in ext4_sync_fs() by Theodore Ts'o · 16 years ago
  26. d94e99a ext4: Convert to host order before using the values. by Aneesh Kumar K.V · 16 years ago
  27. f99b258 ext4: Add support for non-native signed/unsigned htree hash algorithms by Theodore Ts'o · 16 years ago
  28. ef2cabf ext4: fix a bug accessing freed memory in ext4_abort by Hidehiro Kawai · 16 years ago
  29. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  30. 8264613 [PATCH] switch quota_on-related stuff to kern_path() by Al Viro · 16 years ago
  31. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  32. f287a1a ext4: Remove automatic enabling of the HUGE_FILE feature flag by Theodore Ts'o · 16 years ago
  33. 01436ef ext4: Remove unused mount options: nomballoc, mballoc, nocheck by Theodore Ts'o · 16 years ago
  34. 5128273 ext4: Add missing newlines to printk messages by Eric Sesterhenn · 16 years ago
  35. c2774d8 ext4: Do mballoc init before doing filesystem recovery by Aneesh Kumar K.V · 16 years ago
  36. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  37. 3244fcb ext4: fix build failure without procfs by Alexander Beregalov · 16 years ago
  38. 5bf5683 ext4: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  39. 7ffe1ea ext4: add checks for errors from jbd2 by Hidehiro Kawai · 16 years ago
  40. 03010a3 ext4: Rename ext4dev to ext4 by Theodore Ts'o · 16 years ago
  41. 39d80c3 ext4: Avoid double dirtying of super block in ext4_put_super() by Andi Kleen · 16 years ago
  42. ede86cc ext4: Add debugging markers that can be used by systemtap by Theodore Ts'o · 16 years ago
  43. c2ea3fd ext4: Remove old legacy block allocator by Theodore Ts'o · 16 years ago
  44. 240799c ext4: Use readahead when reading an inode from the inode table by Theodore Ts'o · 16 years ago
  45. 5e8814f ext4: Combine proc file handling into a single set of functions by Theodore Ts'o · 16 years ago
  46. 9f6200b ext4: move /proc setup and teardown out of mballoc.c by Theodore Ts'o · 16 years ago
  47. 914258b ext4/jbd2: Avoid WARN() messages when failing to write to the superblock by Theodore Ts'o · 16 years ago
  48. 7ee1ec4 ext4: add missing unlock in ext4_check_descriptors() on error path by Li Zefan · 16 years ago
  49. 0549676 jbd2: clean up how the journal device name is printed by Theodore Ts'o · 16 years ago
  50. c62a11f Update flex_bg free blocks and free inodes counters when resizing. by Frederic Bohe · 16 years ago
  51. 6bc6e63 ext4: Add percpu dirty block accounting. by Aneesh Kumar K.V · 16 years ago
  52. af5bc92 ext4: Fix whitespace checkpatch warnings/errors by Theodore Ts'o · 16 years ago
  53. e5f8eab8 ext4: Fix long long checkpatch warnings by Theodore Ts'o · 16 years ago
  54. 4776004f ext4: Add printk priority levels to clean up checkpatch warnings by Theodore Ts'o · 16 years ago
  55. 91246c0 ext4: Initialize writeback_index to 0 when allocating a new inode by Aneesh Kumar K.V · 16 years ago
  56. 8f616cd Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  57. 77e69da [PATCH] fix races and leaks in vfs_quota_on() users by Al Viro · 16 years ago
  58. 2b2d6d0 ext4: Cleanup whitespace and other miscellaneous style issues by Theodore Ts'o · 16 years ago
  59. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  60. ec05e86 ext4: improve ext4_fill_flex_info() a bit by Li Zefan · 16 years ago
  61. b5f10ee ext4: lock block groups when initializing by Eric Sandeen · 16 years ago
  62. 8a26646 ext4: Allow read/only mounts with corrupted block group checksums by Theodore Ts'o · 16 years ago
  63. e4079a1 ext4: do not set extents feature from the kernel by Eric Sandeen · 16 years ago
  64. c07651b ext4: Don't allow nonextenst mount option for large filesystem by Aneesh Kumar K.V · 16 years ago
  65. dd919b9 ext4: Enable delalloc by default. by Aneesh Kumar K.V · 16 years ago
  66. d2a1763 ext4: delayed allocation ENOSPC handling by Mingming Cao · 16 years ago
  67. 6476924 ext4: Add delayed allocation support in data=writeback mode by Alex Tomas · 16 years ago
  68. 678aaf4 ext4: Use new framework for data=ordered mode in JBD2 by Jan Kara · 16 years ago
  69. 47b4a50 ext4: Set journal pointer to NULL when journal is released by Jan Kara · 16 years ago
  70. 7477827 ext4: Fix sparse warning by Aneesh Kumar K.V · 16 years ago
  71. f9a8ac9 ext4: remove redundant code in ext4_fill_super() by Li Zefan · 16 years ago
  72. 772cb7c ext4: New inode allocation for FLEX_BG meta-data groups. by Jose R. Santos · 16 years ago
  73. 7ad72ca ext4: Remove unused variable from ext4_show_options by Theodore Ts'o · 16 years ago
  74. 4d04e4f ext4: add missing unlock to an error path in ext4_quota_write() by Jan Kara · 16 years ago
  75. 571640c ext4: enable barriers by default by Eric Sandeen · 16 years ago
  76. cd0b6a3 ext4: Display the journal_async_commit mount option in /proc/mounts by Theodore Ts'o · 16 years ago
  77. 624080e jbd2: If a journal checksum error is detected, propagate the error to ext4 by Theodore Ts'o · 16 years ago
  78. 2c8be6b ext4: fix typos in messages and comments (journalled -> journaled) by Jan Kara · 16 years ago
  79. 0623543 ext4: fix synchronization of quota files in journal=data mode by Jan Kara · 16 years ago
  80. cd59e7b ext4: Fix mount messages when quota disabled by Jan Kara · 16 years ago
  81. dfc5d03 ext4: correct mount option parsing to detect when quota options can be changed by Jan Kara · 16 years ago
  82. c19204b ext4: don't use ext4_error in ext4_check_descriptors by Josef Bacik · 16 years ago
  83. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 16 years ago
  84. 2887df1 ext4: Fix hang on umount with quotas when journal is aborted by Jan Kara · 16 years ago
  85. 46e665e ext4: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  86. 216c34b ext4: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  87. e8546d0 ext4: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  88. f3f12fa ext4: fix mount option parsing by Josef Bacik · 16 years ago
  89. 97bd42b ext4: check return of ext4_orphan_get properly by Josef Bacik · 16 years ago
  90. 6f28e08 quota: ext4: make ext4 handle quotaon on remount by Jan Kara · 16 years ago
  91. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  92. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  93. 469108f ext4: Add new "development flag" to the ext4 filesystem by Theodore Tso · 16 years ago
  94. 1d1fe1e iget: stop EXT4 from using iget() and read_inode() by David Howells · 16 years ago
  95. 197cd65a ext[234]: use ext[234]_get_group_desc() by Akinobu Mita · 16 years ago
  96. ce40733 ext4: Check for return value from sb_set_blocksize by Aneesh Kumar K.V · 16 years ago
  97. cb45bbe ext4: Add stripe= option to /proc/mounts by Miklos Szeredi · 16 years ago
  98. 3dbd0ed ext4: Enable the multiblock allocator by default by Aneesh Kumar K.V · 16 years ago
  99. c9de560 ext4: Add multi block allocator for ext4 by Alex Tomas · 16 years ago
  100. aa22df2 ext4: Fix ext4_show_options to show the correct mount options. by Aneesh Kumar K.V · 16 years ago