1. 59d9fa5 ext4: allow the mount options nodelalloc and data=journal by Theodore Ts'o · 11 years ago
  2. dd12ed1 ext4: destroy ext4_es_cachep on module unload by Eric Sandeen · 11 years ago
  3. ad065dd ext4: don't show usrquota/grpquota twice in /proc/mounts by Theodore Ts'o · 11 years ago
  4. 960fd856 ext4: fix ext4_get_group_number() by Theodore Ts'o · 11 years ago
  5. e7c96e8 ext4: reduce object size when !CONFIG_PRINTK by Joe Perches · 11 years ago
  6. d3922a7 ext4: improve extent cache shrink mechanism to avoid to burn CPU time by Zheng Liu · 11 years ago
  7. 03b40e3 ext4: delete unused variables by Jon Ernst · 11 years ago
  8. 4418e141 ext4: Fix fsync error handling after filesystem abort by Dmitry Monakhov · 11 years ago
  9. 06a407f ext4: fix data integrity for ext4_sync_fs by Dmitry Monakhov · 11 years ago
  10. 2e8fa54 ext4: split extent conversion lists to reserved & unreserved parts by Jan Kara · 11 years ago
  11. f2d50a6 ext4: deprecate max_writeback_mb_bump sysfs attribute by Jan Kara · 11 years ago
  12. 566370a ext4: suppress ext4 orphan messages on mount by Paul Taysom · 11 years ago
  13. 55f252c ext4: truncate_inode_pages() in orphan cleanup path by Lukas Czerner · 11 years ago
  14. 4385bab make blkdev_put() return void by Al Viro · 11 years ago
  15. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  16. 9f20350 ext4: mark all metadata I/O with REQ_META by Theodore Ts'o · 11 years ago
  17. e1091b1 ext4: Use kstrtoul() instead of parse_strtoul() by Lukas Czerner · 11 years ago
  18. d6a7710 ext4: fix miscellaneous big endian warnings by Theodore Ts'o · 11 years ago
  19. 27dd438 ext4: introduce reserved space by Lukas Czerner · 11 years ago
  20. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  21. bcb1385 ext4: fix deadlock with quota feature by Jan Kara · 11 years ago
  22. 6891100 ext4: make ext4_block_in_group() much more efficient by Lukas Czerner · 11 years ago
  23. a75ae78f ext4: unregister es_shrinker if mount failed by Dmitry Monakhov · 11 years ago
  24. 5d3ee20 ext4: fix journal callback list traversal by Dmitry Monakhov · 11 years ago
  25. d3c9262 Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  26. fa7614dd fs: Readd the fs module aliases. by Eric W. Biederman · 11 years ago
  27. 90ba983 ext4: use atomic64_t for the per-flexbg free_clusters count by Theodore Ts'o · 11 years ago
  28. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  29. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  30. 9b2ff357 ext4: enable quotas before orphan cleanup by Jan Kara · 11 years ago
  31. 262b466 ext4: don't allow quota mount options when quota feature enabled by Jan Kara · 11 years ago
  32. 810da24 ext4: convert number of blocks to clusters properly by Lukas Czerner · 11 years ago
  33. 3e36a16 ext4: fix possible memory leak in ext4_remount() by Wei Yongjun · 11 years ago
  34. 1ac6466 ext4: use percpu counter for extent cache count by Theodore Ts'o · 11 years ago
  35. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  36. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  37. 74cd15c ext4: reclaim extents from extent status tree by Zheng Liu · 11 years ago
  38. 69eb33d ext4: remove single extent cache by Zheng Liu · 11 years ago
  39. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  40. 722887d ext4: move the jbd2 wrapper functions out of super.c by Theodore Ts'o · 11 years ago
  41. 8dc0aa8 ext4: check incompatible mount options while mounting ext2/3 by Theodore Ts'o · 11 years ago
  42. e33e60e ext4: print error when argument of inode_readahead_blk is invalid by Jan Kara · 11 years ago
  43. 5f3633e ext4: make mount option parsing loop more logical by Jan Kara · 11 years ago
  44. 0efb3b2 ext4: move several mount options to standard handling loop by Jan Kara · 11 years ago
  45. b1deefc ext4: remove unnecessary NULL pointer check by Guo Chao · 11 years ago
  46. 84c1754 ext4: move work from io_end to inode by Jan Kara · 11 years ago
  47. 36ade45 ext4: Always use ext4_bio_write_page() for writeout by Jan Kara · 11 years ago
  48. 03dafb5 ext4: fix memory leak when quota options are specified multiple times by Chen Gang · 11 years ago
  49. 72ba745 ext4: release sysfs kobject when failing to enable quotas on mount by Theodore Ts'o · 11 years ago
  50. 7f51186 ext4: trigger the lazy inode table initialization after resize by Theodore Ts'o · 11 years ago
  51. 721e3eb ext4: lock i_mutex when truncating orphan inodes by Theodore Ts'o · 11 years ago
  52. d096ad0 ext4: do not try to write superblock on ro remount w/o journal by Michael Tokarev · 11 years ago
  53. 0875a2b ext4: include journal blocks in df overhead calcs by Eric Sandeen · 11 years ago
  54. 261cb20c ext4: check dioread_nolock on remount by Jan Kara · 12 years ago
  55. 9a4c801 ext4: ensure Inode flags consistency are checked at build time by Carlos Maiolino · 12 years ago
  56. 939da10 ext4: Remove CONFIG_EXT4_FS_XATTR by Tao Ma · 12 years ago
  57. 6b280c9 ext4: remove redundant initialization in ext4_fill_super() by Guo Chao · 12 years ago
  58. a789f49 ext4: remove redundant code in ext4_alloc_inode() by Guo Chao · 12 years ago
  59. 4a092d7 ext4: rationalize ext4_extents.h inclusion by Theodore Ts'o · 12 years ago
  60. 766f44d ext4: fixed potential NULL dereference in ext4_calculate_overhead() by Vahram Martirosyan · 12 years ago
  61. 51865fd ext4: let ext4 maintain extent status tree by Zheng Liu · 12 years ago
  62. 9a26b66 ext4: initialize extent status tree by Zheng Liu · 12 years ago
  63. 07aa2ea ext4: fix error handling in ext4_fill_super() by Lukas Czerner · 12 years ago
  64. 79add3a ext4: notify when discard is not supported by Lukas Czerner · 12 years ago
  65. d339450 ext4: get rid of redundant code in ext4_fill_super() by Zhao Hongjiang · 12 years ago
  66. b72f78c ext4: fix overhead calculations in ext4_stats, again by Eric Sandeen · 12 years ago
  67. e589db7 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  68. 76495ec ext4: fix undefined bit shift result in ext4_fill_flex_info by Lukas Czerner · 12 years ago
  69. 06db49e ext4: fix metadata checksum calculation for the superblock by Theodore Ts'o · 12 years ago
  70. 6432f21 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  71. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  72. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  73. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  74. e27f41e ext4: give i_aiodio_unwritten a more appropriate name by Dmitry Monakhov · 12 years ago
  75. f45ee3a ext4: ext4_inode_info diet by Dmitry Monakhov · 12 years ago
  76. ba39ebb ext4: convert to use leXX_add_cpu() by Wei Yongjun · 12 years ago
  77. c25f9bc ext4: don't clear orphan list on ro mount with errors by Eric Sandeen · 12 years ago
  78. 50df9fd ext4: fix crash when accessing /proc/mounts concurrently by Herton Ronaldo Krzesinski · 12 years ago
  79. 4c376dc userns: Convert struct dquot dq_id to be a struct kqid by Eric W. Biederman · 12 years ago
  80. bc0b75f ext4: do not enable delalloc by default for ext2 by Theodore Ts'o · 12 years ago
  81. 5e7bbef ext4: advertise the fact that the kernel supports meta_bg resizing by Theodore Ts'o · 12 years ago
  82. 117fff1 ext4: grow the s_flex_groups array as needed when resizing by Theodore Ts'o · 12 years ago
  83. caecd0a ext4: replace plain integer with NULL in super.c by Sachin Kamat · 12 years ago
  84. 07724f9 ext4: drop lock_super()/unlock_super() by Theodore Ts'o · 12 years ago
  85. ef824bf Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  86. 0e376b1 ext4: return an error if kset_create_and_add fails in ext4_init_fs() by Theodore Ts'o · 12 years ago
  87. 67a5da5 ext4: make the zero-out chunk size tunable by Zheng Liu · 12 years ago
  88. df981d0 ext4: add max_dir_size_kb mount option by Theodore Ts'o · 12 years ago
  89. 0548bbb ext4: fix long mount times on very big file systems by Theodore Ts'o · 12 years ago
  90. 7e731bc ext4: avoid kmemcheck complaint from reading uninitialized memory by Theodore Ts'o · 12 years ago
  91. d796c52 ext4: make sure the journal sb is written in ext4_clear_journal_err() by Theodore Ts'o · 12 years ago
  92. 7652bdf ext4: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  93. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  94. 8e8ad8a ext4: Convert to new freezing mechanism by Jan Kara · 12 years ago
  95. 173f865 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  96. 4d47603 ext4: weed out ext4_write_super by Artem Bityutskiy · 12 years ago
  97. 58c5873 ext4: remove unnecessary superblock dirtying by Artem Bityutskiy · 12 years ago
  98. 7c319d3 ext4: make quota as first class supported feature by Aditya Kali · 12 years ago
  99. a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 12 years ago
  100. 952fc18 ext4: fix overhead calculation used by ext4_statfs() by Theodore Ts'o · 12 years ago