1. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  2. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  3. f8409ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  4. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  5. 1b938c0 fs/buffer.c: remove block_write_full_page_endio() by Matthew Wilcox · 10 years ago
  6. 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
  7. bd9db17 ext4: handle symlink properly with inline_data by Zheng Liu · 10 years ago
  8. b5b6077 ext4: fix wrong assert in ext4_mb_normalize_request() by Maurizio Lombardi · 10 years ago
  9. eeece46 ext4: fix zeroing of page during writeback by Jan Kara · 10 years ago
  10. aa13d5f ext4: remove unused local variable "stored" from ext4_readdir(...) by Giedrius Rekasius · 10 years ago
  11. e1ee60f ext4: fix ZERO_RANGE test failure in data journalling by Namjae Jeon · 10 years ago
  12. d745a8c ext4: reduce contention on s_orphan_lock by Jan Kara · 10 years ago
  13. cd2c080 ext4: use sbi in ext4_orphan_{add|del}() by Jan Kara · 10 years ago
  14. 0baaea6 ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged() by Lukas Czerner · 10 years ago
  15. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 10 years ago
  16. c8b459f ext4: remove unnecessary double parentheses by Lukas Czerner · 10 years ago
  17. 029b10c ext4: do not destroy ext4_groupinfo_caches if ext4_mb_init() fails by Andrey Tsyvarev · 10 years ago
  18. c197855 ext4: make local functions static by Stephen Hemminger · 10 years ago
  19. e674e5c ext4: fix block bitmap validation when bigalloc, ^flex_bg by Darrick J. Wong · 10 years ago
  20. 1beeef1 ext4: fix block bitmap initialization under sparse_super2 by Darrick J. Wong · 10 years ago
  21. bd63f6b ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystem by Darrick J. Wong · 10 years ago
  22. 230b8c1a ext4: avoid unneeded lookup when xattr name is invalid by Zhang Zhen · 10 years ago
  23. 1c8349a ext4: fix data integrity sync in ordered mode by Namjae Jeon · 10 years ago
  24. 9b88416 convert ext4 to ->write_iter() by Al Viro · 10 years ago
  25. a832475 Merge ext4 changes in ext4_file_write() into for-next by Al Viro · 10 years ago
  26. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  27. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  28. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  29. 16b1f05 ext4: switch the guts of ->direct_IO() to iov_iter by Al Viro · 10 years ago
  30. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  31. 236f5ec ext4: remove obsoleted check by Dmitry Monakhov · 10 years ago
  32. 202ee5d ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode by Theodore Ts'o · 10 years ago
  33. f5ccfe1 ext4: fix locking for O_APPEND writes by Theodore Ts'o · 10 years ago
  34. 7ed07ba ext4: factor out common code in ext4_file_write() by Theodore Ts'o · 10 years ago
  35. 8ad2850 ext4: move ext4_file_dio_write() into ext4_file_write() by Theodore Ts'o · 10 years ago
  36. 7608e61 ext4: inline generic_file_aio_write() into ext4_file_write() by Theodore Ts'o · 10 years ago
  37. 556615d ext4: rename uninitialized extents to unwritten by Lukas Czerner · 10 years ago
  38. 090f32e ext4: get rid of EXT4_MAP_UNINIT flag by Lukas Czerner · 10 years ago
  39. 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
  40. 0a04b24 ext4: disable COLLAPSE_RANGE for bigalloc by Namjae Jeon · 10 years ago
  41. a8680e0 ext4: fix COLLAPSE_RANGE failure with 1KB block size by Namjae Jeon · 10 years ago
  42. 86f1ca3 ext4: use EINVAL if not a regular file in ext4_collapse_range() by Theodore Ts'o · 10 years ago
  43. 6c5e73d ext4: enforce we are operating on a regular file in ext4_zero_range() by jon ernst · 10 years ago
  44. 6dd834e ext4: fix extent merging in ext4_ext_shift_path_extents() by Lukas Czerner · 10 years ago
  45. ef24f6c ext4: discard preallocations after removing space by Lukas Czerner · 10 years ago
  46. 9337d5d ext4: no need to truncate pagecache twice in collapse range by Lukas Czerner · 10 years ago
  47. 2c1d232 ext4: fix removing status extents in ext4_collapse_range() by Lukas Czerner · 10 years ago
  48. 1a66c7c ext4: use filemap_write_and_wait_range() correctly in collapse range by Lukas Czerner · 10 years ago
  49. 694c793 ext4: use truncate_pagecache() in collapse range by Lukas Czerner · 10 years ago
  50. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  51. 036acea ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabled by Azat Khuzhin · 10 years ago
  52. a18ed35 ext4: always check ext4_ext_find_extent result by Dmitry Monakhov · 10 years ago
  53. 8dc79ec ext4: fix error handling in ext4_ext_shift_extents by Dmitry Monakhov · 10 years ago
  54. e2cbd58 ext4: silence sparse check warning for function ext4_trim_extent by jon ernst · 10 years ago
  55. 40c406c ext4: COLLAPSE_RANGE only works on extent-based files by Theodore Ts'o · 10 years ago
  56. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  57. 847c6c4 ext4: fix byte order problems introduced by the COLLAPSE_RANGE patches by Zheng Liu · 10 years ago
  58. 6e6358f ext4: use i_size_read in ext4_unaligned_aio() by Theodore Ts'o · 10 years ago
  59. 0790b31 fs: disallow all fallocate operation on active swapfile by Lukas Czerner · 10 years ago
  60. 23fffa9 fs: move falloc collapse range check into the filesystem methods by Lukas Czerner · 10 years ago
  61. 9ef06ce ext4: remove unnecessary check for APPEND and IMMUTABLE by Lukas Czerner · 10 years ago
  62. 622cad1 ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent() by Theodore Ts'o · 10 years ago
  63. c57ab39 ext4: return ENOMEM rather than EIO when find_###_page() fails by Younger Liu · 10 years ago
  64. 1ce01c4 ext4: fix COLLAPSE_RANGE test failure in data journalling mode by Namjae Jeon · 10 years ago
  65. 87f7e41 ext4: update PF_MEMALLOC handling in ext4_write_inode() by Theodore Ts'o · 10 years ago
  66. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  67. ec4cb1a ext4: fix jbd2 warning under heavy xattr load by Jan Kara · 10 years ago
  68. 9503c67 ext4: note the error in ext4_end_bio() by Matthew Wilcox · 10 years ago
  69. 0076493 ext4: initialize multi-block allocator before checking block descriptors by Azat Khuzhin · 10 years ago
  70. 4adb6ab ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKS by Kazuya Mio · 10 years ago
  71. 666525d ext4: fix 64-bit number truncation warning by Chen Gang · 10 years ago
  72. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  73. 7df9345 Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
  74. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  75. 45d4f85 fs/direct-io.c: remove some left over checks by Dan Carpenter · 10 years ago
  76. 41fc56d kill the 4th argument of __generic_file_aio_write() by Al Viro · 10 years ago
  77. ad6599a ext4: fix premature freeing of partial clusters split across leaf blocks by Eric Whitney · 10 years ago
  78. bd42998 ext4: add cross rename support by Miklos Szeredi · 10 years ago
  79. bd1af14 ext4: rename: split out helper functions by Miklos Szeredi · 10 years ago
  80. 0d7d5d6 ext4: rename: move EMLINK check up by Miklos Szeredi · 10 years ago
  81. c0d268c ext4: rename: create ext4_renament structure for local vars by Miklos Szeredi · 10 years ago
  82. 0a7c393 vfs: add RENAME_NOREPLACE flag by Miklos Szeredi · 10 years ago
  83. e5b3041 ext4: remove unneeded test of ret variable by Lukas Czerner · 10 years ago
  84. 00a1a05 ext4: atomically set inode->i_flags in ext4_set_inode_flags() by Theodore Ts'o · 10 years ago
  85. e04027e ext4: fix comment typo by Matthew Wilcox · 10 years ago
  86. 94350ab ext4: make ext4_block_zero_page_range static by Matthew Wilcox · 10 years ago
  87. 5f16f32 ext4: atomically set inode->i_flags in ext4_set_inode_flags() by Theodore Ts'o · 10 years ago
  88. ed3654e ext4: optimize Hurd tests when reading/writing inodes by Theodore Ts'o · 10 years ago
  89. c4f6570 ext4: kill i_version support for Hurd-castrated file systems by Theodore Ts'o · 10 years ago
  90. 9c191f7 ext4: each filesystem creates and uses its own mb_cache by T Makphaibulchoke · 10 years ago
  91. b8a8684 ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate by Lukas Czerner · 10 years ago
  92. 0e8b687 ext4: refactor ext4_fallocate code by Lukas Czerner · 10 years ago
  93. f282ac1 ext4: Update inode i_size after the preallocation by Lukas Czerner · 10 years ago
  94. c063449 ext4: fix partial cluster handling for bigalloc file systems by Eric Whitney · 10 years ago
  95. 31cf0f2 ext4: delete path dealloc code in ext4_ext_handle_uninitialized_extents by Eric Whitney · 10 years ago
  96. 38c03b3 ext4: only call sync_filesystm() when remounting read-only by Theodore Ts'o · 10 years ago
  97. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  98. 66a4cb1 jbd2: improve error messages for inconsistent journal heads by Theodore Ts'o · 10 years ago
  99. 10542c2 ext4: Speedup WB_SYNC_ALL pass called from sync(2) by Jan Kara · 10 years ago
  100. 9eb7948 ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate by Namjae Jeon · 10 years ago