1. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  2. 0813e22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  3. 3f6fae9 Btrfs: btrfs_mark_extent_written uses the wrong slot by Shaohua Li · 14 years ago
  4. adbfbcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  5. 23b5c50 Btrfs: apply updated fallocate i_size fix by Aneesh Kumar K.V · 14 years ago
  6. efd049f Btrfs: do not try and lookup the file extent when finishing ordered io by Josef Bacik · 14 years ago
  7. 7a7965f Btrfs: Fix oopsen when dropping empty tree. by Yan, Zheng · 14 years ago
  8. d7ce584 Btrfs: remove BUG_ON() due to mounting bad filesystem by Miao Xie · 14 years ago
  9. 014e4ac Btrfs: make error return negative in btrfs_sync_file() by Roel Kluin · 14 years ago
  10. f044ba7 Btrfs: fix race between allocate and release extent buffer. by Yan, Zheng · 14 years ago
  11. 67f15b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  12. 035fe03 Btrfs: check total number of devices when removing missing by Josef Bacik · 14 years ago
  13. 7f59203 Btrfs: check return value of open_bdev_exclusive properly by Josef Bacik · 14 years ago
  14. f48b907 Btrfs: do not mark the chunk as readonly if in degraded mode by Josef Bacik · 14 years ago
  15. e3acc2a Btrfs: run orphan cleanup on default fs root by Josef Bacik · 14 years ago
  16. f858153 Btrfs: fix a memory leak in btrfs_init_acl by Yang Hongyang · 14 years ago
  17. d1ea6a6 Btrfs: Use correct values when updating inode i_size on fallocate by Aneesh Kumar K.V · 14 years ago
  18. b8d9bfe Btrfs: remove tree_search() in extent_map.c by Miao Xie · 15 years ago
  19. a555f81 Btrfs: Add mount -o compress-force by Chris Mason · 14 years ago
  20. 30a0f5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  21. 11dfe35 Btrfs: fix possible panic on unmount by Josef Bacik · 15 years ago
  22. a9cc71a Btrfs: deal with NULL acl sent to btrfs_set_acl by Chris Mason · 14 years ago
  23. 6c090a1 Btrfs: fix regression in orphan cleanup by Josef Bacik · 15 years ago
  24. 6c7d54a Btrfs: Fix race in btrfs_mark_extent_written by Yan, Zheng · 15 years ago
  25. 2423fdf Btrfs, fix memory leaks in error paths by Jiri Slaby · 15 years ago
  26. a038fab0 Btrfs: align offsets for btrfs_ordered_update_i_size by Yan, Zheng · 15 years ago
  27. 406266a btrfs: fix missing last-entry in readdir(3) by Jan Engelhardt · 15 years ago
  28. 7c508e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  29. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 15 years ago
  30. 7a5d24b Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus by Chris Mason · 15 years ago
  31. 3a1abec Btrfs: make sure fallocate properly starts a transaction by Chris Mason · 15 years ago
  32. ebfee3d Merge branch btrfs-master into for-linus by Chris Mason · 15 years ago
  33. 83d3c96 Btrfs: make metadata chunks smaller by Josef Bacik · 15 years ago
  34. 20a5239 Btrfs: Show discard option in /proc/mounts by Matthew Wilcox · 15 years ago
  35. 4a8be42 Btrfs: deny sys_link across subvolumes. by TARUISI Hiroaki · 15 years ago
  36. a7a3f7c Btrfs: fail mount on bad mount options by Sage Weil · 15 years ago
  37. 06b2331 Btrfs: don't add extent 0 to the free space cache v2 by Yan, Zheng · 15 years ago
  38. 86b9f2e Btrfs: Fix per root used space accounting by Yan, Zheng · 15 years ago
  39. 55ef689 Btrfs: Fix btrfs_drop_extent_cache for skip pinned case by Yan, Zheng · 15 years ago
  40. 24bbcf0 Btrfs: Add delayed iput by Yan, Zheng · 15 years ago
  41. f34f57a Btrfs: Pass transaction handle to security and ACL initialization functions by Yan, Zheng · 15 years ago
  42. 8082510 Btrfs: Make truncate(2) more ENOSPC friendly by Yan, Zheng · 15 years ago
  43. 5a303d5 Btrfs: Make fallocate(2) more ENOSPC friendly by Yan, Zheng · 15 years ago
  44. 2e4bfab Btrfs: Avoid orphan inodes cleanup during committing transaction by Yan, Zheng · 15 years ago
  45. c71bf09 Btrfs: Avoid orphan inodes cleanup while replaying log by Yan, Zheng · 15 years ago
  46. c216775 Btrfs: Fix disk_i_size update corner case by Yan, Zheng · 15 years ago
  47. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  48. 920bbbf Btrfs: Rewrite btrfs_drop_extents by Yan, Zheng · 15 years ago
  49. ad48fd75 Btrfs: Add btrfs_duplicate_item by Yan, Zheng · 15 years ago
  50. 8cef4e1 Btrfs: Avoid superfluous tree-log writeout by Yan, Zheng · 15 years ago
  51. e4c570c task_struct: make journal_info conditional by Hiroshi Shimamoto · 15 years ago
  52. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  53. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  54. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  55. aa021ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  56. a6dbd42 Btrfs: fix panic when trying to destroy a newly allocated by Josef Bacik · 15 years ago
  57. 33b2580 Btrfs: allow more metadata chunk preallocation by Chris Mason · 15 years ago
  58. f5a84ee3 Btrfs: fallback on uncompressed io if compressed io fails by Josef Bacik · 15 years ago
  59. ccf0e72 Btrfs: find ideal block group for caching by Josef Bacik · 15 years ago
  60. 4eb3991 Btrfs: avoid null deref in unpin_extent_cache() by Dan Carpenter · 15 years ago
  61. df66916 Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_root by Li Dongyang · 15 years ago
  62. 5df6a9f Btrfs: fix some metadata enospc issues by Josef Bacik · 15 years ago
  63. 01dea1e Btrfs: fix how we set max_size for free space clusters by Josef Bacik · 15 years ago
  64. 249ac1e Btrfs: cleanup transaction starting and fix journal_info usage by Josef Bacik · 15 years ago
  65. 6346c93 Btrfs: fix data allocation hint start by Josef Bacik · 15 years ago
  66. dcbeb0b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  67. 444528b Btrfs: always pin metadata in discard mode by Chris Mason · 15 years ago
  68. 0634857 Btrfs: enable discard support by Christoph Hellwig · 15 years ago
  69. e244a0a Btrfs: add -o discard option by Christoph Hellwig · 15 years ago
  70. 86df7eb Btrfs: properly wait log writers during log sync by Yan, Zheng · 15 years ago
  71. 5d5e103 Btrfs: fix possible ENOSPC problems with truncate by Josef Bacik · 15 years ago
  72. 0eda294 Btrfs: fix btrfs acl #ifdef checks by Chris Mason · 15 years ago
  73. 690587d Btrfs: streamline tree-log btree block writeout by Chris Mason · 15 years ago
  74. 257c62e Btrfs: avoid tree log commit when there are no changes by Chris Mason · 15 years ago
  75. 4722607 Btrfs: only write one super copy during fsync by Chris Mason · 15 years ago
  76. 474a503 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  77. ac6889c Btrfs: fix file clone ioctl for bookend extents by Chris Mason · 15 years ago
  78. e9061e2 Btrfs: fix uninit compiler warning in cow_file_range_nocow by Chris Mason · 15 years ago
  79. 82d339d Btrfs: constify dentry_operations by Alexey Dobriyan · 15 years ago
  80. 94fcca9 Btrfs: optimize back reference update during btrfs_drop_snapshot by Yan, Zheng · 15 years ago
  81. efefb14 Btrfs: remove negative dentry when deleting subvolumne by Yan, Zheng · 15 years ago
  82. ff782e0 Btrfs: optimize fsync for the single writer case by Josef Bacik · 15 years ago
  83. e3ccfa9 Btrfs: async delalloc flushing under space pressure by Josef Bacik · 15 years ago
  84. 32c00af Btrfs: release delalloc reservations on extent item insertion by Josef Bacik · 15 years ago
  85. a3429ab Btrfs: delay clearing EXTENT_DELALLOC for compressed extents by Chris Mason · 15 years ago
  86. a791e35 Btrfs: cleanup extent_clear_unlock_delalloc flags by Chris Mason · 15 years ago
  87. 1cdda9b Btrfs: fix possible softlockup in the allocator by Josef Bacik · 15 years ago
  88. 61d92c3 Btrfs: fix deadlock on async thread startup by Chris Mason · 15 years ago
  89. 0efe5e3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  90. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  91. 9c2693c 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
  92. fbf1908 Btrfs: fix data space leak fix by Josef Bacik · 15 years ago
  93. 8aa38c3 Btrfs: remove duplicates of filemap_ helpers by Christoph Hellwig · 15 years ago
  94. 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
  95. ab93dbe Btrfs: take i_mutex before generic_write_checks by Chris Mason · 15 years ago
  96. 35d62a9 Btrfs: fix arguments to btrfs_wait_on_page_writeback_range by Christoph Hellwig · 15 years ago
  97. dd7e0b7 Btrfs: fix deadlock with free space handling and user transactions by Sage Weil · 15 years ago
  98. 1ab86ae Btrfs: fix error cases for ioctl transactions by Sage Weil · 15 years ago
  99. 3baf0be Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code by Chris Ball · 15 years ago
  100. fd2696f Btrfs: introduce missing kfree by Julia Lawall · 15 years ago