summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: Exploit the fact that pages passed to extent_readpages are always cont...Nikolay Borisov2019-04-291-44/+14
* btrfs: switch extent_buffer::lock_nested to boolDavid Sterba2019-04-293-5/+5
* btrfs: use assertion helpers for extent buffer write lock countersDavid Sterba2019-04-293-6/+5
* btrfs: add assertion helpers for extent buffer write lock countersDavid Sterba2019-04-291-5/+18
* btrfs: use assertion helpers for extent buffer read lock countersDavid Sterba2019-04-293-7/+7
* btrfs: add assertion helpers for extent buffer read lock countersDavid Sterba2019-04-291-7/+18
* btrfs: use assertion helpers for spinning readersDavid Sterba2019-04-293-10/+8
* btrfs: add assertion helpers for spinning readersDavid Sterba2019-04-291-0/+13
* btrfs: use assertion helpers for spinning writersDavid Sterba2019-04-293-12/+11
* btrfs: add assertion helpers for spinning writersDavid Sterba2019-04-291-0/+24
* btrfs: Remove EXTENT_IOBITSNikolay Borisov2019-04-292-7/+5
* btrfs: Remove EXTENT_WRITEBACKNikolay Borisov2019-04-292-18/+16
* btrfs: Turn an 'else if' into an 'else' in btrfs_uuid_tree_addNathan Chancellor2019-04-291-1/+1
* btrfs: refactor btrfs_set_prop and add btrfs_set_prop_transAnand Jain2019-04-294-13/+18
* btrfs: rename fs_info argument to fs_privateAnand Jain2019-04-291-2/+2
* btrfs: drop redundant forward declaration in props.cAnand Jain2019-04-291-84/+79
* btrfs: merge _btrfs_set_prop helpersAnand Jain2019-04-294-26/+14
* btrfs: reduce kmap_atomic time for checksummingJohannes Thumshirn2019-04-291-6/+2
* btrfs: tracepoints: Add trace events for extent_io_treeQu Wenruo2019-04-291-0/+4
* btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo2019-04-298-13/+43
* btrfs: switch extent_io_tree::track_uptodate to boolDavid Sterba2019-04-293-4/+4
* btrfs: Introduce fs_info to extent_io_treeQu Wenruo2019-04-298-17/+20
* Btrfs: remove no longer used 'sync' member from transaction handleFilipe Manana2019-04-293-8/+0
* btrfs: zstd: remove indirect calls for local functionsDennis Zhou2019-04-291-4/+7
* btrfs: scrub: return EAGAIN when fs is closingDavid Sterba2019-04-291-1/+1
* btrfs: Initialize inode::i_mapping once in btrfs_symlinkGoldwyn Rodrigues2019-04-291-1/+0
* btrfs: Don't panic when we can't find a root keyQu Wenruo2019-04-291-5/+8
* btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_blockJohannes Thumshirn2019-04-291-1/+1
* btrfs: factor our read/write stage off csum_tree_block into its callersJohannes Thumshirn2019-04-291-26/+29
* Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-04-262-5/+13
|\
| * btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov2019-04-252-5/+13
* | Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-04-112-4/+14
|\|
| * btrfs: prop: fix vanished compression property after failed setAnand Jain2019-04-041-3/+3
| * btrfs: prop: fix zstd compression parameter validationAnand Jain2019-04-041-1/+1