aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-09-25Btrfs: Give all the worker threads descriptive namesChris Mason
2008-09-25Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason
2008-09-25Btrfs: Count async bios separately from async checksum work itemsChris Mason
2008-09-25Btrfs: Limit the number of async bio submission kthreads to the number of dev...Chris Mason
2008-09-25Btrfs: Init address_space->writeback_index properlyChris Mason
2008-09-25Btrfs: Change TestSetPageLocked() to trylock_page()David Woodhouse
2008-09-25Btrfs: fix RHEL test for ClearPageFsMiscEric Sandeen
2008-09-25Btrfs: Update version.sh to v0.16Chris Mason
2008-09-25Btrfs: Avoid calling into the FS for the final iput on fake root inodesChris Mason
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng
2008-09-25Get rid of BTRFS_I(inode)->index and use local vars insteadChris Mason
2008-09-25Btrfs: Fix the multi-bio code to save the original bio for completionChris Mason
2008-09-25Btrfs: Update clone file ioctlYan Zheng
2008-09-25Btrfs: Various small fixes.Yan Zheng
2008-09-25btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for nowChris Mason
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason
2008-09-25Btrfs: Don't corrupt ram in shrink_extent_tree, leak it insteadChris Mason
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil
2008-09-25Btrfs: Add support for HW assisted crc32cChris Mason
2008-09-25Btrfs: Hold csum mutex while reading in sums during readpagesChris Mason
2008-09-25Btrfs: More throttle tuningChris Mason
2008-09-25btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason
2008-09-25Btrfs: Throttle less often waiting for snapshots to deleteChris Mason
2008-09-25Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason
2008-09-25Btrfs: Hold a reference on bios during submit_bio, add some extra bio checksChris Mason
2008-09-25Btrfs: Drop some debugging around the extent_map pinned flagChris Mason
2008-09-25Btrfs: Fix streaming read performance with checksumming onChris Mason
2008-09-25Btrfs: Throttle tuningChris Mason
2008-09-25Btrfs: Add missing hunk from Yan Zheng's cache reclaim patchChris Mason
2008-09-25Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan
2008-09-25Btrfs: Fix verify_parent_transidChris Mason
2008-09-25Btrfs: Update and fix mount -o nodatacowYan Zheng
2008-09-25Btrfs: async-thread: fix possible memory leakLi Zefan
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason
2008-09-25Btrfs: Fix version.sh when used outside of an hg repoChris Mason
2008-09-25Btrfs: Leaf reference cache updateChris Mason
2008-09-25Btrfs: Add a leaf reference cacheYan Zheng
2008-09-25Btrfs: Rev the disk format magicChris Mason
2008-09-25Btrfs: Null terminate strings passed in from userspaceMark Fasheh
2008-09-25Fix path slots selection in btrfs_search_forwardYan
2008-09-25Btrfs: Fix .. lookup corner caseYan
2008-09-25Btrfs: Properly release lock in pin_down_bytesYan
2008-09-25Btrfs: Remove unused variable in fixup_tree_root_locationBalaji Rao
2008-09-25Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik
2008-09-25Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik
2008-09-25Btrfs: Add ACL supportJosef Bacik
2008-09-25Btrfs: Remove unused xattr codeJosef Bacik
2008-09-25Btrfs: Implement new dir index formatJosef Bacik
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason