1. e3a0dd9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  2. 46a1c2c vfs: export lseek_execute() to modules by Jie Liu · 11 years ago
  3. 7ee9e44 Btrfs: check if we can nocow if we don't have data space by Josef Bacik · 11 years ago
  4. a71754f Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncate by Josef Bacik · 11 years ago
  5. 3c64a1a Btrfs: cleanup: don't check the same thing twice by Stefan Behrens · 11 years ago
  6. 983a5f8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  7. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  8. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  9. afe5fea Btrfs: cleanup of function where fixup_low_keys() is called by Tsutomu Itoh · 11 years ago
  10. 09a2a8f9 Btrfs: fix bad extent logging by Josef Bacik · 11 years ago
  11. cc95bef Btrfs: log ram bytes properly by Josef Bacik · 11 years ago
  12. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  13. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  14. 3615db4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  15. 6113077 Btrfs: fix missing qgroup reservation before fallocating by Wang Shilong · 11 years ago
  16. 0863702 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  17. 3b27759 Btrfs: fix warning of free_extent_map by Liu Bo · 11 years ago
  18. b695188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  19. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  20. fda2832 btrfs: cleanup for open-coded alignment by Qu Wenruo · 11 years ago
  21. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  22. dc81cdc Btrfs: fix remount vs autodefrag by Miao Xie · 11 years ago
  23. b2c6b3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9 by Chris Mason · 11 years ago
  24. 569e0f3 Btrfs: place ordered operations on a per transaction list by Josef Bacik · 11 years ago
  25. 87533c4 Btrfs: use bit operation for ->fs_state by Miao Xie · 12 years ago
  26. 55e301f Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h by Filipe Brandenburger · 12 years ago
  27. 2ab28f3 Btrfs: wait on ordered extents at the last possible moment by Josef Bacik · 12 years ago
  28. 8d19514 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  29. 6f1c360 Btrfs: fix race between snapshot deletion and getting inode by Liu Bo · 12 years ago
  30. 0a3404d Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write() by Miao Xie · 12 years ago
  31. d7df025 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  32. f9e4fb5 Btrfs: fix a bug when llseek for delalloc bytes behind prealloc extents by Liu Bo · 12 years ago
  33. 1214b53 Btrfs: fix off-by-one in lseek by Liu Bo · 12 years ago
  34. a22180d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  35. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  36. 6c760c0 Btrfs: do not call file_update_time in aio_write by Josef Bacik · 12 years ago
  37. 70c8a91 Btrfs: log changed inodes based on the extent map tree by Josef Bacik · 12 years ago
  38. b493968 Btrfs: keep track of the extents original block length by Josef Bacik · 12 years ago
  39. b812ce2 Btrfs: inline csums if we're fsyncing by Josef Bacik · 12 years ago
  40. 7426cc0 Btrfs: punch hole past the end of the file by Miao Xie · 12 years ago
  41. 0061280 Btrfs: fix the page that is beyond EOF by Miao Xie · 12 years ago
  42. 6347b3c Btrfs: fix off-by-one error of the same page check in btrfs_punch_hole() by Miao Xie · 12 years ago
  43. 0ff6fab Btrfs: fix off-by-one error of the reserved size of btrfs_allocate() by Miao Xie · 12 years ago
  44. 797f427 Btrfs: use existing align macros in btrfs_allocate() by Miao Xie · 12 years ago
  45. b66f00d Btrfs: fix freeze vs auto defrag by Miao Xie · 12 years ago
  46. 26176e7 Btrfs: restructure btrfs_run_defrag_inodes() by Miao Xie · 12 years ago
  47. 8ddc473 Btrfs: fix unprotected defragable inode insertion by Miao Xie · 12 years ago
  48. 9247f31 Btrfs: use slabs for auto defrag allocation by Miao Xie · 12 years ago
  49. b53d3f5 Btrfs: cleanup for btrfs_btree_balance_dirty by Liu Bo · 12 years ago
  50. e1f5790 Btrfs: set hole punching time properly by Tsutomu Itoh · 12 years ago
  51. 9f3959c Btrfs: get right arguments for btrfs_wait_ordered_range by Liu Bo · 12 years ago
  52. d0e1d66 writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr() by Namjae Jeon · 12 years ago
  53. 7205542 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  54. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  55. c3308f8 Btrfs: fix punch hole when no extent exists by Josef Bacik · 12 years ago
  56. 90abccf Revert "Btrfs: do not do filemap_write_and_wait_range in fsync" by Miao Xie · 12 years ago
  57. 9e8a4a8 Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defrag by Liu Bo · 12 years ago
  58. 903889f4 Btrfs: fix wrong size for the reservation when doing, file pre-allocation. by Miao Xie · 12 years ago
  59. 2ecb792 Btrfs: fix unprotected ->log_batch by Miao Xie · 12 years ago
  60. 66d8f3d Btrfs: add a new "type" field into the block reservation structure by Miao Xie · 12 years ago
  61. 7014cdb Btrfs: btrfs_drop_extent_cache should never fail by Josef Bacik · 12 years ago
  62. 2aaa665 Btrfs: add hole punching by Josef Bacik · 12 years ago
  63. 2671485 Btrfs: remove unused hint byte argument for btrfs_drop_extents by Josef Bacik · 12 years ago
  64. 5dc562c Btrfs: turbo charge fsync by Josef Bacik · 12 years ago
  65. 224ecce Btrfs: fix possible corruption when fsyncing written prealloced extents by Josef Bacik · 12 years ago
  66. b2b5ef5 btrfs: Convert to new freezing mechanism by Jan Kara · 12 years ago
  67. 5eecb9c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  68. c3473e8 Btrfs: fix dio write vs buffered read race by Josef Bacik · 12 years ago
  69. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  70. e41f941 Btrfs: move over to use ->update_time by Josef Bacik · 12 years ago
  71. 22ee698 Btrfs: check to see if the inode is in the log before fsyncing by Josef Bacik · 12 years ago
  72. 762f226 Btrfs: fix the same inode id problem when doing auto defragment by Miao Xie · 12 years ago
  73. 72ac3c0 Btrfs: convert the inode bit field to use the actual bit operations by Josef Bacik · 12 years ago
  74. 0885ef5 Btrfs: do not do filemap_write_and_wait_range in fsync by Josef Bacik · 12 years ago
  75. 0c4d2d9 Btrfs: use i_version instead of our own sequence by Josef Bacik · 12 years ago
  76. dc7fdde Btrfs: reduce lock contention during extent insertion by Chris Mason · 12 years ago
  77. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  78. d008237 btrfs: drop gfp_t from lock_extent by Jeff Mahoney · 12 years ago
  79. 855a85f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  80. 6af021d Btrfs: return the internal error unchanged if btrfs_get_extent_fiemap() call failed for SEEK_DATA/SEEK_HOLE inquiry by Jeff Liu · 12 years ago
  81. d98456f Btrfs: don't reserve data with extents locked in btrfs_fallocate by Chris Mason · 12 years ago
  82. f9156c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  83. 45a8090 Btrfs: don't call btrfs_throttle in file write by Josef Bacik · 13 years ago
  84. 9785dbd Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  85. 001a541 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  86. e3a41a5 btrfs: pass __GFP_WRITE for buffered write page allocations by Johannes Weiner · 13 years ago
  87. 66d7e7f Btrfs: mark delayed refs as for cow by Arne Jansen · 13 years ago
  88. 32c7f20 btrfs: fix dirtied pages accounting on sub-page writes by Wu Fengguang · 13 years ago
  89. c9a7fe9 Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  90. 142349f btrfs: lower the dirty balance poll interval by Wu Fengguang · 13 years ago
  91. 22c44fe Btrfs: deal with enospc from dirtying inodes properly by Josef Bacik · 13 years ago
  92. 6a6662c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  93. ef3d0fd vfs: do (nearly) lockless generic_file_llseek by Andi Kleen · 13 years ago
  94. 3b16a4e Btrfs: use the inode's mapping mask for allocating pages by Josef Bacik · 13 years ago
  95. 1b9c332 Btrfs: only reserve space in fallocate if we have to do a preallocate by Josef Bacik · 13 years ago
  96. 7fd21be Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  97. b6316429 Btrfs: force a page fault if we have a shorty copy on a page boundary by Josef Bacik · 13 years ago
  98. 48802c8 BTRFS: Fix lseek return value for error by Jeff Liu · 13 years ago
  99. 0b001b2 Merge branch 'for-linus' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  100. 0c1a98c Btrfs: fix the file extent gap when doing direct IO by Miao Xie · 13 years ago