| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Btrfs: Metadata ENOSPC handling for balance | Yan, Zheng | 2010-05-25 | 5 | -747/+1163 |
| * | Btrfs: Pre-allocate space for data relocation | Yan, Zheng | 2010-05-25 | 3 | -45/+92 |
| * | Btrfs: Metadata ENOSPC handling for tree log | Yan, Zheng | 2010-05-25 | 5 | -128/+156 |
| * | Btrfs: Metadata reservation for orphan inodes | Yan, Zheng | 2010-05-25 | 9 | -66/+365 |
| * | Btrfs: Introduce global metadata reservation | Yan, Zheng | 2010-05-25 | 8 | -76/+241 |
| * | Btrfs: Update metadata reservation for delayed allocation | Yan, Zheng | 2010-05-25 | 9 | -415/+232 |
| * | Btrfs: Integrate metadata reservation with start_transaction | Yan, Zheng | 2010-05-25 | 15 | -528/+678 |
| * | Btrfs: Introduce contexts for metadata reservation | Yan, Zheng | 2010-05-25 | 7 | -385/+853 |
| * | Btrfs: Kill init_btrfs_i() | Yan, Zheng | 2010-05-25 | 1 | -36/+28 |
| * | Btrfs: Shrink delay allocated space in a synchronized | Yan, Zheng | 2010-05-25 | 4 | -121/+88 |
| * | Btrfs: Kill allocate_wait in space_info | Yan, Zheng | 2010-05-25 | 2 | -76/+58 |
| * | Btrfs: Link block groups of different raid types | Yan, Zheng | 2010-05-25 | 3 | -55/+121 |
* | | driver core: add devname module aliases to allow module on-demand auto-loading | Kay Sievers | 2010-05-25 | 1 | -1/+4 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-05-21 | 4 | -16/+7 |
|\ \ |
|
| * | | btrfs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 2010-05-21 | 1 | -10/+1 |
| * | | btrfs: constify xattr_handler | Stephen Hemminger | 2010-05-21 | 3 | -6/+6 |
| |/ |
|
* | | Merge branch 'master' into for-2.6.35 | Jens Axboe | 2010-05-21 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-05-15 | 1 | -0/+5 |
| |\ |
|
| | * | Btrfs: check for read permission on src file in the clone ioctl | Dan Rosenberg | 2010-05-15 | 1 | -0/+5 |
* | | | Merge branch 'master' into for-2.6.35 | Jens Axboe | 2010-04-29 | 1 | -11/+1 |
|\ \ \
| |/ / |
|
| * | | btrfs: convert to using bdi_setup_and_register() | Jens Axboe | 2010-04-26 | 1 | -11/+1 |
* | | | blkdev: generalize flags for blkdev_issue_fn functions | Dmitry Monakhov | 2010-04-28 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/... | Linus Torvalds | 2010-04-12 | 2 | -5/+21 |
|\ \
| |/ |
|
| * | Btrfs: make sure the chunk allocator doesn't create zero length chunks | Chris Mason | 2010-04-06 | 1 | -0/+6 |
| * | Btrfs: fix data enospc check overflow | Josef Bacik | 2010-04-05 | 1 | -5/+15 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-04-05 | 12 | -204/+90 |
|\ \
| |/ |
|
| * | Btrfs: add check for changed leaves in setup_leaf_for_split | Chris Mason | 2010-04-05 | 1 | -0/+4 |
| * | Btrfs: create snapshot references in same commit as snapshot | Sage Weil | 2010-04-05 | 1 | -66/+31 |
| * | Btrfs: fix small race with delalloc flushing waitqueue's | Josef Bacik | 2010-04-05 | 1 | -5/+4 |
| * | Btrfs: use add_to_page_cache_lru, use __page_cache_alloc | Nick Piggin | 2010-04-05 | 2 | -32/+5 |
| * | Btrfs: fix chunk allocate size calculation | Josef Bacik | 2010-03-30 | 1 | -1/+3 |
| * | Btrfs: kill max_extent mount option | Josef Bacik | 2010-03-30 | 6 | -81/+13 |
| * | Btrfs: fail to mount if we have problems reading the block groups | Josef Bacik | 2010-03-30 | 2 | -4/+12 |
| * | Btrfs: check btrfs_get_extent return for IS_ERR() | Dan Carpenter | 2010-03-30 | 1 | -1/+1 |
| * | Btrfs: handle kmalloc() failure in inode lookup ioctl | Dan Carpenter | 2010-03-30 | 1 | -0/+3 |
| * | Btrfs: dereferencing freed memory | Dan Carpenter | 2010-03-30 | 1 | -0/+1 |
| * | Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk() | Zhao Lei | 2010-03-30 | 1 | -2/+2 |
| * | Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree() | Zhao Lei | 2010-03-30 | 1 | -0/+2 |
| * | Btrfs: Remove unnecessary finish_wait() in wait_current_trans() | Zhao Lei | 2010-03-30 | 1 | -10/+5 |
| * | Btrfs: add NULL check for do_walk_down() | Miao Xie | 2010-03-30 | 1 | -1/+4 |
| * | Btrfs: remove duplicate include in ioctl.c | Andrea Gelmini | 2010-03-30 | 1 | -1/+0 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 23 | -4/+19 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-03-18 | 19 | -229/+1225 |
|\ \
| |/ |
|
| * | Btrfs: fix the inode ref searches done by btrfs_search_path_in_tree | Chris Mason | 2010-03-18 | 1 | -3/+6 |
| * | Btrfs: allow treeid==0 in the inode lookup ioctl | Chris Mason | 2010-03-18 | 1 | -0/+3 |
| * | Btrfs: return keys for large items to the search ioctl | Chris Mason | 2010-03-18 | 1 | -1/+1 |
| * | Btrfs: fix key checks and advance in the search ioctl | Chris Mason | 2010-03-18 | 1 | -14/+25 |
| * | Btrfs: buffer results in the space_info ioctl | Chris Mason | 2010-03-16 | 1 | -11/+46 |
| * | Btrfs: use __u64 types in ioctl.h | Sage Weil | 2010-03-16 | 1 | -5/+5 |
| * | Btrfs: fix search_ioctl key advance | Sage Weil | 2010-03-16 | 1 | -1/+1 |