1. 19ea806 ext4: don't leave i_crtime.tv_sec uninitialized by Theodore Ts'o · 10 years ago
  2. 3d2660d ext4: fix online resize with a non-standard blocks per group setting by Theodore Ts'o · 10 years ago
  3. b93c953 ext4: fix online resize with very large inode tables by Theodore Ts'o · 10 years ago
  4. 2330141 ext4: don't try to modify s_flags if the the file system is read-only by Theodore Ts'o · 10 years ago
  5. 30d29b1 ext4: fix error paths in swap_inode_boot_loader() by Zheng Liu · 10 years ago
  6. 15cc176 ext4: fix xfstest generic/299 block validity failures by Eric Whitney · 10 years ago
  7. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 10 years ago
  8. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  9. a53b75b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  10. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  11. 64e178a ext2/3/4: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  12. 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 11 years ago
  13. 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 11 years ago
  14. d1866bd fs/ext4: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 10 years ago
  15. 1d32bda Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  16. d7092ae ext4: delete "set but not used" variables by jon ernst · 10 years ago
  17. 8c9367f ext4: don't pass freed handle to ext4_walk_page_buffers by Theodore Ts'o · 11 years ago
  18. 09c455a ext4: avoid clearing beyond i_blocks when truncating an inline data file by Theodore Ts'o · 11 years ago
  19. 65eddb5 ext4: ext4_inode_is_fast_symlink should use EXT4_CLUSTER_SIZE by Yongqiang Yang · 11 years ago
  20. 9e74056 ext4: fix a typo in extents.c by Yongqiang Yang · 11 years ago
  21. a34e15c ext4: use %pd printk specificer by David Howells · 11 years ago
  22. 52e4477 ext4: standardize error handling in ext4_da_write_inline_data_begin() by Jan Kara · 11 years ago
  23. bc0ca9df ext4: retry allocation when inline->extent conversion failed by Jan Kara · 11 years ago
  24. 9cb0041 ext4: enable punch hole for bigalloc by Zheng Liu · 11 years ago
  25. d0abafa ext4: fix bigalloc regression by Eric Whitney · 11 years ago
  26. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  27. f5a44db ext4: add explicit casts when masking cluster sizes by Theodore Ts'o · 11 years ago
  28. 34cf865 ext4: fix deadlock when writing in ENOSPC conditions by Jan Kara · 11 years ago
  29. 30fac0f ext4: Do not reserve clusters when fs doesn't support extents by Jan Kara · 11 years ago
  30. 9105bb1 ext4: fix del_timer() misuse for ->s_err_report by Al Viro · 11 years ago
  31. dff6efc fs: fix iversion handling by Christoph Hellwig · 11 years ago
  32. 5946d08 ext4: check for overlapping extents in ext4_valid_extent_entries() by Eryu Guan · 11 years ago
  33. 4e8d213 ext4: fix use-after-free in ext4_mb_new_blocks by Junho Ryu · 11 years ago
  34. ae1495b ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() fails by Theodore Ts'o · 11 years ago
  35. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  36. 2c30c71 block: Convert various code to bio_for_each_segment() by Kent Overstreet · 11 years ago
  37. 4fbf888 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  38. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  39. 3f61c0c ext4: add prototypes for macro-generated functions by Andreas Dilger · 11 years ago
  40. 9206c56 ext4: return non-zero st_blocks for inline data by Andreas Dilger · 11 years ago
  41. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago
  42. dd1f723 ext4: use prandom_u32() instead of get_random_bytes() by Theodore Ts'o · 11 years ago
  43. f275411 ext4: remove unreachable code after ext4_can_extents_be_merged() by Eric Sandeen · 11 years ago
  44. da0169b ext4: remove unreachable code in ext4_can_extents_be_merged() by Eric Sandeen · 11 years ago
  45. dcb9917 ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea() by Theodore Ts'o · 11 years ago
  46. 2746f7a ext4: don't count free clusters from a corrupt block group by Darrick J. Wong · 11 years ago
  47. 8f9ff18 ext4: fix FITRIM in no journal mode by Lukas Czerner · 11 years ago
  48. 5ba052f ext4: drop set but otherwise unused variable from ext4_add_dirent_to_inline() by Azat Khuzhin · 11 years ago
  49. 48ffdab ext4: change ext4_read_inline_dir() to return 0 on success by BoxiLiu · 11 years ago
  50. bbf023c ext4: pair trace_ext4_writepages & trace_ext4_writepages_result by Ming Lei · 11 years ago
  51. efbed4d ext4: add ratelimiting to ext4 messages by Theodore Ts'o · 11 years ago
  52. aeac589 ext4: fix performance regression in ext4_writepages by Ming Lei · 11 years ago
  53. 0056019 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  54. 7534e85 ext4: fixup kerndoc annotation of mpage_map_and_submit_extent() by Jan Kara · 11 years ago
  55. 78371a4 ext4: fix assertion in ext4_add_complete_io() by Jan Kara · 11 years ago
  56. 43ae9e3 ext[34]: fix double put in tmpfile by Miklos Szeredi · 11 years ago
  57. be5090d Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  58. 6e4ea8e ext4: fix memory leak in xattr by Dave Jones · 11 years ago
  59. 9c12a83 ext4: fix performance regression in writeback of random writes by Jan Kara · 11 years ago
  60. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  61. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  62. 1ab6c49 fs: convert fs shrinkers to new scan/count API by Dave Chinner · 11 years ago
  63. 2e515bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  64. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  65. 02afc27 direct-io: Handle O_(D)SYNC AIO by Christoph Hellwig · 11 years ago
  66. 7b7a866 direct-io: Implement generic deferred AIO completions by Christoph Hellwig · 11 years ago
  67. ad4eec6 ext4: allow specifying external journal by pathname mount option by Eric Sandeen · 11 years ago
  68. bdfb6ff ext4: mark group corrupt on group descriptor checksum by Darrick J. Wong · 11 years ago
  69. 87a3938 ext4: mark block group as corrupt on inode bitmap error by Darrick J. Wong · 11 years ago
  70. 163a203 ext4: mark block group as corrupt on block bitmap error by Darrick J. Wong · 11 years ago
  71. dbde0ab ext4: fix type declaration of ext4_validate_block_bitmap by Darrick J. Wong · 11 years ago
  72. 48d9eb9 ext4: error out if verifying the block bitmap fails by Darrick J. Wong · 11 years ago
  73. d7b2a00 ext4: isolate ext4_extents.h file by Zheng Liu · 11 years ago
  74. 70261f5 ext4: Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
  75. 7afe5aa ext4: convert write_begin methods to stable_page_writes semantics by Dmitry Monakhov · 11 years ago
  76. 27b1b22 ext4: fix use of potentially uninitialized variables in debugging code by Andi Shyti · 11 years ago
  77. 8be04b9 treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks by Joe Perches · 11 years ago
  78. 90e775b ext4: fix lost truncate due to race with writeback by Jan Kara · 11 years ago
  79. 5208386 ext4: simplify truncation code in ext4_setattr() by Jan Kara · 11 years ago
  80. 5f1132b ext4: fix ext4_writepages() in presence of truncate by Jan Kara · 11 years ago
  81. 0993004 ext4: move test whether extent to map can be extended to one place by Jan Kara · 11 years ago
  82. 7d73453 ext4: fix warning in ext4_da_update_reserve_space() by Jan Kara · 11 years ago
  83. 19883bd ext4: avoid reusing recently deleted inodes in no journal mode by Theodore Ts'o · 11 years ago
  84. 0e20270 ext4: allocate delayed allocation blocks before rename by Theodore Ts'o · 11 years ago
  85. 5b61de7 ext4: start handle at least possible moment when renaming files by Theodore Ts'o · 11 years ago
  86. 7869a4a ext4: add support for extent pre-caching by Theodore Ts'o · 11 years ago
  87. 107a7bd ext4: cache all of an extent tree's leaf block upon reading by Theodore Ts'o · 11 years ago
  88. 3be78c7 ext4: use unsigned int for es_status values by Theodore Ts'o · 11 years ago
  89. c349179 ext4: print the block number of invalid extent tree blocks by Theodore Ts'o · 11 years ago
  90. 7d7ea89 ext4: refactor code to read the extent tree block by Theodore Ts'o · 11 years ago
  91. a361293 jbd2: Fix oops in jbd2_journal_file_inode() by Jan Kara · 11 years ago
  92. 91aa11f jbd2: Fix use after free after error in jbd2_journal_dirty_metadata() by Jan Kara · 11 years ago
  93. cde2d7a ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOT by Theodore Ts'o · 11 years ago
  94. 6ae6514 ext4: fix mount/remount error messages for incompatible mount options by Piotr Sarna · 11 years ago
  95. 59d9fa5 ext4: allow the mount options nodelalloc and data=journal by Theodore Ts'o · 11 years ago
  96. 44fb851d ext4: add WARN_ON to check the length of allocated blocks by Zheng Liu · 11 years ago
  97. 94eec0f ext4: fix retry handling in ext4_ext_truncate() by Theodore Ts'o · 11 years ago
  98. dd12ed1 ext4: destroy ext4_es_cachep on module unload by Eric Sandeen · 11 years ago
  99. a34eb50 ext4: make sure group number is bumped after a inode allocation race by Theodore Ts'o · 11 years ago
  100. e94bd34 ext4: fix a BUG when opening a file with O_TMPFILE flag by Zheng Liu · 11 years ago