aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig1-2/+0
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds9-17/+41
2010-06-11Btrfs: The file argument for fsync() is never nullDan Carpenter1-1/+1
2010-06-11Btrfs: handle ERR_PTR from posix_acl_from_xattr()Dan Carpenter1-0/+2
2010-06-11Btrfs: avoid BUG when dropping root and reference in same transactionSage Weil1-3/+0
2010-06-11Btrfs: prohibit a operation of changing acl's mask when noacl mount option usedShi Weihua1-0/+3
2010-06-11Btrfs: should add a permission check for setfaclShi Weihua1-0/+3
2010-06-11Btrfs: btrfs_lookup_dir_item() can return ERR_PTRDan Carpenter1-1/+1
2010-06-11Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRsDan Carpenter1-0/+4
2010-06-11Btrfs: unwind after btrfs_start_transaction() errorsDan Carpenter1-1/+1
2010-06-11Btrfs: btrfs_iget() returns ERR_PTRDan Carpenter1-2/+2
2010-06-11Btrfs: handle kzalloc() failure in open_ctree()Dan Carpenter1-2/+5
2010-06-11Btrfs: handle error returns from btrfs_lookup_dir_item()Dan Carpenter1-0/+2
2010-06-11Btrfs: Fix BUG_ON for fs converted from extNYan, Zheng1-1/+2
2010-06-11Btrfs: Fix null dereference in relocation.cYan, Zheng1-3/+4
2010-06-11Btrfs: fix remap_file_pages errorMiao Xie1-1/+8
2010-06-11Btrfs: uninitialized data is check_path_shared()Dan Carpenter1-1/+1
2010-06-11Btrfs: fix fallocate regressionJosef Bacik1-1/+1
2010-06-11Btrfs: fix loop device on top of btrfsMiao Xie1-0/+1
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