Commit Graph

679 Commits (76fcef19c40328499a2f6d59d76b72fd03d2cc82)
 

Author SHA1 Message Date
David Woodhouse 76fcef19c4 Btrfs: Reinstate '-osubvol=.' option to mount entire tree 17 years ago
David Woodhouse 87acb4ef9b Simplify btrfs_get_parent(), fix use-after-free bug 17 years ago
David Woodhouse 32d48fa1af Mask root object ID into f_fsid in btrfs_statfs() 17 years ago
David Woodhouse 9d03632e26 Fill f_fsid field in btrfs_statfs() 17 years ago
David Woodhouse f2322b1c65 Btrfs: Optimise NFS readdir hack slightly; don't call readdir() again when done 17 years ago
David Woodhouse 49593bfa57 Minor cleanup of btrfs_real_readdir() 17 years ago
David Woodhouse 5ecc7e5d1d Btrfs: Remove special cases for "." and ".." 17 years ago
David Woodhouse 21af804c07 Btrfs: Discard sector data in __free_extent() 17 years ago
David Woodhouse cbdf5a2442 Btrfs: Implement our own copy of the nfsd readdir hack, for older kernels 17 years ago
Balaji Rao be6e8dc0ba NFS support for btrfs - v3 17 years ago
Balaji Rao 1a54ef8c11 Introduce btrfs_iget helper 17 years ago
Chris Mason b64a2851ba Btrfs: Wait for async bio submissions to make some progress at queue time 17 years ago
Chris Mason 4d1b5fb4d7 Btrfs: Lookup readpage checksums on bio submission again 17 years ago
Chris Mason 7c2fe32a23 Btrfs: Fix add_extent_mapping to check for duplicates across the whole range 17 years ago
David Woodhouse 902b22f341 Btrfs: Remove broken optimisations in end_bio functions. 17 years ago
Chris Mason 53863232ef Btrfs: Lower contention on the csum mutex 17 years ago
Chris Mason 4854ddd0ed Btrfs: Wait for kernel threads to make progress during async submission 17 years ago
Chris Mason 5443be45f5 Btrfs: Give all the worker threads descriptive names 17 years ago
Chris Mason 777e6bd706 Btrfs: Transaction commit: don't use filemap_fdatawait 17 years ago
Chris Mason 0986fe9eac Btrfs: Count async bios separately from async checksum work items 17 years ago
Chris Mason b720d20952 Btrfs: Limit the number of async bio submission kthreads to the number of devices 17 years ago
Chris Mason db69e0ebae Btrfs: Init address_space->writeback_index properly 17 years ago
David Woodhouse 2db04966ae Btrfs: Change TestSetPageLocked() to trylock_page() 17 years ago
Eric Sandeen 5036f53868 Btrfs: fix RHEL test for ClearPageFsMisc 17 years ago
Chris Mason 5707e3b6f7 Btrfs: Update version.sh to v0.16 17 years ago
Chris Mason 4ca8b41e3f Btrfs: Avoid calling into the FS for the final iput on fake root inodes 17 years ago
Yan Zheng 7ea394f119 Btrfs: Fix nodatacow for the new data=ordered mode 17 years ago
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