| Commit message (Expand) | Author | Age | Files | Lines |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 | 2 | -2/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-05-27 | 28 | -2725/+4972 |
|\ |
|
| * | Btrfs: add more error checking to btrfs_dirty_inode | Chris Mason | 2010-05-27 | 1 | -2/+13 |
| * | Btrfs: allow unaligned DIO | Chris Mason | 2010-05-26 | 1 | -3/+35 |
| * | Btrfs: drop verbose enospc printk | Chris Mason | 2010-05-26 | 1 | -0/+2 |
| * | Btrfs: Fix block generation verification race | Yan, Zheng | 2010-05-26 | 1 | -1/+1 |
| * | Btrfs: fix preallocation and nodatacow checks in O_DIRECT | Chris Mason | 2010-05-26 | 1 | -16/+140 |
| * | Btrfs: avoid ENOSPC errors in btrfs_dirty_inode | Chris Mason | 2010-05-26 | 1 | -3/+11 |
| * | Btrfs: move O_DIRECT space reservation to btrfs_direct_IO | Chris Mason | 2010-05-26 | 2 | -6/+8 |
| * | Btrfs: rework O_DIRECT enospc handling | Chris Mason | 2010-05-25 | 4 | -30/+49 |
| * | Btrfs: use async helpers for DIO write checksumming | Chris Mason | 2010-05-25 | 5 | -17/+52 |
| * | Btrfs: don't walk around with task->state != TASK_RUNNING | Chris Mason | 2010-05-25 | 2 | -3/+4 |
| * | Btrfs: do aio_write instead of write | Josef Bacik | 2010-05-25 | 2 | -83/+104 |
| * | Btrfs: add basic DIO read/write support | Josef Bacik | 2010-05-25 | 6 | -36/+631 |
| * | 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 |