Commit Graph

68 Commits (79683f2d685cfb6ef9c97c5194e3ce3319e80cac)

Author SHA1 Message Date
Chris Mason 15916de835 Btrfs: Fixes for 2.6.28-rc API changes 16 years ago
Chris Mason d2c3f4f695 Btrfs: Avoid writeback stalls 16 years ago
Chris Mason 5b050f04c8 Btrfs: Fix compile warnings on 32 bit machines 16 years ago
Chris Mason b47eda8690 Btrfs: Turn off extent state leak debugging 16 years ago
Chris Mason 39be25cd89 Btrfs: Use invalidatepage when writepage finds a page outside of i_size 16 years ago
Chris Mason f2b1c41cf9 Btrfs: Make sure pages are dirty before doing delalloc for them 16 years ago
Chris Mason 3b7885bf96 Btrfs: enforce metadata allocation clustering 16 years ago
Chris Mason 771ed689d2 Btrfs: Optimize compressed writeback and reads 16 years ago
Chris Mason 70b99e6959 Btrfs: Compression corner fixes 17 years ago
Yan Zheng d899e05215 Btrfs: Add fallocate support v2 17 years ago
Yan Zheng 6643558db2 Btrfs: Fix bookend extent race v2 17 years ago
Josef Bacik 2517920135 Btrfs: nuke fs wide allocation mutex V2 17 years ago
Chris Mason c8b978188c Btrfs: Add zlib compression support 17 years ago
Chris Mason d352ac6814 Btrfs: add and improve comments 17 years ago
Zheng Yan 5b21f2ed3f Btrfs: extent_map and data=ordered fixes for space balancing 17 years ago
Chris Mason 2b1f55b0f0 Remove Btrfs compat code for older kernels 17 years ago
Zheng Yan 31840ae1a6 Btrfs: Full back reference support 17 years ago
Josef Bacik 0f9dd46cda Btrfs: free space accounting redo 17 years ago
Chris Mason 4bef084857 Btrfs: Tree logging fixes 17 years ago
Christoph Hellwig b214107eda Btrfs: trivial sparse fixes 17 years ago
Chris Mason a1b32a5932 Btrfs: Add debugging checks to track down corrupted metadata 17 years ago
David Woodhouse 902b22f341 Btrfs: Remove broken optimisations in end_bio functions. 17 years ago
David Woodhouse 2db04966ae Btrfs: Change TestSetPageLocked() to trylock_page() 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
Chris Mason 89642229a5 Btrfs: Search data ordered extents first for checksums on read 17 years ago
Chris Mason f421950f86 Btrfs: Fix some data=ordered related data corruptions 17 years ago
Chris Mason a61e6f29dc Btrfs: Use a mutex in the extent buffer for tree block locking 17 years ago
Chris Mason 6af118ce51 Btrfs: Index extent buffers in an rbtree 17 years ago
Chris Mason 7f3c74fb83 Btrfs: Keep extent mappings in ram until pending ordered extents are done 17 years ago
Chris Mason 211f90e68b Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is set 17 years ago
Chris Mason 247e743cbe Btrfs: Use async helpers to deal with pages that have been improperly dirtied 17 years ago
Chris Mason e6dcd2dc9c Btrfs: New data=ordered implementation 17 years ago
Chris Mason 079899c238 Btrfs: Change find_extent_buffer to use TestSetPageLocked 17 years ago
Chris Mason 925baeddc5 Btrfs: Start btree concurrency work. 17 years ago
Chris Mason 211c17f51f Fix corners in writepage and btrfs_truncate_page 17 years ago
Chris Mason 1259ab75c6 Btrfs: Handle write errors on raid1 and raid10 17 years ago
Chris Mason 4235298e4f Btrfs: Drop some verbose printks 17 years ago
Chris Mason 5e478dc982 Btrfs: write_cache_pages came in 2.6.22 17 years ago
Chris Mason 004fb57506 Btrfs: write_extent_pages came in 2.6.23 17 years ago
Chris Mason e1c4b7451e Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT reads 17 years ago
Chris Mason 7b13b7b119 Btrfs: Don't drop extent_map cache during releasepage on the btree inode 17 years ago
Chris Mason 41471e8341 Btrfs: Remove bogus max_sector warnings from the extent_io code 17 years ago
Chris Mason 3b951516ed Btrfs: Use the extent map cache to find the logical disk block during data retries 17 years ago
Miguel 594994aa3e Btrfs: define write_cache_pages for linux kernel <= 2.6.20 instead 17 years ago
Chris Mason 7e38326f5b Btrfs: Handle checksumming errors while reading data blocks 17 years ago
Chris Mason f188591e98 Btrfs: Retry metadata reads in the face of checksum failures 17 years ago
Chris Mason ce9adaa5a7 Btrfs: Do metadata checksums for reads via a workqueue 17 years ago
Chris Mason 728131d8e4 Btrfs: Add additional debugging for metadata checksum failures 17 years ago