summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: get fs_info from eb in tree_mod_log_eb_copyDavid Sterba2019-04-291-7/+6
* btrfs: get fs_info from eb in check_tree_block_fsidDavid Sterba2019-04-291-3/+3
* btrfs: get fs_info from eb in btrfs_exclude_logged_extentsDavid Sterba2019-04-293-5/+4
* btrfs: get fs_info from eb in leaf_data_endDavid Sterba2019-04-293-16/+15
* btrfs: get fs_info from eb in write_one_ebDavid Sterba2019-04-291-3/+2
* btrfs: get fs_info from eb in repair_eb_io_failureDavid Sterba2019-04-293-5/+4
* btrfs: get fs_info from eb in lock_extent_buffer_for_ioDavid Sterba2019-04-291-4/+3
* btrfs: use common file type conversionPhillip Potter2019-04-294-20/+18
* btrfs: Perform locking/unlocking in btrfs_remap_file_range()Goldwyn Rodrigues2019-04-291-23/+11
* btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-04-296-11/+11
* btrfs: move tree block wait and write helpers to tree-logDavid Sterba2019-04-293-15/+11
* btrfs: remove stale definition of BUFFER_LRU_MAXDavid Sterba2019-04-291-2/+0
* btrfs: tests: unify messages when tests startDavid Sterba2019-04-293-6/+11
* btrfs: tests: drop messages when some tests finishDavid Sterba2019-04-292-2/+0
* btrfs: tests: fix comments about tested extent map rangesDavid Sterba2019-04-291-2/+2
* btrfs: tests: use SZ_ constants everywhereDavid Sterba2019-04-291-3/+3
* btrfs: tests: use standard error message after extent map allocation failureDavid Sterba2019-04-291-4/+19
* btrfs: tests: return error from all extent map test casesDavid Sterba2019-04-291-12/+32
* btrfs: tests: return errors from extent map test case 4David Sterba2019-04-291-7/+14
* btrfs: tests: return errors from extent map test case 3David Sterba2019-04-291-5/+10
* btrfs: tests: return errors from extent map test case 2David Sterba2019-04-291-6/+14
* btrfs: tests: return errors from extent map test case 1David Sterba2019-04-291-6/+14
* btrfs: tests: return errors from extent map testsDavid Sterba2019-04-291-22/+46
* btrfs: tests: properly initialize fs_info of extent bufferDavid Sterba2019-04-291-1/+1
* btrfs: tests: use standard error message after block group allocation failureDavid Sterba2019-04-292-2/+2
* btrfs: tests: use standard error message after inode allocation failureDavid Sterba2019-04-292-4/+4
* btrfs: tests: use standard error message after path allocation failureDavid Sterba2019-04-293-6/+6
* btrfs: tests: use standard error message after extent buffer allocation failureDavid Sterba2019-04-294-6/+6
* btrfs: tests: use standard error message after root allocation failureDavid Sterba2019-04-295-8/+9
* btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba2019-04-297-10/+11
* btrfs: tests: add table of most common errorsDavid Sterba2019-04-292-0/+24
* btrfs: tests: print file:line for error messagesDavid Sterba2019-04-291-1/+2
* btrfs: tests: don't leak fs_info in extent_io bitmap testsDavid Sterba2019-04-291-7/+9
* btrfs: tests: handle fs_info allocation failure in extent_io testsDavid Sterba2019-04-291-0/+4
* btrfs: disk-io: Show the timing of corrupted tree block explicitlyQu Wenruo2019-04-291-0/+4
* btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik2019-04-291-11/+20
* btrfs: Use less confusing condition for uptodate parameter to btrfs_writepage...Nikolay Borisov2019-04-291-1/+1
* btrfs: extent_io: Handle errors better in extent_writepages()Qu Wenruo2019-04-291-3/+6
* btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()Qu Wenruo2019-04-291-5/+22
* btrfs: extent_io: Handle errors better in extent_write_locked_range()Qu Wenruo2019-04-291-3/+6
* btrfs: extent_io: Kill dead condition in extent_write_cache_pages()Qu Wenruo2019-04-291-5/+0
* btrfs: extent_io: Handle errors better in btree_write_cache_pages()Qu Wenruo2019-04-291-3/+6
* btrfs: extent_io: Handle errors better in extent_write_full_page()Qu Wenruo2019-04-291-3/+21
* btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level upQu Wenruo2019-04-291-14/+41
* btrfs: Always output error message when key/level verification failsQu Wenruo2019-04-291-6/+4
* btrfs: Check the first key and level for cached extent bufferQu Wenruo2019-04-293-5/+18
* btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages failsNikolay Borisov2019-04-291-6/+11
* btrfs: Make btrfs_(set|clear)_header_flag return voidQu Wenruo2019-04-291-4/+2
* btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespanQu Wenruo2019-04-291-7/+5
* btrfs: Remove unused -EIO assignment in end_bio_extent_readpageNikolay Borisov2019-04-291-2/+0