| Commit message (Expand) | Author | Age |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-05-27 |
|\ |
|
| * | Btrfs: add more error checking to btrfs_dirty_inode | Chris Mason | 2010-05-27 |
| * | Btrfs: allow unaligned DIO | Chris Mason | 2010-05-26 |
| * | Btrfs: drop verbose enospc printk | Chris Mason | 2010-05-26 |
| * | Btrfs: Fix block generation verification race | Yan, Zheng | 2010-05-26 |
| * | Btrfs: fix preallocation and nodatacow checks in O_DIRECT | Chris Mason | 2010-05-26 |
| * | Btrfs: avoid ENOSPC errors in btrfs_dirty_inode | Chris Mason | 2010-05-26 |
| * | Btrfs: move O_DIRECT space reservation to btrfs_direct_IO | Chris Mason | 2010-05-26 |
| * | Btrfs: rework O_DIRECT enospc handling | Chris Mason | 2010-05-25 |
| * | Btrfs: use async helpers for DIO write checksumming | Chris Mason | 2010-05-25 |
| * | Btrfs: don't walk around with task->state != TASK_RUNNING | Chris Mason | 2010-05-25 |
| * | Btrfs: do aio_write instead of write | Josef Bacik | 2010-05-25 |
| * | Btrfs: add basic DIO read/write support | Josef Bacik | 2010-05-25 |
| * | Btrfs: Metadata ENOSPC handling for balance | Yan, Zheng | 2010-05-25 |
| * | Btrfs: Pre-allocate space for data relocation | Yan, Zheng | 2010-05-25 |
| * | Btrfs: Metadata ENOSPC handling for tree log | Yan, Zheng | 2010-05-25 |
| * | Btrfs: Metadata reservation for orphan inodes | Yan, Zheng | 2010-05-25 |
| * | Btrfs: Introduce global metadata reservation | Yan, Zheng | 2010-05-25 |
| * | Btrfs: Update metadata reservation for delayed allocation | Yan, Zheng | 2010-05-25 |
| * | Btrfs: Integrate metadata reservation with start_transaction | Yan, Zheng | 2010-05-25 |
| * | Btrfs: Introduce contexts for metadata reservation | Yan, Zheng | 2010-05-25 |
| * | Btrfs: Kill init_btrfs_i() | Yan, Zheng | 2010-05-25 |
| * | Btrfs: Shrink delay allocated space in a synchronized | Yan, Zheng | 2010-05-25 |
| * | Btrfs: Kill allocate_wait in space_info | Yan, Zheng | 2010-05-25 |
| * | Btrfs: Link block groups of different raid types | Yan, Zheng | 2010-05-25 |
* | | driver core: add devname module aliases to allow module on-demand auto-loading | Kay Sievers | 2010-05-25 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-05-21 |
|\ \ |
|
| * | | btrfs: replace inode uid,gid,mode initialization with helper function | Dmitry Monakhov | 2010-05-21 |
| * | | btrfs: constify xattr_handler | Stephen Hemminger | 2010-05-21 |
| |/ |
|
* | | Merge branch 'master' into for-2.6.35 | Jens Axboe | 2010-05-21 |
|\| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-05-15 |
| |\ |
|
| | * | Btrfs: check for read permission on src file in the clone ioctl | Dan Rosenberg | 2010-05-15 |
* | | | Merge branch 'master' into for-2.6.35 | Jens Axboe | 2010-04-29 |
|\| | |
|
| * | | btrfs: convert to using bdi_setup_and_register() | Jens Axboe | 2010-04-26 |
* | | | blkdev: generalize flags for blkdev_issue_fn functions | Dmitry Monakhov | 2010-04-28 |
|/ / |
|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/... | Linus Torvalds | 2010-04-12 |
|\| |
|
| * | Btrfs: make sure the chunk allocator doesn't create zero length chunks | Chris Mason | 2010-04-06 |
| * | Btrfs: fix data enospc check overflow | Josef Bacik | 2010-04-05 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-04-05 |
|\| |
|
| * | Btrfs: add check for changed leaves in setup_leaf_for_split | Chris Mason | 2010-04-05 |
| * | Btrfs: create snapshot references in same commit as snapshot | Sage Weil | 2010-04-05 |
| * | Btrfs: fix small race with delalloc flushing waitqueue's | Josef Bacik | 2010-04-05 |
| * | Btrfs: use add_to_page_cache_lru, use __page_cache_alloc | Nick Piggin | 2010-04-05 |
| * | Btrfs: fix chunk allocate size calculation | Josef Bacik | 2010-03-30 |
| * | Btrfs: kill max_extent mount option | Josef Bacik | 2010-03-30 |
| * | Btrfs: fail to mount if we have problems reading the block groups | Josef Bacik | 2010-03-30 |
| * | Btrfs: check btrfs_get_extent return for IS_ERR() | Dan Carpenter | 2010-03-30 |
| * | Btrfs: handle kmalloc() failure in inode lookup ioctl | Dan Carpenter | 2010-03-30 |
| * | Btrfs: dereferencing freed memory | Dan Carpenter | 2010-03-30 |