aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-2/+2
2009-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds24-1622/+2762
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsNick Piggin1-4/+7
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin2-2/+5
2009-03-31New helper - current_umask()Al Viro2-2/+2
2009-03-31Btrfs: try to free metadata pages when we free btree blocksChris Mason1-0/+4
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason8-7/+288
2009-03-26btrfs: get rid of current_is_pdflush() in btrfs_btree_balance_dirtyJens Axboe1-1/+1
2009-03-25Btrfs: make sure btrfs_update_delayed_ref doesn't increase ref_modChris Mason2-3/+8
2009-03-24Btrfs: optimize fsyncs on old filesChris Mason1-1/+44
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason7-98/+372
2009-03-24Btrfs: Make sure i_nlink doesn't hit zero too soon during log replayChris Mason1-0/+11
2009-03-24Btrfs: limit balancing work while flushing delayed refsChris Mason1-3/+9
2009-03-24Btrfs: readahead checksums during btrfs_finish_ordered_ioChris Mason1-2/+33
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason14-96/+172
2009-03-24Btrfs: Only let very young transactions grow during commitChris Mason1-3/+10
2009-03-24Btrfs: Check for a blocking lock before taking the spinChris Mason1-2/+8
2009-03-24Btrfs: reduce stack in cow_file_rangeChris Mason1-8/+7
2009-03-24Btrfs: reduce stalls during transaction commitChris Mason4-8/+80
2009-03-24Btrfs: process the delayed reference queue in clustersChris Mason6-113/+226
2009-03-24Btrfs: try to cleanup delayed refs while freeing extentsChris Mason3-3/+87
2009-03-24Btrfs: reduce stack usage in some crucial tree balancing functionsChris Mason1-180/+278
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason11-1140/+1234
2009-03-24Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason3-85/+21
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