1. 65d33fd btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots. by Qu Wenruo · 11 years ago
  2. 21c7e75 Btrfs: reclaim the reserved metadata space at background by Miao Xie · 11 years ago
  3. 32d6b47 Btrfs: output warning instead of error when loading free space cache failed by Miao Xie · 11 years ago
  4. 5a1972b btrfs: Add ctime/mtime update for btrfs device add/remove. by Qu Wenruo · 11 years ago
  5. 61155aa btrfs: assert that send is not in progres before root deletion by David Sterba · 11 years ago
  6. 521e054 btrfs: protect snapshots from deleting during send by David Sterba · 11 years ago
  7. 944a451 btrfs: remove redundant null check in btrfs_dentry_release() by Daeseok Youn · 11 years ago
  8. ef3b9af Btrfs: implement inode_operations callback tmpfile by Filipe Manana · 11 years ago
  9. e4ef90f btrfs: make FS_INFO ioctl available to anyone by David Sterba · 11 years ago
  10. 7d6213c btrfs: make DEV_INFO ioctl available to anyone by David Sterba · 11 years ago
  11. df93589 btrfs: export more from FS_INFO to sysfs by David Sterba · 11 years ago
  12. 80a773f btrfs: retrieve more info from FS_INFO ioctl by David Sterba · 11 years ago
  13. 7d824b6 btrfs: balance filter: add limit of processed chunks by David Sterba · 11 years ago
  14. fc19c5e Btrfs: fix leaf corruption caused by ENOSPC while hole punching by Filipe Manana · 11 years ago
  15. d2cbf2a Btrfs: do not increment on bio_index one by one by Liu Bo · 11 years ago
  16. a1a50f6 Btrfs: read inode size after acquiring the mutex when punching a hole by Filipe Manana · 11 years ago
  17. 7fb18a0 btrfs: Remove unnecessary check for NULL by Tobias Klauser · 11 years ago
  18. 166ae5a btrfs: fix inline compressed read err corruption by Zach Brown · 11 years ago
  19. 774bcb3 btrfs: return ptr error from compression workspace by Zach Brown · 11 years ago
  20. 60e1975 btrfs: return errno instead of -1 from compression by Zach Brown · 11 years ago
  21. 98806b4 btrfs: check_int: propagate out-of-memory error upwards by Stefan Behrens · 11 years ago
  22. 61391d5 Btrfs: fix hang on error (such as ENOSPC) when writing extent pages by Filipe Manana · 11 years ago
  23. 01a9a8a Btrfs: send, fix corrupted path strings for long paths by Filipe Manana · 11 years ago
  24. 11da37b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  25. 51a6025 Btrfs: send, fix incorrect ref access when using extrefs by Filipe Manana · 11 years ago
  26. d3ecfcd Btrfs: fix EIO on reading file after ioctl clone works on it by Liu Bo · 11 years ago
  27. 33c0022 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  28. cfd4a53 Btrfs: limit the path size in send to PATH_MAX by Chris Mason · 11 years ago
  29. f8213bd Btrfs: correctly set profile flags on seqlock retry by Filipe Manana · 11 years ago
  30. 9ce49a0 Btrfs: use correct key when repeating search for extent item by Filipe Manana · 11 years ago
  31. 1c70d8f Btrfs: fix inode caching vs tree log by Miao Xie · 11 years ago
  32. 28c16cb Btrfs: fix possible memory leaks in open_ctree() by Wang Shilong · 11 years ago
  33. e60efa8 Btrfs: avoid triggering bug_on() when we fail to start inode caching task by Wang Shilong · 11 years ago
  34. 9d89ce6 Btrfs: move btrfs_{set,clear}_and_info() to ctree.h by Wang Shilong · 11 years ago
  35. 3f9e3df btrfs: replace error code from btrfs_drop_extents by David Sterba · 11 years ago
  36. c5f7d0b btrfs: Change the hole range to a more accurate value. by Qu Wenruo · 11 years ago
  37. 0040e60 btrfs: fix use-after-free in mount_subvol() by Christoph Jaeger · 11 years ago
  38. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  39. 3123bca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  40. e4fbaee Btrfs: fix compile warnings on on avr32 platform by Wang Shilong · 11 years ago
  41. 0723a04 btrfs: allow mounting btrfs subvolumes with different ro/rw options by Harald Hoyer · 11 years ago
  42. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 11 years ago
  43. 36523e95 btrfs: export global block reserve size as space_info by David Sterba · 11 years ago
  44. 800ee22 btrfs: fix crash in remount(thread_pool=) case by Sergei Trofimovich · 11 years ago
  45. c4a050b Btrfs: abort the transaction when we don't find our extent ref by Josef Bacik · 11 years ago
  46. 3a29bc0 Btrfs: fix EINVAL checks in btrfs_clone by Chris Mason · 11 years ago
  47. a1ecaab Btrfs: fix unlock in __start_delalloc_inodes() by Wang Shilong · 11 years ago
  48. 3b080b2 Btrfs: scrub raid56 stripes in the right way by Wang Shilong · 11 years ago
  49. 68bb462 Btrfs: don't compress for a small write by Wang Shilong · 11 years ago
  50. c50d3e7 Btrfs: more efficient io tree navigation on wait_extent_bit by Filipe Manana · 11 years ago
  51. c715e15 Btrfs: send, build path string only once in send_hole by Filipe Manana · 11 years ago
  52. 9a40f12 btrfs: filter invalid arg for btrfs resize by Gui Hecheng · 11 years ago
  53. 766b5e5 Btrfs: send, fix data corruption due to incorrect hole detection by Filipe Manana · 11 years ago
  54. 84dbeb8 Btrfs: kmalloc() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  55. e9894fd Btrfs: fix snapshot vs nocow writting by Wang Shilong · 11 years ago
  56. 3ac0d7b btrfs: Change the expanding write sequence to fix snapshot related bug. by Qu Wenruo · 11 years ago
  57. 60999ca btrfs: make device scan less noisy by David Sterba · 11 years ago
  58. ed55b6a btrfs: fix lockdep warning with reclaim lock inversion by Jeff Mahoney · 11 years ago
  59. 3f8a18c Btrfs: hold the commit_root_sem when getting the commit root during send by Josef Bacik · 11 years ago
  60. 9e351cc Btrfs: remove transaction from send by Josef Bacik · 11 years ago
  61. a26e8c9 Btrfs: don't clear uptodate if the eb is under IO by Josef Bacik · 11 years ago
  62. 573a075 Btrfs: check for an extent_op on the locked ref by Josef Bacik · 11 years ago
  63. ba8b028 Btrfs: do not reset last_snapshot after relocation by Josef Bacik · 11 years ago
  64. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  65. 53c5666 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  66. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  67. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 11 years ago
  68. 45d4f85 fs/direct-io.c: remove some left over checks by Dan Carpenter · 11 years ago
  69. 5cb6c6c generic_file_direct_write(): get rid of ppos argument by Al Viro · 11 years ago
  70. 867c4f9 btrfs_file_aio_write(): get rid of ppos by Al Viro · 11 years ago
  71. 9e8c2af9 callers of iov_copy_from_user_atomic() don't need pagecache_disable() by Al Viro · 11 years ago
  72. 00fdf13 Btrfs: fix a crash of clone with inline extents's split by Liu Bo · 11 years ago
  73. 73b802f btrfs: fix uninit variable warning by Chris Mason · 11 years ago
  74. 4485386 Btrfs: take into account total references when doing backref lookup by Josef Bacik · 11 years ago
  75. bfa7e1f Btrfs: part 2, fix incremental send's decision to delay a dir move/rename by Filipe Manana · 11 years ago
  76. 7b119a8 Btrfs: fix incremental send's decision to delay a dir move/rename by Filipe Manana · 11 years ago
  77. 425b5da Btrfs: remove unnecessary inode generation lookup in send by Filipe Manana · 11 years ago
  78. 21543ba Btrfs: fix race when updating existing ref head by Filipe Manana · 11 years ago
  79. c3a4689 btrfs: Add trace for btrfs_workqueue alloc/destroy by Qu Wenruo · 11 years ago
  80. f094c9bd Btrfs: less fs tree lock contention when using autodefrag by Filipe Manana · 11 years ago
  81. 72de6b5 Btrfs: return EPERM when deleting a default subvolume by Guangyu Sun · 11 years ago
  82. ef66af1 Btrfs: add missing kfree in btrfs_destroy_workqueue by Filipe Manana · 11 years ago
  83. 308d980 Btrfs: cache extent states in defrag code path by Filipe Manana · 11 years ago
  84. 3bbb24b Btrfs: fix deadlock with nested trans handles by Josef Bacik · 11 years ago
  85. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  86. 573bfb7 Btrfs: fix possible empty list access when flushing the delalloc inodes by Miao Xie · 11 years ago
  87. 31f3d25 Btrfs: split the global ordered extents mutex by Miao Xie · 11 years ago
  88. 6c255e6 Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock by Miao Xie · 11 years ago
  89. 24af7dd Btrfs: reclaim delalloc metadata more aggressively by Miao Xie · 11 years ago
  90. 0424c54 Btrfs: remove unnecessary lock in may_commit_transaction() by Miao Xie · 11 years ago
  91. b88935b Btrfs: remove the unnecessary flush when preparing the pages by Miao Xie · 11 years ago
  92. 41bd9ca Btrfs: just do dirty page flush for the inode with compression before direct IO by Miao Xie · 11 years ago
  93. af7a650 Btrfs: wake up the tasks that wait for the io earlier by Miao Xie · 11 years ago
  94. 8b9d83c Btrfs: fix early enospc due to the race of the two ordered extent wait by Miao Xie · 11 years ago
  95. 8257b2d Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolume by Miao Xie · 11 years ago
  96. 52483bc btrfs: Add ftrace for btrfs_workqueue by Qu Wenruo · 11 years ago
  97. 6db8914 btrfs: Cleanup the btrfs_workqueue related function type by Qu Wenruo · 11 years ago
  98. 2131bcd Btrfs: add readahead for send_write by Liu Bo · 11 years ago
  99. a4d96d6 Btrfs: share the same code for __record_{new,deleted}_ref by Liu Bo · 11 years ago
  100. fcbd215 Btrfs: avoid unnecessary utimes update in incremental send by Filipe Manana · 11 years ago