1. 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
  2. 0a04b24 ext4: disable COLLAPSE_RANGE for bigalloc by Namjae Jeon · 10 years ago
  3. a8680e0 ext4: fix COLLAPSE_RANGE failure with 1KB block size by Namjae Jeon · 10 years ago
  4. 86f1ca3 ext4: use EINVAL if not a regular file in ext4_collapse_range() by Theodore Ts'o · 10 years ago
  5. 6c5e73d ext4: enforce we are operating on a regular file in ext4_zero_range() by jon ernst · 10 years ago
  6. 6dd834e ext4: fix extent merging in ext4_ext_shift_path_extents() by Lukas Czerner · 10 years ago
  7. ef24f6c ext4: discard preallocations after removing space by Lukas Czerner · 10 years ago
  8. 9337d5d ext4: no need to truncate pagecache twice in collapse range by Lukas Czerner · 10 years ago
  9. 2c1d232 ext4: fix removing status extents in ext4_collapse_range() by Lukas Czerner · 10 years ago
  10. 1a66c7c ext4: use filemap_write_and_wait_range() correctly in collapse range by Lukas Czerner · 10 years ago
  11. 694c793 ext4: use truncate_pagecache() in collapse range by Lukas Czerner · 10 years ago
  12. 036acea ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabled by Azat Khuzhin · 10 years ago
  13. a18ed35 ext4: always check ext4_ext_find_extent result by Dmitry Monakhov · 10 years ago
  14. 8dc79ec ext4: fix error handling in ext4_ext_shift_extents by Dmitry Monakhov · 10 years ago
  15. e2cbd58 ext4: silence sparse check warning for function ext4_trim_extent by jon ernst · 10 years ago
  16. 40c406c ext4: COLLAPSE_RANGE only works on extent-based files by Theodore Ts'o · 10 years ago
  17. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  18. 847c6c4 ext4: fix byte order problems introduced by the COLLAPSE_RANGE patches by Zheng Liu · 10 years ago
  19. 6e6358f ext4: use i_size_read in ext4_unaligned_aio() by Theodore Ts'o · 10 years ago
  20. 0790b31 fs: disallow all fallocate operation on active swapfile by Lukas Czerner · 10 years ago
  21. 23fffa9 fs: move falloc collapse range check into the filesystem methods by Lukas Czerner · 10 years ago
  22. 9ef06ce ext4: remove unnecessary check for APPEND and IMMUTABLE by Lukas Czerner · 10 years ago
  23. 622cad1 ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent() by Theodore Ts'o · 10 years ago
  24. c57ab39 ext4: return ENOMEM rather than EIO when find_###_page() fails by Younger Liu · 10 years ago
  25. 1ce01c4 ext4: fix COLLAPSE_RANGE test failure in data journalling mode by Namjae Jeon · 10 years ago
  26. 87f7e41 ext4: update PF_MEMALLOC handling in ext4_write_inode() by Theodore Ts'o · 10 years ago
  27. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  28. ec4cb1a ext4: fix jbd2 warning under heavy xattr load by Jan Kara · 10 years ago
  29. 9503c67 ext4: note the error in ext4_end_bio() by Matthew Wilcox · 10 years ago
  30. 0076493 ext4: initialize multi-block allocator before checking block descriptors by Azat Khuzhin · 10 years ago
  31. 4adb6ab ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKS by Kazuya Mio · 10 years ago
  32. 666525d ext4: fix 64-bit number truncation warning by Chen Gang · 10 years ago
  33. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  34. 7df9345 Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
  35. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  36. 45d4f85 fs/direct-io.c: remove some left over checks by Dan Carpenter · 10 years ago
  37. 41fc56d kill the 4th argument of __generic_file_aio_write() by Al Viro · 10 years ago
  38. ad6599a ext4: fix premature freeing of partial clusters split across leaf blocks by Eric Whitney · 10 years ago
  39. bd42998 ext4: add cross rename support by Miklos Szeredi · 10 years ago
  40. bd1af14 ext4: rename: split out helper functions by Miklos Szeredi · 10 years ago
  41. 0d7d5d6 ext4: rename: move EMLINK check up by Miklos Szeredi · 10 years ago
  42. c0d268c ext4: rename: create ext4_renament structure for local vars by Miklos Szeredi · 10 years ago
  43. 0a7c393 vfs: add RENAME_NOREPLACE flag by Miklos Szeredi · 10 years ago
  44. e5b3041 ext4: remove unneeded test of ret variable by Lukas Czerner · 10 years ago
  45. 00a1a05 ext4: atomically set inode->i_flags in ext4_set_inode_flags() by Theodore Ts'o · 10 years ago
  46. e04027e ext4: fix comment typo by Matthew Wilcox · 10 years ago
  47. 94350ab ext4: make ext4_block_zero_page_range static by Matthew Wilcox · 10 years ago
  48. 5f16f32 ext4: atomically set inode->i_flags in ext4_set_inode_flags() by Theodore Ts'o · 10 years ago
  49. ed3654e ext4: optimize Hurd tests when reading/writing inodes by Theodore Ts'o · 10 years ago
  50. c4f6570 ext4: kill i_version support for Hurd-castrated file systems by Theodore Ts'o · 10 years ago
  51. 9c191f7 ext4: each filesystem creates and uses its own mb_cache by T Makphaibulchoke · 10 years ago
  52. b8a8684 ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate by Lukas Czerner · 10 years ago
  53. 0e8b687 ext4: refactor ext4_fallocate code by Lukas Czerner · 10 years ago
  54. f282ac1 ext4: Update inode i_size after the preallocation by Lukas Czerner · 10 years ago
  55. c063449 ext4: fix partial cluster handling for bigalloc file systems by Eric Whitney · 10 years ago
  56. 31cf0f2 ext4: delete path dealloc code in ext4_ext_handle_uninitialized_extents by Eric Whitney · 10 years ago
  57. 38c03b3 ext4: only call sync_filesystm() when remounting read-only by Theodore Ts'o · 10 years ago
  58. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  59. 66a4cb1 jbd2: improve error messages for inconsistent journal heads by Theodore Ts'o · 10 years ago
  60. 10542c2 ext4: Speedup WB_SYNC_ALL pass called from sync(2) by Jan Kara · 10 years ago
  61. 9eb7948 ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate by Namjae Jeon · 10 years ago
  62. a633f5a ext4: translate fallocate mode bits to strings by Lukas Czerner · 10 years ago
  63. a9b8241 ext4: merge uninitialized extents by Darrick J. Wong · 10 years ago
  64. e251f9b ext4: avoid exposure of stale data in ext4_punch_hole() by Maxim Patlasov · 10 years ago
  65. ce140cd ext4: silence warnings in extent status tree debugging code by Eric Whitney · 10 years ago
  66. dc9ddd9 ext4: remove unused ac_ex_scanned by Eric Sandeen · 10 years ago
  67. e861b5e ext4: avoid possible overflow in ext4_map_blocks() by Theodore Ts'o · 10 years ago
  68. ab0c00f ext4: make sure ex.fe_logical is initialized by Theodore Ts'o · 10 years ago
  69. 7b1b2c1 ext4: don't calculate total xattr header size unless needed by Theodore Ts'o · 10 years ago
  70. 9a6633b ext4: add ext4_es_store_pblock_status() by Theodore Ts'o · 10 years ago
  71. ce37c42 ext4: fix error return from ext4_ext_handle_uninitialized_extents() by Eric Whitney · 10 years ago
  72. 024949e ext4: address a benign compiler warning by Patrick Palka · 10 years ago
  73. df3a98b ext4: remove an unneeded check in mext_page_mkuptodate() by Dan Carpenter · 10 years ago
  74. d8558a2 ext4: clean up error handling in swap_inode_boot_loader() by Theodore Ts'o · 10 years ago
  75. e67bc2b ext4: Add __init marking to init_inodecache by Fabian Frederick · 10 years ago
  76. 19ea806 ext4: don't leave i_crtime.tv_sec uninitialized by Theodore Ts'o · 10 years ago
  77. 3d2660d ext4: fix online resize with a non-standard blocks per group setting by Theodore Ts'o · 10 years ago
  78. b93c953 ext4: fix online resize with very large inode tables by Theodore Ts'o · 10 years ago
  79. 2330141 ext4: don't try to modify s_flags if the the file system is read-only by Theodore Ts'o · 10 years ago
  80. 30d29b1 ext4: fix error paths in swap_inode_boot_loader() by Zheng Liu · 10 years ago
  81. 15cc176 ext4: fix xfstest generic/299 block validity failures by Eric Whitney · 10 years ago
  82. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 10 years ago
  83. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  84. a53b75b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  85. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  86. 64e178a ext2/3/4: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  87. 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 11 years ago
  88. 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 11 years ago
  89. d1866bd fs/ext4: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 11 years ago
  90. 1d32bda Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  91. d7092ae ext4: delete "set but not used" variables by jon ernst · 11 years ago
  92. 8c9367f ext4: don't pass freed handle to ext4_walk_page_buffers by Theodore Ts'o · 11 years ago
  93. 09c455a ext4: avoid clearing beyond i_blocks when truncating an inline data file by Theodore Ts'o · 11 years ago
  94. 65eddb5 ext4: ext4_inode_is_fast_symlink should use EXT4_CLUSTER_SIZE by Yongqiang Yang · 11 years ago
  95. 9e74056 ext4: fix a typo in extents.c by Yongqiang Yang · 11 years ago
  96. a34e15c ext4: use %pd printk specificer by David Howells · 11 years ago
  97. 52e4477 ext4: standardize error handling in ext4_da_write_inline_data_begin() by Jan Kara · 11 years ago
  98. bc0ca9df ext4: retry allocation when inline->extent conversion failed by Jan Kara · 11 years ago
  99. 9cb0041 ext4: enable punch hole for bigalloc by Zheng Liu · 11 years ago
  100. d0abafa ext4: fix bigalloc regression by Eric Whitney · 11 years ago