summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: Hold a reference on bios during submit_bio, add some extra bio checksChris Mason2008-09-251-1/+9
* Btrfs: Drop some debugging around the extent_map pinned flagChris Mason2008-09-252-31/+1
* Btrfs: Fix streaming read performance with checksumming onChris Mason2008-09-255-54/+99
* Btrfs: Throttle tuningChris Mason2008-09-253-12/+31
* Btrfs: Add missing hunk from Yan Zheng's cache reclaim patchChris Mason2008-09-251-0/+1
* Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener2008-09-253-2/+37
* Btrfs: implement memory reclaim for leaf reference cacheYan2008-09-2515-69/+86
* Btrfs: Fix verify_parent_transidChris Mason2008-09-252-2/+5
* Btrfs: Update and fix mount -o nodatacowYan Zheng2008-09-255-96/+142
* Btrfs: async-thread: fix possible memory leakLi Zefan2008-09-251-0/+1
* Btrfs: Throttle operations if the reference cache gets too largeChris Mason2008-09-257-22/+58
* Btrfs: Fix version.sh when used outside of an hg repoChris Mason2008-09-251-2/+2
* Btrfs: Leaf reference cache updateChris Mason2008-09-258-109/+61
* Btrfs: Add a leaf reference cacheYan Zheng2008-09-258-33/+476
* Btrfs: Rev the disk format magicChris Mason2008-09-251-1/+1
* Btrfs: Null terminate strings passed in from userspaceMark Fasheh2008-09-251-8/+5
* Fix path slots selection in btrfs_search_forwardYan2008-09-251-1/+4
* Btrfs: Fix .. lookup corner caseYan2008-09-251-13/+9
* Btrfs: Properly release lock in pin_down_bytesYan2008-09-251-2/+2
* Btrfs: Remove unused variable in fixup_tree_root_locationBalaji Rao2008-09-251-5/+0
* Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik2008-09-252-3/+7
* Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik2008-09-257-5/+322
* Btrfs: Add ACL supportJosef Bacik2008-09-256-48/+335
* Btrfs: Remove unused xattr codeJosef Bacik2008-09-252-53/+1
* Btrfs: Implement new dir index formatJosef Bacik2008-09-257-33/+155
* Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason2008-09-256-20/+113
* Btrfs: Use assert_spin_locked instead of spin_trylockDavid Woodhouse2008-09-251-3/+3
* Btrfs: Add version strings on module loadChris Mason2008-09-253-1/+51
* Btrfs: Fix some build problems on 2.6.18 based enterprise kernelsChris Mason2008-09-252-1/+9
* Btrfs: Search data ordered extents first for checksums on readChris Mason2008-09-254-20/+31
* Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordere...Chris Mason2008-09-251-1/+2
* Btrfs: Take the csum mutex while reading checksumsChris Mason2008-09-255-5/+12
* Btrfs: alloc_mutex latency reductionChris Mason2008-09-252-20/+81
* Btrfs: Add some conditional schedules near the alloc_mutexChris Mason2008-09-251-0/+2
* Btrfs: Use mutex_lock_nested for tree lockingChris Mason2008-09-252-2/+6
* Btrfs: Fix some data=ordered related data corruptionsChris Mason2008-09-2510-83/+140
* Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason2008-09-254-13/+17
* Btrfs: Index extent buffers in an rbtreeChris Mason2008-09-254-220/+129
* Btrfs: Data ordered fixesChris Mason2008-09-254-10/+43
* Fix btrfs_wait_ordered_extent_range to properly waitChris Mason2008-09-253-25/+49
* Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason2008-09-256-20/+48
* Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is setChris Mason2008-09-252-6/+11
* Btrfs: Handle data checksumming on bios that span multiple ordered extentsChris Mason2008-09-255-31/+69
* Btrfs: Cleanup and comment ordered-data.cChris Mason2008-09-253-70/+121
* Btrfs: Force caching of metadata block groups on mount to avoid deadlockChris Mason2008-09-251-0/+5
* btrfs_next_leaf: do readahead when skip_locking is turned onChris Mason2008-09-251-1/+2
* Add a per-inode lock around btrfs_drop_extentsChris Mason2008-09-254-0/+21
* Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason2008-09-254-19/+69
* btrfs_start_transaction: wait for commits in progress to finishChris Mason2008-09-256-9/+51
* Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason2008-09-255-11/+119
OpenPOWER on IntegriCloud