1. 57f73c2 ext4: fix handling of journalled quota options by Theodore Ts'o · 12 years ago
  2. 9cd70b3 ext4: address scalability issue by removing extent cache statistics by Theodore Ts'o · 12 years ago
  3. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  4. 182f514 ext4: remove useless s_dirt assignment by Artem Bityutskiy · 12 years ago
  5. a8e25a8 ext4: write superblock only once on unmount by Artem Bityutskiy · 12 years ago
  6. 07c0c5d8 ext4: initialization of ext4_li_mtx needs to be done earlier by Al Viro · 12 years ago
  7. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  8. 92b9781 ext4: change some printk() calls to use ext4_msg() instead by Theodore Ts'o · 12 years ago
  9. d9ee81d ext4: avoid output message interleaving in ext4_error_<foo>() by Joe Perches · 12 years ago
  10. f704860 ext4: try to deprecate noacl and noxattr_user mount options by Theodore Ts'o · 12 years ago
  11. c7198b9 ext4: ignore mount options supported by ext2/3 (but have since been removed) by Theodore Ts'o · 12 years ago
  12. 66acdcf ext4: add debugging /proc file showing file system options by Theodore Ts'o · 12 years ago
  13. 5a916be ext4: make ext4_show_options() be table-driven by Theodore Ts'o · 12 years ago
  14. 2adf6da ext4: move ext4_show_options() after parse_options() by Theodore Ts'o · 12 years ago
  15. 26092bf ext4: use a table-driven handler for mount options by Theodore Ts'o · 12 years ago
  16. 72578c3 ext4: unify handling of mount options which have been removed by Theodore Ts'o · 12 years ago
  17. 39ef17f ext4: simplify handling of the errors=* mount options by Theodore Ts'o · 12 years ago
  18. c64db50 ext4: remove the I_VERSION mount flag and use the super_block flag instead by Theodore Ts'o · 12 years ago
  19. ee4a3fc ext4: remove Opt_ignore by Theodore Ts'o · 12 years ago
  20. 87f2680 ext4: remove deprecation warnings for minix_df and grpid by Theodore Ts'o · 12 years ago
  21. 661aa52 ext4: remove the resize mount option by Eric Sandeen · 12 years ago
  22. 43e625d ext4: remove the journal=update mount option by Eric Sandeen · 12 years ago
  23. 18aadd4 ext4: expand commit callback and by Bobi Jam · 12 years ago
  24. ff9cb1c Merge branch 'for_linus' into for_linus_merged by Theodore Ts'o · 13 years ago
  25. d50f2ab ext4: fix undefined behavior in ext4_fill_flex_info() by Xi Wang · 13 years ago
  26. 94bf608 ext4: fix failure exits by Al Viro · 13 years ago
  27. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  28. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  29. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
  30. 1d526fc ext4: Report max_batch_time option correctly by Ben Hutchings · 13 years ago
  31. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  32. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 13 years ago
  33. 5635a62 ext4: add missing space to ext4_msg output in ext4_fill_super() by Zheng Liu · 13 years ago
  34. fc6cb1c ext4: display the correct mount option in /proc/mounts for [no]init_itable by Theodore Ts'o · 13 years ago
  35. 986b11c Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezer by Rafael J. Wysocki · 13 years ago
  36. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  37. 2397256d ext4: Remove kernel_lock annotations by Richard Weinberger · 13 years ago
  38. eb51368 ext4: ignore journalled data options on remount if fs has no journal by Theodore Ts'o · 13 years ago
  39. 6f91bc5 ext4: optimize ext4_ext_convert_to_initialized() by Eric Gouriou · 13 years ago
  40. d44651d ext4: fix ext4 so it works without CONFIG_PROC_FS by Fabrice Jouhaud · 13 years ago
  41. 4113c4c ext4: remove deprecated oldalloc by Lukas Czerner · 13 years ago
  42. dcf2d80 ext4: Free resources in some error path in ext4_fill_super by Tao Ma · 13 years ago
  43. 5dee543 ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters() by Theodore Ts'o · 13 years ago
  44. 021b65b ext4: Rename ext4_free_blks_{count,set}() to refer to clusters by Theodore Ts'o · 13 years ago
  45. 7b415bf ext4: Fix bigalloc quota accounting and i_blocks value by Aditya Kali · 13 years ago
  46. f975d6b ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabled by Theodore Ts'o · 13 years ago
  47. 24aaa8e ext4: convert the free_blocks field in s_flex_groups to be free_clusters by Theodore Ts'o · 13 years ago
  48. 5704265 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter by Theodore Ts'o · 13 years ago
  49. bab08ab ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.) by Theodore Ts'o · 13 years ago
  50. 281b599 ext4: read-only support for bigalloc file systems by Theodore Ts'o · 13 years ago
  51. 7c2e708 ext4: add ext4-specific kludge to avoid an oops after the disk disappears by Theodore Ts'o · 13 years ago
  52. 5688978 ext4: improve handling of conflicting mount options by Theodore Ts'o · 13 years ago
  53. 2581fdc ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode by Jiaying Zhang · 13 years ago
  54. db9481c ext4: use kzalloc in ext4_kzalloc() by Mathias Krause · 13 years ago
  55. f18a5f2 ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info by Theodore Ts'o · 13 years ago
  56. 9933fc0 ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() by Theodore Ts'o · 13 years ago
  57. 8f82f84 ext4: prevent parallel resizers by atomic bit ops by Yongqiang Yang · 13 years ago
  58. 3eb0865 ext4: ignore a stripe width of 1 by Dan Ehrenberg · 13 years ago
  59. 1270639 ext4: add tracepoint for ext4_journal_start by Theodore Ts'o · 13 years ago
  60. f17722f ext4: Fix max file size and logical block counting of extent format file by Lukas Czerner · 13 years ago
  61. f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 13 years ago
  62. 7abc52c ext4: add cleancache support by Dan Magenheimer · 13 years ago
  63. c5e06d1 ext4: add support for multiple mount protection by Johann Lombardi · 13 years ago
  64. d02a939 ext4: ensure f_bfree returned by ext4_statfs() is non-negative by Kazuya Mio · 13 years ago
  65. 77f4135 ext4: count hits/misses of extent cache and expose in sysfs by Vivek Haldar · 13 years ago
  66. 373cd5c ext4: don't show mount options in /proc/mounts if there is no journal by Theodore Ts'o · 13 years ago
  67. 1bb933f ext4: fix possible use-after-free in ext4_remove_li_request() by Lukas Czerner · 13 years ago
  68. 51ce651 ext4: fix the mount option "init_itable=n" to work as expected for n=0 by Lukas Czerner · 13 years ago
  69. e1290b3 ext4: Remove unnecessary wait_event ext4_run_lazyinit_thread() by Lukas Czerner · 13 years ago
  70. 4ed5c03 ext4: Use schedule_timeout_interruptible() for waiting in lazyinit thread by Lukas Czerner · 13 years ago
  71. ed3ce80 ext4: don't warn about mnt_count if it has been disabled by Tao Ma · 13 years ago
  72. 0b26859 ext4: fix oops in ext4_quota_off() by Amir Goldstein · 13 years ago
  73. 66bb827 ext4: remove redundant #ifdef in super.c by Amerigo Wang · 13 years ago
  74. 55ff384 ext4: remove redundant check for first_not_zeroed in ext4_register_li_request by Tao Ma · 13 years ago
  75. 2035e77 ext4: check for ext[23] file system features when mounting as ext[23] by Theodore Ts'o · 13 years ago
  76. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  77. be4f27d ext4: allow an active handle to be started when freezing by Yongqiang Yang · 13 years ago
  78. 0449641 ext4: init timer earlier to avoid a kernel panic in __save_error_info by Tao Ma · 13 years ago
  79. 46e4690 ext4: fix a double free in ext4_register_li_request by Tao Ma · 13 years ago
  80. 21f9769 ext4: remove unnecessary [cm]time update of quota file by Jan Kara · 13 years ago
  81. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  82. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  83. 21149d6 ext4: add missing space in printk's in __ext4_grp_locked_error() by Robin Dong · 13 years ago
  84. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  85. f2fa2ff ext4: Copy fs UUID to superblock by Aneesh Kumar K.V · 14 years ago
  86. 198868f ext4: Use single thread to perform DIO unwritten convertion by Mingming Cao · 13 years ago
  87. d39195c ext4: skip orphan cleanup if fs has unknown ROCOMPAT features by Amir Goldstein · 13 years ago
  88. 32a9bb5 ext4: fix missing iput of root inode for some mount error paths by Manish Katiyar · 13 years ago
  89. 6fd7a46 ext4: enable mblk_io_submit by default by Theodore Ts'o · 13 years ago
  90. ea66333 ext4: enable acls and user_xattr by default by Eric Sandeen · 13 years ago
  91. 0b75a84 ext4: mark file-local functions and variables as static by Lukas Czerner · 13 years ago
  92. 5dbd571 ext4: allow inode_readahead_blks=0 (linux-2.6.37) by Alexander V. Lukyanov · 13 years ago
  93. 7dc5761 ext4: Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 13 years ago
  94. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 13 years ago
  95. e9e3bce ext4: serialize unaligned asynchronous DIO by Eric Sandeen · 14 years ago
  96. dd68314 ext4: fix up ext4 error handling by Theodore Ts'o · 14 years ago
  97. 8f02122 ext4: unregister features interface on module unload by Lukas Czerner · 14 years ago
  98. 8f1f745 ext4: fix panic on module unload when stopping lazyinit thread by Eric Sandeen · 14 years ago
  99. fd89d5f ext4: convert to alloc_workqueue() by Tejun Heo · 14 years ago
  100. 4843456 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