1. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  2. 53c5666 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  3. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  4. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 11 years ago
  5. 45d4f85 fs/direct-io.c: remove some left over checks by Dan Carpenter · 11 years ago
  6. 00fdf13 Btrfs: fix a crash of clone with inline extents's split by Liu Bo · 11 years ago
  7. 73b802f btrfs: fix uninit variable warning by Chris Mason · 11 years ago
  8. 4485386 Btrfs: take into account total references when doing backref lookup by Josef Bacik · 11 years ago
  9. bfa7e1f Btrfs: part 2, fix incremental send's decision to delay a dir move/rename by Filipe Manana · 11 years ago
  10. 7b119a8 Btrfs: fix incremental send's decision to delay a dir move/rename by Filipe Manana · 11 years ago
  11. 425b5da Btrfs: remove unnecessary inode generation lookup in send by Filipe Manana · 11 years ago
  12. 21543ba Btrfs: fix race when updating existing ref head by Filipe Manana · 11 years ago
  13. c3a4689 btrfs: Add trace for btrfs_workqueue alloc/destroy by Qu Wenruo · 11 years ago
  14. f094c9bd Btrfs: less fs tree lock contention when using autodefrag by Filipe Manana · 11 years ago
  15. 72de6b5 Btrfs: return EPERM when deleting a default subvolume by Guangyu Sun · 11 years ago
  16. ef66af1 Btrfs: add missing kfree in btrfs_destroy_workqueue by Filipe Manana · 11 years ago
  17. 308d980 Btrfs: cache extent states in defrag code path by Filipe Manana · 11 years ago
  18. 3bbb24b Btrfs: fix deadlock with nested trans handles by Josef Bacik · 11 years ago
  19. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  20. 573bfb7 Btrfs: fix possible empty list access when flushing the delalloc inodes by Miao Xie · 11 years ago
  21. 31f3d25 Btrfs: split the global ordered extents mutex by Miao Xie · 11 years ago
  22. 6c255e6 Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock by Miao Xie · 11 years ago
  23. 24af7dd Btrfs: reclaim delalloc metadata more aggressively by Miao Xie · 11 years ago
  24. 0424c54 Btrfs: remove unnecessary lock in may_commit_transaction() by Miao Xie · 11 years ago
  25. b88935b Btrfs: remove the unnecessary flush when preparing the pages by Miao Xie · 11 years ago
  26. 41bd9ca Btrfs: just do dirty page flush for the inode with compression before direct IO by Miao Xie · 11 years ago
  27. af7a650 Btrfs: wake up the tasks that wait for the io earlier by Miao Xie · 11 years ago
  28. 8b9d83c Btrfs: fix early enospc due to the race of the two ordered extent wait by Miao Xie · 11 years ago
  29. 8257b2d Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolume by Miao Xie · 11 years ago
  30. 52483bc btrfs: Add ftrace for btrfs_workqueue by Qu Wenruo · 11 years ago
  31. 6db8914 btrfs: Cleanup the btrfs_workqueue related function type by Qu Wenruo · 11 years ago
  32. 2131bcd Btrfs: add readahead for send_write by Liu Bo · 11 years ago
  33. a4d96d6 Btrfs: share the same code for __record_{new,deleted}_ref by Liu Bo · 11 years ago
  34. fcbd215 Btrfs: avoid unnecessary utimes update in incremental send by Filipe Manana · 11 years ago
  35. e2127cf Btrfs: make defrag not fragment files when using prealloc extents by Filipe Manana · 11 years ago
  36. dec8ef9 Btrfs: correctly flush data on defrag when compression is enabled by Filipe Manana · 11 years ago
  37. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 11 years ago
  38. a046e9c btrfs: Cleanup the old btrfs_worker. by Qu Wenruo · 11 years ago
  39. 0339ef2 btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  40. fc97fab btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  41. 5b3bc44 btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  42. dc6e320 btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  43. 736cfa1 btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  44. e66f0bb btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  45. d05a33a btrfs: Replace fs_info->rmw_workers workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  46. fccb5d8 btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  47. a44903a btrfs: Replace fs_info->flush_workers with btrfs_workqueue. by Qu Wenruo · 11 years ago
  48. a8c93d4 btrfs: Replace fs_info->submit_workers with btrfs_workqueue. by Qu Wenruo · 11 years ago
  49. afe3d24 btrfs: Replace fs_info->delalloc_workers with btrfs_workqueue by Qu Wenruo · 11 years ago
  50. 5cdc7ad3 btrfs: Replace fs_info->workers with btrfs_workqueue. by Qu Wenruo · 11 years ago
  51. 0bd9289 btrfs: Add threshold workqueue based on kernel workqueue by Qu Wenruo · 11 years ago
  52. 1ca0897 btrfs: Add high priority workqueue support for btrfs_workqueue_struct by Qu Wenruo · 11 years ago
  53. 08a9ff3 btrfs: Added btrfs_workqueue_struct implemented ordered execution based on kernel workqueue by Qu Wenruo · 11 years ago
  54. f5961d4 btrfs: Cleanup the unused struct async_sched. by Qu Wenruo · 11 years ago
  55. 644d194 Btrfs: skip search tree for REG files by Liu Bo · 11 years ago
  56. 7b2b708 Btrfs: fix preallocate vs double nocow write by Miao Xie · 11 years ago
  57. c933956 Btrfs: fix wrong lock range and write size in check_can_nocow() by Miao Xie · 11 years ago
  58. 9c9ca00 btrfs: send: simplify allocation code in fs_path_ensure_buf by David Sterba · 11 years ago
  59. 1b2782c btrfs: send: fix old buffer length in fs_path_ensure_buf by David Sterba · 11 years ago
  60. 176840b Btrfs: more efficient btrfs_drop_extent_cache by Filipe Manana · 11 years ago
  61. f2071b2 Btrfs: more efficient split extent state insertion by Filipe Manana · 11 years ago
  62. cbc0e92 Btrfs: remove unneeded field / smaller extent_map structure by Filipe Manana · 11 years ago
  63. e84752d Btrfs: skip locking when searching commit root by Wang Shilong · 11 years ago
  64. 32a4478 Btrfs: wake up @scrub_pause_wait as much as we can by Wang Shilong · 11 years ago
  65. c0af8f0 Btrfs: cancel scrub on transaction abortion by Wang Shilong · 11 years ago
  66. 12cf937 Btrfs: device_replace: fix deadlock for nocow case by Wang Shilong · 11 years ago
  67. 6cf7f77 Btrfs: fix a possible deadlock between scrub and transaction committing by Wang Shilong · 11 years ago
  68. 886322e btrfs: Use PTR_ERR_OR_ZERO by Sachin Kamat · 11 years ago
  69. bf0d1f4 Btrfs: fix send issuing outdated paths for utimes, chown and chmod by Filipe Manana · 11 years ago
  70. 6baa429 Btrfs: correctly determine if blocks are shared in btrfs_compare_trees by Filipe Manana · 11 years ago
  71. 9dc4421 Btrfs: fix send attempting to rmdir non-empty directories by Filipe Manana · 11 years ago
  72. 29d6d30 Btrfs: send, don't send rmdir for same target multiple times by Filipe Manana · 11 years ago
  73. 2b863a1 Btrfs: incremental send, fix invalid path after dir rename by Filipe Manana · 11 years ago
  74. 12870f1 Btrfs: don't insert useless holes when punching beyond the inode's size by Filipe Manana · 11 years ago
  75. 85fdfdf Btrfs: cleanup delayed-ref.c:find_ref_head() by Filipe Manana · 11 years ago
  76. 6103fb4 Btrfs: remove unnecessary ref heads rb tree search by Filipe Manana · 11 years ago
  77. 2c6a92b btrfs: wake up transaction thread upon remount by Justin Maggard · 11 years ago
  78. 50471a3 Btrfs: stop joining the log transaction if sync log fails by Miao Xie · 11 years ago
  79. d1433de Btrfs: just wait or commit our own log sub-transaction by Miao Xie · 11 years ago
  80. 8b050d3 Btrfs: fix skipped error handle when log sync failed by Miao Xie · 11 years ago
  81. bb14a59 Btrfs: use signed integer instead of unsigned long integer for log transid by Miao Xie · 11 years ago
  82. 7483e1a Btrfs: remove unnecessary memory barrier in btrfs_sync_log() by Miao Xie · 11 years ago
  83. e87ac13 Btrfs: don't start the log transaction if the log tree init fails by Miao Xie · 11 years ago
  84. 48cab2e Btrfs: fix the skipped transaction commit during the file sync by Miao Xie · 11 years ago
  85. 5c902ba Btrfs: use ACCESS_ONCE to prevent the optimize accesses to ->last_trans_log_full_commit by Miao Xie · 11 years ago
  86. 7813b3d Btrfs: avoid warning bomb of btrfs_invalidate_inodes by Liu Bo · 11 years ago
  87. 2a85d9c Btrfs: fix possible deadlock in btrfs_cleanup_transaction by Liu Bo · 11 years ago
  88. d5f3752 Btrfs: faster/more efficient insertion of file extent items by Filipe David Borba Manana · 11 years ago
  89. 51b98ef btrfs: always choose work from prio_head first by Stanislaw Gruszka · 11 years ago
  90. dcfd5ad Revert "Btrfs: remove transaction from btrfs send" by Wang Shilong · 11 years ago
  91. bcbba5e Btrfs: skip readonly root for snapshot-aware defragment by Wang Shilong · 11 years ago
  92. 850a8cd Btrfs: switch to btrfs_previous_extent_item() by Wang Shilong · 11 years ago
  93. f88ba6a Btrfs: skip submitting barrier for missing device by Hidetoshi Seto · 11 years ago
  94. 29bce2f Btrfs: unlock extent and pages on error in cow_file_range by Josef Bacik · 11 years ago
  95. c581afc Btrfs: balance delayed inode updates by Josef Bacik · 11 years ago
  96. 1bae309 btrfs: add simple debugfs interface by David Sterba · 11 years ago
  97. ace0105 btrfs: send: lower memory requirements in common case by David Sterba · 11 years ago
  98. dff6d0a Btrfs: make some tree searches in send.c more efficient by Filipe David Borba Manana · 11 years ago
  99. a0859c0 Btrfs: use right extent item position in send when finding extent clones by Filipe David Borba Manana · 11 years ago
  100. 57fb891 btrfs: send: remove BUG_ON from name_cache_delete by David Sterba · 11 years ago