1. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 14 years ago
  2. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  3. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  4. ee10393 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  5. 2ebc346 Btrfs: fix checks in BTRFS_IOC_CLONE_RANGE by Dan Rosenberg · 14 years ago
  6. b5384d4 Btrfs: fix CLONE ioctl destination file size expansion to block boundary by Sage Weil · 14 years ago
  7. 99d8f83 Btrfs: fix split_leaf double split corner case by Chris Mason · 14 years ago
  8. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 14 years ago
  9. b25b550 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  10. 6f902af Btrfs: The file argument for fsync() is never null by Dan Carpenter · 14 years ago
  11. 834e747 Btrfs: handle ERR_PTR from posix_acl_from_xattr() by Dan Carpenter · 14 years ago
  12. 15e7000 Btrfs: avoid BUG when dropping root and reference in same transaction by Sage Weil · 14 years ago
  13. 731e3d1 Btrfs: prohibit a operation of changing acl's mask when noacl mount option used by Shi Weihua · 14 years ago
  14. 2f26afb Btrfs: should add a permission check for setfacl by Shi Weihua · 14 years ago
  15. cf1e99a Btrfs: btrfs_lookup_dir_item() can return ERR_PTR by Dan Carpenter · 14 years ago
  16. 3140c9a Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRs by Dan Carpenter · 14 years ago
  17. d327099 Btrfs: unwind after btrfs_start_transaction() errors by Dan Carpenter · 14 years ago
  18. 4cbd114 Btrfs: btrfs_iget() returns ERR_PTR by Dan Carpenter · 14 years ago
  19. 676e4c8 Btrfs: handle kzalloc() failure in open_ctree() by Dan Carpenter · 14 years ago
  20. fb4f6f9 Btrfs: handle error returns from btrfs_lookup_dir_item() by Dan Carpenter · 14 years ago
  21. 3bf84a5 Btrfs: Fix BUG_ON for fs converted from extN by Yan, Zheng · 14 years ago
  22. 046f264 Btrfs: Fix null dereference in relocation.c by Yan, Zheng · 14 years ago
  23. 058a457 Btrfs: fix remap_file_pages error by Miao Xie · 14 years ago
  24. 0e4dcbef Btrfs: uninitialized data is check_path_shared() by Dan Carpenter · 14 years ago
  25. 8360977 Btrfs: fix fallocate regression by Josef Bacik · 14 years ago
  26. 4a001071 Btrfs: fix loop device on top of btrfs by Miao Xie · 14 years ago
  27. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  28. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  29. 9aeead7 Btrfs: add more error checking to btrfs_dirty_inode by Chris Mason · 14 years ago
  30. 5a5f79b Btrfs: allow unaligned DIO by Chris Mason · 14 years ago
  31. 933b585 Btrfs: drop verbose enospc printk by Chris Mason · 14 years ago
  32. 5bdd353 Btrfs: Fix block generation verification race by Yan, Zheng · 14 years ago
  33. 46bfbb5 Btrfs: fix preallocation and nodatacow checks in O_DIRECT by Chris Mason · 14 years ago
  34. 94b6044 Btrfs: avoid ENOSPC errors in btrfs_dirty_inode by Chris Mason · 14 years ago
  35. 3f7c579 Btrfs: move O_DIRECT space reservation to btrfs_direct_IO by Chris Mason · 14 years ago
  36. 4845e44 Btrfs: rework O_DIRECT enospc handling by Chris Mason · 14 years ago
  37. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 14 years ago
  38. eaf25d9 Btrfs: use async helpers for DIO write checksumming by Chris Mason · 14 years ago
  39. ed3b3d314 Btrfs: don't walk around with task->state != TASK_RUNNING by Chris Mason · 14 years ago
  40. 11c65dc Btrfs: do aio_write instead of write by Josef Bacik · 14 years ago
  41. 4b46fce Btrfs: add basic DIO read/write support by Josef Bacik · 14 years ago
  42. 3fd0a55 Btrfs: Metadata ENOSPC handling for balance by Yan, Zheng · 14 years ago
  43. efa5646 Btrfs: Pre-allocate space for data relocation by Yan, Zheng · 14 years ago
  44. 4a500fd Btrfs: Metadata ENOSPC handling for tree log by Yan, Zheng · 14 years ago
  45. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
  46. 8929ecfa Btrfs: Introduce global metadata reservation by Yan, Zheng · 14 years ago
  47. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
  48. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  49. f0486c6 Btrfs: Introduce contexts for metadata reservation by Yan, Zheng · 14 years ago
  50. 2ead6ae Btrfs: Kill init_btrfs_i() by Yan, Zheng · 14 years ago
  51. 5da9d01 Btrfs: Shrink delay allocated space in a synchronized by Yan, Zheng · 14 years ago
  52. 424499d Btrfs: Kill allocate_wait in space_info by Yan, Zheng · 14 years ago
  53. b742bb8 Btrfs: Link block groups of different raid types by Yan, Zheng · 14 years ago
  54. 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
  55. ecc11fab btrfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  56. f01cbd3 btrfs: constify xattr_handler by Stephen Hemminger · 14 years ago
  57. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  58. 18e41da Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  59. 5dc6416 Btrfs: check for read permission on src file in the clone ioctl by Dan Rosenberg · 14 years ago
  60. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  61. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  62. e6d086d btrfs: convert to using bdi_setup_and_register() by Jens Axboe · 14 years ago
  63. d6cf853 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  64. 9f680ce Btrfs: make sure the chunk allocator doesn't create zero length chunks by Chris Mason · 14 years ago
  65. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  66. ab6e2410 Btrfs: fix data enospc check overflow by Josef Bacik · 14 years ago
  67. 109f6ae Btrfs: add check for changed leaves in setup_leaf_for_split by Chris Mason · 14 years ago
  68. 6bdb72d Btrfs: create snapshot references in same commit as snapshot by Sage Weil · 14 years ago
  69. b5cb160 Btrfs: fix small race with delalloc flushing waitqueue's by Josef Bacik · 14 years ago
  70. 28ecb609 Btrfs: use add_to_page_cache_lru, use __page_cache_alloc by Nick Piggin · 14 years ago
  71. 0cad8a11 Btrfs: fix chunk allocate size calculation by Josef Bacik · 14 years ago
  72. 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 14 years ago
  73. 1b1d1f6 Btrfs: fail to mount if we have problems reading the block groups by Josef Bacik · 14 years ago
  74. 6cf8bfb Btrfs: check btrfs_get_extent return for IS_ERR() by Dan Carpenter · 14 years ago
  75. c2b9692 Btrfs: handle kmalloc() failure in inode lookup ioctl by Dan Carpenter · 14 years ago
  76. 683be16 Btrfs: dereferencing freed memory by Dan Carpenter · 14 years ago
  77. f3eae7e Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk() by Zhao Lei · 14 years ago
  78. ab59381 Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree() by Zhao Lei · 14 years ago
  79. 471fa17 Btrfs: Remove unnecessary finish_wait() in wait_current_trans() by Zhao Lei · 14 years ago
  80. 90d2c51d Btrfs: add NULL check for do_walk_down() by Miao Xie · 14 years ago
  81. 2f3014f Btrfs: remove duplicate include in ioctl.c by Andrea Gelmini · 14 years ago
  82. 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
  83. 441f405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  84. 8ad6fca Btrfs: fix the inode ref searches done by btrfs_search_path_in_tree by Chris Mason · 14 years ago
  85. 1b53ac4 Btrfs: allow treeid==0 in the inode lookup ioctl by Chris Mason · 14 years ago
  86. 90fdde1 Btrfs: return keys for large items to the search ioctl by Chris Mason · 14 years ago
  87. abc6e13 Btrfs: fix key checks and advance in the search ioctl by Chris Mason · 14 years ago
  88. 7fde62b Btrfs: buffer results in the space_info ioctl by Chris Mason · 14 years ago
  89. ce769a2 Btrfs: use __u64 types in ioctl.h by Sage Weil · 14 years ago
  90. 854d2c3 Btrfs: fix search_ioctl key advance by Sage Weil · 14 years ago
  91. ef5780c0 Btrfs: fix gfp flags masking in the compression code by Nick Piggin · 14 years ago
  92. 5ff7ba3 Btrfs: don't look at bio flags after submit_bio by Chris Mason · 14 years ago
  93. a343832 btrfs: using btrfs_stack_device_id() get devid by Xiao Guangrong · 15 years ago
  94. 9174846 btrfs: use memparse by Akinobu Mita · 14 years ago
  95. 1406e43 Btrfs: add a "df" ioctl for btrfs by Josef Bacik · 15 years ago
  96. 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 15 years ago
  97. 5a1a3df Btrfs: cache ordered extent when completing io by Josef Bacik · 15 years ago
  98. c2a128d Btrfs: cache extent state in find_delalloc_range by Josef Bacik · 15 years ago
  99. 49958fd Btrfs: change the ordered tree to use a spinlock instead of a mutex by Josef Bacik · 15 years ago
  100. 4125bf7 Btrfs: finish read pages in the order they are submitted by Chris Mason · 15 years ago