1. 90fdde1 Btrfs: return keys for large items to the search ioctl by Chris Mason · 15 years ago
  2. abc6e13 Btrfs: fix key checks and advance in the search ioctl by Chris Mason · 15 years ago
  3. 7fde62b Btrfs: buffer results in the space_info ioctl by Chris Mason · 15 years ago
  4. ce769a2 Btrfs: use __u64 types in ioctl.h by Sage Weil · 15 years ago
  5. 854d2c3 Btrfs: fix search_ioctl key advance by Sage Weil · 15 years ago
  6. ef5780c0 Btrfs: fix gfp flags masking in the compression code by Nick Piggin · 15 years ago
  7. 5ff7ba3 Btrfs: don't look at bio flags after submit_bio by Chris Mason · 15 years ago
  8. a343832 btrfs: using btrfs_stack_device_id() get devid by Xiao Guangrong · 15 years ago
  9. 9174846 btrfs: use memparse by Akinobu Mita · 15 years ago
  10. 1406e43 Btrfs: add a "df" ioctl for btrfs by Josef Bacik · 15 years ago
  11. 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 15 years ago
  12. 5a1a3df Btrfs: cache ordered extent when completing io by Josef Bacik · 15 years ago
  13. c2a128d Btrfs: cache extent state in find_delalloc_range by Josef Bacik · 15 years ago
  14. 49958fd Btrfs: change the ordered tree to use a spinlock instead of a mutex by Josef Bacik · 15 years ago
  15. 4125bf7 Btrfs: finish read pages in the order they are submitted by Chris Mason · 15 years ago
  16. 0be2e98 btrfs: fix btrfs_mkdir goto for no free objectids by Miao Xie · 15 years ago
  17. 0bdb1db Btrfs: flush data on snapshot creation by Sage Weil · 15 years ago
  18. bd4d108 Btrfs: make df be a little bit more understandable by Josef Bacik · 15 years ago
  19. 3a0524d btrfs: Update existing btrfs_device for renaming device by TARUISI Hiroaki · 15 years ago
  20. 1e701a3 Btrfs: add new defrag-range ioctl. by Chris Mason · 15 years ago
  21. 940100a Btrfs: be more selective in the defrag ioctl by Chris Mason · 15 years ago
  22. 5168408 Btrfs: run the backing dev more often in the submit_bio helper by Chris Mason · 15 years ago
  23. 4849f01d Btrfs: make subvolid=0 mount the original default root by Josef Bacik · 15 years ago
  24. 6ef5ed0 Btrfs: add ioctl and incompat flag to set the default mount subvol by Josef Bacik · 15 years ago
  25. 73f7341 Btrfs: change how we mount subvolumes by Josef Bacik · 15 years ago
  26. 1253483 Btrfs: make set/get functions for the super compat_ro flags use compat_ro by Josef Bacik · 15 years ago
  27. ac8e981 Btrfs: add search and inode lookup ioctls by Chris Mason · 15 years ago
  28. 98d377a Btrfs: add a function to lookup a directory path by following backrefs by TARUISI Hiroaki · 15 years ago
  29. da495ec Btrfs: kfree correct pointer during mount option parsing by Josef Bacik · 15 years ago
  30. 6bef4d3 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL by Eric Paris · 15 years ago
  31. 3f6fae9 Btrfs: btrfs_mark_extent_written uses the wrong slot by Shaohua Li · 15 years ago
  32. 23b5c50 Btrfs: apply updated fallocate i_size fix by Aneesh Kumar K.V · 15 years ago
  33. efd049f Btrfs: do not try and lookup the file extent when finishing ordered io by Josef Bacik · 15 years ago
  34. 7a7965f Btrfs: Fix oopsen when dropping empty tree. by Yan, Zheng · 15 years ago
  35. d7ce584 Btrfs: remove BUG_ON() due to mounting bad filesystem by Miao Xie · 15 years ago
  36. 014e4ac Btrfs: make error return negative in btrfs_sync_file() by Roel Kluin · 15 years ago
  37. f044ba7 Btrfs: fix race between allocate and release extent buffer. by Yan, Zheng · 15 years ago
  38. 035fe03 Btrfs: check total number of devices when removing missing by Josef Bacik · 15 years ago
  39. 7f59203 Btrfs: check return value of open_bdev_exclusive properly by Josef Bacik · 15 years ago
  40. f48b907 Btrfs: do not mark the chunk as readonly if in degraded mode by Josef Bacik · 15 years ago
  41. e3acc2a Btrfs: run orphan cleanup on default fs root by Josef Bacik · 15 years ago
  42. f858153 Btrfs: fix a memory leak in btrfs_init_acl by Yang Hongyang · 15 years ago
  43. d1ea6a6 Btrfs: Use correct values when updating inode i_size on fallocate by Aneesh Kumar K.V · 15 years ago
  44. b8d9bfe Btrfs: remove tree_search() in extent_map.c by Miao Xie · 15 years ago
  45. a555f81 Btrfs: Add mount -o compress-force by Chris Mason · 15 years ago
  46. 11dfe35 Btrfs: fix possible panic on unmount by Josef Bacik · 15 years ago
  47. a9cc71a Btrfs: deal with NULL acl sent to btrfs_set_acl by Chris Mason · 15 years ago
  48. 6c090a1 Btrfs: fix regression in orphan cleanup by Josef Bacik · 15 years ago
  49. 6c7d54a Btrfs: Fix race in btrfs_mark_extent_written by Yan, Zheng · 15 years ago
  50. 2423fdf Btrfs, fix memory leaks in error paths by Jiri Slaby · 15 years ago
  51. a038fab0 Btrfs: align offsets for btrfs_ordered_update_i_size by Yan, Zheng · 15 years ago
  52. 406266a btrfs: fix missing last-entry in readdir(3) by Jan Engelhardt · 15 years ago
  53. 3a1abec Btrfs: make sure fallocate properly starts a transaction by Chris Mason · 15 years ago
  54. 83d3c96 Btrfs: make metadata chunks smaller by Josef Bacik · 15 years ago
  55. 20a5239 Btrfs: Show discard option in /proc/mounts by Matthew Wilcox · 15 years ago
  56. 4a8be42 Btrfs: deny sys_link across subvolumes. by TARUISI Hiroaki · 15 years ago
  57. a7a3f7c Btrfs: fail mount on bad mount options by Sage Weil · 15 years ago
  58. 06b2331 Btrfs: don't add extent 0 to the free space cache v2 by Yan, Zheng · 15 years ago
  59. 86b9f2e Btrfs: Fix per root used space accounting by Yan, Zheng · 15 years ago
  60. 55ef689 Btrfs: Fix btrfs_drop_extent_cache for skip pinned case by Yan, Zheng · 15 years ago
  61. 24bbcf0 Btrfs: Add delayed iput by Yan, Zheng · 15 years ago
  62. f34f57a Btrfs: Pass transaction handle to security and ACL initialization functions by Yan, Zheng · 15 years ago
  63. 8082510 Btrfs: Make truncate(2) more ENOSPC friendly by Yan, Zheng · 15 years ago
  64. 5a303d5 Btrfs: Make fallocate(2) more ENOSPC friendly by Yan, Zheng · 15 years ago
  65. 2e4bfab Btrfs: Avoid orphan inodes cleanup during committing transaction by Yan, Zheng · 15 years ago
  66. c71bf09 Btrfs: Avoid orphan inodes cleanup while replaying log by Yan, Zheng · 15 years ago
  67. c216775 Btrfs: Fix disk_i_size update corner case by Yan, Zheng · 15 years ago
  68. 920bbbf Btrfs: Rewrite btrfs_drop_extents by Yan, Zheng · 15 years ago
  69. ad48fd75 Btrfs: Add btrfs_duplicate_item by Yan, Zheng · 15 years ago
  70. 8cef4e1 Btrfs: Avoid superfluous tree-log writeout by Yan, Zheng · 15 years ago
  71. aa021ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  72. a6dbd42 Btrfs: fix panic when trying to destroy a newly allocated by Josef Bacik · 15 years ago
  73. 33b2580 Btrfs: allow more metadata chunk preallocation by Chris Mason · 15 years ago
  74. f5a84ee3 Btrfs: fallback on uncompressed io if compressed io fails by Josef Bacik · 15 years ago
  75. ccf0e72 Btrfs: find ideal block group for caching by Josef Bacik · 15 years ago
  76. 4eb3991 Btrfs: avoid null deref in unpin_extent_cache() by Dan Carpenter · 15 years ago
  77. df66916 Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_root by Li Dongyang · 15 years ago
  78. 5df6a9f Btrfs: fix some metadata enospc issues by Josef Bacik · 15 years ago
  79. 01dea1e Btrfs: fix how we set max_size for free space clusters by Josef Bacik · 15 years ago
  80. 249ac1e Btrfs: cleanup transaction starting and fix journal_info usage by Josef Bacik · 15 years ago
  81. 6346c93 Btrfs: fix data allocation hint start by Josef Bacik · 15 years ago
  82. dcbeb0b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  83. 444528b Btrfs: always pin metadata in discard mode by Chris Mason · 15 years ago
  84. 0634857 Btrfs: enable discard support by Christoph Hellwig · 15 years ago
  85. e244a0a Btrfs: add -o discard option by Christoph Hellwig · 15 years ago
  86. 86df7eb Btrfs: properly wait log writers during log sync by Yan, Zheng · 15 years ago
  87. 5d5e103 Btrfs: fix possible ENOSPC problems with truncate by Josef Bacik · 15 years ago
  88. 0eda294 Btrfs: fix btrfs acl #ifdef checks by Chris Mason · 15 years ago
  89. 690587d Btrfs: streamline tree-log btree block writeout by Chris Mason · 15 years ago
  90. 257c62e Btrfs: avoid tree log commit when there are no changes by Chris Mason · 15 years ago
  91. 4722607 Btrfs: only write one super copy during fsync by Chris Mason · 15 years ago
  92. 474a503 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  93. ac6889c Btrfs: fix file clone ioctl for bookend extents by Chris Mason · 15 years ago
  94. e9061e2 Btrfs: fix uninit compiler warning in cow_file_range_nocow by Chris Mason · 15 years ago
  95. 82d339d Btrfs: constify dentry_operations by Alexey Dobriyan · 15 years ago
  96. 94fcca9 Btrfs: optimize back reference update during btrfs_drop_snapshot by Yan, Zheng · 15 years ago
  97. efefb14 Btrfs: remove negative dentry when deleting subvolumne by Yan, Zheng · 15 years ago
  98. ff782e0 Btrfs: optimize fsync for the single writer case by Josef Bacik · 15 years ago
  99. e3ccfa9 Btrfs: async delalloc flushing under space pressure by Josef Bacik · 15 years ago
  100. 32c00af Btrfs: release delalloc reservations on extent item insertion by Josef Bacik · 15 years ago