aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason
2009-03-24Btrfs: Only let very young transactions grow during commitChris Mason
2009-03-24Btrfs: Check for a blocking lock before taking the spinChris Mason
2009-03-24Btrfs: reduce stack in cow_file_rangeChris Mason
2009-03-24Btrfs: reduce stalls during transaction commitChris Mason
2009-03-24Btrfs: process the delayed reference queue in clustersChris Mason
2009-03-24Btrfs: try to cleanup delayed refs while freeing extentsChris Mason
2009-03-24Btrfs: reduce stack usage in some crucial tree balancing functionsChris Mason
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason
2009-03-24Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason
2009-03-10Btrfs: Clear space_info full when adding new devicesChris Mason
2009-03-10Btrfs: Fix locking around adding new space_infoChris Mason
2009-03-09Btrfs: fix spinlock assertions on UP systemsChris Mason
2009-02-20Btrfs: try committing transaction before returning ENOSPCJosef Bacik
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik
2009-02-20Btrfs: check file pointer in btrfs_sync_fileChris Mason
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason
2009-02-12Btrfs: fs/btrfs/volumes.c: remove useless kzallocJulia Lawall
2009-02-12Btrfs: remove unused code in split_state()Qinghuang Feng
2009-02-12Btrfs: remove btrfs_init_pathJeff Mahoney
2009-02-12Btrfs: balance_level checks !child after accessJeff Mahoney
2009-02-12Btrfs: Avoid using __GFP_HIGHMEM with slab allocatorYan Zheng
2009-02-12Btrfs: don't clean old snapshots on sync(1)Chris Mason
2009-02-12Btrfs: use larger metadata clusters in ssd modeChris Mason
2009-02-12Btrfs: process mount options on mount -o remount,Chris Mason
2009-02-12Btrfs: make sure all pending extent operations are completeJosef Bacik
2009-02-09Btrfs: don't use spin_is_contendedChris Mason
2009-02-06Btrfs: Make sure dir is non-null before doing S_ISGID checksChris Mason
2009-02-05Btrfs: Fix memory leak in cache_drop_leaf_refChris Mason
2009-02-04Btrfs: don't return congestion in write_cache_pages as oftenChris Mason
2009-02-04Btrfs: Only prep for btree deletion balances when nodes are mostly emptyChris Mason
2009-02-04Btrfs: fix btrfs_unlock_up_safe to walk the entire pathChris Mason
2009-02-04Btrfs: change btrfs_del_leaf to drop locks earlierChris Mason
2009-02-04Btrfs: Change btrfs_truncate_inode_items to stop when it hits the inodeChris Mason
2009-02-04Btrfs: Don't try to compress pages past i_sizeChris Mason
2009-02-04Btrfs: join the transaction in __btrfs_setxattrJosef Bacik
2009-02-04Btrfs: Handle SGID bit when creating inodesChris Ball
2009-02-04Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunksChris Mason
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason
2009-02-04Btrfs: hash_lock is no longer neededChris Mason
2009-02-04Btrfs: disable leak debugging checks in extent_io.cChris Mason
2009-02-04Btrfs: sort references by byte number during btrfs_inc_refChris Mason
2009-02-04Btrfs: async threads should try harder to find workChris Mason
2009-02-04Btrfs: selinux supportJim Owens
2009-02-04Btrfs: make btrfs acls selectableChristian Hesse
2009-02-04Btrfs: Catch missed bios in the async bio submission threadChris Mason
2009-01-28Btrfs: fix readdir on 32 bit machinesChris Mason
2009-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-01-22Btrfs: do less aggressive btree readaheadChris Mason