summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Wait for kernel threads to make progress during async submissionChris Mason3-20/+33
2008-09-25Btrfs: Give all the worker threads descriptive namesChris Mason3-10/+24
2008-09-25Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason3-12/+36
2008-09-25Btrfs: Count async bios separately from async checksum work itemsChris Mason3-6/+26
2008-09-25Btrfs: Limit the number of async bio submission kthreads to the number of dev...Chris Mason1-1/+3
2008-09-25Btrfs: Init address_space->writeback_index properlyChris Mason1-0/+4
2008-09-25Btrfs: Change TestSetPageLocked() to trylock_page()David Woodhouse2-1/+5
2008-09-25Btrfs: fix RHEL test for ClearPageFsMiscEric Sandeen1-1/+1
2008-09-25Btrfs: Update version.sh to v0.16Chris Mason1-1/+1
2008-09-25Btrfs: Avoid calling into the FS for the final iput on fake root inodesChris Mason2-0/+4
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng7-34/+74
2008-09-25Get rid of BTRFS_I(inode)->index and use local vars insteadChris Mason2-34/+34
2008-09-25Btrfs: Fix the multi-bio code to save the original bio for completionChris Mason2-1/+11
2008-09-25Btrfs: Update clone file ioctlYan Zheng1-80/+70
2008-09-25Btrfs: Various small fixes.Yan Zheng5-10/+11
2008-09-25btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for nowChris Mason2-7/+56
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason7-13/+60
2008-09-25Btrfs: Don't corrupt ram in shrink_extent_tree, leak it insteadChris Mason1-0/+2
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil4-6/+27
2008-09-25Btrfs: Add support for HW assisted crc32cChris Mason1-2/+93
2008-09-25Btrfs: Hold csum mutex while reading in sums during readpagesChris Mason2-1/+3
2008-09-25Btrfs: More throttle tuningChris Mason3-58/+29
2008-09-25btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason6-48/+173
2008-09-25Btrfs: Throttle less often waiting for snapshots to deleteChris Mason2-16/+5
2008-09-25Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason3-34/+70
2008-09-25Btrfs: Hold a reference on bios during submit_bio, add some extra bio checksChris Mason1-1/+9
2008-09-25Btrfs: Drop some debugging around the extent_map pinned flagChris Mason2-31/+1
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason5-54/+99
2008-09-25Btrfs: Throttle tuningChris Mason3-12/+31
2008-09-25Btrfs: Add missing hunk from Yan Zheng's cache reclaim patchChris Mason1-0/+1
2008-09-25Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener3-2/+37
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan15-69/+86
2008-09-25Btrfs: Fix verify_parent_transidChris Mason2-2/+5
2008-09-25Btrfs: Update and fix mount -o nodatacowYan Zheng5-96/+142
2008-09-25Btrfs: async-thread: fix possible memory leakLi Zefan1-0/+1
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason7-22/+58
2008-09-25Btrfs: Fix version.sh when used outside of an hg repoChris Mason1-2/+2
2008-09-25Btrfs: Leaf reference cache updateChris Mason8-109/+61
2008-09-25Btrfs: Add a leaf reference cacheYan Zheng8-33/+476
2008-09-25Btrfs: Rev the disk format magicChris Mason1-1/+1
2008-09-25Btrfs: Null terminate strings passed in from userspaceMark Fasheh1-8/+5
2008-09-25Fix path slots selection in btrfs_search_forwardYan1-1/+4
2008-09-25Btrfs: Fix .. lookup corner caseYan1-13/+9
2008-09-25Btrfs: Properly release lock in pin_down_bytesYan1-2/+2
2008-09-25Btrfs: Remove unused variable in fixup_tree_root_locationBalaji Rao1-5/+0
2008-09-25Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik2-3/+7
2008-09-25Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik7-5/+322
2008-09-25Btrfs: Add ACL supportJosef Bacik6-48/+335
2008-09-25Btrfs: Remove unused xattr codeJosef Bacik2-53/+1
2008-09-25Btrfs: Implement new dir index formatJosef Bacik7-33/+155