aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2009-04-02Btrfs: remove dead codeDan Carpenter
2009-04-02Btrfs: fix typos in commentsWu Fengguang
2009-04-02Btrfs: remove unused ftrace includeJim Owens
2009-04-03Btrfs: fix __ucmpdi2 compile bug on 32 bit buildsHeiko Carstens
2009-04-02Btrfs: free inode struct when btrfs_new_inode failsShen Feng
2009-04-02Btrfs: fix race in worker_loopAmit Gud
2009-04-02Btrfs: add flushoncommit mount optionSage Weil
2009-04-02Btrfs: notreelog mount optionSage Weil
2009-04-02Btrfs: introduce btrfs_show_optionsEric Paris
2009-04-03Btrfs: rework allocation clusteringChris Mason
2009-04-03Btrfs: Optimize locking in btrfs_next_leaf()Chris Mason
2009-04-03Btrfs: break up btrfs_search_slot into smaller piecesChris Mason
2009-04-03Btrfs: kill the pinned_mutexJosef Bacik
2009-04-03Btrfs: kill the block group alloc mutexJosef Bacik
2009-04-03Btrfs: clean up find_free_extentJosef Bacik
2009-04-03Btrfs: free space cache cleanupsJosef Bacik
2009-04-03Btrfs: unplug in the async bio submission threadsChris Mason
2009-04-03Btrfs: keep processing bios for a given bdev if our proc is batchingChris Mason
2009-03-31Btrfs: try to free metadata pages when we free btree blocksChris Mason
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason
2009-03-25Btrfs: make sure btrfs_update_delayed_ref doesn't increase ref_modChris Mason
2009-03-24Btrfs: optimize fsyncs on old filesChris Mason
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason
2009-03-24Btrfs: Make sure i_nlink doesn't hit zero too soon during log replayChris Mason
2009-03-24Btrfs: limit balancing work while flushing delayed refsChris Mason
2009-03-24Btrfs: readahead checksums during btrfs_finish_ordered_ioChris Mason
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