aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-2/+3
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds28-2725/+4972
2010-05-27Btrfs: add more error checking to btrfs_dirty_inodeChris Mason1-2/+13
2010-05-26Btrfs: allow unaligned DIOChris Mason1-3/+35
2010-05-26Btrfs: drop verbose enospc printkChris Mason1-0/+2
2010-05-26Btrfs: Fix block generation verification raceYan, Zheng1-1/+1
2010-05-26Btrfs: fix preallocation and nodatacow checks in O_DIRECTChris Mason1-16/+140
2010-05-26Btrfs: avoid ENOSPC errors in btrfs_dirty_inodeChris Mason1-3/+11
2010-05-26Btrfs: move O_DIRECT space reservation to btrfs_direct_IOChris Mason2-6/+8
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason4-30/+49
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers1-1/+4
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason5-17/+52
2010-05-25Btrfs: don't walk around with task->state != TASK_RUNNINGChris Mason2-3/+4
2010-05-25Btrfs: do aio_write instead of writeJosef Bacik2-83/+104
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik6-36/+631
2010-05-25Btrfs: Metadata ENOSPC handling for balanceYan, Zheng5-747/+1163
2010-05-25Btrfs: Pre-allocate space for data relocationYan, Zheng3-45/+92
2010-05-25Btrfs: Metadata ENOSPC handling for tree logYan, Zheng5-128/+156
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng9-66/+365
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng8-76/+241
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng9-415/+232
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng15-528/+678
2010-05-25Btrfs: Introduce contexts for metadata reservationYan, Zheng7-385/+853
2010-05-25Btrfs: Kill init_btrfs_i()Yan, Zheng1-36/+28
2010-05-25Btrfs: Shrink delay allocated space in a synchronizedYan, Zheng4-121/+88
2010-05-25Btrfs: Kill allocate_wait in space_infoYan, Zheng2-76/+58
2010-05-25Btrfs: Link block groups of different raid typesYan, Zheng3-55/+121
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-16/+7
2010-05-21btrfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-21btrfs: constify xattr_handlerStephen Hemminger3-6/+6
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-0/+5
2010-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+5
2010-05-15Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg1-0/+5
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe1-11/+1
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+1
2010-04-26btrfs: convert to using bdi_setup_and_register()Jens Axboe1-11/+1
2010-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2-5/+21
2010-04-06Btrfs: make sure the chunk allocator doesn't create zero length chunksChris Mason1-0/+6
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds12-204/+90
2010-04-05Btrfs: fix data enospc check overflowJosef Bacik1-5/+15
2010-04-05Btrfs: add check for changed leaves in setup_leaf_for_splitChris Mason1-0/+4
2010-04-05Btrfs: create snapshot references in same commit as snapshotSage Weil1-66/+31
2010-04-05Btrfs: fix small race with delalloc flushing waitqueue'sJosef Bacik1-5/+4
2010-04-05Btrfs: use add_to_page_cache_lru, use __page_cache_allocNick Piggin2-32/+5
2010-03-30Btrfs: fix chunk allocate size calculationJosef Bacik1-1/+3
2010-03-30Btrfs: kill max_extent mount optionJosef Bacik6-81/+13
2010-03-30Btrfs: fail to mount if we have problems reading the block groupsJosef Bacik2-4/+12
2010-03-30Btrfs: check btrfs_get_extent return for IS_ERR()Dan Carpenter1-1/+1
2010-03-30Btrfs: handle kmalloc() failure in inode lookup ioctlDan Carpenter1-0/+3
2010-03-30Btrfs: dereferencing freed memoryDan Carpenter1-0/+1