1. f9156c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  2. 45a8090 Btrfs: don't call btrfs_throttle in file write by Josef Bacik · 13 years ago
  3. 9785dbd Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  4. 001a541 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  5. e3a41a5 btrfs: pass __GFP_WRITE for buffered write page allocations by Johannes Weiner · 13 years ago
  6. 66d7e7f Btrfs: mark delayed refs as for cow by Arne Jansen · 13 years ago
  7. 32c7f20 btrfs: fix dirtied pages accounting on sub-page writes by Wu Fengguang · 13 years ago
  8. 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
  9. 142349f btrfs: lower the dirty balance poll interval by Wu Fengguang · 13 years ago
  10. 22c44fe Btrfs: deal with enospc from dirtying inodes properly by Josef Bacik · 13 years ago
  11. 6a6662c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  12. ef3d0fd vfs: do (nearly) lockless generic_file_llseek by Andi Kleen · 13 years ago
  13. 3b16a4e Btrfs: use the inode's mapping mask for allocating pages by Josef Bacik · 13 years ago
  14. 1b9c332 Btrfs: only reserve space in fallocate if we have to do a preallocate by Josef Bacik · 13 years ago
  15. 7fd21be Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  16. b6316429 Btrfs: force a page fault if we have a shorty copy on a page boundary by Josef Bacik · 13 years ago
  17. 48802c8 BTRFS: Fix lseek return value for error by Jeff Liu · 13 years ago
  18. 0b001b2 Merge branch 'for-linus' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  19. 0c1a98c Btrfs: fix the file extent gap when doing direct IO by Miao Xie · 13 years ago
  20. 81d86e1 Merge branch 'btrfs-3.0' into for-linus by Chris Mason · 13 years ago
  21. f1e490a Btrfs: set i_size properly when fallocating and we already by Josef Bacik · 13 years ago
  22. 9a4327c btrfs: unlock on error in btrfs_file_llseek() by Dan Carpenter · 13 years ago
  23. f4ac904 btrfs: memory leak in btrfs_add_inode_defrag() by Dan Carpenter · 13 years ago
  24. ed8f373 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  25. 341d14f Btrfs: Remove unused variable 'last_index' in file.c by Mitch Harder · 13 years ago
  26. a0f98dd Btrfs:don't check the return value of __btrfs_add_inode_defrag by Wanlong Gao · 13 years ago
  27. b43b31b Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linus by Chris Mason · 13 years ago
  28. 2271220 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  29. 9e0baf6 Btrfs: fix enospc problems with delalloc by Josef Bacik · 13 years ago
  30. a94733d Btrfs: use find_or_create_page instead of grab_cache_page by Josef Bacik · 13 years ago
  31. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  32. b267515 Btrfs: implement our own ->llseek by Josef Bacik · 13 years ago
  33. d8926bb btrfs: don't BUG_ON btrfs_alloc_path() errors by Mark Fasheh · 13 years ago
  34. 7841cb2 btrfs: add helper for fs_info->closing by David Sterba · 13 years ago
  35. a4689d2 btrfs: use btrfs_ino to access inode number by David Sterba · 13 years ago
  36. ff5714c Merge branch 'for-chris' of by Chris Mason · 13 years ago
  37. 4cb5300 Btrfs: add mount -o auto_defrag by Chris Mason · 13 years ago
  38. a4abeea Btrfs: kill trans_mutex by Josef Bacik · 13 years ago
  39. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  40. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  41. 172ddd6 btrfs: drop gfp parameter from alloc_extent_map by David Sterba · 13 years ago
  42. c704005 btrfs: unify checking of IS_ERR and null by David Sterba · 13 years ago
  43. 33345d01 Btrfs: Always use 64bit inode number by Li Zefan · 13 years ago
  44. be1a12a Btrfs: deal with the case that we run out of space in the cache by Josef Bacik · 13 years ago
  45. c914923 Btrfs: fix compiler warning in file.c by Tsutomu Itoh · 13 years ago
  46. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 13 years ago
  47. 4141573 Btrfs: check return value of btrfs_search_slot properly by Josef Bacik · 13 years ago
  48. a41ad39 Btrfs: convert to the new truncate sequence by Josef Bacik · 13 years ago
  49. 4a64001 Btrfs: fix how we deal with the pages array in the write path by Josef Bacik · 13 years ago
  50. d0215f3 Btrfs: simplify our write path by Josef Bacik · 13 years ago
  51. 9f570b8 Btrfs: fix formatting in file.c by Josef Bacik · 13 years ago
  52. 0e5b88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  53. 31339ac Btrfs: deal with short returns from copy_from_user by Chris Mason · 13 years ago
  54. b1bf862 Btrfs: fix regressions in copy_from_user handling by Chris Mason · 13 years ago
  55. 007a14a Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  56. c26a920 Btrfs: check return value of alloc_extent_map() by Tsutomu Itoh · 13 years ago
  57. cb5520f Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  58. 3a90983 Btrfs: Fix page count calculation by Yan, Zheng · 14 years ago
  59. 7adf5df Btrfs: handle no memory properly in prepare_pages by Josef Bacik · 13 years ago
  60. 2a29edc btrfs: fix several uncheck memory allocations by liubo · 13 years ago
  61. eee2a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  62. acce952 Btrfs: forced readonly mounts on errors by liubo · 14 years ago
  63. 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 14 years ago
  64. 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 14 years ago
  65. 914ee29 Btrfs: pwrite blocked when writing from the mmaped buffer of the same page by Xin Zhong · 14 years ago
  66. 495e867 Btrfs: hold i_mutex when calling btrfs_log_dentry_safe by Josef Bacik · 14 years ago
  67. b25b550 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  68. 6f902af Btrfs: The file argument for fsync() is never null by Dan Carpenter · 14 years ago
  69. 058a457 Btrfs: fix remap_file_pages error by Miao Xie · 14 years ago
  70. 4a001071 Btrfs: fix loop device on top of btrfs by Miao Xie · 14 years ago
  71. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  72. 3f7c579 Btrfs: move O_DIRECT space reservation to btrfs_direct_IO by Chris Mason · 14 years ago
  73. 4845e44 Btrfs: rework O_DIRECT enospc handling by Chris Mason · 14 years ago
  74. 11c65dc Btrfs: do aio_write instead of write by Josef Bacik · 14 years ago
  75. 4b46fce Btrfs: add basic DIO read/write support by Josef Bacik · 14 years ago
  76. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
  77. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  78. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  79. 441f405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  80. 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 14 years ago
  81. 0813e22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  82. 3f6fae9 Btrfs: btrfs_mark_extent_written uses the wrong slot by Shaohua Li · 14 years ago
  83. adbfbcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  84. 014e4ac Btrfs: make error return negative in btrfs_sync_file() by Roel Kluin · 14 years ago
  85. 30a0f5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  86. 6c7d54a Btrfs: Fix race in btrfs_mark_extent_written by Yan, Zheng · 15 years ago
  87. ebfee3d Merge branch btrfs-master into for-linus by Chris Mason · 15 years ago
  88. 55ef689 Btrfs: Fix btrfs_drop_extent_cache for skip pinned case by Yan, Zheng · 15 years ago
  89. 920bbbf Btrfs: Rewrite btrfs_drop_extents by Yan, Zheng · 15 years ago
  90. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  91. dcbeb0b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  92. 257c62e Btrfs: avoid tree log commit when there are no changes by Chris Mason · 15 years ago
  93. 474a503 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  94. 32c00af Btrfs: release delalloc reservations on extent item insertion by Josef Bacik · 15 years ago
  95. 0efe5e3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  96. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  97. 8aa38c3 Btrfs: remove duplicates of filemap_ helpers by Christoph Hellwig · 15 years ago
  98. 25472b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus by Chris Mason · 15 years ago
  99. ab93dbe Btrfs: take i_mutex before generic_write_checks by Chris Mason · 15 years ago
  100. 9ed74f2 Btrfs: proper -ENOSPC handling by Josef Bacik · 15 years ago