Commit Graph

399 Commits (9c58309d6cf22471dacbcb6de54d00cef9ca20d4)
 

Author SHA1 Message Date
Chris Mason 0da5468f47 Btrfs: Use writepages for the metadata too 17 years ago
Yan 008630c17c Properly delete csum item in btrfs_truncate_in_trans. 17 years ago
Chris Mason 34a3821873 Btrfs: Change push_leaf_{leaf,right} to empty the src leave during item deletion 17 years ago
Chris Mason e644d021e3 Fix recursive KM_USER1 usage in btrfs_realloc_node 17 years ago
Chris Mason f84a8b362d Btrfs: Optimize allocations as we need to mix data and metadata into one group 17 years ago
Yan a273208edd Fix EXTENT_MAP_INLINE off by one in btrfs_drop_extents 17 years ago
Yan dcfec0dcb1 Btrfs: Fix u32 overflow in dirty_and_release_pages. 17 years ago
Chris Mason 081e95736d Btrfs: Make defrag check nodes against the progress key to prevent repeating work 17 years ago
Yan c549228ff6 Btrfs: Properly update free space cache in __free_extent 17 years ago
Chris Mason b293f02e14 Btrfs: Add writepages support 17 years ago
Yan 944746ec75 Btrfs: small fixes for find_lock_delalloc_range. 17 years ago
Yan b97f9203b4 Btrfs: Fix typo and memory leak in extent-tree.c 17 years ago
Chris Mason 179e29e488 Btrfs: Fix a number of inline extent problems that Yan Zheng reported. 17 years ago
Chris Mason 35ebb934bd Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines 17 years ago
Chris Mason 2ff3e9b61d Add O_SYNC support to btrfs_file_write 17 years ago
Yan b56baf5bed Minor fix for btrfs_csum_file_block. 17 years ago
Yan 689f934661 Fix inline extent handling in btrfs_get_extent 17 years ago
Yan c67cda1758 Btrfs: Fix extent_map leak in extent_bmap 17 years ago
Chris Mason 44ec0b7179 Btrfs: Compile fixes for 2.6.24-rc1 17 years ago
Yan 134d451201 Fix ENOTEMPTY check in btrfs_rmdir 17 years ago
Yan 0d9f7f3e27 btrfs_inode_by_name return random value. 17 years ago
Chris Mason 5708b95916 Btrfs: Tune the automatic defrag code 17 years ago
Yan 18f16f7ba6 Btrfs: Fix for insert_inline_extent to handle offset != 0 17 years ago
Chris Mason cc0c553847 Btrfs: Fix split_leaf to detect when it is extending an item 17 years ago
Yan 65555a06b4 Btrfs: Off by one fixes in extent_map.c 17 years ago
Chris Mason f578d4bd7e Btrfs: Optimize csum insertion to create larger items when possible 17 years ago
Chris Mason 5ee78ac70f Btrfs: Fix split_leaf to avoid incorrect double splits 17 years ago
Chris Mason ff190c0c00 Btrfs: Avoid recursive KM_USER1 mappings in copy_extent_buffer 17 years ago
Chris Mason 3685f79165 Btrfs: CPU usage optimizations in push and the extent_map code 17 years ago
Chris Mason 59d169e2b3 Btrfs: Fix read/write_extent_buffer to use KM_USER1 instead of KM_USER0 17 years ago
Jens Axboe b4a2a0edfd Btrfs: sysfs compile fixup 17 years ago
Jens Axboe bbf0d0062d Btrfs: KM_IRQ0 usage in end_io handling 17 years ago
Jens Axboe 0a2118dfd4 Btrfs: Fix bi_end_io() functions on > 2.6.23 kernels 17 years ago
Jens Axboe ae2f5411c4 btrfs: 32-bit type problems 17 years ago
Yan Zheng 44b36eb20b Btrfs: Properly setup root key while reading the root 17 years ago
Chris Mason 6d7231f7d3 Btrfs: Fix typo: owner is a 64 bit field 17 years ago
Chris Mason 7936ca3883 Btrfs: Default to 8k max packed tails 17 years ago
Chris Mason a6b6e75e09 Btrfs: Defrag only leaves, and only when the parent node has a single objectid 17 years ago
Chris Mason ff79f8190b Btrfs: Add back file data checksumming 17 years ago
Chris Mason cf786e79e3 Btrfs: Defrag: only walk into nodes with the defrag bit set 17 years ago
Chris Mason 304fced668 Btrfs: balance_dirty_pages_ratelimited is causing problems, use nr == 1 always 17 years ago
Chris Mason 0f1ebbd159 Btrfs: Large block related defrag optimizations 17 years ago
Chris Mason 19c00ddcc3 Btrfs: Add back metadata checksumming 17 years ago
Chris Mason 0f82731fc5 Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big. 17 years ago
Chris Mason 810191ff30 Btrfs: extent_map optimizations to cut down on CPU usage 17 years ago
Chris Mason 3326d1b07c Btrfs: Allow tails larger than one page 17 years ago
Chris Mason 4dc119046d Btrfs: Add an extent buffer LRU to reduce radix tree hits 17 years ago
Chris Mason e19caa5f0e Btrfs: Fix allocation routines to avoid intermixing data and metadata allocations 17 years ago
Chris Mason 6b80053d02 Btrfs: Add back the online defragging code 17 years ago
Chris Mason 09e71a3263 Btrfs: Use an array of pages in the extent buffers to reduce the cost of find_get_page 17 years ago