1. 2d5b86e ext4: ignore journal checksum on remount; don't fail by Eric Sandeen · 9 years ago
  2. b94a8b3 ext4: remove duplicate remount check for JOURNAL_CHECKSUM change by Eric Sandeen · 9 years ago
  3. 2cb5cc8 ext4: support read-only images by Darrick J. Wong · 9 years ago
  4. 04ecddb ext4: change to use setup_timer() instead of init_timer() by Jan Mrazek · 9 years ago
  5. 3b421b8 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  6. 363307e ext4: remove spurious KERN_INFO from ext4_warning call by Jakub Wilk · 9 years ago
  7. 9bfccec Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  8. d4f7610 ext4: forbid journal_async_commit in data=ordered mode by Jan Kara · 10 years ago
  9. b003b52 ext4: don't count external journal blocks as overhead by Eric Sandeen · 10 years ago
  10. c6d3d56 ext4: create nojournal_checksum mount option by Darrick J. Wong · 10 years ago
  11. 4fdb554 ext4: cleanup GFP flags inside resize path by Dmitry Monakhov · 10 years ago
  12. dd47592 ext4: limit number of scanned extents in status tree shrinker by Jan Kara · 10 years ago
  13. b0dea4c ext4: move handling of list of shrinkable inodes into extent status code by Jan Kara · 10 years ago
  14. edaa53c ext4: change LRU to round-robin in extent status tree shrinker by Zheng Liu · 10 years ago
  15. b93b41d ext4: kill ext4_kvfree() by Al Viro · 10 years ago
  16. 96c7e0d ext4: Convert to private i_dquot field by Jan Kara · 10 years ago
  17. 50460fe ext4: remove extent status procfs files if journal load fails by Darrick J. Wong · 10 years ago
  18. 6b992ff ext4: disallow changing journal_csum option during remount by Darrick J. Wong · 10 years ago
  19. 98c1a75 ext4: enable journal checksum when metadata checksum feature enabled by Darrick J. Wong · 10 years ago
  20. c2661b8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  21. 813d32f ext4: check s_chksum_driver when looking for bg csum presence by Darrick J. Wong · 10 years ago
  22. 9aa5d32 ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  23. f4bb298 ext4: add ext4_iget_normal() which is to be used for dir tree lookups by Theodore Ts'o · 10 years ago
  24. d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago
  25. f6e63f9 ext4: fold ext4_nojournal_sops into ext4_sops by Theodore Ts'o · 10 years ago
  26. bb04457 ext4: support freezing ext2 (nojournal) file systems by Theodore Ts'o · 10 years ago
  27. bda3253 ext4: fold ext4_sync_fs_nojournal() into ext4_sync_fs() by Theodore Ts'o · 10 years ago
  28. 279bf6d ext4: don't check quota format when there are no quota files by Jan Kara · 10 years ago
  29. 8447497 ext4: explicitly inform user about orphan list cleanup by Dmitry Monakhov · 10 years ago
  30. df4763b ext4: validate external journal superblock checksum by Darrick J. Wong · 10 years ago
  31. feb8c6d jbd2: fix journal checksum feature flag handling by Darrick J. Wong · 10 years ago
  32. c7f7254 ext4: provide separate operations for sysfs feature files by Lukas Czerner · 10 years ago
  33. 52c198c ext4: add sysfs entry showing whether the fs contains errors by Lukas Czerner · 10 years ago
  34. a2d4a64 ext4: don't use MAXQUOTAS value by Jan Kara · 10 years ago
  35. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  36. a8ac900 ext4: use non-movable memory for the ext4 superblock by Gioh Kim · 10 years ago
  37. eb68d0e ext4: track extent status tree shrinker delay statictics by Zheng Liu · 10 years ago
  38. 45f1a9c ext4: enable block_validity by default by Darrick J. Wong · 10 years ago
  39. 1c21502 ext4: convert ext4_bread() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  40. db9ee22 jbd2: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 10 years ago
  41. d5e03cb ext4: rearrange initialization to fix EXT4FS_DEBUG by Theodore Ts'o · 10 years ago
  42. f9ae9cf ext4: revert commit which was causing fs corruption after journal replays by Theodore Ts'o · 10 years ago
  43. 5dd2142 ext4: disable synchronous transaction batching if max_batch_time==0 by Eric Sandeen · 10 years ago
  44. ae0f78d ext4: clarify error count warning messages by Theodore Ts'o · 10 years ago
  45. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 10 years ago
  46. c8b459f ext4: remove unnecessary double parentheses by Lukas Czerner · 10 years ago
  47. c197855 ext4: make local functions static by Stephen Hemminger · 10 years ago
  48. bd63f6b ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystem by Darrick J. Wong · 10 years ago
  49. 202ee5d ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode by Theodore Ts'o · 10 years ago
  50. 556615d ext4: rename uninitialized extents to unwritten by Lukas Czerner · 10 years ago
  51. 0076493 ext4: initialize multi-block allocator before checking block descriptors by Azat Khuzhin · 10 years ago
  52. ed3654e ext4: optimize Hurd tests when reading/writing inodes by Theodore Ts'o · 10 years ago
  53. 9c191f7 ext4: each filesystem creates and uses its own mb_cache by T Makphaibulchoke · 10 years ago
  54. 38c03b3 ext4: only call sync_filesystm() when remounting read-only by Theodore Ts'o · 10 years ago
  55. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  56. e67bc2b ext4: Add __init marking to init_inodecache by Fabian Frederick · 10 years ago
  57. 2330141 ext4: don't try to modify s_flags if the the file system is read-only by Theodore Ts'o · 10 years ago
  58. 30fac0f ext4: Do not reserve clusters when fs doesn't support extents by Jan Kara · 11 years ago
  59. 9105bb1 ext4: fix del_timer() misuse for ->s_err_report by Al Viro · 11 years ago
  60. dd1f723 ext4: use prandom_u32() instead of get_random_bytes() by Theodore Ts'o · 11 years ago
  61. efbed4d ext4: add ratelimiting to ext4 messages by Theodore Ts'o · 11 years ago
  62. 2e515bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  63. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  64. 7b7a866 direct-io: Implement generic deferred AIO completions by Christoph Hellwig · 11 years ago
  65. ad4eec6 ext4: allow specifying external journal by pathname mount option by Eric Sandeen · 11 years ago
  66. 8be04b9 treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks by Joe Perches · 11 years ago
  67. 6ae6514 ext4: fix mount/remount error messages for incompatible mount options by Piotr Sarna · 11 years ago
  68. 59d9fa5 ext4: allow the mount options nodelalloc and data=journal by Theodore Ts'o · 11 years ago
  69. dd12ed1 ext4: destroy ext4_es_cachep on module unload by Eric Sandeen · 11 years ago
  70. ad065dd ext4: don't show usrquota/grpquota twice in /proc/mounts by Theodore Ts'o · 11 years ago
  71. 960fd856 ext4: fix ext4_get_group_number() by Theodore Ts'o · 11 years ago
  72. e7c96e8 ext4: reduce object size when !CONFIG_PRINTK by Joe Perches · 11 years ago
  73. d3922a7 ext4: improve extent cache shrink mechanism to avoid to burn CPU time by Zheng Liu · 11 years ago
  74. 03b40e3 ext4: delete unused variables by Jon Ernst · 11 years ago
  75. 4418e141 ext4: Fix fsync error handling after filesystem abort by Dmitry Monakhov · 11 years ago
  76. 06a407f ext4: fix data integrity for ext4_sync_fs by Dmitry Monakhov · 11 years ago
  77. 2e8fa54 ext4: split extent conversion lists to reserved & unreserved parts by Jan Kara · 11 years ago
  78. f2d50a6 ext4: deprecate max_writeback_mb_bump sysfs attribute by Jan Kara · 11 years ago
  79. 566370a ext4: suppress ext4 orphan messages on mount by Paul Taysom · 11 years ago
  80. 55f252c ext4: truncate_inode_pages() in orphan cleanup path by Lukas Czerner · 11 years ago
  81. 4385bab make blkdev_put() return void by Al Viro · 11 years ago
  82. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  83. 9f20350 ext4: mark all metadata I/O with REQ_META by Theodore Ts'o · 11 years ago
  84. e1091b1 ext4: Use kstrtoul() instead of parse_strtoul() by Lukas Czerner · 11 years ago
  85. d6a7710 ext4: fix miscellaneous big endian warnings by Theodore Ts'o · 11 years ago
  86. 27dd438 ext4: introduce reserved space by Lukas Czerner · 11 years ago
  87. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  88. bcb1385 ext4: fix deadlock with quota feature by Jan Kara · 11 years ago
  89. 6891100 ext4: make ext4_block_in_group() much more efficient by Lukas Czerner · 11 years ago
  90. a75ae78f ext4: unregister es_shrinker if mount failed by Dmitry Monakhov · 11 years ago
  91. 5d3ee20 ext4: fix journal callback list traversal by Dmitry Monakhov · 11 years ago
  92. d3c9262 Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  93. fa7614dd fs: Readd the fs module aliases. by Eric W. Biederman · 11 years ago
  94. 90ba983 ext4: use atomic64_t for the per-flexbg free_clusters count by Theodore Ts'o · 11 years ago
  95. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  96. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  97. 9b2ff357 ext4: enable quotas before orphan cleanup by Jan Kara · 11 years ago
  98. 262b466 ext4: don't allow quota mount options when quota feature enabled by Jan Kara · 11 years ago
  99. 810da24 ext4: convert number of blocks to clusters properly by Lukas Czerner · 11 years ago
  100. 3e36a16 ext4: fix possible memory leak in ext4_remount() by Wei Yongjun · 11 years ago