1. 7ce14f6 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  2. 153c35b Btrfs: fix regression in raid level conversion by Chris Mason · 9 years ago
  3. a962959 Btrfs: fix racy system chunk allocation when setting block group ro by Filipe Manana · 9 years ago
  4. 2c2ed5a btrfs: clear 'ret' in btrfs_check_shared() loop by Mark Fasheh · 9 years ago
  5. c7309e8 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  6. 062c19e Btrfs: fix race when reusing stale extent buffers that leads to BUG_ON by Filipe Manana · 9 years ago
  7. ff1f825 Btrfs: fix race between block group creation and their cache writeout by Filipe Manana · 9 years ago
  8. 28aeeac Btrfs: fix panic when starting bg cache writeout after IO error by Filipe Manana · 9 years ago
  9. e43699d Btrfs: fix crash after inode cache writeback failure by Filipe Manana · 9 years ago
  10. af64728 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  11. 1d3c61c Btrfs: fix wrong mapping flags for free space inode by Filipe Manana · 9 years ago
  12. 64887b6 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  13. 5d2361d Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extent by Forrest Liu · 9 years ago
  14. f583381 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  15. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  16. 6e17d30 Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode. by Yang Dongsheng · 9 years ago
  17. 909e26d btrfs: unlock i_mutex after attempting to delete subvolume during send by Omar Sandoval · 9 years ago
  18. b860545 btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cache by Omar Sandoval · 9 years ago
  19. 5ca64f4 btrfs: fix race on ENOMEM in alloc_extent_buffer by Omar Sandoval · 9 years ago
  20. 67b7859 btrfs: handle ENOMEM in btrfs_alloc_tree_block by Omar Sandoval · 9 years ago
  21. 1b98450 Btrfs: fix find_free_dev_extent() malfunction in case device tree has hole by Forrest Liu · 9 years ago
  22. e4c88f0 Btrfs: don't check for delalloc_bytes in cache_save_setup by Chris Mason · 9 years ago
  23. 24b89d0 Btrfs: fix deadlock when starting writeback of bg caches by Filipe Manana · 9 years ago
  24. b58d1a9 Btrfs: fix race between start dirty bg cache writeout and bg deletion by Filipe Manana · 9 years ago
  25. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago
  26. a3bdccc Btrfs: prevent list corruption during free space cache processing by Chris Mason · 9 years ago
  27. ba0e4ae Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  28. 85db36c Btrfs: fix inode cache writeout by Chris Mason · 9 years ago
  29. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  30. e082f56 btrfs: quota: Update quota tree after qgroup relationship change. by Qu Wenruo · 9 years ago
  31. 9c8b35b btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags when assigning/deleting a qgroup relations. by Qu Wenruo · 9 years ago
  32. 8ea0ec9 btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota. by Dongsheng Yang · 9 years ago
  33. 53b7cde btrfs: Update btrfs qgroup status item when rescan is done. by Qu Wenruo · 9 years ago
  34. 3393168 btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value. by Qu Wenruo · 9 years ago
  35. e09fe2d btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be created by Qu Wenruo · 9 years ago
  36. 8465ece btrfs: Check qgroup level in kernel qgroup assign. by Qu Wenruo · 9 years ago
  37. f5a6b1c btrfs: qgroup: allow to remove qgroup which has parent but no child. by Dongsheng Yang · 10 years ago
  38. 09870d2 btrfs: qgroup: return EINVAL if level of parent is not higher than child's. by Dongsheng Yang · 10 years ago
  39. e2d1f92 btrfs: qgroup: do a reservation in a higher level. by Dongsheng Yang · 9 years ago
  40. 237c0e9 Btrfs: qgroup, Account data space in more proper timings. by Dongsheng Yang · 10 years ago
  41. 3119321 Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use. by Dongsheng Yang · 10 years ago
  42. 804ca12 Btrfs: qgroup: free reserved in exceeding quota. by Dongsheng Yang · 10 years ago
  43. 4087cf2 Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup(). by Dongsheng Yang · 9 years ago
  44. 03477d9 btrfs: qgroup: fix limit args override whole limit struct by Dongsheng Yang · 9 years ago
  45. d3001ed btrfs: qgroup: update limit info in function btrfs_run_qgroups(). by Dongsheng Yang · 10 years ago
  46. 1510e71 btrfs: qgroup: consolidate the parameter of fucntion update_qgroup_limit_item(). by Dongsheng Yang · 10 years ago
  47. e8c8541 btrfs: qgroup: update qgroup in memory at the same time when we update it in btree. by Dongsheng Yang · 10 years ago
  48. 3eeb4d5 btrfs: qgroup: inherit limit info from srcgroup in creating snapshot. by Dongsheng Yang · 10 years ago
  49. c99f1b0 btrfs: Support busy loop of write and delete by Zhao Lei · 9 years ago
  50. d7c1517 btrfs: Fix NO_SPACE bug caused by delayed-iput by Zhao Lei · 9 years ago
  51. 18d018a btrfs: add WARN_ON() to check is space_info op current by Zhao Lei · 9 years ago
  52. c30666d btrfs: Set relative data on clear btrfs_block_group_cache->pinned by Zhao Lei · 9 years ago
  53. 264ca0f btrfs: Adjust commit-transaction condition to avoid NO_SPACE more by Zhao Lei · 9 years ago
  54. f2ab761 btrfs: Fix tail space processing in find_free_dev_extent() by Zhao Lei · 9 years ago
  55. 94b947b btrfs: fix condition of commit transaction by Zhao Lei · 9 years ago
  56. de249e6 Btrfs: fix uninit variable in clone ioctl by Chris Mason · 9 years ago
  57. ccccf3d6 Btrfs: fix inode eviction infinite loop after cloning into it by Filipe Manana · 9 years ago
  58. 113e828 Btrfs: fix inode eviction infinite loop after extent_same ioctl by Filipe Manana · 9 years ago
  59. df858e7 Btrfs: fix range cloning when same inode used as source and destination by Filipe Manana · 9 years ago
  60. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  61. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  62. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  63. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  64. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  65. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  66. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  67. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  68. cdfb080 Btrfs: fix use after free when close_ctree frees the orphan_rsv by Chris Mason · 9 years ago
  69. 1bbc621 Btrfs: allow block group cache writeout outside critical section in commit by Chris Mason · 9 years ago
  70. 2b10826 Btrfs: don't use highmem for free space cache pages by Chris Mason · 9 years ago
  71. c9dc4c6 Btrfs: two stage dirty block group writeout by Chris Mason · 9 years ago
  72. 4c6d1d8 btrfs: move struct io_ctl into ctree.h and rename it by Chris Mason · 9 years ago
  73. 3bce876 Btrfs: don't steal from the global reserve if we don't have the space by Josef Bacik · 9 years ago
  74. 365c531 Btrfs: don't commit the transaction in the async space flushing by Josef Bacik · 9 years ago
  75. cb723e4 Btrfs: reserve space for block groups by Josef Bacik · 9 years ago
  76. 28f75a0 Btrfs: refill block reserves during truncate by Chris Mason · 9 years ago
  77. 1262133 Btrfs: account for crcs in delayed ref processing by Josef Bacik · 9 years ago
  78. 28ed134 btrfs: actively run the delayed refs while deleting large files by Chris Mason · 10 years ago
  79. 4a3d1ca fs: btrfs: Add missing include file by Guenter Roeck · 9 years ago
  80. dd82525 Btrfs: free and unlock our path before btrfs_free_and_pin_reserved_extent() by Chris Mason · 9 years ago
  81. e56a951 Btrfs: Remove the check for old-style mkfs by Liu Bo · 9 years ago
  82. 727b978 btrfs: cleanup orphans while looking up default subvolume by Jeff Mahoney · 9 years ago
  83. d862095 btrfs: explicitly set control file's private_data by Tom Van Braeckel · 9 years ago
  84. 26e726a btrfs: incorrect handling for fiemap_fill_next_extent return by Chengyu Song · 9 years ago
  85. 3c3b04d btrfs: don't accept bare namespace as a valid xattr by David Sterba · 9 years ago
  86. dcc82f4 Btrfs: fix log tree corruption when fs mounted with -o discard by Filipe Manana · 9 years ago
  87. 2f2ff0e Btrfs: fix metadata inconsistencies after directory fsync by Filipe Manana · 9 years ago
  88. bf69196 Btrfs: change the insertion criteria for the qgroup operations rbtree by Filipe Manana · 9 years ago
  89. 3d850dd Btrfs: add missing inode item update in fallocate() by Filipe Manana · 9 years ago
  90. 5f806c3 Btrfs: incremental send, remove dead code by Filipe Manana · 9 years ago
  91. 8996a48 Btrfs: incremental send, clear name from cache after orphanization by Filipe Manana · 9 years ago
  92. 2f1f465 Btrfs: send, don't leave without decrementing clone root's send_progress by Filipe Manana · 9 years ago
  93. 5cc2b17 Btrfs: send, add missing check for dead clone root by Filipe Manana · 9 years ago
  94. 4f764e5 Btrfs: remove deleted xattrs on fsync log replay by Filipe Manana · 9 years ago
  95. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  96. fc4c3c8 Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 9 years ago
  97. 9deed22 Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 9 years ago
  98. 521d474 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  99. e1cbbfa Btrfs: fix outstanding_extents accounting in DIO by Josef Bacik · 9 years ago
  100. 6a3891c Btrfs: add sanity test for outstanding_extents accounting by Josef Bacik · 9 years ago