summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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
2008-09-25Btrfs: Use assert_spin_locked instead of spin_trylockDavid Woodhouse
2008-09-25Btrfs: Add version strings on module loadChris Mason
2008-09-25Btrfs: Fix some build problems on 2.6.18 based enterprise kernelsChris Mason
2008-09-25Btrfs: Search data ordered extents first for checksums on readChris Mason
2008-09-25Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordere...Chris Mason
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason
2008-09-25Btrfs: alloc_mutex latency reductionChris Mason
2008-09-25Btrfs: Add some conditional schedules near the alloc_mutexChris Mason
2008-09-25Btrfs: Use mutex_lock_nested for tree lockingChris Mason