aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-10Btrfs: Clear space_info full when adding new devicesChris Mason1-0/+6
2009-03-10Btrfs: Fix locking around adding new space_infoChris Mason3-3/+53
2009-03-09Btrfs: fix spinlock assertions on UP systemsChris Mason5-13/+13
2009-02-20Btrfs: try committing transaction before returning ENOSPCJosef Bacik1-10/+47
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik6-76/+271
2009-02-20Btrfs: check file pointer in btrfs_sync_fileChris Mason1-4/+4
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng3-0/+6
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason7-32/+99
2009-02-12Btrfs: fs/btrfs/volumes.c: remove useless kzallocJulia Lawall1-4/+0
2009-02-12Btrfs: remove unused code in split_state()Qinghuang Feng1-2/+0
2009-02-12Btrfs: remove btrfs_init_pathJeff Mahoney4-13/+2
2009-02-12Btrfs: balance_level checks !child after accessJeff Mahoney1-1/+1
2009-02-12Btrfs: Avoid using __GFP_HIGHMEM with slab allocatorYan Zheng1-1/+1
2009-02-12Btrfs: don't clean old snapshots on sync(1)Chris Mason1-1/+0
2009-02-12Btrfs: use larger metadata clusters in ssd modeChris Mason1-1/+2
2009-02-12Btrfs: process mount options on mount -o remount,Chris Mason1-0/+4
2009-02-12Btrfs: make sure all pending extent operations are completeJosef Bacik1-29/+42
2009-02-09Btrfs: don't use spin_is_contendedChris Mason3-26/+1
2009-02-06Btrfs: Make sure dir is non-null before doing S_ISGID checksChris Mason1-1/+1
2009-02-05Btrfs: Fix memory leak in cache_drop_leaf_refChris Mason1-0/+1
2009-02-04Btrfs: don't return congestion in write_cache_pages as oftenChris Mason1-5/+0
2009-02-04Btrfs: Only prep for btree deletion balances when nodes are mostly emptyChris Mason1-3/+6
2009-02-04Btrfs: fix btrfs_unlock_up_safe to walk the entire pathChris Mason1-2/+2
2009-02-04Btrfs: change btrfs_del_leaf to drop locks earlierChris Mason1-2/+9
2009-02-04Btrfs: Change btrfs_truncate_inode_items to stop when it hits the inodeChris Mason1-1/+5
2009-02-04Btrfs: Don't try to compress pages past i_sizeChris Mason1-0/+14
2009-02-04Btrfs: join the transaction in __btrfs_setxattrJosef Bacik1-1/+1
2009-02-04Btrfs: Handle SGID bit when creating inodesChris Ball1-1/+8
2009-02-04Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunksChris Mason4-45/+265
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason11-39/+470
2009-02-04Btrfs: hash_lock is no longer neededChris Mason3-11/+1
2009-02-04Btrfs: disable leak debugging checks in extent_io.cChris Mason1-8/+8
2009-02-04Btrfs: sort references by byte number during btrfs_inc_refChris Mason1-6/+79
2009-02-04Btrfs: async threads should try harder to find workChris Mason2-6/+46
2009-02-04Btrfs: selinux supportJim Owens3-4/+53
2009-02-04Btrfs: make btrfs acls selectableChristian Hesse1-0/+13
2009-02-04Btrfs: Catch missed bios in the async bio submission threadChris Mason2-3/+18
2009-01-28Btrfs: fix readdir on 32 bit machinesChris Mason1-1/+1
2009-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableChris Mason19-318/+418
2009-01-22Btrfs: do less aggressive btree readaheadChris Mason1-16/+5
2009-01-22fs/Kconfig: move btrfs outAlexey Dobriyan1-0/+18
2009-01-21Btrfs: fiemap supportYehuda Sadeh3-0/+101
2009-01-21Btrfs: stop providing a bmap operation to avoid swapfile corruptionsChris Mason1-6/+12
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng6-210/+248
2009-01-21Btrfs: open_ctree() error handling can oops on fs_infoQinghuang Feng1-2/+3
2009-01-21Btrfs: fix stop searching test in replace_one_extentYan Zheng1-6/+7
2009-01-21Btrfs: change/remove typedefJan Engelhardt1-8/+2
2009-01-21Btrfs: remove duplicated #includeHuang Weiyi1-1/+0
2009-01-21Btrfs: Fix infinite loop in btrfs_extent_post_opYan Zheng1-1/+3
2009-01-21Btrfs: fix locking issue in btrfs_remove_block_groupYan Zheng1-1/+3