1. 9bfccec Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  2. 50db71a ext4: ext4_da_convert_inline_data_to_extent drop locked page after error by Dmitry Monakhov · 10 years ago
  3. 14516bb ext4: fix suboptimal seek_{data,hole} extents traversial by Dmitry Monakhov · 10 years ago
  4. d952d69 ext4: ext4_inline_data_fiemap should respect callers argument by Dmitry Monakhov · 10 years ago
  5. 5cc28a9 ext4: prevent fsreentrance deadlock for inline_data by Dmitry Monakhov · 10 years ago
  6. d4f7610 ext4: forbid journal_async_commit in data=ordered mode by Jan Kara · 10 years ago
  7. bfcba2d ext4: Remove an unnecessary check for NULL before iput() by Markus Elfring · 10 years ago
  8. 31fc006 ext4: remove unneeded code in ext4_unlink by Namjae Jeon · 10 years ago
  9. b003b52 ext4: don't count external journal blocks as overhead by Eric Sandeen · 10 years ago
  10. 733ded2 ext4: remove never taken branch from ext4_ext_shift_path_extents() by Jan Kara · 10 years ago
  11. c6d3d56 ext4: create nojournal_checksum mount option by Darrick J. Wong · 10 years ago
  12. 58d86a5 ext4: update comments regarding ext4_delete_inode() by Wang Shilong · 10 years ago
  13. 4fdb554 ext4: cleanup GFP flags inside resize path by Dmitry Monakhov · 10 years ago
  14. 2be12de ext4: introduce aging to extent status tree by Jan Kara · 10 years ago
  15. 624d0f1 ext4: cleanup flag definitions for extent status tree by Jan Kara · 10 years ago
  16. dd47592 ext4: limit number of scanned extents in status tree shrinker by Jan Kara · 10 years ago
  17. b0dea4c ext4: move handling of list of shrinkable inodes into extent status code by Jan Kara · 10 years ago
  18. edaa53c ext4: change LRU to round-robin in extent status tree shrinker by Zheng Liu · 10 years ago
  19. 2f8e0a7 ext4: cache extent hole in extent status tree for ext4_da_map_blocks() by Zheng Liu · 10 years ago
  20. cbd7584 ext4: fix block reservation for bigalloc filesystems by Jan Kara · 10 years ago
  21. 0756b90 ext4: fix end of region partial cluster handling by Eric Whitney · 10 years ago
  22. 345ee94 ext4: miscellaneous partial cluster cleanups by Eric Whitney · 10 years ago
  23. 5bf4376 ext4: fix end of leaf partial cluster handling by Eric Whitney · 10 years ago
  24. f4226d9 ext4: fix partial cluster initialization by Eric Whitney · 10 years ago
  25. b93b41d ext4: kill ext4_kvfree() by Al Viro · 10 years ago
  26. 96c7e0d ext4: Convert to private i_dquot field by Jan Kara · 10 years ago
  27. 88c6b61 ext4: move_extent improve bh vanishing success factor by Dmitry Monakhov · 10 years ago
  28. ae9e9c6a ext4: make ext4_ext_convert_to_initialized() return proper number of blocks by Jan Kara · 10 years ago
  29. 4f879ca ext4: bail early when clearing inode journal flag fails by Jan Kara · 10 years ago
  30. 6050d47 ext4: bail out from make_indexed_dir() on first error by Jan Kara · 10 years ago
  31. a41537e ext4: prevent bugon on race between write/fcntl by Dmitry Monakhov · 10 years ago
  32. 50460fe ext4: remove extent status procfs files if journal load fails by Darrick J. Wong · 10 years ago
  33. 6b992ff ext4: disallow changing journal_csum option during remount by Darrick J. Wong · 10 years ago
  34. 98c1a75 ext4: enable journal checksum when metadata checksum feature enabled by Darrick J. Wong · 10 years ago
  35. 599a9b7 ext4: fix oops when loading block bitmap failed by Jan Kara · 10 years ago
  36. 9378c67 ext4: fix overflow when updating superblock backups after resize by Jan Kara · 10 years ago
  37. d1e14f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  38. cd808de ext4: support RENAME_WHITEOUT by Miklos Szeredi · 10 years ago
  39. c2661b8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  40. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  41. 813d32f ext4: check s_chksum_driver when looking for bg csum presence by Darrick J. Wong · 10 years ago
  42. aef4885 ext4: move error report out of atomic context in ext4_init_block_bitmap() by Dmitry Monakhov · 10 years ago
  43. 9aa5d32 ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  44. 65dd832 ext4: delete useless comments about ext4_move_extents by Xiaoguang Wang · 10 years ago
  45. 0ff8947 ext4: fix reservation overflow in ext4_da_write_begin by Eric Sandeen · 10 years ago
  46. f4bb298 ext4: add ext4_iget_normal() which is to be used for dir tree lookups by Theodore Ts'o · 10 years ago
  47. e2bfb08 ext4: don't orphan or truncate the boot loader inode by Theodore Ts'o · 10 years ago
  48. 3e67cfad2 ext4: grab missed write_count for EXT4_IOC_SWAP_BOOT by Dmitry Monakhov · 10 years ago
  49. be5cd90 ext4: optimize block allocation on grow indepth by Dmitry Monakhov · 10 years ago
  50. dfe076c ext4: get rid of code duplication by Dmitry Monakhov · 10 years ago
  51. c5d3119 ext4: fix over-defensive complaint after journal abort by Dmitry Monakhov · 10 years ago
  52. bce92d5 ext4: fix return value of ext4_do_update_inode by Li Xi · 10 years ago
  53. d6320cb ext4: fix mmap data corruption when blocksize < pagesize by Jan Kara · 10 years ago
  54. 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
  55. f6e63f9 ext4: fold ext4_nojournal_sops into ext4_sops by Theodore Ts'o · 10 years ago
  56. bb04457 ext4: support freezing ext2 (nojournal) file systems by Theodore Ts'o · 10 years ago
  57. bda3253 ext4: fold ext4_sync_fs_nojournal() into ext4_sync_fs() by Theodore Ts'o · 10 years ago
  58. 279bf6d ext4: don't check quota format when there are no quota files by Jan Kara · 10 years ago
  59. 8447497 ext4: explicitly inform user about orphan list cleanup by Dmitry Monakhov · 10 years ago
  60. a0626e75 ext4: check EA value offset when loading by Darrick J. Wong · 10 years ago
  61. 684de574 ext4: don't keep using page if inline conversion fails by Darrick J. Wong · 10 years ago
  62. df4763b ext4: validate external journal superblock checksum by Darrick J. Wong · 10 years ago
  63. feb8c6d jbd2: fix journal checksum feature flag handling by Darrick J. Wong · 10 years ago
  64. c7f7254 ext4: provide separate operations for sysfs feature files by Lukas Czerner · 10 years ago
  65. 52c198c ext4: add sysfs entry showing whether the fs contains errors by Lukas Czerner · 10 years ago
  66. a2d4a64 ext4: don't use MAXQUOTAS value by Jan Kara · 10 years ago
  67. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  68. a8ac900 ext4: use non-movable memory for the ext4 superblock by Gioh Kim · 10 years ago
  69. d26e2c4 ext4: renumber EXT4_EX_* flags to avoid flag aliasing problems by Theodore Ts'o · 10 years ago
  70. 754cfed ext4: drop the EXT4_STATE_DELALLOC_RESERVED flag by Theodore Ts'o · 10 years ago
  71. e3cf5d5 ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 10 years ago
  72. a521100 ext4: pass allocation_request struct to ext4_(alloc,splice)_branch by Theodore Ts'o · 10 years ago
  73. a9cfcd6 ext4: avoid trying to kfree an ERR_PTR pointer by Theodore Ts'o · 10 years ago
  74. eb68d0e ext4: track extent status tree shrinker delay statictics by Zheng Liu · 10 years ago
  75. e963bb1 ext4: improve extents status tree trace point by Zheng Liu · 10 years ago
  76. d91bd2c ext4: fix comments about get_blocks by Seunghun Lee · 10 years ago
  77. 45f1a9c ext4: enable block_validity by default by Darrick J. Wong · 10 years ago
  78. ed8a1a7 ext4: rename ext4_ext_find_extent() to ext4_find_extent() by Theodore Ts'o · 10 years ago
  79. 3bdf14b ext4: reuse path object in ext4_move_extents() by Theodore Ts'o · 10 years ago
  80. ee4bd0d9 ext4: reuse path object in ext4_ext_shift_extents() by Theodore Ts'o · 10 years ago
  81. 10809df8 ext4: teach ext4_ext_find_extent() to realloc path if necessary by Theodore Ts'o · 10 years ago
  82. b7ea89a ext4: allow a NULL argument to ext4_ext_drop_refs() by Theodore Ts'o · 10 years ago
  83. 523f431 ext4: call ext4_ext_drop_refs() from ext4_ext_find_extent() by Theodore Ts'o · 10 years ago
  84. dfe5080 ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling code by Theodore Ts'o · 10 years ago
  85. 4f224b8 ext4: drop EXT4_EX_NOFREE_ON_ERR in convert_initialized_extent() by Theodore Ts'o · 10 years ago
  86. e8b83d93 ext4: collapse ext4_convert_initialized_extents() by Theodore Ts'o · 10 years ago
  87. 705912c ext4: teach ext4_ext_find_extent() to free path on error by Theodore Ts'o · 10 years ago
  88. bd30d70 ext4: fix accidental flag aliasing in ext4_map_blocks flags by Theodore Ts'o · 10 years ago
  89. 713e8dd ext4: fix ZERO_RANGE bug hidden by flag aliasing by Theodore Ts'o · 10 years ago
  90. 19008f6 ext4: fix ext4_swap_extents() error handling by Theodore Ts'o · 10 years ago
  91. fcf6b1b7 ext4: refactor ext4_move_extents code base by Dmitry Monakhov · 10 years ago
  92. f8fb4f4 ext4: use ext4_ext_next_allocated_block instead of mext_next_extent by Dmitry Monakhov · 10 years ago
  93. ee124d2 ext4: use ext4_update_i_disksize instead of opencoded ones by Dmitry Monakhov · 10 years ago
  94. 52c826d ext4: remove a duplicate call in ext4_init_new_dir() by Wang Shilong · 10 years ago
  95. f8b3b59 ext4: convert do_split() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  96. dd73b5d ext4: convert dx_probe() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  97. 1c21502 ext4: convert ext4_bread() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  98. 1056008 ext4: convert ext4_getblk() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  99. 537d8f9 ext4: convert ext4_dx_find_entry() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  100. d80d448 ext4: fix same-dir rename when inline data directory overflows by Darrick J. Wong · 10 years ago