1. d91bd2c ext4: fix comments about get_blocks by Seunghun Lee · 10 years ago
  2. 45f1a9c ext4: enable block_validity by default by Darrick J. Wong · 10 years ago
  3. ed8a1a7 ext4: rename ext4_ext_find_extent() to ext4_find_extent() by Theodore Ts'o · 10 years ago
  4. 3bdf14b ext4: reuse path object in ext4_move_extents() by Theodore Ts'o · 10 years ago
  5. ee4bd0d9 ext4: reuse path object in ext4_ext_shift_extents() by Theodore Ts'o · 10 years ago
  6. 10809df8 ext4: teach ext4_ext_find_extent() to realloc path if necessary by Theodore Ts'o · 10 years ago
  7. b7ea89a ext4: allow a NULL argument to ext4_ext_drop_refs() by Theodore Ts'o · 10 years ago
  8. 523f431 ext4: call ext4_ext_drop_refs() from ext4_ext_find_extent() by Theodore Ts'o · 10 years ago
  9. dfe5080 ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling code by Theodore Ts'o · 10 years ago
  10. 4f224b8 ext4: drop EXT4_EX_NOFREE_ON_ERR in convert_initialized_extent() by Theodore Ts'o · 10 years ago
  11. e8b83d93 ext4: collapse ext4_convert_initialized_extents() by Theodore Ts'o · 10 years ago
  12. 705912c ext4: teach ext4_ext_find_extent() to free path on error by Theodore Ts'o · 10 years ago
  13. bd30d70 ext4: fix accidental flag aliasing in ext4_map_blocks flags by Theodore Ts'o · 10 years ago
  14. 713e8dd ext4: fix ZERO_RANGE bug hidden by flag aliasing by Theodore Ts'o · 10 years ago
  15. 19008f6 ext4: fix ext4_swap_extents() error handling by Theodore Ts'o · 10 years ago
  16. fcf6b1b7 ext4: refactor ext4_move_extents code base by Dmitry Monakhov · 10 years ago
  17. f8fb4f4 ext4: use ext4_ext_next_allocated_block instead of mext_next_extent by Dmitry Monakhov · 10 years ago
  18. ee124d2 ext4: use ext4_update_i_disksize instead of opencoded ones by Dmitry Monakhov · 10 years ago
  19. 52c826d ext4: remove a duplicate call in ext4_init_new_dir() by Wang Shilong · 10 years ago
  20. f8b3b59 ext4: convert do_split() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  21. dd73b5d ext4: convert dx_probe() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  22. 1c21502 ext4: convert ext4_bread() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  23. 1056008 ext4: convert ext4_getblk() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  24. 537d8f9 ext4: convert ext4_dx_find_entry() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  25. d80d448 ext4: fix same-dir rename when inline data directory overflows by Darrick J. Wong · 10 years ago
  26. db9ee22 jbd2: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 10 years ago
  27. 6603120 ext4: update i_disksize coherently with block allocation on error path by Dmitry Monakhov · 10 years ago
  28. c174e6d ext4: fix transaction issues for ext4_fallocate and ext_zero_range by Dmitry Monakhov · 10 years ago
  29. 69dc953 ext4: fix incorect journal credits reservation in ext4_zero_range by Dmitry Monakhov · 10 years ago
  30. a0b6bc6 block: Replace __this_cpu_ptr with raw_cpu_ptr by Christoph Lameter · 10 years ago
  31. 4631dbf ext4: move i_size,i_disksize update routines to helper function by Dmitry Monakhov · 10 years ago
  32. c99d1e6 ext4: fix BUG_ON in mb_free_blocks() by Theodore Ts'o · 10 years ago
  33. 36de928 ext4: propagate errors up to ext4_find_entry()'s callers by Theodore Ts'o · 10 years ago
  34. f6f9933 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  35. 7177a9c fs: call rename2 if exists by Miklos Szeredi · 10 years ago
  36. 86f0afd ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct by Theodore Ts'o · 10 years ago
  37. ee98fa3 ext4: fix COLLAPSE RANGE test for bigalloc file systems by Namjae Jeon · 10 years ago
  38. 40b163f ext4: check inline directory before converting by Darrick J. Wong · 10 years ago
  39. 6e26314 ext4: fix incorrect locking in move_extent_per_page by Dmitry Monakhov · 10 years ago
  40. 29faed1 ext4: use correct depth value by Dmitry Monakhov · 10 years ago
  41. 4b1f166 ext4: add i_data_sem sanity check by Dmitry Monakhov · 10 years ago
  42. b27b153 ext4: fix wrong size computation in ext4_mb_normalize_request() by Xiaoguang Wang · 10 years ago
  43. 83447cc ext4: make ext4_has_inline_data() as a inline function by Zheng Liu · 10 years ago
  44. 590a141 ext4: remove readpage() check in ext4_mmap_file() by Zhang Zhen · 10 years ago
  45. 4f579ae ext4: fix punch hole on files with indirect mapping by Lukas Czerner · 10 years ago
  46. 71d4f7d ext4: remove metadata reservation checks by Theodore Ts'o · 10 years ago
  47. d5e03cb ext4: rearrange initialization to fix EXT4FS_DEBUG by Theodore Ts'o · 10 years ago
  48. bf40c92 ext4: fix potential null pointer dereference in ext4_free_inode by Namjae Jeon · 10 years ago
  49. 3f1f9b8 ext4: fix a potential deadlock in __ext4_es_shrink() by Theodore Ts'o · 10 years ago
  50. f9ae9cf ext4: revert commit which was causing fs corruption after journal replays by Theodore Ts'o · 10 years ago
  51. 5dd2142 ext4: disable synchronous transaction batching if max_batch_time==0 by Eric Sandeen · 10 years ago
  52. 94d4c06 ext4: clarify ext4_error message in ext4_mb_generate_buddy_error() by Theodore Ts'o · 10 years ago
  53. ae0f78d ext4: clarify error count warning messages by Theodore Ts'o · 10 years ago
  54. 61c219f ext4: fix unjournalled bg descriptor while initializing inode bitmap by Theodore Ts'o · 10 years ago
  55. a93cd4c ext4: Fix hole punching for files with indirect blocks by Jan Kara · 10 years ago
  56. 77ea2a4 ext4: Fix block zeroing when punching holes in indirect block files by Jan Kara · 10 years ago
  57. e43bb4e ext4: decrement free clusters/inodes counters when block group declared bad by Namjae Jeon · 10 years ago
  58. c5c7b8d ext4: Fix buffer double free in ext4_alloc_branch() by Jan Kara · 10 years ago
  59. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  60. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  61. f8409ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  62. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  63. 1b938c0 fs/buffer.c: remove block_write_full_page_endio() by Matthew Wilcox · 10 years ago
  64. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  65. bd9db17 ext4: handle symlink properly with inline_data by Zheng Liu · 10 years ago
  66. b5b6077 ext4: fix wrong assert in ext4_mb_normalize_request() by Maurizio Lombardi · 10 years ago
  67. eeece46 ext4: fix zeroing of page during writeback by Jan Kara · 10 years ago
  68. aa13d5f ext4: remove unused local variable "stored" from ext4_readdir(...) by Giedrius Rekasius · 10 years ago
  69. e1ee60f ext4: fix ZERO_RANGE test failure in data journalling by Namjae Jeon · 10 years ago
  70. d745a8c ext4: reduce contention on s_orphan_lock by Jan Kara · 10 years ago
  71. cd2c080 ext4: use sbi in ext4_orphan_{add|del}() by Jan Kara · 10 years ago
  72. 0baaea6 ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged() by Lukas Czerner · 10 years ago
  73. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 10 years ago
  74. c8b459f ext4: remove unnecessary double parentheses by Lukas Czerner · 10 years ago
  75. 029b10c ext4: do not destroy ext4_groupinfo_caches if ext4_mb_init() fails by Andrey Tsyvarev · 10 years ago
  76. c197855 ext4: make local functions static by Stephen Hemminger · 10 years ago
  77. e674e5c ext4: fix block bitmap validation when bigalloc, ^flex_bg by Darrick J. Wong · 10 years ago
  78. 1beeef1 ext4: fix block bitmap initialization under sparse_super2 by Darrick J. Wong · 10 years ago
  79. bd63f6b ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystem by Darrick J. Wong · 10 years ago
  80. 230b8c1a ext4: avoid unneeded lookup when xattr name is invalid by Zhang Zhen · 10 years ago
  81. 1c8349a ext4: fix data integrity sync in ordered mode by Namjae Jeon · 10 years ago
  82. 9b88416 convert ext4 to ->write_iter() by Al Viro · 10 years ago
  83. a832475 Merge ext4 changes in ext4_file_write() into for-next by Al Viro · 10 years ago
  84. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  85. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  86. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  87. 16b1f05 ext4: switch the guts of ->direct_IO() to iov_iter by Al Viro · 10 years ago
  88. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  89. 236f5ec ext4: remove obsoleted check by Dmitry Monakhov · 10 years ago
  90. 202ee5d ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode by Theodore Ts'o · 10 years ago
  91. f5ccfe1 ext4: fix locking for O_APPEND writes by Theodore Ts'o · 10 years ago
  92. 7ed07ba ext4: factor out common code in ext4_file_write() by Theodore Ts'o · 10 years ago
  93. 8ad2850 ext4: move ext4_file_dio_write() into ext4_file_write() by Theodore Ts'o · 10 years ago
  94. 7608e61 ext4: inline generic_file_aio_write() into ext4_file_write() by Theodore Ts'o · 10 years ago
  95. 556615d ext4: rename uninitialized extents to unwritten by Lukas Czerner · 10 years ago
  96. 090f32e ext4: get rid of EXT4_MAP_UNINIT flag by Lukas Czerner · 10 years ago
  97. 9ac0367 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  98. 0a04b24 ext4: disable COLLAPSE_RANGE for bigalloc by Namjae Jeon · 10 years ago
  99. a8680e0 ext4: fix COLLAPSE_RANGE failure with 1KB block size by Namjae Jeon · 10 years ago
  100. 86f1ca3 ext4: use EINVAL if not a regular file in ext4_collapse_range() by Theodore Ts'o · 10 years ago