1. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  2. ecc11fab btrfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  3. f01cbd3 btrfs: constify xattr_handler by Stephen Hemminger · 14 years ago
  4. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  5. 18e41da Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  6. 5dc6416 Btrfs: check for read permission on src file in the clone ioctl by Dan Rosenberg · 14 years ago
  7. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  8. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  9. e6d086d btrfs: convert to using bdi_setup_and_register() by Jens Axboe · 14 years ago
  10. d6cf853 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  11. 9f680ce Btrfs: make sure the chunk allocator doesn't create zero length chunks by Chris Mason · 14 years ago
  12. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  13. ab6e2410 Btrfs: fix data enospc check overflow by Josef Bacik · 14 years ago
  14. 109f6ae Btrfs: add check for changed leaves in setup_leaf_for_split by Chris Mason · 14 years ago
  15. 6bdb72d Btrfs: create snapshot references in same commit as snapshot by Sage Weil · 14 years ago
  16. b5cb160 Btrfs: fix small race with delalloc flushing waitqueue's by Josef Bacik · 14 years ago
  17. 28ecb609 Btrfs: use add_to_page_cache_lru, use __page_cache_alloc by Nick Piggin · 14 years ago
  18. 0cad8a11 Btrfs: fix chunk allocate size calculation by Josef Bacik · 14 years ago
  19. 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 14 years ago
  20. 1b1d1f6 Btrfs: fail to mount if we have problems reading the block groups by Josef Bacik · 14 years ago
  21. 6cf8bfb Btrfs: check btrfs_get_extent return for IS_ERR() by Dan Carpenter · 14 years ago
  22. c2b9692 Btrfs: handle kmalloc() failure in inode lookup ioctl by Dan Carpenter · 14 years ago
  23. 683be16 Btrfs: dereferencing freed memory by Dan Carpenter · 14 years ago
  24. f3eae7e Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk() by Zhao Lei · 14 years ago
  25. ab59381 Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree() by Zhao Lei · 14 years ago
  26. 471fa17 Btrfs: Remove unnecessary finish_wait() in wait_current_trans() by Zhao Lei · 14 years ago
  27. 90d2c51d Btrfs: add NULL check for do_walk_down() by Miao Xie · 14 years ago
  28. 2f3014f Btrfs: remove duplicate include in ioctl.c by Andrea Gelmini · 14 years ago
  29. 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
  30. 441f405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  31. 8ad6fca Btrfs: fix the inode ref searches done by btrfs_search_path_in_tree by Chris Mason · 14 years ago
  32. 1b53ac4 Btrfs: allow treeid==0 in the inode lookup ioctl by Chris Mason · 14 years ago
  33. 90fdde1 Btrfs: return keys for large items to the search ioctl by Chris Mason · 14 years ago
  34. abc6e13 Btrfs: fix key checks and advance in the search ioctl by Chris Mason · 14 years ago
  35. 7fde62b Btrfs: buffer results in the space_info ioctl by Chris Mason · 14 years ago
  36. ce769a2 Btrfs: use __u64 types in ioctl.h by Sage Weil · 14 years ago
  37. 854d2c3 Btrfs: fix search_ioctl key advance by Sage Weil · 14 years ago
  38. ef5780c0 Btrfs: fix gfp flags masking in the compression code by Nick Piggin · 14 years ago
  39. 5ff7ba3 Btrfs: don't look at bio flags after submit_bio by Chris Mason · 14 years ago
  40. a343832 btrfs: using btrfs_stack_device_id() get devid by Xiao Guangrong · 14 years ago
  41. 9174846 btrfs: use memparse by Akinobu Mita · 14 years ago
  42. 1406e43 Btrfs: add a "df" ioctl for btrfs by Josef Bacik · 14 years ago
  43. 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 14 years ago
  44. 5a1a3df Btrfs: cache ordered extent when completing io by Josef Bacik · 14 years ago
  45. c2a128d Btrfs: cache extent state in find_delalloc_range by Josef Bacik · 14 years ago
  46. 49958fd Btrfs: change the ordered tree to use a spinlock instead of a mutex by Josef Bacik · 14 years ago
  47. 4125bf7 Btrfs: finish read pages in the order they are submitted by Chris Mason · 14 years ago
  48. 0be2e98 btrfs: fix btrfs_mkdir goto for no free objectids by Miao Xie · 14 years ago
  49. 0bdb1db Btrfs: flush data on snapshot creation by Sage Weil · 14 years ago
  50. bd4d108 Btrfs: make df be a little bit more understandable by Josef Bacik · 14 years ago
  51. 3a0524d btrfs: Update existing btrfs_device for renaming device by TARUISI Hiroaki · 14 years ago
  52. 1e701a3 Btrfs: add new defrag-range ioctl. by Chris Mason · 14 years ago
  53. 940100a Btrfs: be more selective in the defrag ioctl by Chris Mason · 14 years ago
  54. 5168408 Btrfs: run the backing dev more often in the submit_bio helper by Chris Mason · 14 years ago
  55. 4849f01d Btrfs: make subvolid=0 mount the original default root by Josef Bacik · 15 years ago
  56. 6ef5ed0 Btrfs: add ioctl and incompat flag to set the default mount subvol by Josef Bacik · 15 years ago
  57. 73f7341 Btrfs: change how we mount subvolumes by Josef Bacik · 15 years ago
  58. 1253483 Btrfs: make set/get functions for the super compat_ro flags use compat_ro by Josef Bacik · 15 years ago
  59. ac8e981 Btrfs: add search and inode lookup ioctls by Chris Mason · 14 years ago
  60. 98d377a Btrfs: add a function to lookup a directory path by following backrefs by TARUISI Hiroaki · 15 years ago
  61. 51d0f6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  62. da495ec Btrfs: kfree correct pointer during mount option parsing by Josef Bacik · 14 years ago
  63. 6bef4d3 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL by Eric Paris · 14 years ago
  64. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  65. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  66. 0813e22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  67. 3f6fae9 Btrfs: btrfs_mark_extent_written uses the wrong slot by Shaohua Li · 14 years ago
  68. adbfbcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  69. 23b5c50 Btrfs: apply updated fallocate i_size fix by Aneesh Kumar K.V · 14 years ago
  70. efd049f Btrfs: do not try and lookup the file extent when finishing ordered io by Josef Bacik · 14 years ago
  71. 7a7965f Btrfs: Fix oopsen when dropping empty tree. by Yan, Zheng · 14 years ago
  72. d7ce584 Btrfs: remove BUG_ON() due to mounting bad filesystem by Miao Xie · 14 years ago
  73. 014e4ac Btrfs: make error return negative in btrfs_sync_file() by Roel Kluin · 14 years ago
  74. f044ba7 Btrfs: fix race between allocate and release extent buffer. by Yan, Zheng · 14 years ago
  75. 67f15b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  76. 035fe03 Btrfs: check total number of devices when removing missing by Josef Bacik · 14 years ago
  77. 7f59203 Btrfs: check return value of open_bdev_exclusive properly by Josef Bacik · 14 years ago
  78. f48b907 Btrfs: do not mark the chunk as readonly if in degraded mode by Josef Bacik · 14 years ago
  79. e3acc2a Btrfs: run orphan cleanup on default fs root by Josef Bacik · 14 years ago
  80. f858153 Btrfs: fix a memory leak in btrfs_init_acl by Yang Hongyang · 14 years ago
  81. d1ea6a6 Btrfs: Use correct values when updating inode i_size on fallocate by Aneesh Kumar K.V · 14 years ago
  82. b8d9bfe Btrfs: remove tree_search() in extent_map.c by Miao Xie · 15 years ago
  83. a555f81 Btrfs: Add mount -o compress-force by Chris Mason · 14 years ago
  84. 30a0f5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  85. 11dfe35 Btrfs: fix possible panic on unmount by Josef Bacik · 15 years ago
  86. a9cc71a Btrfs: deal with NULL acl sent to btrfs_set_acl by Chris Mason · 14 years ago
  87. 6c090a1 Btrfs: fix regression in orphan cleanup by Josef Bacik · 14 years ago
  88. 6c7d54a Btrfs: Fix race in btrfs_mark_extent_written by Yan, Zheng · 14 years ago
  89. 2423fdf Btrfs, fix memory leaks in error paths by Jiri Slaby · 14 years ago
  90. a038fab0 Btrfs: align offsets for btrfs_ordered_update_i_size by Yan, Zheng · 15 years ago
  91. 406266a btrfs: fix missing last-entry in readdir(3) by Jan Engelhardt · 15 years ago
  92. 7c508e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  93. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 15 years ago
  94. 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
  95. 3a1abec Btrfs: make sure fallocate properly starts a transaction by Chris Mason · 15 years ago
  96. ebfee3d Merge branch btrfs-master into for-linus by Chris Mason · 15 years ago
  97. 83d3c96 Btrfs: make metadata chunks smaller by Josef Bacik · 15 years ago
  98. 20a5239 Btrfs: Show discard option in /proc/mounts by Matthew Wilcox · 15 years ago
  99. 4a8be42 Btrfs: deny sys_link across subvolumes. by TARUISI Hiroaki · 15 years ago
  100. a7a3f7c Btrfs: fail mount on bad mount options by Sage Weil · 15 years ago