Commit Graph

652 Commits (00e4e6b33a0f78aab4b788d6d31c884fd8bf88da)
 

Author SHA1 Message Date
Chris Mason 00e4e6b33a Get rid of BTRFS_I(inode)->index and use local vars instead 17 years ago
Chris Mason 7d2b4daa67 Btrfs: Fix the multi-bio code to save the original bio for completion 17 years ago
Yan Zheng ae01a0abf3 Btrfs: Update clone file ioctl 17 years ago
Yan Zheng b48652c101 Btrfs: Various small fixes. 17 years ago
Chris Mason 3de9d6b649 btrfs_lookup_bio_sums seems broken, go back to the readpage_io_hook for now 17 years ago
Chris Mason ea8c281947 Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them 17 years ago
Chris Mason d7a029a89e Btrfs: Don't corrupt ram in shrink_extent_tree, leak it instead 17 years ago
Sage Weil 9ca9ee09c1 Btrfs: fix ioctl-initiated transactions vs wait_current_trans() 17 years ago
Chris Mason 3117a77370 Btrfs: Add support for HW assisted crc32c 17 years ago
Chris Mason 6dab815743 Btrfs: Hold csum mutex while reading in sums during readpages 17 years ago
Chris Mason 2dd3e67b1e Btrfs: More throttle tuning 17 years ago
Chris Mason 65b51a009e btrfs_search_slot: reduce lock contention by cowing in two stages 17 years ago
Chris Mason 18e35e0ab3 Btrfs: Throttle less often waiting for snapshots to delete 17 years ago
Chris Mason f87f057b49 Btrfs: Improve and cleanup locking done by walk_down_tree 17 years ago
Chris Mason 492bb6deee Btrfs: Hold a reference on bios during submit_bio, add some extra bio checks 17 years ago
Chris Mason 3ce7e67a06 Btrfs: Drop some debugging around the extent_map pinned flag 17 years ago
Chris Mason 61b4944018 Btrfs: Fix streaming read performance with checksumming on 17 years ago
Chris Mason 37d1aeee39 Btrfs: Throttle tuning 17 years ago
Chris Mason 47ac14fa0f Btrfs: Add missing hunk from Yan Zheng's cache reclaim patch 17 years ago
Sven Wegener 0ee0fda06b Btrfs: Add compatibility for kernels >= 2.6.27-rc1 17 years ago
Yan bcc63abbf3 Btrfs: implement memory reclaim for leaf reference cache 17 years ago
Chris Mason 33958dc6d3 Btrfs: Fix verify_parent_transid 17 years ago
Yan Zheng f321e49103 Btrfs: Update and fix mount -o nodatacow 17 years ago
Li Zefan 3bf1041867 Btrfs: async-thread: fix possible memory leak 17 years ago
Chris Mason ab78c84de1 Btrfs: Throttle operations if the reference cache gets too large 17 years ago
Chris Mason 1a3f5d0400 Btrfs: Fix version.sh when used outside of an hg repo 17 years ago
Chris Mason 017e5369eb Btrfs: Leaf reference cache update 17 years ago
Yan Zheng 31153d8128 Btrfs: Add a leaf reference cache 17 years ago
Chris Mason 3a115f520f Btrfs: Rev the disk format magic 17 years ago
Mark Fasheh 5516e5957f Btrfs: Null terminate strings passed in from userspace 17 years ago
Yan 9652480bf4 Fix path slots selection in btrfs_search_forward 17 years ago
Yan 445dceb78f Btrfs: Fix .. lookup corner case 17 years ago
Yan 974e35a82d Btrfs: Properly release lock in pin_down_bytes 17 years ago
Balaji Rao 45467261ed Btrfs: Remove unused variable in fixup_tree_root_location 17 years ago
Josef Bacik 8e8a1e31f2 Btrfs: Fix a few functions that exit without stopping their transaction 17 years ago
Josef Bacik 7b12876623 Btrfs: Create orphan inode records to prevent lost files after a crash 17 years ago
Josef Bacik 33268eaf0b Btrfs: Add ACL support 17 years ago
Josef Bacik 6099afe88f Btrfs: Remove unused xattr code 17 years ago
Josef Bacik aec7477b3b Btrfs: Implement new dir index format 17 years ago
Chris Mason 3eaa288527 Btrfs: Fix the defragmention code and the block relocation code for data=ordered 17 years ago
David Woodhouse 64f26f7450 Btrfs: Use assert_spin_locked instead of spin_trylock 17 years ago
Chris Mason b3c3da71ed Btrfs: Add version strings on module load 17 years ago
Chris Mason 4881ee5a2e Btrfs: Fix some build problems on 2.6.18 based enterprise kernels 17 years ago
Chris Mason 89642229a5 Btrfs: Search data ordered extents first for checksums on read 17 years ago
Chris Mason 9ba4611a3a Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordered extent 17 years ago
Chris Mason ed98b56a63 Btrfs: Take the csum mutex while reading checksums 17 years ago
Chris Mason c286ac48ed Btrfs: alloc_mutex latency reduction 17 years ago
Chris Mason e34a5b4f77 Btrfs: Add some conditional schedules near the alloc_mutex 17 years ago
Chris Mason 6dddcbeb28 Btrfs: Use mutex_lock_nested for tree locking 17 years ago
Chris Mason f421950f86 Btrfs: Fix some data=ordered related data corruptions 17 years ago